Limitation: Analyzing remote files

Code Review can be used to analyze a remote source code file, but only if the file is open in a editor session.
Note: Do not run code review on the internal project RemoteSystemsTempFiles. Running code review on this project will produce unexpected results.
To analyze a remote source code file:
  1. Open the remote file in one of the workbench editors.
  2. From the context menu of the editor, select Software Analyzer and then select the appropriate software analysis configuration.
  3. In the analysis configuration editor:
    1. On the Scope tab, select a local project.
    2. Click Analyze to run the code review.
Another method is to copy the remote source file to a local project and then analyze it:
  1. Create a local project.
  2. Drag or copy the remote file from the Remote Systems view to the local project.
  3. Run the code review on the local project or member.

Feedback