Checkstyle Results
The following document contains the results of Checkstyle .
Summary
Files | Infos | Warnings | Errors |
---|---|---|---|
13 | 0 | 0 | 173 |
Files
Rules
Rules | Violations | Severity |
---|---|---|
ConstantName
|
0 | Error |
LocalVariableName | 0 | Error |
MethodName
|
0 | Error |
PackageName | 0 | Error |
LocalFinalVariableName | 0 | Error |
ParameterName | 3 | Error |
StaticVariableName | 0 | Error |
TypeName
|
0 | Error |
Header
|
13 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 1 | Error |
UnusedImports | 5 | Error |
FileLength | 0 | Error |
LineLength
|
14 | Error |
MethodLength
|
0 | Error |
ParameterNumber
|
0 | Error |
TabCharacter | 0 | Error |
NeedBraces | 73 | Error |
LeftCurly
|
62 | Error |
RightCurly
|
2 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
InnerAssignment | 0 | Error |
DefaultComesLast | 0 | Error |
MissingSwitchDefault | 0 | Error |
FallThrough | 0 | Error |
MultipleVariableDeclarations | 0 | Error |
UpperEll | 0 | Error |
Details
org/apache/myfaces/commons/validator/AbstractCSVValidator.java
Violation | Message | Line |
---|---|---|
Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. | 2 | |
'{' should be on a new line. | 44 | |
Line is longer than 120 characters. | 54 | |
'{' should be on a new line. | 81 | |
'if' construct must use '{}'s. | 82 | |
'{' should be on a new line. | 86 | |
'{' should be on a new line. | 90 | |
'if' construct must use '{}'s. | 98 | |
'if' construct must use '{}'s. | 100 | |
'if' construct must use '{}'s. | 103 | |
'else' construct must use '{}'s. | 105 | |
'if' construct must use '{}'s. | 108 | |
'else' construct must use '{}'s. | 110 | |
'{' should be on a new line. | 115 | |
'if' construct must use '{}'s. | 117 | |
'if' construct must use '{}'s. | 118 | |
'if' construct must use '{}'s. | 126 | |
'{' should be on a new line. | 130 | |
Line is longer than 120 characters. | 132 | |
'if' construct must use '{}'s. | 135 | |
'{' should be on a new line. | 138 | |
'{' should be on a new line. | 141 | |
Line is longer than 120 characters. | 143 | |
'{' should be on a new line. | 147 | |
'{' should be on a new line. | 148 | |
'else' construct must use '{}'s. | 151 | |
'{' should be on a new line. | 151 | |
'{' should be on a new line. | 154 | |
'if' construct must use '{}'s. | 158 |
org/apache/myfaces/commons/validator/AbstractCompareToValidator.java
Violation | Message | Line |
---|---|---|
Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. | 2 | |
Line is longer than 120 characters. | 100 | |
'{' should be on a new line. | 112 | |
'{' should be on a new line. | 124 | |
'if' construct must use '{}'s. | 146 | |
'if' construct must use '{}'s. | 148 | |
'if' construct must use '{}'s. | 150 | |
'if' construct must use '{}'s. | 152 | |
'if' construct must use '{}'s. | 154 | |
'if' construct must use '{}'s. | 156 | |
'if' construct must use '{}'s. | 159 | |
'if' construct must use '{}'s. | 161 | |
'if' construct must use '{}'s. | 163 | |
'if' construct must use '{}'s. | 165 | |
'if' construct must use '{}'s. | 167 | |
'if' construct must use '{}'s. | 169 | |
'if' construct must use '{}'s. | 172 | |
'if' construct must use '{}'s. | 180 | |
'if' construct must use '{}'s. | 182 | |
'if' construct must use '{}'s. | 184 | |
'if' construct must use '{}'s. | 186 | |
'if' construct must use '{}'s. | 188 | |
'if' construct must use '{}'s. | 190 | |
'if' construct must use '{}'s. | 198 | |
'if' construct must use '{}'s. | 200 | |
'if' construct must use '{}'s. | 202 | |
'if' construct must use '{}'s. | 204 | |
'if' construct must use '{}'s. | 206 | |
'if' construct must use '{}'s. | 208 | |
'{' should be on a new line. | 218 | |
'if' construct must use '{}'s. | 220 | |
'if' construct must use '{}'s. | 221 | |
'if' construct must use '{}'s. | 232 | |
Line is longer than 120 characters. | 233 | |
'if' construct must use '{}'s. | 235 | |
Line is longer than 120 characters. | 236 | |
'{' should be on a new line. | 239 | |
'if' construct must use '{}'s. | 286 | |
Line is longer than 120 characters. | 314 | |
Line is longer than 120 characters. | 320 | |
'if' construct must use '{}'s. | 330 | |
'else' construct must use '{}'s. | 332 | |
'if' construct must use '{}'s. | 339 | |
Line is longer than 120 characters. | 365 | |
'if' construct must use '{}'s. | 399 | |
'if' construct must use '{}'s. | 401 | |
Line is longer than 120 characters. | 408 | |
'if' construct must use '{}'s. | 420 | |
'if' construct must use '{}'s. | 424 | |
'if' construct must use '{}'s. | 427 | |
'if' construct must use '{}'s. | 429 | |
'if' construct must use '{}'s. | 430 | |
'}' should be alone on a line. | 480 | |
'{' should be on a new line. | 480 |
org/apache/myfaces/commons/validator/AbstractCreditCardValidator.java
Violation | Message | Line |
---|---|---|
Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. | 2 | |
Unused import - javax.faces.application.FacesMessage. | 21 | |
'{' should be on a new line. | 41 | |
'{' should be on a new line. | 54 | |
'{' should be on a new line. | 69 | |
'if' construct must use '{}'s. | 71 | |
'if' construct must use '{}'s. | 72 | |
'{' should be on a new line. | 79 | |
'{' should be on a new line. | 92 | |
'{' should be on a new line. | 93 | |
Line is longer than 120 characters. | 95 | |
'{' should be on a new line. | 97 | |
'{' should be on a new line. | 106 | |
'{' should be on a new line. | 107 | |
'{' should be on a new line. | 110 | |
'{' should be on a new line. | 113 | |
'{' should be on a new line. | 116 |
org/apache/myfaces/commons/validator/AbstractDateRestrictionValidator.java
Violation | Message | Line |
---|---|---|
Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. | 2 | |
Unused import - javax.faces.validator.Validator. | 35 | |
Line is longer than 120 characters. | 84 |
org/apache/myfaces/commons/validator/AbstractRegExprValidator.java
Violation | Message | Line |
---|---|---|
Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. | 2 | |
Unused import - javax.faces.application.FacesMessage. | 21 | |
Redundant import from the same package - org.apache.myfaces.commons.validator.ValidatorBase. | 27 | |
'{' should be on a new line. | 44 | |
'{' should be on a new line. | 56 | |
'{' should be on a new line. | 63 | |
'if' construct must use '{}'s. | 65 | |
'if' construct must use '{}'s. | 66 | |
'{' should be on a new line. | 73 |
org/apache/myfaces/commons/validator/AbstractUrlValidator.java
Violation | Message | Line |
---|---|---|
Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. | 2 | |
Unused import - javax.faces.application.FacesMessage. | 22 | |
'{' should be on a new line. | 40 | |
'{' should be on a new line. | 52 | |
'{' should be on a new line. | 64 | |
'if' construct must use '{}'s. | 67 | |
'if' construct must use '{}'s. | 68 | |
'{' should be on a new line. | 77 | |
'{' should be on a new line. | 100 | |
'{' should be on a new line. | 112 | |
Name '_schemes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
Name '_allow2Slashes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
Name '_allowAllSchemas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 |
org/apache/myfaces/commons/validator/EmailValidator.java
Violation | Message | Line |
---|---|---|
Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. | 2 | |
Unused import - javax.faces.application.FacesMessage. | 21 | |
'{' should be on a new line. | 42 | |
'{' should be on a new line. | 54 | |
'{' should be on a new line. | 65 | |
'if' construct must use '{}'s. | 68 | |
'if' construct must use '{}'s. | 69 | |
'{' should be on a new line. | 75 |
org/apache/myfaces/commons/validator/ISBNValidator.java
Violation | Message | Line |
---|---|---|
Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. | 2 | |
'{' should be on a new line. | 40 | |
'{' should be on a new line. | 57 | |
'{' should be on a new line. | 69 | |
'if' construct must use '{}'s. | 72 | |
'if' construct must use '{}'s. | 73 | |
'{' should be on a new line. | 80 | |
'if' construct must use '{}'s. | 83 |
org/apache/myfaces/commons/validator/ValidatorBase.java
Violation | Message | Line |
---|---|---|
Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. | 2 | |
'{' should be on a new line. | 44 | |
'if' construct must use '{}'s. | 58 | |
'{' should be on a new line. | 67 | |
'{' should be on a new line. | 79 | |
'{' should be on a new line. | 88 | |
'{' should be on a new line. | 100 | |
'if' construct must use '{}'s. | 101 | |
'{' should be on a new line. | 110 | |
'{' should be on a new line. | 118 | |
'{' should be on a new line. | 126 | |
'{' should be on a new line. | 133 | |
'{' should be on a new line. | 137 | |
'{' should be on a new line. | 148 | |
'}' should be alone on a line. | 154 | |
'{' should be on a new line. | 154 | |
'if' construct must use '{}'s. | 169 | |
'if' construct must use '{}'s. | 183 | |
'if' construct must use '{}'s. | 259 | |
'if' construct must use '{}'s. | 295 | |
'if' construct must use '{}'s. | 296 | |
Line is longer than 120 characters. | 317 |
org/apache/myfaces/commons/validator/ValidatorBaseTag.java
Violation | Message | Line |
---|---|---|
Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. | 2 | |
'{' should be on a new line. | 35 | |
'{' should be on a new line. | 41 | |
'{' should be on a new line. | 55 | |
'if' construct must use '{}'s. | 61 | |
'if' construct must use '{}'s. | 66 |
org/apache/myfaces/commons/validator/_AttachedListStateWrapper.java
Violation | Message | Line |
---|---|---|
Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. | 2 |
org/apache/myfaces/commons/validator/_AttachedStateWrapper.java
Violation | Message | Line |
---|---|---|
Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. | 2 | |
Line is longer than 120 characters. | 42 |
org/apache/myfaces/commons/validator/model/DateListProvider.java
Violation | Message | Line |
---|---|---|
Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. | 2 |