Determining Code Quality

Code quality tools provide insight into how well your test cases are exercising your Java™ applications by generating statistics showing the percentage of lines in your code that have been run by a test case.

About this task

You enable code quality by project, and then run the project code to see the extent of coverage. You can configure the appearance of coverage indicators in the Package Explorer and the Java editor.

You can compile the code coverage results into reports that you can view in the workbench or save in HTML files for future analysis.


Feedback