Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
7028148198

Files

FilesInfosWarningsErrors
org/apache/tomcat/maven/common/config/AbstractWebapp.java0200
org/apache/tomcat/maven/common/deployer/TomcatManager.java0136
org/apache/tomcat/maven/common/deployer/TomcatManagerResponse.java0101
org/apache/tomcat/maven/common/messages/DefaultMessagesProvider.java020
org/apache/tomcat/maven/common/messages/MessagesProvider.java040
org/apache/tomcat/maven/common/run/ClassLoaderEntriesCalculator.java012
org/apache/tomcat/maven/common/run/ClassLoaderEntriesCalculatorRequest.java0151
org/apache/tomcat/maven/common/run/ClassLoaderEntriesCalculatorResult.java051
org/apache/tomcat/maven/common/run/DefaultClassLoaderEntriesCalculator.java020
org/apache/tomcat/maven/common/run/ExternalRepositoriesReloadableWebappLoader.java020
org/apache/tomcat/maven/common/run/TomcatRunException.java010
org/apache/tomcat/maven/it/AbstractDeployWarOnlyProjectIT.java011
org/apache/tomcat/maven/it/AbstractDeployWarProjectIT.java011
org/apache/tomcat/maven/it/AbstractSimpleWarProjectIT.java021
org/apache/tomcat/maven/it/AbstractTomcatRunMultiConfigIT.java021
org/apache/tomcat/maven/it/AbstractUsageContextpathIT.java010
org/apache/tomcat/maven/it/AbstractWarProjectIT.java074
org/apache/tomcat/maven/plugin/tomcat6/AbstractCatalinaMojo.java013
org/apache/tomcat/maven/plugin/tomcat6/AbstractDeployMojo.java006
org/apache/tomcat/maven/plugin/tomcat6/AbstractDeployWarMojo.java002
org/apache/tomcat/maven/plugin/tomcat6/AbstractI18NTomcat6Mojo.java111
org/apache/tomcat/maven/plugin/tomcat6/AbstractRunMojo.java0716
org/apache/tomcat/maven/plugin/tomcat6/AbstractWarCatalinaMojo.java001
org/apache/tomcat/maven/plugin/tomcat6/ExplodedMojo.java001
org/apache/tomcat/maven/plugin/tomcat6/ExternalRepositoriesReloadableWebappLoader.java020
org/apache/tomcat/maven/plugin/tomcat6/InplaceMojo.java001
org/apache/tomcat/maven/plugin/tomcat6/ListMojo.java001
org/apache/tomcat/maven/plugin/tomcat6/ReloadMojo.java001
org/apache/tomcat/maven/plugin/tomcat6/ResourcesMojo.java001
org/apache/tomcat/maven/plugin/tomcat6/RolesMojo.java001
org/apache/tomcat/maven/plugin/tomcat6/RunMojo.java003
org/apache/tomcat/maven/plugin/tomcat6/RunWarOnlyMojo.java001
org/apache/tomcat/maven/plugin/tomcat6/ServerInfoMojo.java001
org/apache/tomcat/maven/plugin/tomcat6/SessionsMojo.java001
org/apache/tomcat/maven/plugin/tomcat6/ShutdownMojo.java002
org/apache/tomcat/maven/plugin/tomcat6/StartMojo.java001
org/apache/tomcat/maven/plugin/tomcat6/StopMojo.java001
org/apache/tomcat/maven/plugin/tomcat6/UndeployMojo.java001
org/apache/tomcat/maven/plugin/tomcat6/Webapp.java020
org/apache/tomcat/maven/plugin/tomcat7/AbstractCatalinaMojo.java053
org/apache/tomcat/maven/plugin/tomcat7/AbstractTomcat7Mojo.java111
org/apache/tomcat/maven/plugin/tomcat7/AbstractWarCatalinaMojo.java001
org/apache/tomcat/maven/plugin/tomcat7/deploy/AbstractDeployMojo.java0106
org/apache/tomcat/maven/plugin/tomcat7/deploy/AbstractDeployWarMojo.java002
org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java2145
org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java1829
org/apache/tomcat/maven/plugin/tomcat7/run/ExecWarMojo.java002
org/apache/tomcat/maven/plugin/tomcat7/run/ExecWarOnlyMojo.java001
org/apache/tomcat/maven/plugin/tomcat7/run/ExtendedTomcat.java021
org/apache/tomcat/maven/plugin/tomcat7/run/ExtraDependency.java001
org/apache/tomcat/maven/plugin/tomcat7/run/ExtraResource.java001
org/apache/tomcat/maven/plugin/tomcat7/run/RunMojo.java003
org/apache/tomcat/maven/plugin/tomcat7/run/RunWarOnlyMojo.java001
org/apache/tomcat/maven/plugin/tomcat7/run/ShutdownMojo.java022
org/apache/tomcat/maven/plugin/tomcat7/run/WarRunDependency.java314
org/apache/tomcat/maven/plugin/tomcat7/run/Webapp.java020
org/apache/tomcat/maven/runner/PasswordUtil.java147
org/apache/tomcat/maven/runner/Tomcat7Runner.java18822
org/apache/tomcat/maven/runner/Tomcat7RunnerCli.java121

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
18Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
10Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
129Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
0Errors Error
JavadocVariable
  • scope: "protected"
