Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
7740170324

Files

FilesInfosWarningsErrors
org/apache/tomcat/maven/common/config/AbstractWebapp.java0200
org/apache/tomcat/maven/common/deployer/TomcatManager.java01333
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.java013
org/apache/tomcat/maven/common/run/ClassLoaderEntriesCalculatorRequest.java0151
org/apache/tomcat/maven/common/run/ClassLoaderEntriesCalculatorResult.java051
org/apache/tomcat/maven/common/run/DefaultClassLoaderEntriesCalculator.java0211
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.java015
org/apache/tomcat/maven/plugin/tomcat6/AbstractDeployMojo.java0014
org/apache/tomcat/maven/plugin/tomcat6/AbstractDeployWarMojo.java004
org/apache/tomcat/maven/plugin/tomcat6/AbstractI18NTomcat6Mojo.java111
org/apache/tomcat/maven/plugin/tomcat6/AbstractRunMojo.java2719
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.java003
org/apache/tomcat/maven/plugin/tomcat6/RedeployOnlyMojo.java003
org/apache/tomcat/maven/plugin/tomcat6/ReloadMojo.java003
org/apache/tomcat/maven/plugin/tomcat6/ResourcesMojo.java003
org/apache/tomcat/maven/plugin/tomcat6/RolesMojo.java003
org/apache/tomcat/maven/plugin/tomcat6/RunMojo.java003
org/apache/tomcat/maven/plugin/tomcat6/ServerInfoMojo.java003
org/apache/tomcat/maven/plugin/tomcat6/SessionsMojo.java003
org/apache/tomcat/maven/plugin/tomcat6/ShutdownMojo.java002
org/apache/tomcat/maven/plugin/tomcat6/StartMojo.java003
org/apache/tomcat/maven/plugin/tomcat6/StopMojo.java003
org/apache/tomcat/maven/plugin/tomcat6/UndeployMojo.java003
org/apache/tomcat/maven/plugin/tomcat6/Webapp.java020
org/apache/tomcat/maven/plugin/tomcat7/AbstractCatalinaMojo.java085
org/apache/tomcat/maven/plugin/tomcat7/AbstractTomcat7Mojo.java111
org/apache/tomcat/maven/plugin/tomcat7/AbstractWarCatalinaMojo.java001
org/apache/tomcat/maven/plugin/tomcat7/deploy/AbstractDeployMojo.java01914
org/apache/tomcat/maven/plugin/tomcat7/deploy/AbstractDeployWarMojo.java004
org/apache/tomcat/maven/plugin/tomcat7/deploy/DeployMojo.java004
org/apache/tomcat/maven/plugin/tomcat7/deploy/DeployOnlyMojo.java002
org/apache/tomcat/maven/plugin/tomcat7/deploy/RedeployMojo.java004
org/apache/tomcat/maven/plugin/tomcat7/deploy/UndeployMojo.java003
org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java8947
org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java2832
org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunWarMojo.java001
org/apache/tomcat/maven/plugin/tomcat7/run/AbstractStandaloneWarMojo.java0110
org/apache/tomcat/maven/plugin/tomcat7/run/ExecWarMojo.java001
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.java004
org/apache/tomcat/maven/plugin/tomcat7/run/ShutdownMojo.java022
org/apache/tomcat/maven/plugin/tomcat7/run/StandaloneWarMojo.java005
org/apache/tomcat/maven/plugin/tomcat7/run/StandaloneWarOnlyMojo.java003
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.java21926
org/apache/tomcat/maven/runner/Tomcat7RunnerCli.java121

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
22Errors Error
FileTabCharacter
  • eachLine: "true"
1Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
12Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
151Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
1Errors Error
JavadocVariable
  • scope: "protected"
