Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with check_style.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
9 0 10 0

Rules

Category Rule Violations Severity
blocks EmptyBlock
  • tokens: "LITERAL_WHILE,LITERAL_TRY,LITERAL_CATCH,LITERAL_FINALLY,LITERAL_DO,LITERAL_ELSE,LITERAL_FOR,INSTANCE_INIT,STATIC_INIT,LITERAL_SWITCH"
2  Warning
NeedBraces 3  Warning
imports UnusedImports 2  Warning
misc NewlineAtEndOfFile 2  Error
sizes LineLength
  • max: "110"
1  Warning

Details

info/limpet/rcp/wizards/NewFileWizard.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Warning imports UnusedImports Unused import - org.eclipse.ui.IWorkbenchWizard. 26
 Warning blocks EmptyBlock Must have at least one statement. 96
 Warning blocks EmptyBlock Must have at least one statement. 113

info/limpet/rcp/wizards/NewWizardPage.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Warning imports UnusedImports Unused import - org.eclipse.jface.dialogs.IDialogPage. 7
 Warning sizes LineLength Line is longer than 110 characters (found 118). 48
 Warning blocks NeedBraces 'if' construct must use '{}'s. 196
 Warning blocks NeedBraces 'if' construct must use '{}'s. 202
 Warning blocks NeedBraces 'else' construct must use '{}'s. 204