28Infos Info
ConstantName1Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports1Errors Error
MethodLength3Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
36Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder1Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks1Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
19Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment1Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
12Errors Error
MissingSwitchDefault1Errors Error
RedundantThrows97Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
16Errors Error
UpperEll0Errors Error

Details

org/apache/tomcat/maven/common/config/AbstractWebapp.java

ViolationMessageLine
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.94
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.109
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.119
WarningsMissing a Javadoc comment.124
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.134
WarningsMissing a Javadoc comment.143
WarningsMissing a Javadoc comment.148
WarningsMissing a Javadoc comment.153
WarningsMissing a Javadoc comment.158
WarningsMissing a Javadoc comment.163
WarningsMissing a Javadoc comment.168
WarningsMissing a Javadoc comment.173

org/apache/tomcat/maven/common/deployer/TomcatManager.java

ViolationMessageLine
WarningsExpected an @return tag.364
WarningsExpected @param tag for 'path'.364
WarningsExpected @param tag for 'war'.364
WarningsExpected @param tag for 'update'.364
WarningsExpected @param tag for 'tag'.364
WarningsExpected @param tag for 'length'.364
WarningsExpected @throws tag for 'TomcatManagerException'.365
WarningsExpected @throws tag for 'IOException'.365
WarningsExpected @param tag for 'length'.697
Errorsswitch without "default" clause.725
ErrorsLine is longer than 120 characters.732
WarningsMissing a Javadoc comment.747
Warnings'username' hides a field.763
Warnings'password' hides a field.763
Errors'static' modifier out of order with the JLS suggestions.778
ErrorsRedundant throws: 'IllegalStateException' is unchecked exception.806
ErrorsInner assignments should be avoided.838
Warnings'url' hides a field.877
Errors'1023' is a magic number.939

org/apache/tomcat/maven/common/deployer/TomcatManagerResponse.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43
Warnings'statusCode' hides a field.43
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.54
Warnings'reasonPhrase' hides a field.54
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65
Warnings'httpResponseBody' hides a field.65

org/apache/tomcat/maven/common/messages/DefaultMessagesProvider.java

ViolationMessageLine
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.51

org/apache/tomcat/maven/common/messages/MessagesProvider.java

ViolationMessageLine
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.36

org/apache/tomcat/maven/common/run/ClassLoaderEntriesCalculator.java

ViolationMessageLine
ErrorsUnused import - java.util.List.22
ErrorsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.30

org/apache/tomcat/maven/common/run/ClassLoaderEntriesCalculatorRequest.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48
Warnings'mavenProject' hides a field.48
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.59
Warnings'dependencies' hides a field.59
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.70
Warnings'log' hides a field.70
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.81
Warnings'addWarDependenciesInClassloader' hides a field.82
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.93
Warnings'useTestClassPath' hides a field.93

org/apache/tomcat/maven/common/run/ClassLoaderEntriesCalculatorResult.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.61

org/apache/tomcat/maven/common/run/DefaultClassLoaderEntriesCalculator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.214

org/apache/tomcat/maven/common/run/ExternalRepositoriesReloadableWebappLoader.java

