Apache MyFaces
Documentation
Foundation

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1800175

Rules

RulesViolationsSeverity
ConstantName
  • format: "^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$"
4Errors Error
LocalVariableName2Errors 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/trunk/commons/jsf_20/myfaces-commons-converters/target/checkstyle-header.txt"
18Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports3Errors Error
FileLength0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see"
22Errors Error
MethodLength
  • max: "200"
0Errors Error
ParameterNumber
  • max: "10"
0Errors Error
TabCharacter0Errors Error
NeedBraces38Errors Error
LeftCurly
  • option: "nl"
76Errors Error
RightCurly
  • option: "alone"
8Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement1Errors Error
EqualsHashCode0Errors Error
InnerAssignment0Errors Error
DefaultComesLast0Errors Error
MissingSwitchDefault0Errors Error
FallThrough2Errors Error
MultipleVariableDeclarations1Errors Error
UpperEll0Errors Error

Details

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

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
ErrorsUnused import - javax.faces.FacesException.30
ErrorsUnused import - javax.faces.component.StateHolder.32
Errors'if' construct must use '{}'s.145
Errors'if' construct must use '{}'s.146
Errors'if' construct must use '{}'s.206
ErrorsLine is longer than 120 characters.207
ErrorsLine is longer than 120 characters.209
Errors'if' construct must use '{}'s.210
ErrorsLine is longer than 120 characters.211
ErrorsLine is longer than 120 characters.213
Errors'if' construct must use '{}'s.214
ErrorsLine is longer than 120 characters.215
ErrorsLine is longer than 120 characters.217
Errors'if' construct must use '{}'s.218
ErrorsLine is longer than 120 characters.219
ErrorsLine is longer than 120 characters.221
Errors'if' construct must use '{}'s.231
Errors'if' construct must use '{}'s.232
Errors'if' construct must use '{}'s.249
Errors'if' construct must use '{}'s.250
Errors'if' construct must use '{}'s.251
Errors'if' construct must use '{}'s.252
ErrorsLine is longer than 120 characters.260
ErrorsEach variable declaration must be in its own statement.497
ErrorsFall through from previous branch of the switch statement.516
ErrorsEmpty statement.521
ErrorsFall through from previous branch of the switch statement.522

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

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2

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

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
ErrorsUnused import - org.apache.myfaces.buildtools.maven2.plugin.builder.annotation.JSFConverter.26

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

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
ErrorsLine is longer than 120 characters.54
ErrorsLine is longer than 120 characters.58

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

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
Errors'{' should be on a new line.48
Errors'{' should be on a new line.71
Errors'{' should be on a new line.82
Errors'{' should be on a new line.90
Errors'{' should be on a new line.121
Errors'{' should be on a new line.125
Errors'{' should be on a new line.136
Errors'}' should be alone on a line.142
Errors'{' should be on a new line.142
Errors'if' construct must use '{}'s.156
Errors'if' construct must use '{}'s.175
Errors'{' should be on a new line.176
Errors'}' should be alone on a line.178
Errors'{' should be on a new line.178
Errors'if' construct must use '{}'s.215
Errors'if' construct must use '{}'s.255
Errors'if' construct must use '{}'s.257
Errors'{' should be on a new line.324
Errors'{' should be on a new line.334
Errors'{' should be on a new line.335
Errors'{' should be on a new line.338

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

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
Errors'{' should be on a new line.34

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

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2

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

