Working with the Checkstyle plugin

This section covers the Checkstyle static analysis tool and how to configure Eclipse with Checkstyle. Checkstyle verifies the following rules:

  • Missing Javadoc comments
  • The use of magic numbers
  • Naming conventions of variables and methods
  • Method's argument length and line lengths
  • The use of imports
  • The spaces between some characters
  • The good practices of class construction
  • Duplicated code

The Checkstyle plugin can be downloaded from http://sourceforge.net/projects/eclipse-cs/, or you can install it through Eclipse Marketplace. Just search for Checkstyle.

Perform the following steps to configure the Checkstyle Eclipse plugin:

  1. Click on the Install New Software menu; Eclipse will open a new wizard.
  2. Click on the Add button and ...

Get Mastering Unit Testing Using Mockito and JUnit now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.