ViolationMessageLine
WarningsExpected @param tag for 'log'.64
WarningsExpected an @return tag.130

org/apache/tomcat/maven/common/run/TomcatRunException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.29

org/apache/tomcat/maven/it/AbstractDeployWarOnlyProjectIT.java

ViolationMessageLine
WarningsMissing a Javadoc comment.53
Errors'40000' is a magic number.70

org/apache/tomcat/maven/it/AbstractDeployWarProjectIT.java

ViolationMessageLine
WarningsMissing a Javadoc comment.53
Errors'40000' is a magic number.70

org/apache/tomcat/maven/it/AbstractSimpleWarProjectIT.java

ViolationMessageLine
WarningsMissing a Javadoc comment.54
WarningsExpected @throws tag for 'VerificationException'.74
ErrorsUnable to get class information for VerificationException.74

org/apache/tomcat/maven/it/AbstractTomcatRunMultiConfigIT.java

ViolationMessageLine
WarningsMissing a Javadoc comment.74
WarningsExpected @throws tag for 'VerificationException'.102
ErrorsUnable to get class information for VerificationException.102

org/apache/tomcat/maven/it/AbstractUsageContextpathIT.java

ViolationMessageLine
WarningsMissing a Javadoc comment.59

org/apache/tomcat/maven/it/AbstractWarProjectIT.java

ViolationMessageLine
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.102
ErrorsUnable to get class information for VerificationException.119
WarningsExpected @throws tag for 'IOException'.119
Errors'200' is a magic number.152
Errors'500' is a magic number.155
WarningsMissing a Javadoc comment.202
Errors'15000' is a magic number.204
WarningsMissing a Javadoc comment.207
WarningsMissing a Javadoc comment.212
WarningsMissing a Javadoc comment.217

org/apache/tomcat/maven/plugin/tomcat6/AbstractCatalinaMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.128
ErrorsUnable to get class information for MojoExecutionException.158
ErrorsUnable to get class information for MojoExecutionException.167
Warnings'password' hides a field.173

org/apache/tomcat/maven/plugin/tomcat6/AbstractDeployMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.76
ErrorsUnable to get class information for MojoExecutionException.109
ErrorsUnable to get class information for MojoExecutionException.127
ErrorsUnable to get class information for MojoExecutionException.164
ErrorsUnable to get class information for MojoExecutionException.182
ErrorsUnable to get class information for MojoExecutionException.200

org/apache/tomcat/maven/plugin/tomcat6/AbstractDeployWarMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.64
ErrorsUnable to get class information for MojoExecutionException.78

org/apache/tomcat/maven/plugin/tomcat6/AbstractI18NTomcat6Mojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
InfosMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.51

org/apache/tomcat/maven/plugin/tomcat6/AbstractRunMojo.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.283
ErrorsUnable to get class information for MojoExecutionException.405
ErrorsRedundant throws: 'MojoFailureException' listed more then one time.405
ErrorsUnable to get class information for MojoFailureException.405
ErrorsUnable to get class information for MojoExecutionException.476
Warnings'contextFile' hides a field.495
ErrorsUnable to get class information for MojoExecutionException.511
WarningsExpected @throws tag for 'MojoExecutionException'.531
ErrorsUnable to get class information for MojoExecutionException.531
WarningsExpected @throws tag for 'MojoExecutionException'.586
ErrorsUnable to get class information for MojoExecutionException.586
ErrorsUnable to get class information for MojoExecutionException.621
ErrorsUnable to get class information for LifecycleException.717
ErrorsRedundant throws: 'MojoExecutionException' listed more then one time.717
ErrorsUnable to get class information for MojoExecutionException.717
WarningsMissing a Javadoc comment.873
ErrorsUnable to get class information for MojoExecutionException.874
WarningsMissing a Javadoc comment.907
ErrorsUnable to get class information for MojoExecutionException.969
ErrorsUnable to get class information for MojoExecutionException.1003
Warnings'webapps' hides a field.1006
Warnings'contextFile' hides a field.1036
ErrorsUnable to get class information for MojoExecutionException.1070

org/apache/tomcat/maven/plugin/tomcat6/AbstractWarCatalinaMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.60

org/apache/tomcat/maven/plugin/tomcat6/ExplodedMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.66

