Go to main content
Oracle® Developer Studio 12.5: Code Analyzer User's Guide

Exit Print View

Updated: June 2016
 
 

Errors Analyzed by Code Analyzer

The compilers, discover, and uncover find static code issues, dynamic memory access issues, and coverage issues in your code. This appendix describes the specific error types that are found by these tools and analyzed by Code Analyzer.

Code Coverage Issues

Code coverage checking determines which functions are uncovered. In the results, code coverage issues found are labeled as Uncovered Function, with a potential coverage percentage, indicating the percentage of coverage that will be added to the total coverage for the application if a test covering the relevant function is added.

Possible Causes: No test might execute your function or you might have forgotten to delete dead or old code.