Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
80042

Rules

RulesViolationsSeverity
ConstantName
  • format: "^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$"
0Errors Error
LocalVariableName0Errors Error
MethodName
  • format: "^_?[a-z][a-zA-Z0-9]*$"
0Errors Error
PackageName0Errors Error
LocalFinalVariableName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName
  • format: "^_?[A-Z][a-zA-Z0-9]*$"
0Errors Error
Header
  • headerFile: "/home/lu4242/workspace/tomahawk_1_1_10/trunk/examples/wap/target/checkstyle-header.txt"
0Errors Error
AvoidStarImport5Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
FileLength0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see"
0Errors Error
MethodLength
  • max: "200"
0Errors Error
ParameterNumber
  • max: "10"
0Errors Error
TabCharacter0Errors Error
NeedBraces1Errors Error
LeftCurly
  • option: "nl"
36Errors Error
RightCurly
  • option: "alone"
0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
InnerAssignment0Errors Error
DefaultComesLast0Errors Error
MissingSwitchDefault0Errors Error
FallThrough0Errors Error
MultipleVariableDeclarations0Errors Error
UpperEll0Errors Error

Details

DayRecord.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.util.*.19
Errors'{' should be on a new line.24
Errors'{' should be on a new line.30
Errors'{' should be on a new line.35
Errors'{' should be on a new line.39
Errors'{' should be on a new line.43
Errors'{' should be on a new line.47

IntegerBean.java

ViolationMessageLine
Errors'{' should be on a new line.22
Errors'{' should be on a new line.27
Errors'{' should be on a new line.31

Items.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.util.*.22
Errors'{' should be on a new line.27
Errors'{' should be on a new line.31
Errors'{' should be on a new line.47
Errors'{' should be on a new line.51

ListBean.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.util.*.19
Errors'{' should be on a new line.24
Errors'{' should be on a new line.29
Errors'{' should be on a new line.33

SelectBean.java

ViolationMessageLine
Errors'{' should be on a new line.22
Errors'{' should be on a new line.28
Errors'{' should be on a new line.32
Errors'{' should be on a new line.36
Errors'{' should be on a new line.40

Statistic.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.util.*.19
Errors'{' should be on a new line.24
Errors'{' should be on a new line.31
Errors'{' should be on a new line.38
Errors'{' should be on a new line.45
Errors'{' should be on a new line.49
Errors'{' should be on a new line.53
Errors'for' construct must use '{}'s.56

StringBean.java

ViolationMessageLine
Errors'{' should be on a new line.22
Errors'{' should be on a new line.29
Errors'{' should be on a new line.33
Errors'{' should be on a new line.37
Errors'{' should be on a new line.41
Errors'{' should be on a new line.45
Errors'{' should be on a new line.49

TodayDate.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.util.*.19
Errors'{' should be on a new line.24
Errors'{' should be on a new line.28