Checkstyle Results
The following document contains the results of Checkstyle.
Files
Rules
Rules | Violations | Severity |
---|---|---|
ConstantName
| 0 | Error |
LocalVariableName | 0 | Error |
MethodName
| 0 | Error |
PackageName | 0 | Error |
LocalFinalVariableName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName
| 0 | Error |
Header
| 14 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 1 | Error |
FileLength | 0 | Error |
LineLength
| 4 | Error |
MethodLength
| 0 | Error |
ParameterNumber
| 0 | Error |
TabCharacter | 0 | Error |
NeedBraces | 4 | Error |
LeftCurly
| 35 | Error |
RightCurly
| 0 | 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/examples/BooleanBean.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/examples/DataFieldHolder.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. | 25 | |
'{' should be on a new line. | 34 | |
'{' should be on a new line. | 38 | |
'{' should be on a new line. | 41 | |
'{' should be on a new line. | 48 |
org/apache/myfaces/commons/examples/DateTimeBean.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.context.FacesContext. | 24 |
org/apache/myfaces/commons/examples/NumberBean.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/examples/accessedbeans/AccessTrackingVariableResolver.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. | 54 |
org/apache/myfaces/commons/examples/accessedbeans/AccessedBeans.java
Violation | Message | Line |
---|---|---|
Line does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'. | 2 | |
'if' construct must use '{}'s. | 34 | |
'if' construct must use '{}'s. | 52 |
org/apache/myfaces/commons/examples/validate/EducationLevel.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/examples/validate/ValidateCreditCard.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. | 33 | |
'{' should be on a new line. | 56 | |
Line is longer than 120 characters. | 58 | |
'{' should be on a new line. | 62 | |
'{' should be on a new line. | 66 |
org/apache/myfaces/commons/examples/validate/ValidateEnum.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. | 39 |
org/apache/myfaces/commons/examples/validate/ValidateForm.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. | 25 | |
'{' should be on a new line. | 39 | |
'{' should be on a new line. | 43 | |
'{' should be on a new line. | 47 | |
'{' should be on a new line. | 52 | |
'{' should be on a new line. | 55 | |
'{' should be on a new line. | 58 | |
'{' should be on a new line. | 61 | |
'{' should be on a new line. | 65 | |
'{' should be on a new line. | 69 | |
'{' should be on a new line. | 76 | |
'{' should be on a new line. | 83 | |
'{' should be on a new line. | 90 | |
'{' should be on a new line. | 97 | |
'{' should be on a new line. | 104 | |
'{' should be on a new line. | 111 | |
'{' should be on a new line. | 115 | |
'{' should be on a new line. | 118 |
org/apache/myfaces/commons/exporter/ExporterBean.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. | 29 | |
'{' should be on a new line. | 33 | |
'if' construct must use '{}'s. | 34 | |
'{' should be on a new line. | 39 | |
'{' should be on a new line. | 43 | |
'{' should be on a new line. | 46 | |
'{' should be on a new line. | 52 |
org/apache/myfaces/commons/exporter/SimpleCar.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/renderone/RenderOneBean.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/servlet/SourceCodeServlet.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. | 90 | |
Line is longer than 120 characters. | 97 | |
'{' should be on a new line. | 125 | |
'if' construct must use '{}'s. | 126 |