Checkstyle Results

The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
4 0 0 13

Files

File
 I
 W
 E
it/tidalwave/accounting/ui/projectexplorer/ProjectExplorerPresentation.java 0 0 2
it/tidalwave/accounting/ui/projectexplorer/ProjectExplorerPresentationControl.java 0 0 4
it/tidalwave/accounting/ui/projectexplorer/impl/DefaultProjectExplorerPresentationControl.java 0 0 5
it/tidalwave/accounting/ui/projectexplorer/impl/ProjectPresentable.java 0 0 2

Rules

Category Rule Violations Severity
javadoc JavadocType
  • scope: "public"
1
 Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
9
 Error
whitespace OperatorWrap 1
 Error
WhitespaceAfter 2
 Error

Details

it/tidalwave/accounting/ui/projectexplorer/ProjectExplorerPresentation.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 37
 Error
regexp RegexpSingleline Line has trailing spaces. 42

it/tidalwave/accounting/ui/projectexplorer/ProjectExplorerPresentationControl.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 32
 Error
javadoc JavadocType Unknown tag 'stereotype'. 33
 Error
regexp RegexpSingleline Line has trailing spaces. 34
 Error
regexp RegexpSingleline Line has trailing spaces. 38

it/tidalwave/accounting/ui/projectexplorer/impl/DefaultProjectExplorerPresentationControl.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 65
 Error
regexp RegexpSingleline Line has trailing spaces. 73
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 82
 Error
regexp RegexpSingleline Line has trailing spaces. 87
 Error
regexp RegexpSingleline Line has trailing spaces. 92

it/tidalwave/accounting/ui/projectexplorer/impl/ProjectPresentable.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 74
 Error
whitespace OperatorWrap ':' should be on a new line. 91