Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
630022

Rules

RulesViolationsSeverity
ConstantName
  • format: "^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$"
1Errors 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/sandbox15/core/target/checkstyle-header.txt"
0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport1Errors Error
UnusedImports0Errors Error
FileLength0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see"
12Errors Error
MethodLength
  • max: "200"
0Errors Error
ParameterNumber
  • max: "10"
0Errors Error
TabCharacter0Errors Error
NeedBraces5Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode1Errors Error
InnerAssignment0Errors Error
DefaultComesLast0Errors Error
MissingSwitchDefault2Errors Error
FallThrough0Errors Error
MultipleVariableDeclarations0Errors Error
UpperEll0Errors Error

Details

org/apache/myfaces/custom/converter/enumeration/EnumConverter.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.59

org/apache/myfaces/custom/dynaForm/component/dynaForm/DynaConfig.java

ViolationMessageLine
Errors'if' construct must use '{}'s.54
Errors'if' construct must use '{}'s.73
Errors'if' construct must use '{}'s.92
Errors'if' construct must use '{}'s.111
Errors'if' construct must use '{}'s.130

org/apache/myfaces/custom/dynaForm/component/dynaForm/DynaForm.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.290

org/apache/myfaces/custom/dynaForm/component/dynaForm/DynaFormRenderer.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.234

org/apache/myfaces/custom/dynaForm/guiBuilder/GuiBuilder.java

ViolationMessageLine
Errorsswitch without "default" clause.131

org/apache/myfaces/custom/dynaForm/guiBuilder/impl/jsf/JsfGuiBuilder.java

ViolationMessageLine
ErrorsName 'builderMap' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'.81
Errorsswitch without "default" clause.428
ErrorsLine is longer than 120 characters.639

org/apache/myfaces/custom/dynaForm/guiBuilder/impl/myfaces/SuggestSelectListMethodWrapper.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.73

org/apache/myfaces/custom/dynaForm/lib/NullObject.java

ViolationMessageLine
ErrorsDefinition of 'equals()' without corresponding definition of 'hashCode()'.31

org/apache/myfaces/custom/dynaForm/lib/ObjectSerializationConverter.java

ViolationMessageLine
ErrorsRedundant import from the same package - org.apache.myfaces.custom.dynaForm.lib.NullObject.35

org/apache/myfaces/custom/dynaForm/metadata/impl/ejb/BcelHelper.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.78

org/apache/myfaces/custom/dynaForm/metadata/impl/ejb/EjbExtractor.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.308
ErrorsLine is longer than 120 characters.345
ErrorsLine is longer than 120 characters.503
ErrorsLine is longer than 120 characters.607

org/apache/myfaces/custom/dynaForm/metadata/utils/TypeInfos.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.108

org/apache/myfaces/custom/dynaForm/uri/FacesUriResolver.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.33