In this section:
The Change Explorer provides an interface for understanding the code changes and how they affect the application under development. You can access the Change Explorer by clicking on the Files - Changed widget or by clicking on a link in the Reviews Report or Review Findings Report.
The Change Explorer is divided into six panels:
The Change Explorer shows data according to the filter, baselined build, and target build specified in the widget you clicked to open the explorer, but you can easily change the search to view specific information.
The search results panel returns the changed files in the build organized by module. Green file names are files that were added since the baseline build. Red file names are files that have been removed since the baseline build. Click on a file to view the differences between the files in the Baselined Version and Changed Version panels.
You can review and annotate code changes in the Baselined Version and Changed Changed Version panels. Differences between the versions of the file are highlighted.
If a review has been associated with You can click in the margin of the source code viewer and add inline comments. See Reviewing Findings.
You can view information about file changes between the baselined build and the build selected for comparison in the Summary panel.
The Reviews panel is an interface for reviewing code changes and adding findings. Reviews are associated with a specific combination of filter ID, baseline build, and target build (see Using the Search Panel). Findings are individual annotations associated with a review.
If a review exists, click the Review Findings tab in the Reviews panel to see a list of findings.
The Review Findings tab reports the following information:
Finding ID | Unique identifier for the finding. |
---|---|
Status | Open, Closed, or In Progress |
Author | User that wrote the code. |
Assignee | User assigned to the finding. |
Priority | Severity of the finding: Critical, High, Medium, Low, Do not show, Undefined. |
File Name | Source file associated with the finding. |
Line | Line of code in the source file associated with the finding. |
Click on an entry in the table to view the finding in the source code viewer panel (Basedlined or Changed Version panel).
If there are no reviews associated with the search parameters, you must create one before annotating the code with findings.
You can attach findings to the code within the context of reviewing changes.
Existing findings are marked with a chat bubble icon. You can click on an existing finding to add additional comments or change the status, priority, or assignee.