Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1005

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/blank/target/checkstyle-header.txt"
0Errors Error
AvoidStarImport0Errors 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
NeedBraces0Errors Error
LeftCurly
  • option: "nl"
5Errors 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

org/apache/myfaces/blank/HelloWorldBacking.java

ViolationMessageLine
Errors'{' should be on a new line.26
Errors'{' should be on a new line.35
Errors'{' should be on a new line.39
Errors'{' should be on a new line.42
Errors'{' should be on a new line.49