The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | ![]() |
RegexpHeader
| 18 | ![]() |
FileTabCharacter
| 0 | ![]() |
LeftCurly
| 0 | ![]() |
RightCurly
| 0 | ![]() |
LineLength
| 10 | ![]() |
MemberName | 0 | ![]() |
JavadocMethod
| 129 | ![]() |
JavadocType
| 0 | ![]() |
JavadocVariable
| 28 | ![]() |
ConstantName | 1 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 1 | ![]() |
MethodLength | 3 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad
| 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad
| 36 | ![]() |
WhitespaceAfter | 0 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 1 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 1 | ![]() |
EmptyBlock
| 0 | ![]() |
NeedBraces | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField
| 19 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 1 | ![]() |
MagicNumber
| 12 | ![]() |
MissingSwitchDefault | 1 | ![]() |
RedundantThrows | 97 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier
| 16 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Missing a Javadoc comment. | 173 |
Violation | Message | Line |
---|---|---|
![]() | Expected an @return tag. | 364 |
![]() | Expected @param tag for 'path'. | 364 |
![]() | Expected @param tag for 'war'. | 364 |
![]() | Expected @param tag for 'update'. | 364 |
![]() | Expected @param tag for 'tag'. | 364 |
![]() | Expected @param tag for 'length'. | 364 |
![]() | Expected @throws tag for 'TomcatManagerException'. | 365 |
![]() | Expected @throws tag for 'IOException'. | 365 |
![]() | Expected @param tag for 'length'. | 697 |
![]() | switch without "default" clause. | 725 |
![]() | Line is longer than 120 characters. | 732 |
![]() | Missing a Javadoc comment. | 747 |
![]() | 'username' hides a field. | 763 |
![]() | 'password' hides a field. | 763 |
![]() | 'static' modifier out of order with the JLS suggestions. | 778 |
![]() | Redundant throws: 'IllegalStateException' is unchecked exception. | 806 |
![]() | Inner assignments should be avoided. | 838 |
![]() | 'url' hides a field. | 877 |
![]() | '1023' is a magic number. | 939 |
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 43 |
![]() | 'statusCode' hides a field. | 43 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 54 |
![]() | 'reasonPhrase' hides a field. | 54 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 65 |
![]() | 'httpResponseBody' hides a field. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.List. | 22 |
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 48 |
![]() | 'mavenProject' hides a field. | 48 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 59 |
![]() | 'dependencies' hides a field. | 59 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 70 |
![]() | 'log' hides a field. | 70 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 81 |
![]() | 'addWarDependenciesInClassloader' hides a field. | 82 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Missing a Javadoc comment. | 93 |
![]() | 'useTestClassPath' hides a field. | 93 |
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 214 |
Violation | Message | Line |
---|---|---|
![]() | Expected @param tag for 'log'. | 64 |
![]() | Expected an @return tag. | 130 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 53 |
![]() | '40000' is a magic number. | 70 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 53 |
![]() | '40000' is a magic number. | 70 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 54 |
![]() | Expected @throws tag for 'VerificationException'. | 74 |
![]() | Unable to get class information for VerificationException. | 74 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 74 |
![]() | Expected @throws tag for 'VerificationException'. | 102 |
![]() | Unable to get class information for VerificationException. | 102 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 80 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Unable to get class information for VerificationException. | 119 |
![]() | Expected @throws tag for 'IOException'. | 119 |
![]() | '200' is a magic number. | 152 |
![]() | '500' is a magic number. | 155 |
![]() | Missing a Javadoc comment. | 202 |
![]() | '15000' is a magic number. | 204 |
![]() | Missing a Javadoc comment. | 207 |
![]() | Missing a Javadoc comment. | 212 |
![]() | Missing a Javadoc comment. | 217 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 128 |
![]() | Unable to get class information for MojoExecutionException. | 158 |
![]() | Unable to get class information for MojoExecutionException. | 167 |
![]() | 'password' hides a field. | 173 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 76 |
![]() | Unable to get class information for MojoExecutionException. | 109 |
![]() | Unable to get class information for MojoExecutionException. | 127 |
![]() | Unable to get class information for MojoExecutionException. | 164 |
![]() | Unable to get class information for MojoExecutionException. | 182 |
![]() | Unable to get class information for MojoExecutionException. | 200 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 64 |
![]() | Unable to get class information for MojoExecutionException. | 78 |
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 283 |
![]() | Unable to get class information for MojoExecutionException. | 405 |
![]() | Redundant throws: 'MojoFailureException' listed more then one time. | 405 |
![]() | Unable to get class information for MojoFailureException. | 405 |
![]() | Unable to get class information for MojoExecutionException. | 476 |
![]() | 'contextFile' hides a field. | 495 |
![]() | Unable to get class information for MojoExecutionException. | 511 |
![]() | Expected @throws tag for 'MojoExecutionException'. | 531 |
![]() | Unable to get class information for MojoExecutionException. | 531 |
![]() | Expected @throws tag for 'MojoExecutionException'. | 586 |
![]() | Unable to get class information for MojoExecutionException. | 586 |
![]() | Unable to get class information for MojoExecutionException. | 621 |
![]() | Unable to get class information for LifecycleException. | 717 |
![]() | Redundant throws: 'MojoExecutionException' listed more then one time. | 717 |
![]() | Unable to get class information for MojoExecutionException. | 717 |
![]() | Missing a Javadoc comment. | 873 |
![]() | Unable to get class information for MojoExecutionException. | 874 |
![]() | Missing a Javadoc comment. | 907 |
![]() | Unable to get class information for MojoExecutionException. | 969 |
![]() | Unable to get class information for MojoExecutionException. | 1003 |
![]() | 'webapps' hides a field. | 1006 |
![]() | 'contextFile' hides a field. | 1036 |
![]() | Unable to get class information for MojoExecutionException. | 1070 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 60 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 66 |
Violation | Message | Line |
---|---|---|
![]() | Expected @param tag for 'log'. | 64 |
![]() | Expected an @return tag. | 130 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 66 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 140 |
![]() | Unable to get class information for MojoExecutionException. | 156 |
![]() | Unable to get class information for MojoExecutionException. | 241 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
![]() | Unable to get class information for MojoExecutionException. | 69 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 128 |
![]() | Unable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'. | 153 |
![]() | Unable to get class information for @throws tag 'MojoExecutionException'. | 160 |
![]() | Unable to get class information for MojoExecutionException. | 160 |
![]() | Unable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'. | 166 |
![]() | Unable to get class information for @throws tag 'MojoExecutionException'. | 170 |
![]() | Unable to get class information for MojoExecutionException. | 170 |
![]() | '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 |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 60 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 77 |
![]() | Unable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'. | 107 |
![]() | Unable to get class information for @throws tag 'MojoExecutionException'. | 111 |
![]() | Unable to get class information for MojoExecutionException. | 111 |
![]() | Unable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'. | 126 |
![]() | Unable to get class information for @throws tag 'MojoExecutionException'. | 130 |
![]() | Unable to get class information for MojoExecutionException. | 130 |
![]() | Unable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'. | 162 |
![]() | Unable to get class information for @throws tag 'MojoExecutionException'. | 169 |
![]() | Unable to get class information for MojoExecutionException. | 169 |
![]() | Unable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'. | 182 |
![]() | Unable to get class information for @throws tag 'MojoExecutionException'. | 189 |
![]() | Unable to get class information for MojoExecutionException. | 189 |
![]() | Unable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'. | 202 |
![]() | Unable to get class information for @throws tag 'MojoExecutionException'. | 209 |
![]() | Unable to get class information for MojoExecutionException. | 209 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for MojoExecutionException. | 65 |
![]() | Unable to get class information for MojoExecutionException. | 79 |
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
![]() | '(' is not followed by whitespace. | 72 |
![]() | ')' is not preceded with whitespace. | 72 |
![]() | '(' is not followed by whitespace. | 78 |
![]() | ')' is not preceded with whitespace. | 78 |
![]() | '(' is not followed by whitespace. | 81 |
![]() | ')' is not preceded with whitespace. | 81 |
![]() | '(' is not followed by whitespace. | 84 |
![]() | ')' is not preceded with whitespace. | 84 |
![]() | '(' is not followed by whitespace. | 90 |
![]() | ')' is not preceded with whitespace. | 90 |
![]() | '(' is not followed by whitespace. | 93 |
![]() | ')' is not preceded with whitespace. | 93 |
![]() | '(' is not followed by whitespace. | 96 |
![]() | ')' is not preceded with whitespace. | 96 |
![]() | '(' is not followed by whitespace. | 102 |
![]() | ')' is not preceded with whitespace. | 103 |
![]() | '(' is not followed by whitespace. | 110 |
![]() | ')' is not preceded with whitespace. | 110 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Missing a Javadoc comment. | 116 |
![]() | '(' is not followed by whitespace. | 128 |
![]() | ')' is not preceded with whitespace. | 128 |
![]() | '(' is not followed by whitespace. | 134 |
![]() | ')' is not preceded with whitespace. | 134 |
![]() | '(' is not followed by whitespace. | 143 |
![]() | ')' is not preceded with whitespace. | 143 |
![]() | '(' is not followed by whitespace. | 150 |
![]() | ')' is not preceded with whitespace. | 151 |
![]() | '(' is not followed by whitespace. | 158 |
![]() | ')' is not preceded with whitespace. | 158 |
![]() | '(' is not followed by whitespace. | 164 |
![]() | ')' is not preceded with whitespace. | 164 |
![]() | '(' is not followed by whitespace. | 170 |
![]() | ')' is not preceded with whitespace. | 171 |
![]() | '(' is not followed by whitespace. | 190 |
![]() | ')' is not preceded with whitespace. | 191 |
![]() | '(' is not followed by whitespace. | 197 |
![]() | ')' is not preceded with whitespace. | 197 |
![]() | Method length is 268 lines (max allowed is 150). | 200 |
![]() | Missing a Javadoc comment. | 200 |
![]() | Unable to get class information for MojoExecutionException. | 201 |
![]() | Redundant throws: 'MojoFailureException' listed more then one time. | 201 |
![]() | Unable to get class information for MojoFailureException. | 201 |
![]() | Line is longer than 120 characters. | 347 |
![]() | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 473 |
![]() | Unable to get class information for MojoExecutionException. | 505 |
![]() | Unable to get class information for ArchiveException. | 537 |
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
![]() | Line is longer than 120 characters. | 304 |
![]() | Missing a Javadoc comment. | 411 |
![]() | Unable to get class information for MojoExecutionException. | 455 |
![]() | Redundant throws: 'MojoFailureException' listed more then one time. | 455 |
![]() | Unable to get class information for MojoFailureException. | 455 |
![]() | Unable to get class information for MojoExecutionException. | 529 |
![]() | Expected @throws tag for 'ServletException'. | 529 |
![]() | Redundant throws: 'ServletException' listed more then one time. | 529 |
![]() | Unable to get class information for ServletException. | 529 |
![]() | Missing a Javadoc comment. | 583 |
![]() | Unable to get class information for MojoExecutionException. | 584 |
![]() | Unable to get class information for MojoExecutionException. | 667 |
![]() | Expected @throws tag for 'MojoExecutionException'. | 687 |
![]() | Unable to get class information for MojoExecutionException. | 687 |
![]() | Expected @throws tag for 'MojoExecutionException'. | 742 |
![]() | Unable to get class information for MojoExecutionException. | 742 |
![]() | Unable to get class information for MojoExecutionException. | 778 |
![]() | Method length is 197 lines (max allowed is 150). | 876 |
![]() | Unable to get class information for LifecycleException. | 877 |
![]() | Redundant throws: 'MojoExecutionException' listed more then one time. | 877 |
![]() | Unable to get class information for MojoExecutionException. | 877 |
![]() | Redundant throws: 'ServletException' listed more then one time. | 877 |
![]() | Unable to get class information for ServletException. | 877 |
![]() | Missing a Javadoc comment. | 1085 |
![]() | Unable to get class information for MojoExecutionException. | 1086 |
![]() | Missing a Javadoc comment. | 1120 |
![]() | Unable to get class information for MojoExecutionException. | 1182 |
![]() | Redundant throws: 'MalformedURLException' is subclass of 'IOException'. | 1182 |
![]() | Redundant throws: 'ServletException' listed more then one time. | 1182 |
![]() | Unable to get class information for ServletException. | 1182 |
![]() | Unable to get class information for MojoExecutionException. | 1217 |
![]() | Redundant throws: 'MalformedURLException' is subclass of 'IOException'. | 1217 |
![]() | Redundant throws: 'ServletException' listed more then one time. | 1217 |
![]() | Unable to get class information for ServletException. | 1217 |
![]() | 'webapps' hides a field. | 1220 |
![]() | 'contextFile' hides a field. | 1260 |
![]() | Unable to get class information for MojoExecutionException. | 1295 |
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
![]() | Line is longer than 120 characters. | 29 |
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 |
![]() | Unable to get class information for MojoExecutionException. | 146 |
![]() | Unable to get class information for MojoExecutionException. | 236 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
![]() | Unable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'. | 67 |
![]() | Unable to get class information for @throws tag 'MojoExecutionException'. | 71 |
![]() | Unable to get class information for MojoExecutionException. | 71 |
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 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 37 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Name '__OBFUSCATE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '127' is a magic number. | 56 |
![]() | '127' is a magic number. | 57 |
![]() | '36' is a magic number. | 59 |
![]() | Missing a Javadoc comment. | 78 |
![]() | '36' is a magic number. | 89 |
![]() | '254' is a magic number. | 92 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Missing a Javadoc comment. | 120 |
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Variable 'httpPort' must be private and have accessor methods. | 74 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Variable 'httpsPort' must be private and have accessor methods. | 76 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Variable 'ajpPort' must be private and have accessor methods. | 78 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Variable 'serverXmlPath' must be private and have accessor methods. | 80 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Variable 'runtimeProperties' must be private and have accessor methods. | 82 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Variable 'resetExtract' must be private and have accessor methods. | 84 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Variable 'debug' must be private and have accessor methods. | 86 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Variable 'clientAuth' must be private and have accessor methods. | 88 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Variable 'keyAlias' must be private and have accessor methods. | 90 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Variable 'httpProtocol' must be private and have accessor methods. | 92 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Variable 'extractDirectory' must be private and have accessor methods. | 94 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Variable 'extractDirectoryFile' must be private and have accessor methods. | 96 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Variable 'loggerName' must be private and have accessor methods. | 98 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Method length is 239 lines (max allowed is 150). | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Avoid nested blocks. | 155 |
![]() | Missing a Javadoc comment. | 402 |
![]() | Missing a Javadoc comment. | 415 |
![]() | Line is longer than 120 characters. | 523 |
![]() | '2048' is a magic number. | 566 |
![]() | Missing a Javadoc comment. | 593 |
![]() | Missing a Javadoc comment. | 599 |
![]() | Missing a Javadoc comment. | 608 |
![]() | 'loggerName' hides a field. | 613 |
![]() | Redundant throws: 'SecurityException' is unchecked exception. | 614 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 614 |
![]() | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 647 |
![]() | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 668 |