The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | Error |
RegexpHeader
| 14 | Error |
FileTabCharacter
| 0 | Error |
LeftCurly
| 0 | Error |
RightCurly
| 0 | Error |
LineLength
| 5 | Error |
MemberName | 0 | Error |
JavadocMethod
| 22 | Warning |
JavadocType
| 0 | Error |
JavadocVariable
| 14 | Info |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 2 | Error |
MethodLength | 3 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad
| 0 | Error |
OperatorWrap | 0 | Error |
ParenPad
| 20 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
| 0 | Error |
NeedBraces | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
| 3 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber
| 0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 3 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
| 3 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
'password' hides a field. | 176 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 48 |
Violation | Message | Line |
---|---|---|
'(' is not followed by whitespace. | 31 | |
')' is not preceded with whitespace. | 31 | |
'(' is not followed by whitespace. | 32 | |
')' is not preceded with whitespace. | 32 |
Violation | Message | Line |
---|---|---|
'(' is not followed by whitespace. | 30 | |
')' is not preceded with whitespace. | 30 |
Violation | Message | Line |
---|---|---|
'(' is not followed by whitespace. | 32 | |
')' is not preceded with whitespace. | 32 | |
'(' is not followed by whitespace. | 33 | |
')' is not preceded with whitespace. | 33 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
Unused import - java.io.InputStream. | 53 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 137 | |
Method length is 250 lines (max allowed is 150). | 200 | |
Missing a Javadoc comment. | 200 | |
Line is longer than 120 characters. | 347 | |
Missing a Javadoc comment. | 453 | |
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 455 | |
Missing a Javadoc comment. | 499 | |
Expected an @return tag. | 518 | |
Expected @param tag for 'contextXmlFile'. | 518 | |
Expected @param tag for 'warFile'. | 518 | |
Expected @throws tag for 'IOException'. | 519 | |
Expected @throws tag for 'ArchiveException'. | 519 | |
Expected @throws tag for 'IOException'. | 554 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
Line is longer than 120 characters. | 308 | |
Missing a Javadoc comment. | 433 | |
Line is longer than 120 characters. | 462 | |
Missing a Javadoc comment. | 469 | |
Expected @throws tag for 'ServletException'. | 567 | |
Missing a Javadoc comment. | 637 | |
Expected @throws tag for 'MojoExecutionException'. | 741 | |
Expected @throws tag for 'MojoExecutionException'. | 796 | |
Method length is 207 lines (max allowed is 150). | 939 | |
Missing a Javadoc comment. | 1158 | |
Missing a Javadoc comment. | 1193 | |
Redundant throws: 'MalformedURLException' is subclass of 'IOException'. | 1255 | |
Redundant throws: 'MalformedURLException' is subclass of 'IOException'. | 1290 | |
'webapps' hides a field. | 1293 | |
'contextFile' hides a field. | 1333 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 42 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
'(' is not followed by whitespace. | 60 | |
')' is not preceded with whitespace. | 61 | |
'(' is not followed by whitespace. | 67 | |
')' is not preceded with whitespace. | 68 | |
Method length is 205 lines (max allowed is 150). | 71 | |
Missing a Javadoc comment. | 71 | |
Line is longer than 120 characters. | 173 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 45 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
Unused import - org.apache.maven.shared.filtering.MavenFileFilter. | 32 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
'(' is not followed by whitespace. | 30 | |
')' is not preceded with whitespace. | 30 | |
'(' is not followed by whitespace. | 31 | |
')' is not preceded with whitespace. | 31 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
'(' is not followed by whitespace. | 28 | |
')' is not preceded with whitespace. | 28 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
Missing a Javadoc comment. | 32 | |
Variable 'dependency' must be private and have accessor methods. | 32 | |
Missing a Javadoc comment. | 34 | |
Variable 'contextPath' must be private and have accessor methods. | 34 | |
Missing a Javadoc comment. | 36 | |
Variable 'contextXml' must be private and have accessor methods. | 36 | |
Missing a Javadoc comment. | 38 |