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 32

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-examples/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"
2 Errors Error
MethodLength
  • max : "200"
0 Errors Error
ParameterNumber
  • max : "10"
0 Errors Error
TabCharacter 0 Errors Error
NeedBraces 1 Errors Error
LeftCurly
  • option : "nl"
24 Errors Error
RightCurly
  • option : "alone"
0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
InnerAssignment 0 Errors Error
DefaultComesLast 0 Errors Error
MissingSwitchDefault 0 Errors Error
FallThrough 0 Errors Error
MultipleVariableDeclarations 0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/myfaces/commons/examples/DataFieldHolder.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. 25
Errors '{' should be on a new line. 34
Errors '{' should be on a new line. 38
Errors '{' should be on a new line. 41
Errors '{' should be on a new line. 48

org/apache/myfaces/commons/servlet/SourceCodeServlet.java

Violation Message Line
Errors Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. 2
Errors Line is longer than 120 characters. 90
Errors Line is longer than 120 characters. 97
Errors '{' should be on a new line. 125
Errors 'if' construct must use '{}'s. 126

org/apache/myfaces/examples/validate/EducationLevel.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/examples/validate/ValidateEnum.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/examples/validate/ValidateForm.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. 25
Errors '{' should be on a new line. 39
Errors '{' should be on a new line. 43
Errors '{' should be on a new line. 47
Errors '{' should be on a new line. 52
Errors '{' should be on a new line. 55
Errors '{' should be on a new line. 58
Errors '{' should be on a new line. 61
Errors '{' should be on a new line. 65
Errors '{' should be on a new line. 69
Errors '{' should be on a new line. 76
Errors '{' should be on a new line. 83
Errors '{' should be on a new line. 90
Errors '{' should be on a new line. 97
Errors '{' should be on a new line. 104
Errors '{' should be on a new line. 111
Errors '{' should be on a new line. 115
Errors '{' should be on a new line. 118