ViolationMessageLine
ErrorsLine 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

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
Errors'if' construct must use '{}'s.93
Errors'if' construct must use '{}'s.94
Errors'if' construct must use '{}'s.103
ErrorsLine is longer than 120 characters.112
Errors'if' construct must use '{}'s.114
ErrorsLine is longer than 120 characters.115
Errors'if' construct must use '{}'s.116
ErrorsLine is longer than 120 characters.117
Errors'if' construct must use '{}'s.118
ErrorsLine is longer than 120 characters.119
Errors'else' construct must use '{}'s.120
Errors'if' construct must use '{}'s.130
Errors'if' construct must use '{}'s.131
ErrorsLine is longer than 120 characters.154
Errors'if' construct must use '{}'s.264
Errors'if' construct must use '{}'s.278
ErrorsName '_localeValue' must match pattern '^[a-z][a-zA-Z0-9]*$'.391
ErrorsName '_timeZoneValue' must match pattern '^[a-z][a-zA-Z0-9]*$'.478

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

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
Errors'{' should be on a new line.45
ErrorsLine is longer than 120 characters.50
Errors'{' should be on a new line.58
Errors'{' should be on a new line.61
Errors'if' construct must use '{}'s.62
ErrorsLine is longer than 120 characters.66
Errors'{' should be on a new line.66
Errors'if' construct must use '{}'s.67
Errors'if' construct must use '{}'s.68
Errors'if' construct must use '{}'s.69
Errors'{' should be on a new line.74
Errors'}' should be alone on a line.76
Errors'{' should be on a new line.76
Errors'}' should be alone on a line.79
Errors'{' should be on a new line.79
Errors'{' should be on a new line.84
Errors'{' should be on a new line.88
Errors'{' should be on a new line.89
ErrorsLine is longer than 120 characters.97
Errors'{' should be on a new line.97
Errors'if' construct must use '{}'s.98
Errors'if' construct must use '{}'s.99
Errors'if' construct must use '{}'s.100
Errors'if' construct must use '{}'s.102
Errors'{' should be on a new line.107
Errors'}' should be alone on a line.110
Errors'{' should be on a new line.110
Errors'{' should be on a new line.112
Errors'{' should be on a new line.115
Errors'}' should be alone on a line.117
Errors'{' should be on a new line.117
Errors'{' should be on a new line.121
Errors'{' should be on a new line.126
Errors'{' should be on a new line.132
Errors'}' should be alone on a line.135
Errors'{' should be on a new line.135
ErrorsLine is longer than 120 characters.146
Errors'{' should be on a new line.146
Errors'{' should be on a new line.147
Errors'{' should be on a new line.163
Errors'if' construct must use '{}'s.166
Errors'{' should be on a new line.171
Errors'{' should be on a new line.178
Errors'{' should be on a new line.186
Errors'{' should be on a new line.190

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

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
ErrorsLine is longer than 120 characters.58

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

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2

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

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
ErrorsLine is longer than 120 characters.42

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

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
Errors'{' should be on a new line.27
Errors'{' should be on a new line.29
Errors'{' should be on a new line.38
Errors'{' should be on a new line.44
ErrorsName 'Instance' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'.75
Errors'{' should be on a new line.77
Errors'{' should be on a new line.82
Errors'{' should be on a new line.83
Errors'{' should be on a new line.86
Errors'{' should be on a new line.88

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

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
Errors'{' should be on a new line.27
Errors'{' should be on a new line.29
Errors'{' should be on a new line.38
Errors'{' should be on a new line.44
ErrorsName 'Instance' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'.75
Errors'{' should be on a new line.77
Errors'{' should be on a new line.82
Errors'{' should be on a new line.83
Errors'{' should be on a new line.86
Errors'{' should be on a new line.88

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

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
Errors'if' construct must use '{}'s.596

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

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
Errors'{' should be on a new line.31
Errors'{' should be on a new line.33
Errors'{' should be on a new line.42
Errors'{' should be on a new line.48
ErrorsName 'Instance' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'.93
Errors'{' should be on a new line.95
Errors'{' should be on a new line.100
Errors'{' should be on a new line.101
Errors'{' should be on a new line.106

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

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
Errors'{' should be on a new line.31
Errors'{' should be on a new line.33
Errors'{' should be on a new line.42
Errors'{' should be on a new line.48
ErrorsName 'Instance' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'.93
Errors'{' should be on a new line.95
Errors'{' should be on a new line.100
Errors'{' should be on a new line.101
Errors'{' should be on a new line.106