40Infos Info
ConstantName1Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports6Errors Error
MethodLength5Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
62Errors Error
WhitespaceAfter1Errors 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
RedundantThrows179Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
18Errors 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
ErrorsUnable to get class information for TomcatManagerException.263
ErrorsUnable to get class information for TomcatManagerException.280
ErrorsUnable to get class information for TomcatManagerException.298
ErrorsUnable to get class information for TomcatManagerException.313
ErrorsUnable to get class information for TomcatManagerException.330
ErrorsUnable to get class information for TomcatManagerException.348
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
ErrorsUnable to get class information for TomcatManagerException.365
WarningsExpected @throws tag for 'IOException'.365
ErrorsUnable to get class information for TomcatManagerException.380
ErrorsUnable to get class information for TomcatManagerException.397
ErrorsUnable to get class information for TomcatManagerException.415
ErrorsUnable to get class information for TomcatManagerException.431
ErrorsUnable to get class information for TomcatManagerException.449
ErrorsUnable to get class information for TomcatManagerException.468
ErrorsUnable to get class information for TomcatManagerException.482
ErrorsUnable to get class information for TomcatManagerException.496
ErrorsUnable to get class information for TomcatManagerException.510
ErrorsUnable to get class information for TomcatManagerException.524
ErrorsUnable to get class information for TomcatManagerException.537
ErrorsUnable to get class information for TomcatManagerException.550
ErrorsUnable to get class information for TomcatManagerException.563
ErrorsUnable to get class information for TomcatManagerException.577
ErrorsUnable to get class information for TomcatManagerException.597
ErrorsUnable to get class information for TomcatManagerException.611
ErrorsUnable to get class information for TomcatManagerException.629
ErrorsUnable to get class information for TomcatManagerException.639
ErrorsUnable to get class information for TomcatManagerException.659
WarningsExpected @param tag for 'length'.697
ErrorsUnable to get class information for TomcatManagerException.698
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
ErrorsUnable to get class information for TomcatRunException.31

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
Errors'(' is not followed by whitespace.48
Errors')' is not preceded with whitespace.48
WarningsMissing a Javadoc comment.57
ErrorsUnable to get class information for TomcatRunException.58
Errors'(' is not followed by whitespace.69
Errors')' is not preceded with whitespace.69
Errors';' is not followed by whitespace.71
ErrorsLine is longer than 120 characters.116
ErrorsLine is longer than 120 characters.117
ErrorsUnable to get class information for TomcatRunException.204
WarningsMissing a Javadoc comment.217
Errors'(' is not followed by whitespace.223
Errors')' is not preceded with whitespace.223

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
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.158
ErrorsUnable to get class information for TomcatManagerException.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
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.76
ErrorsUnable to get class information for TomcatManagerException.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
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.164
ErrorsUnable to get class information for TomcatManagerException.164
ErrorsUnable to get class information for MojoExecutionException.182
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.182
ErrorsUnable to get class information for TomcatManagerException.182
ErrorsUnable to get class information for MojoExecutionException.200
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.200
ErrorsUnable to get class information for TomcatManagerException.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
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.78
ErrorsUnable to get class information for TomcatManagerException.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.287
InfosMissing a Javadoc comment.426
InfosMissing a Javadoc comment.429
ErrorsUnable to get class information for MojoExecutionException.440
ErrorsRedundant throws: 'MojoFailureException' listed more then one time.440
ErrorsUnable to get class information for MojoFailureException.440
ErrorsUnable to get class information for MojoExecutionException.515
Warnings'contextFile' hides a field.534
ErrorsUnable to get class information for MojoExecutionException.550
WarningsExpected @throws tag for 'MojoExecutionException'.570
ErrorsUnable to get class information for MojoExecutionException.570
WarningsExpected @throws tag for 'MojoExecutionException'.625
ErrorsUnable to get class information for MojoExecutionException.625
ErrorsUnable to get class information for MojoExecutionException.660
ErrorsRedundant throws: 'MavenFilteringException' listed more then one time.660
ErrorsUnable to get class information for MavenFilteringException.660
ErrorsMethod length is 157 lines (max allowed is 150).763
ErrorsUnable to get class information for LifecycleException.764
ErrorsRedundant throws: 'MojoExecutionException' listed more then one time.764
ErrorsUnable to get class information for MojoExecutionException.764
WarningsMissing a Javadoc comment.932
ErrorsUnable to get class information for MojoExecutionException.933
WarningsMissing a Javadoc comment.966
ErrorsUnable to get class information for MojoExecutionException.1028
ErrorsUnable to get class information for MojoExecutionException.1062
Warnings'webapps' hides a field.1065
Warnings'contextFile' hides a field.1095
ErrorsUnable to get class information for MojoExecutionException.1129

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
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.46
ErrorsUnable to get class information for TomcatManagerException.46

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
ErrorsUnused import - org.apache.maven.plugins.annotations.Execute.21
ErrorsUnused import - org.apache.maven.plugins.annotations.LifecyclePhase.22

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

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.46
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.46
ErrorsUnable to get class information for TomcatManagerException.46

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

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.57
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.57
ErrorsUnable to get class information for TomcatManagerException.57

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

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.46
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.46
ErrorsUnable to get class information for TomcatManagerException.46

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

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.132
ErrorsUnable to get class information for MojoExecutionException.148
ErrorsUnable to get class information for MojoExecutionException.233

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

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.46
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.46
ErrorsUnable to get class information for TomcatManagerException.46

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

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.46
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.46
ErrorsUnable to get class information for TomcatManagerException.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
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.46
ErrorsUnable to get class information for TomcatManagerException.46

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

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.46
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.46
ErrorsUnable to get class information for TomcatManagerException.46

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

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.57
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.57
ErrorsUnable to get class information for TomcatManagerException.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 'org.apache.tomcat.maven.common.deployer.TomcatManagerException'.155
WarningsUnable to get class information for @throws tag 'MojoExecutionException'.160
ErrorsUnable to get class information for MojoExecutionException.160
WarningsExpected @throws tag for 'TomcatManagerException'.160
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.160
WarningsUnable to get class information for @throws tag 'TomcatManagerException'.160
ErrorsUnable to get class information for TomcatManagerException.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
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.77
ErrorsUnable to get class information for TomcatManagerException.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 'org.apache.tomcat.maven.common.deployer.TomcatManagerException'.164
WarningsUnable to get class information for @throws tag 'MojoExecutionException'.169
ErrorsUnable to get class information for MojoExecutionException.169
WarningsExpected @throws tag for 'TomcatManagerException'.169
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.169
WarningsUnable to get class information for @throws tag 'TomcatManagerException'.169
ErrorsUnable to get class information for TomcatManagerException.169
WarningsUnable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'.182
WarningsUnable to get class information for @throws tag 'org.apache.tomcat.maven.common.deployer.TomcatManagerException'.184
WarningsUnable to get class information for @throws tag 'MojoExecutionException'.189
ErrorsUnable to get class information for MojoExecutionException.189
WarningsExpected @throws tag for 'TomcatManagerException'.189
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.189
WarningsUnable to get class information for @throws tag 'TomcatManagerException'.189
ErrorsUnable to get class information for TomcatManagerException.189
WarningsUnable to get class information for @throws tag 'org.apache.maven.plugin.MojoExecutionException'.202
WarningsUnable to get class information for @throws tag 'org.apache.tomcat.maven.common.deployer.TomcatManagerException'.204
WarningsUnable to get class information for @throws tag 'MojoExecutionException'.209
ErrorsUnable to get class information for MojoExecutionException.209
WarningsExpected @throws tag for 'TomcatManagerException'.209
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.209
WarningsUnable to get class information for @throws tag 'TomcatManagerException'.209
ErrorsUnable to get class information for TomcatManagerException.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
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.79
ErrorsUnable to get class information for TomcatManagerException.79

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

