Other Options
This section groups general options that affect the way Code Analyzer performs.
To change the Other Code Analyzer settings:
-
In the CodeSMART main menu, select the Code Analyzer entry from the Reviews popup, or click the same button from the Other Tools toolbar to display
the Code Analyzer dialog-box (quick toolbar
and menu references are available).
-
Click on the detailed configuration link in order to display the Code Analyzer Options dialog and then activate the Other tab.
-
Check/uncheck the items that affect the analysis.
Public members belonging to public components are never dead: check this
option if you don't want public members of public components to be reported
as dead code.
Public members belonging to private user controls are never dead: use
this option if you want to report all the public members of the private user
controls as dead code.
Public members belonging to private classes are never dead: check this
option to report all the public members of the private classes as dead code.
-
Click OK to make the changes permanent.
See also
Back To Top
|