Go to main content
What's New in the Oracle® Developer Studio 12.5 Release

Exit Print View

Updated: July 2016
 
 

New codean Features

The following features were added to the Code Analyzer command-line tool codean.

  • New Labels feature:

    • Reported issues from Previse, discover, and uncover can now be labeled with false_positive, wont_be_fixed, or verified. Labeling is useful in managing issues found by the code analysis tools.

    • Issues can be suppressed using labels.

  • New test suites:

    • Reports from discover that are saved with the –a option can be accumulated by codean to reflect issues found when running the application through a test suite

    • The summary page shows what percentage of functions are uncovered by a test suite

For more information about Code Analyzer in general, see the Help in Code Analyzer, the Oracle Developer Studio 12.5: Code Analyzer User’s Guide, Oracle Developer Studio 12.5: Code Analyzer Tutorial, the codean(1) man page, and the code-analyzer(1) man page.