ViolationMessageLine
Errors'(' is not followed by whitespace.31
Errors')' is not preceded with whitespace.31
Errors'(' is not followed by whitespace.32
Errors')' is not preceded with whitespace.32

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

ViolationMessageLine
Errors'(' is not followed by whitespace.30
Errors')' is not preceded with whitespace.30

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

ViolationMessageLine
Errors'(' is not followed by whitespace.32
Errors')' is not preceded with whitespace.32
Errors'(' is not followed by whitespace.33
Errors')' is not preceded with whitespace.33

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

ViolationMessageLine
ErrorsUnable to get class information for MojoExecutionException.58
ErrorsRedundant throws: 'TomcatManagerException' listed more then one time.58
ErrorsUnable to get class information for TomcatManagerException.58

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
ErrorsUnused import - java.io.InputStream.53
InfosMissing a Javadoc comment.72
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
InfosMissing a Javadoc comment.81
Errors'(' is not followed by whitespace.81
Errors')' is not preceded with whitespace.81
InfosMissing a Javadoc comment.84
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
InfosMissing a Javadoc comment.93
Errors'(' is not followed by whitespace.93
Errors')' is not preceded with whitespace.93
InfosMissing a Javadoc comment.96
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
ErrorsLine contains a tab character.106
Errors'(' is not followed by whitespace.117
Errors')' is not preceded with whitespace.117
InfosMissing a Javadoc comment.120
InfosMissing a Javadoc comment.123
Errors'(' is not followed by whitespace.135
Errors')' is not preceded with whitespace.135
Errors'(' is not followed by whitespace.141
Errors')' is not preceded with whitespace.141
InfosMissing a Javadoc comment.144
Errors'(' is not followed by whitespace.150
Errors')' is not preceded with whitespace.150
Errors'(' is not followed by whitespace.157
Errors')' is not preceded with whitespace.158
Errors'(' is not followed by whitespace.165
Errors')' is not preceded with whitespace.165
Errors'(' is not followed by whitespace.171
Errors')' is not preceded with whitespace.171
Errors'(' is not followed by whitespace.177
Errors')' is not preceded with whitespace.178
Errors'(' is not followed by whitespace.197
Errors')' is not preceded with whitespace.198
Errors'(' is not followed by whitespace.204
Errors')' is not preceded with whitespace.204
ErrorsMethod length is 254 lines (max allowed is 150).207
WarningsMissing a Javadoc comment.207
ErrorsUnable to get class information for MojoExecutionException.208
ErrorsRedundant throws: 'MojoFailureException' listed more then one time.208
ErrorsUnable to get class information for MojoFailureException.208
ErrorsLine is longer than 120 characters.358
WarningsMissing a Javadoc comment.464
ErrorsRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.466
ErrorsUnable to get class information for MojoExecutionException.498
WarningsMissing a Javadoc comment.510
WarningsExpected an @return tag.529
WarningsExpected @param tag for 'contextXmlFile'.529
WarningsExpected @param tag for 'warFile'.529
WarningsExpected @throws tag for 'IOException'.530
WarningsExpected @throws tag for 'ArchiveException'.530
ErrorsUnable to get class information for ArchiveException.530
WarningsExpected @throws tag for 'IOException'.565

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.308
InfosMissing a Javadoc comment.435
ErrorsLine is longer than 120 characters.464
InfosMissing a Javadoc comment.471
ErrorsUnable to get class information for MojoExecutionException.491
ErrorsRedundant throws: 'MojoFailureException' listed more then one time.491
ErrorsUnable to get class information for MojoFailureException.491
ErrorsUnable to get class information for MojoExecutionException.569
WarningsExpected @throws tag for 'ServletException'.569
ErrorsRedundant throws: 'ServletException' listed more then one time.569
ErrorsUnable to get class information for ServletException.569
WarningsMissing a Javadoc comment.639
ErrorsUnable to get class information for MojoExecutionException.640
ErrorsUnable to get class information for MojoExecutionException.723
WarningsExpected @throws tag for 'MojoExecutionException'.743
ErrorsUnable to get class information for MojoExecutionException.743
WarningsExpected @throws tag for 'MojoExecutionException'.798
ErrorsUnable to get class information for MojoExecutionException.798
ErrorsUnable to get class information for MojoExecutionException.834
ErrorsRedundant throws: 'MavenFilteringException' listed more then one time.834
ErrorsUnable to get class information for MavenFilteringException.834
ErrorsMethod length is 207 lines (max allowed is 150).941
ErrorsUnable to get class information for LifecycleException.942
ErrorsRedundant throws: 'MojoExecutionException' listed more then one time.942
ErrorsUnable to get class information for MojoExecutionException.942
ErrorsRedundant throws: 'ServletException' listed more then one time.942
ErrorsUnable to get class information for ServletException.942
WarningsMissing a Javadoc comment.1160
ErrorsUnable to get class information for MojoExecutionException.1161
WarningsMissing a Javadoc comment.1195
ErrorsUnable to get class information for MojoExecutionException.1257
ErrorsRedundant throws: 'MalformedURLException' is subclass of 'IOException'.1257
ErrorsRedundant throws: 'ServletException' listed more then one time.1257
ErrorsUnable to get class information for ServletException.1257
ErrorsUnable to get class information for MojoExecutionException.1292
ErrorsRedundant throws: 'MalformedURLException' is subclass of 'IOException'.1292
ErrorsRedundant throws: 'ServletException' listed more then one time.1292
ErrorsUnable to get class information for ServletException.1292
Warnings'webapps' hides a field.1295
Warnings'contextFile' hides a field.1335
ErrorsUnable to get class information for MojoExecutionException.1370

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

