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
|
14 | Error |
MemberName | 0 | Error |
JavadocMethod
|
157 | Warning |
JavadocType
|
1 | Error |
JavadocVariable
|
44 | 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 | 11 | Error |
MethodLength | 6 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad
|
0 | Error |
OperatorWrap | 0 | Error |
ParenPad
|
51 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 7 | 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
|
20 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 1 | Error |
MagicNumber
|
14 | Error |
MissingSwitchDefault | 1 | Error |
RedundantThrows | 179 | 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 |
---|---|---|
Unable to get class information for TomcatManagerException. | 284 | |
Unable to get class information for TomcatManagerException. | 301 | |
Unable to get class information for TomcatManagerException. | 319 | |
Unable to get class information for TomcatManagerException. | 334 | |
Unable to get class information for TomcatManagerException. | 351 | |
Unable to get class information for TomcatManagerException. | 369 | |
Expected an @return tag. | 385 | |
Expected @param tag for 'path'. | 385 | |
Expected @param tag for 'war'. | 385 | |
Expected @param tag for 'update'. | 385 | |
Expected @param tag for 'tag'. | 385 | |
Expected @param tag for 'length'. | 385 | |
Expected @throws tag for 'TomcatManagerException'. | 386 | |
Unable to get class information for TomcatManagerException. | 386 | |
Expected @throws tag for 'IOException'. | 386 | |
Unable to get class information for TomcatManagerException. | 401 | |
Unable to get class information for TomcatManagerException. | 418 | |
Unable to get class information for TomcatManagerException. | 436 | |
Unable to get class information for TomcatManagerException. | 452 | |
Unable to get class information for TomcatManagerException. | 470 | |
Unable to get class information for TomcatManagerException. | 489 | |
Unable to get class information for TomcatManagerException. | 503 | |
Unable to get class information for TomcatManagerException. | 517 | |
Unable to get class information for TomcatManagerException. | 531 | |
Unable to get class information for TomcatManagerException. | 545 | |
Unable to get class information for TomcatManagerException. | 558 | |
Unable to get class information for TomcatManagerException. | 571 | |
Unable to get class information for TomcatManagerException. | 584 | |
Unable to get class information for TomcatManagerException. | 598 | |
Unable to get class information for TomcatManagerException. | 618 | |
Unable to get class information for TomcatManagerException. | 632 | |
Unable to get class information for TomcatManagerException. | 650 | |
Unable to get class information for TomcatManagerException. | 660 | |
Unable to get class information for TomcatManagerException. | 680 | |
Expected @param tag for 'length'. | 718 | |
Unable to get class information for TomcatManagerException. | 719 | |
switch without "default" clause. | 746 | |
Line is longer than 120 characters. | 753 | |
Missing a Javadoc comment. | 768 | |
'username' hides a field. | 784 | |
'password' hides a field. | 784 | |
'static' modifier out of order with the JLS suggestions. | 799 | |
Redundant throws: 'IllegalStateException' is unchecked exception. | 830 | |
Inner assignments should be avoided. | 862 | |
'url' hides a field. | 901 | |
'1023' is a magic number. | 967 |
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 |
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 | |
Method length is 163 lines (max allowed is 150). | 57 | |
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 | |
Line is longer than 120 characters. | 110 | |
Line is longer than 120 characters. | 111 | |
'(' is not followed by whitespace. | 137 | |
')' is not preceded with whitespace. | 137 | |
'(' is not followed by whitespace. | 143 | |
')' is not preceded with whitespace. | 143 | |
')' is not preceded with whitespace. | 146 | |
')' is not preceded with whitespace. | 156 | |
'(' is not followed by whitespace. | 165 | |
')' is not preceded with whitespace. | 165 | |
Unable to get class information for TomcatRunException. | 224 | |
Missing a Javadoc comment. | 237 | |
'(' is not followed by whitespace. | 243 | |
')' is not preceded with whitespace. | 243 |
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 |
---|---|---|
Unused import - org.slf4j.Logger. | 24 | |
Unused import - org.slf4j.LoggerFactory. | 25 | |
Missing a Javadoc comment. | 52 | |
'40000' is a magic number. | 69 |
Violation | Message | Line |
---|---|---|
Unused import - org.slf4j.Logger. | 24 | |
Unused import - org.slf4j.LoggerFactory. | 25 | |
Missing a Javadoc comment. | 52 | |
'40000' is a magic number. | 69 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 54 | |
Expected @throws tag for 'VerificationException'. | 74 | |
Unable to get class information for VerificationException. | 74 |
Violation | Message | Line |
---|---|---|
Unused import - org.slf4j.Logger. | 25 | |
Unused import - org.slf4j.LoggerFactory. | 26 | |
Missing a Javadoc comment. | 73 | |
Expected @throws tag for 'VerificationException'. | 101 | |
Unable to get class information for VerificationException. | 101 |
Violation | Message | Line |
---|---|---|
Unused import - org.slf4j.Logger. | 24 | |
Unused import - org.slf4j.LoggerFactory. | 25 | |
Missing a Javadoc comment. | 58 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 104 | |
Unable to get class information for VerificationException. | 121 | |
Expected @throws tag for 'IOException'. | 121 | |
Missing a Javadoc comment. | 152 | |
Missing a Javadoc comment. | 157 | |
'200' is a magic number. | 170 | |
'500' is a magic number. | 173 | |
Missing a Javadoc comment. | 220 | |
'15000' is a magic number. | 222 | |
Missing a Javadoc comment. | 225 | |
Missing a Javadoc comment. | 230 | |
Missing a Javadoc comment. | 235 |
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. | 77 | |
Redundant throws: 'TomcatManagerException' listed more then one time. | 77 | |
Unable to get class information for TomcatManagerException. | 77 | |
Unable to get class information for MojoExecutionException. | 110 | |
Unable to get class information for MojoExecutionException. | 128 | |
Unable to get class information for MojoExecutionException. | 165 | |
Redundant throws: 'TomcatManagerException' listed more then one time. | 165 | |
Unable to get class information for TomcatManagerException. | 165 | |
Unable to get class information for MojoExecutionException. | 186 | |
Redundant throws: 'TomcatManagerException' listed more then one time. | 186 | |
Unable to get class information for TomcatManagerException. | 186 | |
Unable to get class information for MojoExecutionException. | 208 | |
Redundant throws: 'TomcatManagerException' listed more then one time. | 208 | |
Unable to get class information for TomcatManagerException. | 208 |
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 |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 42 | |
'(' is not followed by whitespace. | 42 | |
')' is not preceded with whitespace. | 42 | |
'(' is not followed by whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
Missing a Javadoc comment. | 57 | |
Unable to get class information for MojoExecutionException. | 69 | |
'400' is a magic number. | 73 |
Violation | Message | Line |
---|---|---|
')' is not preceded with whitespace. | 143 | |
Line is longer than 120 characters. | 296 | |
Missing a Javadoc comment. | 474 | |
Missing a Javadoc comment. | 477 | |
Unable to get class information for MojoExecutionException. | 488 | |
Redundant throws: 'MojoFailureException' listed more then one time. | 488 | |
Unable to get class information for MojoFailureException. | 488 | |
Unable to get class information for MojoExecutionException. | 563 | |
'contextFile' hides a field. | 582 | |
Unable to get class information for MojoExecutionException. | 598 | |
Expected @throws tag for 'MojoExecutionException'. | 618 | |
Unable to get class information for MojoExecutionException. | 618 | |
Expected @throws tag for 'MojoExecutionException'. | 673 | |
Unable to get class information for MojoExecutionException. | 673 | |
Unable to get class information for MojoExecutionException. | 708 | |
Redundant throws: 'MavenFilteringException' listed more then one time. | 708 | |
Unable to get class information for MavenFilteringException. | 708 | |
Method length is 197 lines (max allowed is 150). | 811 | |
Unable to get class information for LifecycleException. | 812 | |
Redundant throws: 'MojoExecutionException' listed more then one time. | 812 | |
Unable to get class information for MojoExecutionException. | 812 | |
')' is not preceded with whitespace. | 921 | |
')' is not preceded with whitespace. | 971 | |
')' is not preceded with whitespace. | 986 | |
Missing a Javadoc comment. | 1020 | |
Unable to get class information for MojoExecutionException. | 1021 | |
Missing a Javadoc comment. | 1054 | |
Unable to get class information for MojoExecutionException. | 1116 | |
Unable to get class information for MojoExecutionException. | 1150 | |
'webapps' hides a field. | 1153 | |
'contextFile' hides a field. | 1183 | |
Unable to get class information for MojoExecutionException. | 1217 |
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. | 47 | |
Redundant throws: 'TomcatManagerException' listed more then one time. | 47 | |
Unable to get class information for TomcatManagerException. | 47 |
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. | 47 | |
Redundant throws: 'TomcatManagerException' listed more then one time. | 47 | |
Unable to get class information for TomcatManagerException. | 47 |
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 |
---|---|---|
Unable to get class information for MojoExecutionException. | 47 | |
Redundant throws: 'TomcatManagerException' listed more then one time. | 47 | |
Unable to get class information for TomcatManagerException. | 47 |
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. | 47 | |
Redundant throws: 'TomcatManagerException' listed more then one time. | 47 | |
Unable to get class information for TomcatManagerException. | 47 |
Violation | Message | Line |
---|---|---|
Unable to get class information for MojoExecutionException. | 47 | |
Redundant throws: 'TomcatManagerException' listed more then one time. | 47 | |
Unable to get class information for TomcatManagerException. | 47 |
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. | 47 | |
Redundant throws: 'TomcatManagerException' listed more then one time. | 47 | |
Unable to get class information for TomcatManagerException. | 47 |
Violation | Message | Line |
---|---|---|
Unable to get class information for MojoExecutionException. | 47 | |
Redundant throws: 'TomcatManagerException' listed more then one time. | 47 | |
Unable to get class information for TomcatManagerException. | 47 |
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 |
---|---|---|
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. | 36 | |
Missing a Javadoc comment. | 39 | |
'(' is not followed by whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
Missing a Javadoc comment. | 54 | |
Unable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'. | 63 | |
Unable to get class information for @throws tag 'MojoExecutionException'. | 67 | |
Unable to get class information for MojoExecutionException. | 67 | |
'400' is a magic number. | 71 |
Violation | Message | Line |
---|---|---|
Unable to get class information for MojoExecutionException. | 60 |
Violation | Message | Line |
---|---|---|
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 | |
Unable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'. | 108 | |
Unable to get class information for @throws tag 'MojoExecutionException'. | 112 | |
Unable to get class information for MojoExecutionException. | 112 | |
Unable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'. | 127 | |
Unable to get class information for @throws tag 'MojoExecutionException'. | 131 | |
Unable to get class information for MojoExecutionException. | 131 | |
Unable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'. | 163 | |
Unable to get class information for @throws tag 'org.apache.tomcat.maven.common.deployer.TomcatManagerException'. | 165 | |
Unable to get class information for @throws tag 'MojoExecutionException'. | 170 | |
Unable to get class information for MojoExecutionException. | 170 | |
Expected @throws tag for 'TomcatManagerException'. | 170 | |
Redundant throws: 'TomcatManagerException' listed more then one time. | 170 | |
Unable to get class information for @throws tag 'TomcatManagerException'. | 170 | |
Unable to get class information for TomcatManagerException. | 170 | |
Unable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'. | 183 | |
Unable to get class information for @throws tag 'org.apache.tomcat.maven.common.deployer.TomcatManagerException'. | 185 | |
Unable to get class information for @throws tag 'MojoExecutionException'. | 190 | |
Unable to get class information for MojoExecutionException. | 190 | |
Expected @throws tag for 'TomcatManagerException'. | 190 | |
Redundant throws: 'TomcatManagerException' listed more then one time. | 190 | |
Unable to get class information for @throws tag 'TomcatManagerException'. | 190 | |
Unable to get class information for TomcatManagerException. | 190 | |
Unable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'. | 203 | |
Unable to get class information for @throws tag 'org.apache.tomcat.maven.common.deployer.TomcatManagerException'. | 205 | |
Unable to get class information for @throws tag 'MojoExecutionException'. | 210 | |
Unable to get class information for MojoExecutionException. | 210 | |
Expected @throws tag for 'TomcatManagerException'. | 210 | |
Redundant throws: 'TomcatManagerException' listed more then one time. | 210 | |
Unable to get class information for @throws tag 'TomcatManagerException'. | 210 | |
Unable to get class information for TomcatManagerException. | 210 | |
Line is longer than 120 characters. | 220 |
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. | 59 | |
Redundant throws: 'TomcatManagerException' listed more then one time. | 59 | |
Unable to get class information for TomcatManagerException. | 59 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 120 | |
Missing a Javadoc comment. | 123 | |
Missing a Javadoc comment. | 144 | |
Method length is 283 lines (max allowed is 150). | 223 | |
Missing a Javadoc comment. | 223 | |
Unable to get class information for MojoExecutionException. | 224 | |
Redundant throws: 'MojoFailureException' listed more then one time. | 224 | |
Unable to get class information for MojoFailureException. | 224 | |
Line is longer than 120 characters. | 391 | |
Missing a Javadoc comment. | 509 | |
Line is longer than 120 characters. | 521 | |
Missing a Javadoc comment. | 532 | |
Missing a Javadoc comment. | 538 | |
Unable to get class information for MojoExecutionException. | 579 | |
Missing a Javadoc comment. | 591 | |
Expected an @return tag. | 610 | |
Expected @param tag for 'contextXmlFile'. | 610 | |
Expected @param tag for 'warFile'. | 610 | |
Expected @throws tag for 'IOException'. | 611 | |
Expected @throws tag for 'ArchiveException'. | 611 | |
Unable to get class information for ArchiveException. | 611 | |
'excludes' hides a field. | 645 | |
Expected @param tag for 'excludes'. | 645 | |
Expected @throws tag for 'IOException'. | 646 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
')' is not preceded with whitespace. | 158 | |
Line is longer than 120 characters. | 318 | |
Missing a Javadoc comment. | 447 | |
Line is longer than 120 characters. | 476 | |
Missing a Javadoc comment. | 483 | |
Unable to get class information for MojoExecutionException. | 569 | |
Redundant throws: 'MojoFailureException' listed more then one time. | 569 | |
Unable to get class information for MojoFailureException. | 569 | |
Unable to get class information for MojoExecutionException. | 647 | |
Expected @throws tag for 'ServletException'. | 647 | |
Redundant throws: 'ServletException' listed more then one time. | 647 | |
Unable to get class information for ServletException. | 647 | |
Missing a Javadoc comment. | 728 | |
Unable to get class information for MojoExecutionException. | 729 | |
Unable to get class information for MojoExecutionException. | 812 | |
Expected @throws tag for 'MojoExecutionException'. | 832 | |
Unable to get class information for MojoExecutionException. | 832 | |
Expected @throws tag for 'IOException'. | 880 | |
Expected @throws tag for 'MojoExecutionException'. | 888 | |
Unable to get class information for MojoExecutionException. | 888 | |
Unable to get class information for MojoExecutionException. | 924 | |
Redundant throws: 'MavenFilteringException' listed more then one time. | 924 | |
Unable to get class information for MavenFilteringException. | 924 | |
Method length is 262 lines (max allowed is 150). | 1031 | |
Unable to get class information for LifecycleException. | 1032 | |
Redundant throws: 'MojoExecutionException' listed more then one time. | 1032 | |
Unable to get class information for MojoExecutionException. | 1032 | |
Redundant throws: 'ServletException' listed more then one time. | 1032 | |
Unable to get class information for ServletException. | 1032 | |
')' is not preceded with whitespace. | 1122 | |
'if' is not followed by whitespace. | 1163 | |
'if' is not followed by whitespace. | 1168 | |
'if' is not followed by whitespace. | 1173 | |
'if' is not followed by whitespace. | 1178 | |
'if' is not followed by whitespace. | 1183 | |
'if' is not followed by whitespace. | 1188 | |
'if' is not followed by whitespace. | 1194 | |
')' is not preceded with whitespace. | 1203 | |
')' is not preceded with whitespace. | 1220 | |
Missing a Javadoc comment. | 1305 | |
Unable to get class information for MojoExecutionException. | 1306 | |
Missing a Javadoc comment. | 1340 | |
Unable to get class information for MojoExecutionException. | 1402 | |
Redundant throws: 'MalformedURLException' is subclass of 'IOException'. | 1402 | |
Redundant throws: 'ServletException' listed more then one time. | 1402 | |
Unable to get class information for ServletException. | 1402 | |
Unable to get class information for MojoExecutionException. | 1437 | |
Redundant throws: 'ServletException' listed more then one time. | 1437 | |
Unable to get class information for ServletException. | 1437 | |
'webapps' hides a field. | 1440 | |
'contextFile' hides a field. | 1480 | |
Unable to get class information for MojoExecutionException. | 1515 |
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 | |
'(' is not followed by whitespace. | 76 | |
')' is not preceded with whitespace. | 76 | |
Method length is 216 lines (max allowed is 150). | 79 | |
Missing a Javadoc comment. | 79 | |
Unable to get class information for MojoExecutionException. | 80 | |
Redundant throws: 'MojoFailureException' listed more then one time. | 80 | |
Unable to get class information for MojoFailureException. | 80 | |
Line is longer than 120 characters. | 181 |
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 | |
Unable to get class information for MojoExecutionException. | 176 | |
Unable to get class information for MojoExecutionException. | 266 |
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. | 62 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 86 | |
Variable 'httpPort' must be private and have accessor methods. | 86 | |
Missing a Javadoc comment. | 88 | |
Variable 'httpsPort' must be private and have accessor methods. | 88 | |
Missing a Javadoc comment. | 90 | |
Variable 'ajpPort' must be private and have accessor methods. | 90 | |
Missing a Javadoc comment. | 92 | |
Variable 'serverXmlPath' must be private and have accessor methods. | 92 | |
Missing a Javadoc comment. | 94 | |
Variable 'runtimeProperties' must be private and have accessor methods. | 94 | |
Missing a Javadoc comment. | 96 | |
Variable 'resetExtract' must be private and have accessor methods. | 96 | |
Missing a Javadoc comment. | 98 | |
Variable 'debug' must be private and have accessor methods. | 98 | |
Missing a Javadoc comment. | 100 | |
Variable 'clientAuth' must be private and have accessor methods. | 100 | |
Missing a Javadoc comment. | 102 | |
Variable 'keyAlias' must be private and have accessor methods. | 102 | |
Missing a Javadoc comment. | 104 | |
Variable 'httpProtocol' must be private and have accessor methods. | 104 | |
Missing a Javadoc comment. | 106 | |
Variable 'extractDirectory' must be private and have accessor methods. | 106 | |
Missing a Javadoc comment. | 108 | |
Variable 'extractDirectoryFile' must be private and have accessor methods. | 108 | |
Missing a Javadoc comment. | 110 | |
Variable 'codeSourceContextPath' must be private and have accessor methods. | 110 | |
Missing a Javadoc comment. | 112 | |
Variable 'codeSourceWar' must be private and have accessor methods. | 112 | |
Missing a Javadoc comment. | 114 | |
Variable 'loggerName' must be private and have accessor methods. | 114 | |
Missing a Javadoc comment. | 127 | |
Method length is 283 lines (max allowed is 150). | 132 | |
Missing a Javadoc comment. | 132 | |
Avoid nested blocks. | 201 | |
Missing a Javadoc comment. | 418 | |
Missing a Javadoc comment. | 422 | |
Missing a Javadoc comment. | 512 | |
Missing a Javadoc comment. | 525 | |
Line is longer than 120 characters. | 660 | |
'2048' is a magic number. | 708 | |
Missing a Javadoc comment. | 735 | |
Missing a Javadoc comment. | 741 | |
Missing a Javadoc comment. | 750 | |
'loggerName' hides a field. | 755 | |
Redundant throws: 'SecurityException' is unchecked exception. | 756 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 756 | |
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 789 | |
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 810 |