Content

Import Checkstyle Project

Select File > New Project > Maven > Project with existing POM

screenshot

screenshot

Debug

Open the Check's source file by double-click on it in a source tree as is shown:

screenshot

Debug the Check by putting the breakpoint at controversial place (double-click) on the left part of line number as it is shown:

screenshot

Then right-click the corresponding Unit-test file or class definition > Debug Test File

screenshot

Then manage you debug operations by Ctrl+F7 (Step Out), F7 (Step Into), Shift+F8 (Step Over Expression), Step Over (F8)

Organize Imports

One of the Checkstyle checks we run on our own code require certain order of import statements. Few changes in IDE settings are required to help your IDE do it automatically.
To change formatter settings please go to Tools->Options in menu.
On Options page go to Editor->Formatting->Java->Imports (follow numbers on a picture) and apply settings highlighted:

Organize Imports settings in NetBeans