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

Exit Print View

Updated: July 2017
 
 

About the Code Analysis Tools

The code analysis tools help you make your application more reliable by using static, dynamic, and code coverage analysis to detect many common coding errors, including memory leaks and memory access violations. Previse performs static analysis at compilation and discover performs dynamic analysis at application runtime to identify code quality issues. The uncover tool analyzes code coverage data to provide information about functions that are not covered by your test suite and tells how you can benefit by covering those functions.

Use the Code Analyzer graphics tool or the codean command-line utility to view the three types of analysis. The analysis provides a comprehensive view of your application's vulnerabilities enabling you to improve its correctness and reliability.