Apache MyFaces
Documentation
Foundation

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
5 0 0 49

Rules

Rules Violations Severity
ConstantName
  • format : "^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$"
0 Errors Error
LocalVariableName 0 Errors Error
MethodName
  • format : "^_?[a-z][a-zA-Z0-9]*$"
0 Errors Error
PackageName 0 Errors Error
LocalFinalVariableName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName
  • format : "^_?[A-Z][a-zA-Z0-9]*$"
0 Errors Error
Header
  • headerFile : "/home/lu4242/workspace/commons/trunk/myfaces-commons-converters/target/checkstyle-header.txt"
5 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
LineLength
  • max : "120"
  • ignorePattern : "@version|@see"
4 Errors Error
MethodLength
  • max : "200"
0 Errors Error
ParameterNumber
  • max : "10"
0 Errors Error
TabCharacter 0 Errors Error
NeedBraces 19 Errors Error
LeftCurly
  • option : "nl"
15 Errors Error
RightCurly
  • option : "alone"
2 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 1 Errors Error
EqualsHashCode 0 Errors Error
InnerAssignment 0 Errors Error
DefaultComesLast 0 Errors Error
MissingSwitchDefault 0 Errors Error
FallThrough 2 Errors Error
MultipleVariableDeclarations 1 Errors Error
UpperEll 0 Errors Error

Details

org/apache/myfaces/commons/converter/BooleanConverter.java

Violation Message Line
Errors Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. 2

org/apache/myfaces/commons/converter/ConverterTag.java

Violation Message Line
Errors Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. 2
Errors '}' should be alone on a line. 113

org/apache/myfaces/commons/converter/DateTimeConverter.java

Violation Message Line
Errors Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. 2

org/apache/myfaces/commons/converter/EnumConverter.java

Violation Message Line
Errors Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. 2
Errors '{' should be on a new line. 42
Errors Line is longer than 120 characters. 47
Errors '{' should be on a new line. 54
Errors '{' should be on a new line. 57
Errors 'if' construct must use '{}'s. 58
Errors Line is longer than 120 characters. 62
Errors '{' should be on a new line. 62
Errors 'if' construct must use '{}'s. 63
Errors 'if' construct must use '{}'s. 64
Errors 'if' construct must use '{}'s. 65
Errors '{' should be on a new line. 68
Errors 'if' construct must use '{}'s. 69
Errors Line is longer than 120 characters. 75
Errors '{' should be on a new line. 75
Errors 'if' construct must use '{}'s. 76
Errors 'if' construct must use '{}'s. 77
Errors 'if' construct must use '{}'s. 78
Errors 'if' construct must use '{}'s. 80
Errors '{' should be on a new line. 85
Errors '}' should be alone on a line. 87
Errors '{' should be on a new line. 87
Errors '{' should be on a new line. 98
Errors '{' should be on a new line. 99
Errors '{' should be on a new line. 115
Errors 'if' construct must use '{}'s. 118
Errors '{' should be on a new line. 123
Errors '{' should be on a new line. 127
Errors '{' should be on a new line. 131
Errors '{' should be on a new line. 135

org/apache/myfaces/commons/converter/TypedNumberConverter.java

Violation Message Line
Errors Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. 2
Errors 'if' construct must use '{}'s. 168
Errors 'if' construct must use '{}'s. 169
Errors Line is longer than 120 characters. 184
Errors 'if' construct must use '{}'s. 196
Errors 'if' construct must use '{}'s. 197
Errors 'if' construct must use '{}'s. 210
Errors 'if' construct must use '{}'s. 211
Errors 'if' construct must use '{}'s. 212
Errors 'if' construct must use '{}'s. 213
Errors 'if' construct must use '{}'s. 422
Errors Each variable declaration must be in its own statement. 547
Errors Fall through from previous branch of the switch statement. 566
Errors Empty statement. 571
Errors Fall through from previous branch of the switch statement. 572