org/apache/tomcat/maven/plugin/tomcat6/ExternalRepositoriesReloadableWebappLoader.java

ViolationMessageLine
WarningsExpected @param tag for 'log'.64
WarningsExpected an @return tag.130

org/apache/tomcat/maven/plugin/tomcat6/InplaceMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.66

org/apache/tomcat/maven/plugin/tomcat6/ListMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.46

org/apache/tomcat/maven/plugin/tomcat6/ReloadMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.46

org/apache/tomcat/maven/plugin/tomcat6/ResourcesMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.57

org/apache/tomcat/maven/plugin/tomcat6/RolesMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.46

org/apache/tomcat/maven/plugin/tomcat6/RunMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.140
ErrorsUnable to get class information for MojoExecutionException.156
ErrorsUnable to get class information for MojoExecutionException.241

org/apache/tomcat/maven/plugin/tomcat6/RunWarOnlyMojo.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.27

org/apache/tomcat/maven/plugin/tomcat6/ServerInfoMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.46

org/apache/tomcat/maven/plugin/tomcat6/SessionsMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.46

org/apache/tomcat/maven/plugin/tomcat6/ShutdownMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUnable to get class information for MojoExecutionException.69

org/apache/tomcat/maven/plugin/tomcat6/StartMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.46

org/apache/tomcat/maven/plugin/tomcat6/StopMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.46

org/apache/tomcat/maven/plugin/tomcat6/UndeployMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.57

org/apache/tomcat/maven/plugin/tomcat6/Webapp.java

ViolationMessageLine
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.40

org/apache/tomcat/maven/plugin/tomcat7/AbstractCatalinaMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.128
WarningsUnable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'.153
WarningsUnable to get class information for @throws tag 'MojoExecutionException'.160
ErrorsUnable to get class information for MojoExecutionException.160
WarningsUnable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'.166
WarningsUnable to get class information for @throws tag 'MojoExecutionException'.170
ErrorsUnable to get class information for MojoExecutionException.170
Warnings'password' hides a field.176

org/apache/tomcat/maven/plugin/tomcat7/AbstractTomcat7Mojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
InfosMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.48

org/apache/tomcat/maven/plugin/tomcat7/AbstractWarCatalinaMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.60

org/apache/tomcat/maven/plugin/tomcat7/deploy/AbstractDeployMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.77
WarningsUnable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'.107
WarningsUnable to get class information for @throws tag 'MojoExecutionException'.111
ErrorsUnable to get class information for MojoExecutionException.111
WarningsUnable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'.126
WarningsUnable to get class information for @throws tag 'MojoExecutionException'.130
ErrorsUnable to get class information for MojoExecutionException.130
WarningsUnable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'.162
WarningsUnable to get class information for @throws tag 'MojoExecutionException'.169
ErrorsUnable to get class information for MojoExecutionException.169
WarningsUnable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'.182
WarningsUnable to get class information for @throws tag 'MojoExecutionException'.189
ErrorsUnable to get class information for MojoExecutionException.189
WarningsUnable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'.202
WarningsUnable to get class information for @throws tag 'MojoExecutionException'.209
ErrorsUnable to get class information for MojoExecutionException.209

org/apache/tomcat/maven/plugin/tomcat7/deploy/AbstractDeployWarMojo.java

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.65
ErrorsUnable to get class information for MojoExecutionException.79

