The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | Error |
RegexpHeader
| 22 | Error |
FileTabCharacter
| 0 | Error |
LeftCurly
| 0 | Error |
RightCurly
| 0 | Error |
LineLength
| 12 | Error |
MemberName | 0 | Error |
JavadocMethod
| 139 | Warning |
JavadocType
| 1 | Error |
JavadocVariable
| 40 | Info |
ConstantName | 1 | 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 | 5 | Error |
MethodLength | 5 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad
| 0 | Error |
OperatorWrap | 0 | Error |
ParenPad
| 26 | Error |
WhitespaceAfter | 1 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 1 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 1 | Error |
EmptyBlock
| 0 | Error |
NeedBraces | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
| 19 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 1 | Error |
MagicNumber
| 12 | Error |
MissingSwitchDefault | 1 | Error |
RedundantThrows | 105 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
| 18 | Error |
UpperEll | 0 | Error |
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 |
---|---|---|
'(' is not followed by whitespace. | 48 | |
')' is not preceded with whitespace. | 48 | |
Missing a Javadoc comment. | 57 | |
'(' is not followed by whitespace. | 69 | |
')' is not preceded with whitespace. | 69 | |
';' is not followed by whitespace. | 71 | |
Line is longer than 120 characters. | 116 | |
Line is longer than 120 characters. | 117 | |
Missing a Javadoc comment. | 217 | |
'(' is not followed by whitespace. | 223 | |
')' is not preceded with whitespace. | 223 |
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. | 287 | |
Missing a Javadoc comment. | 425 | |
Missing a Javadoc comment. | 428 | |
Unable to get class information for MojoExecutionException. | 439 | |
Redundant throws: 'MojoFailureException' listed more then one time. | 439 | |
Unable to get class information for MojoFailureException. | 439 | |
Unable to get class information for MojoExecutionException. | 514 | |
'contextFile' hides a field. | 533 | |
Unable to get class information for MojoExecutionException. | 549 | |
Expected @throws tag for 'MojoExecutionException'. | 569 | |
Unable to get class information for MojoExecutionException. | 569 | |
Expected @throws tag for 'MojoExecutionException'. | 624 | |
Unable to get class information for MojoExecutionException. | 624 | |
Unable to get class information for MojoExecutionException. | 659 | |
Redundant throws: 'MavenFilteringException' listed more then one time. | 659 | |
Unable to get class information for MavenFilteringException. | 659 | |
Method length is 157 lines (max allowed is 150). | 762 | |
Unable to get class information for LifecycleException. | 763 | |
Redundant throws: 'MojoExecutionException' listed more then one time. | 763 | |
Unable to get class information for MojoExecutionException. | 763 | |
Missing a Javadoc comment. | 931 | |
Unable to get class information for MojoExecutionException. | 932 | |
Missing a Javadoc comment. | 965 | |
Unable to get class information for MojoExecutionException. | 1027 | |
Unable to get class information for MojoExecutionException. | 1061 | |
'webapps' hides a field. | 1064 | |
'contextFile' hides a field. | 1094 | |
Unable to get class information for MojoExecutionException. | 1128 |
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 |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
Unused import - org.apache.maven.plugins.annotations.Execute. | 21 | |
Unused import - org.apache.maven.plugins.annotations.LifecyclePhase. | 22 |
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. | 132 | |
Unable to get class information for MojoExecutionException. | 148 | |
Unable to get class information for MojoExecutionException. | 233 |
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 |
---|---|---|
'(' 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 |
---|---|---|
Unable to get class information for MojoExecutionException. | 58 |
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 | |
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 | |
Missing a Javadoc comment. | 453 | |
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 455 | |
Unable to get class information for MojoExecutionException. | 487 | |
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 | |
Unable to get class information 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 | |
Unable to get class information for MojoExecutionException. | 489 | |
Redundant throws: 'MojoFailureException' listed more then one time. | 489 | |
Unable to get class information for MojoFailureException. | 489 | |
Unable to get class information for MojoExecutionException. | 567 | |
Expected @throws tag for 'ServletException'. | 567 | |
Redundant throws: 'ServletException' listed more then one time. | 567 | |
Unable to get class information for ServletException. | 567 | |
Missing a Javadoc comment. | 637 | |
Unable to get class information for MojoExecutionException. | 638 | |
Unable to get class information for MojoExecutionException. | 721 | |
Expected @throws tag for 'MojoExecutionException'. | 741 | |
Unable to get class information for MojoExecutionException. | 741 | |
Expected @throws tag for 'MojoExecutionException'. | 796 | |
Unable to get class information for MojoExecutionException. | 796 | |
Unable to get class information for MojoExecutionException. | 832 | |
Redundant throws: 'MavenFilteringException' listed more then one time. | 832 | |
Unable to get class information for MavenFilteringException. | 832 | |
Method length is 207 lines (max allowed is 150). | 939 | |
Unable to get class information for LifecycleException. | 940 | |
Redundant throws: 'MojoExecutionException' listed more then one time. | 940 | |
Unable to get class information for MojoExecutionException. | 940 | |
Redundant throws: 'ServletException' listed more then one time. | 940 | |
Unable to get class information for ServletException. | 940 | |
Missing a Javadoc comment. | 1158 | |
Unable to get class information for MojoExecutionException. | 1159 | |
Missing a Javadoc comment. | 1193 | |
Unable to get class information for MojoExecutionException. | 1255 | |
Redundant throws: 'MalformedURLException' is subclass of 'IOException'. | 1255 | |
Redundant throws: 'ServletException' listed more then one time. | 1255 | |
Unable to get class information for ServletException. | 1255 | |
Unable to get class information for MojoExecutionException. | 1290 | |
Redundant throws: 'MalformedURLException' is subclass of 'IOException'. | 1290 | |
Redundant throws: 'ServletException' listed more then one time. | 1290 | |
Unable to get class information for ServletException. | 1290 | |
'webapps' hides a field. | 1293 | |
'contextFile' hides a field. | 1333 | |
Unable to get class information for MojoExecutionException. | 1368 |
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 | |
Unable to get class information for MojoExecutionException. | 72 | |
Redundant throws: 'MojoFailureException' listed more then one time. | 72 | |
Unable to get class information for MojoFailureException. | 72 | |
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 | |
Unable to get class information for MojoExecutionException. | 135 | |
Unable to get class information for MojoExecutionException. | 225 |
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 | |
'(' 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 |
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. | 63 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 82 | |
Variable 'httpPort' must be private and have accessor methods. | 82 | |
Missing a Javadoc comment. | 84 | |
Variable 'httpsPort' must be private and have accessor methods. | 84 | |
Missing a Javadoc comment. | 86 | |
Variable 'ajpPort' must be private and have accessor methods. | 86 | |
Missing a Javadoc comment. | 88 | |
Variable 'serverXmlPath' must be private and have accessor methods. | 88 | |
Missing a Javadoc comment. | 90 | |
Variable 'runtimeProperties' must be private and have accessor methods. | 90 | |
Missing a Javadoc comment. | 92 | |
Variable 'resetExtract' must be private and have accessor methods. | 92 | |
Missing a Javadoc comment. | 94 | |
Variable 'debug' must be private and have accessor methods. | 94 | |
Missing a Javadoc comment. | 96 | |
Variable 'clientAuth' must be private and have accessor methods. | 96 | |
Missing a Javadoc comment. | 98 | |
Variable 'keyAlias' must be private and have accessor methods. | 98 | |
Missing a Javadoc comment. | 100 | |
Variable 'httpProtocol' must be private and have accessor methods. | 100 | |
Missing a Javadoc comment. | 102 | |
Variable 'extractDirectory' must be private and have accessor methods. | 102 | |
Missing a Javadoc comment. | 104 | |
Variable 'extractDirectoryFile' must be private and have accessor methods. | 104 | |
Missing a Javadoc comment. | 106 | |
Variable 'codeSourceContextPath' must be private and have accessor methods. | 106 | |
Missing a Javadoc comment. | 108 | |
Variable 'codeSourceWar' must be private and have accessor methods. | 108 | |
Missing a Javadoc comment. | 110 | |
Variable 'loggerName' must be private and have accessor methods. | 110 | |
Missing a Javadoc comment. | 123 | |
Method length is 283 lines (max allowed is 150). | 128 | |
Missing a Javadoc comment. | 128 | |
Avoid nested blocks. | 197 | |
Missing a Javadoc comment. | 414 | |
Missing a Javadoc comment. | 418 | |
Missing a Javadoc comment. | 492 | |
Missing a Javadoc comment. | 505 | |
Line is longer than 120 characters. | 633 | |
'2048' is a magic number. | 681 | |
Missing a Javadoc comment. | 708 | |
Missing a Javadoc comment. | 714 | |
Missing a Javadoc comment. | 723 | |
'loggerName' hides a field. | 728 | |
Redundant throws: 'SecurityException' is unchecked exception. | 729 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 729 | |
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 762 | |
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 783 |