Checkstyle Results
The following document contains the results of Checkstyle .
Summary
Files | Infos | Warnings | Errors |
---|---|---|---|
5 | 0 | 0 | 32 |
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
|
5 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
FileLength | 0 | Error |
LineLength
|
2 | Error |
MethodLength
|
0 | Error |
ParameterNumber
|
0 | Error |
TabCharacter | 0 | Error |
NeedBraces | 1 | Error |
LeftCurly
|
24 | 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/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/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 |
org/apache/myfaces/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/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 |
org/apache/myfaces/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 |