org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
Errors'(' is not followed by whitespace.72
Errors')' is not preceded with whitespace.72
Errors'(' is not followed by whitespace.78
Errors')' is not preceded with whitespace.78
Errors'(' is not followed by whitespace.81
Errors')' is not preceded with whitespace.81
Errors'(' is not followed by whitespace.84
Errors')' is not preceded with whitespace.84
Errors'(' is not followed by whitespace.90
Errors')' is not preceded with whitespace.90
Errors'(' is not followed by whitespace.93
Errors')' is not preceded with whitespace.93
Errors'(' is not followed by whitespace.96
Errors')' is not preceded with whitespace.96
Errors'(' is not followed by whitespace.102
Errors')' is not preceded with whitespace.103
Errors'(' is not followed by whitespace.110
Errors')' is not preceded with whitespace.110
InfosMissing a Javadoc comment.113
InfosMissing a Javadoc comment.116
Errors'(' is not followed by whitespace.128
Errors')' is not preceded with whitespace.128
Errors'(' is not followed by whitespace.134
Errors')' is not preceded with whitespace.134
Errors'(' is not followed by whitespace.143
Errors')' is not preceded with whitespace.143
Errors'(' is not followed by whitespace.150
Errors')' is not preceded with whitespace.151
Errors'(' is not followed by whitespace.158
Errors')' is not preceded with whitespace.158
Errors'(' is not followed by whitespace.164
Errors')' is not preceded with whitespace.164
Errors'(' is not followed by whitespace.170
Errors')' is not preceded with whitespace.171
Errors'(' is not followed by whitespace.190
Errors')' is not preceded with whitespace.191
Errors'(' is not followed by whitespace.197
Errors')' is not preceded with whitespace.197
ErrorsMethod length is 268 lines (max allowed is 150).200
WarningsMissing a Javadoc comment.200
ErrorsUnable to get class information for MojoExecutionException.201
ErrorsRedundant throws: 'MojoFailureException' listed more then one time.201
ErrorsUnable to get class information for MojoFailureException.201
ErrorsLine is longer than 120 characters.347
ErrorsRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.473
ErrorsUnable to get class information for MojoExecutionException.505
ErrorsUnable to get class information for ArchiveException.537

org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
ErrorsLine is longer than 120 characters.304
InfosMissing a Javadoc comment.411
ErrorsUnable to get class information for MojoExecutionException.455
ErrorsRedundant throws: 'MojoFailureException' listed more then one time.455
ErrorsUnable to get class information for MojoFailureException.455
ErrorsUnable to get class information for MojoExecutionException.529
WarningsExpected @throws tag for 'ServletException'.529
ErrorsRedundant throws: 'ServletException' listed more then one time.529
ErrorsUnable to get class information for ServletException.529
WarningsMissing a Javadoc comment.583
ErrorsUnable to get class information for MojoExecutionException.584
ErrorsUnable to get class information for MojoExecutionException.667
WarningsExpected @throws tag for 'MojoExecutionException'.687
ErrorsUnable to get class information for MojoExecutionException.687
WarningsExpected @throws tag for 'MojoExecutionException'.742
ErrorsUnable to get class information for MojoExecutionException.742
ErrorsUnable to get class information for MojoExecutionException.778
ErrorsMethod length is 197 lines (max allowed is 150).876
ErrorsUnable to get class information for LifecycleException.877
ErrorsRedundant throws: 'MojoExecutionException' listed more then one time.877
ErrorsUnable to get class information for MojoExecutionException.877
ErrorsRedundant throws: 'ServletException' listed more then one time.877
ErrorsUnable to get class information for ServletException.877
WarningsMissing a Javadoc comment.1085
ErrorsUnable to get class information for MojoExecutionException.1086
WarningsMissing a Javadoc comment.1120
ErrorsUnable to get class information for MojoExecutionException.1182
ErrorsRedundant throws: 'MalformedURLException' is subclass of 'IOException'.1182
ErrorsRedundant throws: 'ServletException' listed more then one time.1182
ErrorsUnable to get class information for ServletException.1182
ErrorsUnable to get class information for MojoExecutionException.1217
ErrorsRedundant throws: 'MalformedURLException' is subclass of 'IOException'.1217
ErrorsRedundant throws: 'ServletException' listed more then one time.1217
ErrorsUnable to get class information for ServletException.1217
Warnings'webapps' hides a field.1220
Warnings'contextFile' hides a field.1260
ErrorsUnable to get class information for MojoExecutionException.1295

org/apache/tomcat/maven/plugin/tomcat7/run/ExecWarMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
ErrorsLine is longer than 120 characters.29

org/apache/tomcat/maven/plugin/tomcat7/run/ExecWarOnlyMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2

org/apache/tomcat/maven/plugin/tomcat7/run/ExtendedTomcat.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.45

org/apache/tomcat/maven/plugin/tomcat7/run/ExtraDependency.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2

org/apache/tomcat/maven/plugin/tomcat7/run/ExtraResource.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2