ViolationMessageLine
ErrorsLine is longer than 120 characters.42

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
Errors'(' is not followed by whitespace.60
Errors')' is not preceded with whitespace.61
Errors'(' is not followed by whitespace.67
Errors')' is not preceded with whitespace.68
ErrorsMethod length is 205 lines (max allowed is 150).78
WarningsMissing a Javadoc comment.78
ErrorsUnable to get class information for MojoExecutionException.79
ErrorsRedundant throws: 'MojoFailureException' listed more then one time.79
ErrorsUnable to get class information for MojoFailureException.79
ErrorsLine is longer than 120 characters.180

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

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

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
ErrorsUnused import - org.apache.maven.shared.filtering.MavenFileFilter.32
ErrorsUnable to get class information for MojoExecutionException.135
ErrorsUnable to get class information for MojoExecutionException.225

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/StandaloneWarMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
Errors'(' is not followed by whitespace.30
Errors')' is not preceded with whitespace.30
Errors'(' is not followed by whitespace.31
Errors')' is not preceded with whitespace.31

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
Errors'(' is not followed by whitespace.28
Errors')' is not preceded with whitespace.28

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
ErrorsUnused import - org.apache.tomcat.util.http.fileupload.IOUtils.32
InfosMissing a Javadoc comment.63
InfosMissing a Javadoc comment.66
InfosMissing a Javadoc comment.68
InfosMissing a Javadoc comment.70
InfosMissing a Javadoc comment.72
InfosMissing a Javadoc comment.74
InfosMissing a Javadoc comment.82
ErrorsVariable 'httpPort' must be private and have accessor methods.82
InfosMissing a Javadoc comment.84
ErrorsVariable 'httpsPort' must be private and have accessor methods.84
InfosMissing a Javadoc comment.86
ErrorsVariable 'ajpPort' must be private and have accessor methods.86
InfosMissing a Javadoc comment.88
ErrorsVariable 'serverXmlPath' must be private and have accessor methods.88
InfosMissing a Javadoc comment.90
ErrorsVariable 'runtimeProperties' must be private and have accessor methods.90
InfosMissing a Javadoc comment.92
ErrorsVariable 'resetExtract' must be private and have accessor methods.92
InfosMissing a Javadoc comment.94
ErrorsVariable 'debug' must be private and have accessor methods.94
InfosMissing a Javadoc comment.96
ErrorsVariable 'clientAuth' must be private and have accessor methods.96
InfosMissing a Javadoc comment.98
ErrorsVariable 'keyAlias' must be private and have accessor methods.98
InfosMissing a Javadoc comment.100
ErrorsVariable 'httpProtocol' must be private and have accessor methods.100
InfosMissing a Javadoc comment.102
ErrorsVariable 'extractDirectory' must be private and have accessor methods.102
InfosMissing a Javadoc comment.104
ErrorsVariable 'extractDirectoryFile' must be private and have accessor methods.104
InfosMissing a Javadoc comment.106
ErrorsVariable 'codeSourceContextPath' must be private and have accessor methods.106
InfosMissing a Javadoc comment.108
ErrorsVariable 'codeSourceWar' must be private and have accessor methods.108
InfosMissing a Javadoc comment.110
ErrorsVariable 'loggerName' must be private and have accessor methods.110
WarningsMissing a Javadoc comment.123
ErrorsMethod length is 283 lines (max allowed is 150).128
WarningsMissing a Javadoc comment.128
ErrorsAvoid nested blocks.197
ErrorsMissing a Javadoc comment.414
WarningsMissing a Javadoc comment.418
WarningsMissing a Javadoc comment.508
WarningsMissing a Javadoc comment.521
ErrorsLine is longer than 120 characters.649
Errors'2048' is a magic number.697
WarningsMissing a Javadoc comment.724
WarningsMissing a Javadoc comment.730
WarningsMissing a Javadoc comment.739
Warnings'loggerName' hides a field.744
ErrorsRedundant throws: 'SecurityException' is unchecked exception.745
ErrorsRedundant throws: 'IllegalArgumentException' is unchecked exception.745
ErrorsRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.778
ErrorsRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.799

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