What's New in Oracle® Solaris Studio 12.4

Exit Print View

Updated: December 2014
 
 

Using codean to Generate a Summary HTML Page

You can create a summary report of all information generated by the code analysis tools that you previously ran on multiple binaries in a directory tree. The HTML page organizes all errors from static, dynamic, and coverage reports for multiple binaries into a neat table.

For example, if you want to create an HTML page in your top directory ./tests, use codean ./tests.

The following figure is an example of a generated summary.html page with all the reports under a /tests directory.

Figure 4-1  Summary HTML Report

image:example of a summary.html report for codean