The following document contains the results of Checkstyle 6.11.2 with check_style.xml ruleset.
File | ![]() |
![]() |
![]() |
---|---|---|---|
info/limpet/rcp/wizards/NewFileWizard.java | 0 | 4 | 0 |
info/limpet/rcp/wizards/NewWizardPage.java | 0 | 6 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock
|
2 | ![]() |
NeedBraces | 3 | ![]() | |
imports | UnusedImports | 2 | ![]() |
misc | NewlineAtEndOfFile | 2 | ![]() |
sizes | LineLength
|
1 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
imports | UnusedImports | Unused import - org.eclipse.ui.IWorkbenchWizard. | 26 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 96 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
imports | UnusedImports | Unused import - org.eclipse.jface.dialogs.IDialogPage. | 7 |
![]() |
sizes | LineLength | Line is longer than 110 characters (found 118). | 48 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 202 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 204 |