Viewing Reports 
   CodeScanner produces HTML and/or XML output, which is located in the 
   specified Reports directory as configured in the CodeScanner > General preference panel. 
   CodeScanner produces: 
   
     - A list of the tests that CodeScanner  performs and the number of times each test has 
       detected an issue in the source code scanned. Issues are grouped into categories for easier identification and reading. 
- A statistical summary of the results of the tests run and issues found. This is a CSV file.
- A component analysis - a list of components and the number of issues found in each. To 
       view the component analysis, from the index.html page, select the hyperlink Component 
       Analysis. To select detailed information on the issues in a component, select the hyperlink 
       of the component name 
- A means to hyperlink to source code cross-referencing tools, such as LXR 
NOTE LXR is an open source code index and cross-referencing tool that provides web-based 
     browsing of source code with links to the definition and usage of identifiers. It can be found 
   at sourceforge.net/projects/lxr.
     
       Viewing the results of a scan
       
         - Navigate to the Reports directory and locate the most recent folder named by date 
- To view a specific report type:
           
             - To view  the html report,  open the problemIndex.html file
- To view the xml report,  open the problemIndex.xml file
 
- To view specific result information: 
           
             
             - Click a test name shown in red to view details of an issue
- Click Component Analysis to view a list of the components in the code that was 
		     scanned