Apache MyFaces
Documentation
Foundation

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1700197

Rules

RulesViolationsSeverity
ConstantName
  • format: "^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$"
2Errors Error
LocalVariableName0Errors Error
MethodName
  • format: "^_?[a-z][a-zA-Z0-9]*$"
0Errors Error
PackageName0Errors Error
LocalFinalVariableName0Errors Error
ParameterName3Errors Error
StaticVariableName0Errors Error
TypeName
  • format: "^_?[A-Z][a-zA-Z0-9]*$"
0Errors Error
Header
  • headerFile: "/home/lu4242/workspace/trunk/commons/trunk/myfaces-commons-validators/target/checkstyle-header.txt"
17Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports5Errors Error
FileLength0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see"
14Errors Error
MethodLength
  • max: "200"
0Errors Error
ParameterNumber
  • max: "10"
0Errors Error
TabCharacter0Errors Error
NeedBraces73Errors Error
LeftCurly
  • option: "nl"
79Errors Error
RightCurly
  • option: "alone"
4Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
InnerAssignment0Errors Error
DefaultComesLast0Errors Error
MissingSwitchDefault0Errors Error
FallThrough0Errors Error
MultipleVariableDeclarations0Errors Error
UpperEll0Errors Error

Details

org/apache/myfaces/commons/validator/AbstractCSVValidator.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.46
ErrorsLine is longer than 120 characters.56
Errors'{' should be on a new line.84
Errors'if' construct must use '{}'s.85
Errors'{' should be on a new line.89
Errors'{' should be on a new line.93
Errors'if' construct must use '{}'s.101
Errors'if' construct must use '{}'s.103
Errors'if' construct must use '{}'s.106
Errors'else' construct must use '{}'s.108
Errors'if' construct must use '{}'s.111
Errors'else' construct must use '{}'s.113
Errors'{' should be on a new line.118
Errors'if' construct must use '{}'s.120
Errors'if' construct must use '{}'s.121
Errors'if' construct must use '{}'s.129
Errors'{' should be on a new line.133
ErrorsLine is longer than 120 characters.135
Errors'if' construct must use '{}'s.138
Errors'{' should be on a new line.141
Errors'{' should be on a new line.144
ErrorsLine is longer than 120 characters.146
Errors'{' should be on a new line.150
Errors'{' should be on a new line.151
Errors'else' construct must use '{}'s.154
Errors'{' should be on a new line.154
Errors'{' should be on a new line.157
Errors'if' construct must use '{}'s.161

org/apache/myfaces/commons/validator/AbstractCompareToValidator.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.102
Errors'{' should be on a new line.114
Errors'{' should be on a new line.126
Errors'if' construct must use '{}'s.148
Errors'if' construct must use '{}'s.150
Errors'if' construct must use '{}'s.152
Errors'if' construct must use '{}'s.154
Errors'if' construct must use '{}'s.156
Errors'if' construct must use '{}'s.158
Errors'if' construct must use '{}'s.161
Errors'if' construct must use '{}'s.163
Errors'if' construct must use '{}'s.165
Errors'if' construct must use '{}'s.167
Errors'if' construct must use '{}'s.169
Errors'if' construct must use '{}'s.171
Errors'if' construct must use '{}'s.174
Errors'if' construct must use '{}'s.182
Errors'if' construct must use '{}'s.184
Errors'if' construct must use '{}'s.186
Errors'if' construct must use '{}'s.188
Errors'if' construct must use '{}'s.190
Errors'if' construct must use '{}'s.192
Errors'if' construct must use '{}'s.200
Errors'if' construct must use '{}'s.202
Errors'if' construct must use '{}'s.204
Errors'if' construct must use '{}'s.206
Errors'if' construct must use '{}'s.208
Errors'if' construct must use '{}'s.210
Errors'{' should be on a new line.220
Errors'if' construct must use '{}'s.222
Errors'if' construct must use '{}'s.223
Errors'if' construct must use '{}'s.234
ErrorsLine is longer than 120 characters.235
Errors'if' construct must use '{}'s.237
ErrorsLine is longer than 120 characters.238
Errors'{' should be on a new line.241
Errors'if' construct must use '{}'s.288
ErrorsLine is longer than 120 characters.316
ErrorsLine is longer than 120 characters.322
Errors'if' construct must use '{}'s.332
Errors'else' construct must use '{}'s.334
Errors'if' construct must use '{}'s.341
ErrorsLine is longer than 120 characters.367
Errors'if' construct must use '{}'s.401
Errors'if' construct must use '{}'s.403
ErrorsLine is longer than 120 characters.410
Errors'if' construct must use '{}'s.422
Errors'if' construct must use '{}'s.426
Errors'if' construct must use '{}'s.429
Errors'if' construct must use '{}'s.431
Errors'if' construct must use '{}'s.432
Errors'}' should be alone on a line.482
Errors'{' should be on a new line.482