org/apache/tomcat/maven/plugin/tomcat7/run/RunMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
ErrorsUnable to get class information for MojoExecutionException.146
ErrorsUnable to get class information for MojoExecutionException.236

org/apache/tomcat/maven/plugin/tomcat7/run/RunWarOnlyMojo.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.27

org/apache/tomcat/maven/plugin/tomcat7/run/ShutdownMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsUnable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'.67
WarningsUnable to get class information for @throws tag 'MojoExecutionException'.71
ErrorsUnable to get class information for MojoExecutionException.71

org/apache/tomcat/maven/plugin/tomcat7/run/WarRunDependency.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
InfosMissing a Javadoc comment.32
ErrorsVariable 'dependency' must be private and have accessor methods.32
InfosMissing a Javadoc comment.34
ErrorsVariable 'contextPath' must be private and have accessor methods.34
InfosMissing a Javadoc comment.36
ErrorsVariable 'contextXml' must be private and have accessor methods.36
WarningsMissing a Javadoc comment.38

org/apache/tomcat/maven/plugin/tomcat7/run/Webapp.java

ViolationMessageLine
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.40

org/apache/tomcat/maven/runner/PasswordUtil.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.37
InfosMissing a Javadoc comment.43
ErrorsName '__OBFUSCATE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
WarningsMissing a Javadoc comment.46
Errors'127' is a magic number.56
Errors'127' is a magic number.57
Errors'36' is a magic number.59
WarningsMissing a Javadoc comment.78
Errors'36' is a magic number.89
Errors'254' is a magic number.92
WarningsMissing a Javadoc comment.103
WarningsMissing a Javadoc comment.120

org/apache/tomcat/maven/runner/Tomcat7Runner.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
InfosMissing a Javadoc comment.57
InfosMissing a Javadoc comment.60
InfosMissing a Javadoc comment.62
InfosMissing a Javadoc comment.64
InfosMissing a Javadoc comment.66
InfosMissing a Javadoc comment.74
ErrorsVariable 'httpPort' must be private and have accessor methods.74
InfosMissing a Javadoc comment.76
ErrorsVariable 'httpsPort' must be private and have accessor methods.76
InfosMissing a Javadoc comment.78
ErrorsVariable 'ajpPort' must be private and have accessor methods.78
InfosMissing a Javadoc comment.80
ErrorsVariable 'serverXmlPath' must be private and have accessor methods.80
InfosMissing a Javadoc comment.82
ErrorsVariable 'runtimeProperties' must be private and have accessor methods.82
InfosMissing a Javadoc comment.84
ErrorsVariable 'resetExtract' must be private and have accessor methods.84
InfosMissing a Javadoc comment.86
ErrorsVariable 'debug' must be private and have accessor methods.86
InfosMissing a Javadoc comment.88
ErrorsVariable 'clientAuth' must be private and have accessor methods.88
InfosMissing a Javadoc comment.90
ErrorsVariable 'keyAlias' must be private and have accessor methods.90
InfosMissing a Javadoc comment.92
ErrorsVariable 'httpProtocol' must be private and have accessor methods.92
InfosMissing a Javadoc comment.94
ErrorsVariable 'extractDirectory' must be private and have accessor methods.94
InfosMissing a Javadoc comment.96
ErrorsVariable 'extractDirectoryFile' must be private and have accessor methods.96
InfosMissing a Javadoc comment.98
ErrorsVariable 'loggerName' must be private and have accessor methods.98
WarningsMissing a Javadoc comment.111
ErrorsMethod length is 239 lines (max allowed is 150).116
WarningsMissing a Javadoc comment.116
ErrorsAvoid nested blocks.155
WarningsMissing a Javadoc comment.402
WarningsMissing a Javadoc comment.415
ErrorsLine is longer than 120 characters.523
Errors'2048' is a magic number.566
WarningsMissing a Javadoc comment.593
WarningsMissing a Javadoc comment.599
WarningsMissing a Javadoc comment.608
Warnings'loggerName' hides a field.613
ErrorsRedundant throws: 'SecurityException' is unchecked exception.614
ErrorsRedundant throws: 'IllegalArgumentException' is unchecked exception.614
ErrorsRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.647
ErrorsRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.668

org/apache/tomcat/maven/runner/Tomcat7RunnerCli.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
InfosMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.217