Code Review Details view

The Code Review Details view provides resource and troubleshooting information about the selected finding.

Description

Provides the following information:

  • The rule that was not adhered to and its category

  • A link to each file that contains the finding

  • An explanation of why code should adhere to the rule

Examples

Shows how the code is currently written.

Solutions

Shows how to modify the code so that it adheres to the rule.

Paths

Appears only if the finding results from a deep rule applied during the J2EE Best Practices code review. Deep J2EE rules not only produce findings, but also show the paths that lead to the findings. The following paths that lead to the selected finding are provided:

  • Always shows the control flow path, which is the method execution chain

  • When applicable, it also shows the data flow path, which is the data creation chain

 

Parent topic

Reference