org/apache/myfaces/commons/validator/AbstractCreditCardValidator.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
ErrorsUnused import - javax.faces.application.FacesMessage.21
Errors'{' should be on a new line.43
Errors'{' should be on a new line.56
Errors'{' should be on a new line.71
Errors'if' construct must use '{}'s.73
Errors'if' construct must use '{}'s.74
Errors'{' should be on a new line.81
Errors'{' should be on a new line.94
Errors'{' should be on a new line.95
ErrorsLine is longer than 120 characters.97
Errors'{' should be on a new line.99
Errors'{' should be on a new line.108
Errors'{' should be on a new line.109
Errors'{' should be on a new line.112
Errors'{' should be on a new line.115
Errors'{' should be on a new line.118

org/apache/myfaces/commons/validator/AbstractDateRestrictionValidator.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
ErrorsUnused import - javax.faces.validator.Validator.35
ErrorsLine is longer than 120 characters.87

org/apache/myfaces/commons/validator/AbstractRegExprValidator.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
ErrorsUnused import - javax.faces.application.FacesMessage.21
Errors'{' should be on a new line.44
Errors'{' should be on a new line.56
Errors'{' should be on a new line.63
Errors'if' construct must use '{}'s.65
Errors'if' construct must use '{}'s.66
Errors'{' should be on a new line.82

org/apache/myfaces/commons/validator/AbstractUrlValidator.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
ErrorsUnused import - javax.faces.application.FacesMessage.22
Errors'{' should be on a new line.43
Errors'{' should be on a new line.55
Errors'{' should be on a new line.67
Errors'if' construct must use '{}'s.70
Errors'if' construct must use '{}'s.71
Errors'{' should be on a new line.80
Errors'{' should be on a new line.103
Errors'{' should be on a new line.115
ErrorsName '_schemes' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsName '_allow2Slashes' must match pattern '^[a-z][a-zA-Z0-9]*$'.143
ErrorsName '_allowAllSchemas' must match pattern '^[a-z][a-zA-Z0-9]*$'.154

org/apache/myfaces/commons/validator/EmailValidator.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
ErrorsUnused import - javax.faces.application.FacesMessage.21
Errors'{' should be on a new line.43
Errors'{' should be on a new line.55
Errors'{' should be on a new line.66
Errors'if' construct must use '{}'s.69
Errors'if' construct must use '{}'s.70
Errors'{' should be on a new line.76

org/apache/myfaces/commons/validator/ISBNValidator.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.40
Errors'{' should be on a new line.57
Errors'{' should be on a new line.69
Errors'if' construct must use '{}'s.72
Errors'if' construct must use '{}'s.73
Errors'{' should be on a new line.80
Errors'if' construct must use '{}'s.83

org/apache/myfaces/commons/validator/ValidateDateRestrictionTagHandler.java

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

org/apache/myfaces/commons/validator/ValidatorBase.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'if' construct must use '{}'s.62
Errors'{' should be on a new line.71
Errors'{' should be on a new line.83
Errors'{' should be on a new line.92
Errors'{' should be on a new line.104
Errors'if' construct must use '{}'s.105
Errors'{' should be on a new line.114
Errors'{' should be on a new line.122
Errors'{' should be on a new line.130
Errors'{' should be on a new line.137
Errors'{' should be on a new line.141
Errors'{' should be on a new line.152
Errors'}' should be alone on a line.158
Errors'{' should be on a new line.158
Errors'if' construct must use '{}'s.173
Errors'if' construct must use '{}'s.187
Errors'if' construct must use '{}'s.263
Errors'if' construct must use '{}'s.299
Errors'if' construct must use '{}'s.300
ErrorsLine is longer than 120 characters.321

org/apache/myfaces/commons/validator/ValidatorBaseTag.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.35
Errors'{' should be on a new line.41
Errors'{' should be on a new line.55
Errors'if' construct must use '{}'s.61
Errors'if' construct must use '{}'s.66

org/apache/myfaces/commons/validator/ValidatorBaseTagHandler.java

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

org/apache/myfaces/commons/validator/_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/validator/_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/validator/_DateRestrictionRule.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
Errors'{' should be on a new line.47
Errors'{' should be on a new line.61
Errors'{' should be on a new line.69
Errors'}' should be alone on a line.71
Errors'{' should be on a new line.71
Errors'}' should be alone on a line.73
Errors'{' should be on a new line.73
ErrorsName 'Instance' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'.91
Errors'{' should be on a new line.102
Errors'{' should be on a new line.108

org/apache/myfaces/commons/validator/_ValidatorRule.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]+)*))$'.74
Errors'{' should be on a new line.76
Errors'{' should be on a new line.81
Errors'{' should be on a new line.82
Errors'{' should be on a new line.85
Errors'{' should be on a new line.87

org/apache/myfaces/commons/validator/model/DateListProvider.java

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