The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 22 | |
FileTabCharacter
| 1 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 12 | |
| MemberName | 0 | |
JavadocMethod
| 151 | |
JavadocType
| 1 | |
JavadocVariable
| 40 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 6 | |
| MethodLength | 5 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 62 | |
| WhitespaceAfter | 1 | |
| 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 | 179 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 18 | |
| 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 |
|---|---|---|
| Unable to get class information for TomcatManagerException. | 263 | |
| Unable to get class information for TomcatManagerException. | 280 | |
| Unable to get class information for TomcatManagerException. | 298 | |
| Unable to get class information for TomcatManagerException. | 313 | |
| Unable to get class information for TomcatManagerException. | 330 | |
| Unable to get class information for TomcatManagerException. | 348 | |
| 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 | |
| Unable to get class information for TomcatManagerException. | 365 | |
| Expected @throws tag for 'IOException'. | 365 | |
| Unable to get class information for TomcatManagerException. | 380 | |
| Unable to get class information for TomcatManagerException. | 397 | |
| Unable to get class information for TomcatManagerException. | 415 | |
| Unable to get class information for TomcatManagerException. | 431 | |
| Unable to get class information for TomcatManagerException. | 449 | |
| Unable to get class information for TomcatManagerException. | 468 | |
| Unable to get class information for TomcatManagerException. | 482 | |
| Unable to get class information for TomcatManagerException. | 496 | |
| Unable to get class information for TomcatManagerException. | 510 | |
| Unable to get class information for TomcatManagerException. | 524 | |
| Unable to get class information for TomcatManagerException. | 537 | |
| Unable to get class information for TomcatManagerException. | 550 | |
| Unable to get class information for TomcatManagerException. | 563 | |
| Unable to get class information for TomcatManagerException. | 577 | |
| Unable to get class information for TomcatManagerException. | 597 | |
| Unable to get class information for TomcatManagerException. | 611 | |
| Unable to get class information for TomcatManagerException. | 629 | |
| Unable to get class information for TomcatManagerException. | 639 | |
| Unable to get class information for TomcatManagerException. | 659 | |
| Expected @param tag for 'length'. | 697 | |
| Unable to get class information for TomcatManagerException. | 698 | |
| 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 | |
| Unable to get class information for TomcatRunException. | 31 |
| 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 | |
| Unable to get class information for TomcatRunException. | 58 | |
| '(' 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 | |
| Unable to get class information for TomcatRunException. | 204 | |
| 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 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 158 | |
| Unable to get class information for TomcatManagerException. | 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 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 76 | |
| Unable to get class information for TomcatManagerException. | 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 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 164 | |
| Unable to get class information for TomcatManagerException. | 164 | |
| Unable to get class information for MojoExecutionException. | 182 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 182 | |
| Unable to get class information for TomcatManagerException. | 182 | |
| Unable to get class information for MojoExecutionException. | 200 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 200 | |
| Unable to get class information for TomcatManagerException. | 200 |
| Violation | Message | Line |
|---|---|---|
| Unable to get class information for MojoExecutionException. | 64 | |
| Unable to get class information for MojoExecutionException. | 78 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 78 | |
| Unable to get class information for TomcatManagerException. | 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. | 426 | |
| Missing a Javadoc comment. | 429 | |
| Unable to get class information for MojoExecutionException. | 440 | |
| Redundant throws: 'MojoFailureException' listed more then one time. | 440 | |
| Unable to get class information for MojoFailureException. | 440 | |
| Unable to get class information for MojoExecutionException. | 515 | |
| 'contextFile' hides a field. | 534 | |
| Unable to get class information for MojoExecutionException. | 550 | |
| Expected @throws tag for 'MojoExecutionException'. | 570 | |
| Unable to get class information for MojoExecutionException. | 570 | |
| Expected @throws tag for 'MojoExecutionException'. | 625 | |
| Unable to get class information for MojoExecutionException. | 625 | |
| Unable to get class information for MojoExecutionException. | 660 | |
| Redundant throws: 'MavenFilteringException' listed more then one time. | 660 | |
| Unable to get class information for MavenFilteringException. | 660 | |
| Method length is 157 lines (max allowed is 150). | 763 | |
| Unable to get class information for LifecycleException. | 764 | |
| Redundant throws: 'MojoExecutionException' listed more then one time. | 764 | |
| Unable to get class information for MojoExecutionException. | 764 | |
| Missing a Javadoc comment. | 932 | |
| Unable to get class information for MojoExecutionException. | 933 | |
| Missing a Javadoc comment. | 966 | |
| Unable to get class information for MojoExecutionException. | 1028 | |
| Unable to get class information for MojoExecutionException. | 1062 | |
| 'webapps' hides a field. | 1065 | |
| 'contextFile' hides a field. | 1095 | |
| Unable to get class information for MojoExecutionException. | 1129 |
| 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 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 46 | |
| Unable to get class information for TomcatManagerException. | 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 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 46 | |
| Unable to get class information for TomcatManagerException. | 46 |
| Violation | Message | Line |
|---|---|---|
| Unable to get class information for MojoExecutionException. | 57 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 57 | |
| Unable to get class information for TomcatManagerException. | 57 |
| Violation | Message | Line |
|---|---|---|
| Unable to get class information for MojoExecutionException. | 46 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 46 | |
| Unable to get class information for TomcatManagerException. | 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 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 46 | |
| Unable to get class information for TomcatManagerException. | 46 |
| Violation | Message | Line |
|---|---|---|
| Unable to get class information for MojoExecutionException. | 46 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 46 | |
| Unable to get class information for TomcatManagerException. | 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 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 46 | |
| Unable to get class information for TomcatManagerException. | 46 |
| Violation | Message | Line |
|---|---|---|
| Unable to get class information for MojoExecutionException. | 46 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 46 | |
| Unable to get class information for TomcatManagerException. | 46 |
| Violation | Message | Line |
|---|---|---|
| Unable to get class information for MojoExecutionException. | 57 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 57 | |
| Unable to get class information for TomcatManagerException. | 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 'org.apache.tomcat.maven.common.deployer.TomcatManagerException'. | 155 | |
| Unable to get class information for @throws tag 'MojoExecutionException'. | 160 | |
| Unable to get class information for MojoExecutionException. | 160 | |
| Expected @throws tag for 'TomcatManagerException'. | 160 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 160 | |
| Unable to get class information for @throws tag 'TomcatManagerException'. | 160 | |
| Unable to get class information for TomcatManagerException. | 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 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 77 | |
| Unable to get class information for TomcatManagerException. | 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 'org.apache.tomcat.maven.common.deployer.TomcatManagerException'. | 164 | |
| Unable to get class information for @throws tag 'MojoExecutionException'. | 169 | |
| Unable to get class information for MojoExecutionException. | 169 | |
| Expected @throws tag for 'TomcatManagerException'. | 169 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 169 | |
| Unable to get class information for @throws tag 'TomcatManagerException'. | 169 | |
| Unable to get class information for TomcatManagerException. | 169 | |
| Unable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'. | 182 | |
| Unable to get class information for @throws tag 'org.apache.tomcat.maven.common.deployer.TomcatManagerException'. | 184 | |
| Unable to get class information for @throws tag 'MojoExecutionException'. | 189 | |
| Unable to get class information for MojoExecutionException. | 189 | |
| Expected @throws tag for 'TomcatManagerException'. | 189 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 189 | |
| Unable to get class information for @throws tag 'TomcatManagerException'. | 189 | |
| Unable to get class information for TomcatManagerException. | 189 | |
| Unable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'. | 202 | |
| Unable to get class information for @throws tag 'org.apache.tomcat.maven.common.deployer.TomcatManagerException'. | 204 | |
| Unable to get class information for @throws tag 'MojoExecutionException'. | 209 | |
| Unable to get class information for MojoExecutionException. | 209 | |
| Expected @throws tag for 'TomcatManagerException'. | 209 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 209 | |
| Unable to get class information for @throws tag 'TomcatManagerException'. | 209 | |
| Unable to get class information for TomcatManagerException. | 209 |
| Violation | Message | Line |
|---|---|---|
| Unable to get class information for MojoExecutionException. | 65 | |
| Unable to get class information for MojoExecutionException. | 79 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 79 | |
| Unable to get class information for TomcatManagerException. | 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 | |
| Redundant throws: 'TomcatManagerException' listed more then one time. | 58 | |
| Unable to get class information for TomcatManagerException. | 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 | |
| '(' is not followed by whitespace. | 72 | |
| ')' is not preceded with whitespace. | 72 | |
| '(' is not followed by whitespace. | 78 | |
| ')' is not preceded with whitespace. | 78 | |
| Missing a Javadoc comment. | 81 | |
| '(' is not followed by whitespace. | 81 | |
| ')' is not preceded with whitespace. | 81 | |
| Missing a Javadoc comment. | 84 | |
| '(' is not followed by whitespace. | 84 | |
| ')' is not preceded with whitespace. | 84 | |
| '(' is not followed by whitespace. | 90 | |
| ')' is not preceded with whitespace. | 90 | |
| Missing a Javadoc comment. | 93 | |
| '(' is not followed by whitespace. | 93 | |
| ')' is not preceded with whitespace. | 93 | |
| Missing a Javadoc comment. | 96 | |
| '(' is not followed by whitespace. | 96 | |
| ')' is not preceded with whitespace. | 96 | |
| '(' is not followed by whitespace. | 102 | |
| ')' is not preceded with whitespace. | 103 | |
| Line contains a tab character. | 106 | |
| '(' is not followed by whitespace. | 117 | |
| ')' is not preceded with whitespace. | 117 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 123 | |
| '(' is not followed by whitespace. | 135 | |
| ')' is not preceded with whitespace. | 135 | |
| '(' is not followed by whitespace. | 141 | |
| ')' is not preceded with whitespace. | 141 | |
| Missing a Javadoc comment. | 144 | |
| '(' is not followed by whitespace. | 150 | |
| ')' is not preceded with whitespace. | 150 | |
| '(' is not followed by whitespace. | 157 | |
| ')' is not preceded with whitespace. | 158 | |
| '(' is not followed by whitespace. | 165 | |
| ')' is not preceded with whitespace. | 165 | |
| '(' is not followed by whitespace. | 171 | |
| ')' is not preceded with whitespace. | 171 | |
| '(' is not followed by whitespace. | 177 | |
| ')' is not preceded with whitespace. | 178 | |
| '(' is not followed by whitespace. | 197 | |
| ')' is not preceded with whitespace. | 198 | |
| '(' is not followed by whitespace. | 204 | |
| ')' is not preceded with whitespace. | 204 | |
| Method length is 254 lines (max allowed is 150). | 207 | |
| Missing a Javadoc comment. | 207 | |
| Unable to get class information for MojoExecutionException. | 208 | |
| Redundant throws: 'MojoFailureException' listed more then one time. | 208 | |
| Unable to get class information for MojoFailureException. | 208 | |
| Line is longer than 120 characters. | 358 | |
| Missing a Javadoc comment. | 464 | |
| Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 466 | |
| Unable to get class information for MojoExecutionException. | 498 | |
| Missing a Javadoc comment. | 510 | |
| Expected an @return tag. | 529 | |
| Expected @param tag for 'contextXmlFile'. | 529 | |
| Expected @param tag for 'warFile'. | 529 | |
| Expected @throws tag for 'IOException'. | 530 | |
| Expected @throws tag for 'ArchiveException'. | 530 | |
| Unable to get class information for ArchiveException. | 530 | |
| Expected @throws tag for 'IOException'. | 565 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Line is longer than 120 characters. | 308 | |
| Missing a Javadoc comment. | 435 | |
| Line is longer than 120 characters. | 464 | |
| Missing a Javadoc comment. | 471 | |
| Unable to get class information for MojoExecutionException. | 491 | |
| Redundant throws: 'MojoFailureException' listed more then one time. | 491 | |
| Unable to get class information for MojoFailureException. | 491 | |
| Unable to get class information for MojoExecutionException. | 569 | |
| Expected @throws tag for 'ServletException'. | 569 | |
| Redundant throws: 'ServletException' listed more then one time. | 569 | |
| Unable to get class information for ServletException. | 569 | |
| Missing a Javadoc comment. | 639 | |
| Unable to get class information for MojoExecutionException. | 640 | |
| Unable to get class information for MojoExecutionException. | 723 | |
| Expected @throws tag for 'MojoExecutionException'. | 743 | |
| Unable to get class information for MojoExecutionException. | 743 | |
| Expected @throws tag for 'MojoExecutionException'. | 798 | |
| Unable to get class information for MojoExecutionException. | 798 | |
| Unable to get class information for MojoExecutionException. | 834 | |
| Redundant throws: 'MavenFilteringException' listed more then one time. | 834 | |
| Unable to get class information for MavenFilteringException. | 834 | |
| Method length is 207 lines (max allowed is 150). | 941 | |
| Unable to get class information for LifecycleException. | 942 | |
| Redundant throws: 'MojoExecutionException' listed more then one time. | 942 | |
| Unable to get class information for MojoExecutionException. | 942 | |
| Redundant throws: 'ServletException' listed more then one time. | 942 | |
| Unable to get class information for ServletException. | 942 | |
| Missing a Javadoc comment. | 1160 | |
| Unable to get class information for MojoExecutionException. | 1161 | |
| Missing a Javadoc comment. | 1195 | |
| Unable to get class information for MojoExecutionException. | 1257 | |
| Redundant throws: 'MalformedURLException' is subclass of 'IOException'. | 1257 | |
| Redundant throws: 'ServletException' listed more then one time. | 1257 | |
| Unable to get class information for ServletException. | 1257 | |
| Unable to get class information for MojoExecutionException. | 1292 | |
| Redundant throws: 'MalformedURLException' is subclass of 'IOException'. | 1292 | |
| Redundant throws: 'ServletException' listed more then one time. | 1292 | |
| Unable to get class information for ServletException. | 1292 | |
| 'webapps' hides a field. | 1295 | |
| 'contextFile' hides a field. | 1335 | |
| Unable to get class information for MojoExecutionException. | 1370 |
| 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). | 78 | |
| Missing a Javadoc comment. | 78 | |
| Unable to get class information for MojoExecutionException. | 79 | |
| Redundant throws: 'MojoFailureException' listed more then one time. | 79 | |
| Unable to get class information for MojoFailureException. | 79 | |
| Line is longer than 120 characters. | 180 |
| 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 | |
| Unused import - org.apache.tomcat.util.http.fileupload.IOUtils. | 32 | |
| 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. | 508 | |
| Missing a Javadoc comment. | 521 | |
| Line is longer than 120 characters. | 649 | |
| '2048' is a magic number. | 697 | |
| Missing a Javadoc comment. | 724 | |
| Missing a Javadoc comment. | 730 | |
| Missing a Javadoc comment. | 739 | |
| 'loggerName' hides a field. | 744 | |
| Redundant throws: 'SecurityException' is unchecked exception. | 745 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 745 | |
| Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 778 | |
| Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 799 |