Checkstyle Results
The following document contains the results of Checkstyle.
Files
Rules
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | ![]() |
RegexpHeader
| 10 | ![]() |
FileTabCharacter
| 0 | ![]() |
LeftCurly
| 0 | ![]() |
RightCurly
| 0 | ![]() |
LineLength
| 5 | ![]() |
MemberName | 0 | ![]() |
JavadocMethod
| 8 | ![]() |
JavadocType
| 19 | ![]() |
JavadocVariable
| 3 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
MethodLength | 1 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad
| 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad
| 0 | ![]() |
WhitespaceAfter | 0 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock
| 0 | ![]() |
NeedBraces | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField
| 3 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber
| 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier
| 3 | ![]() |
UpperEll | 0 | ![]() |
Details
org/apache/tomcat/maven/plugin/tomcat7/AbstractCatalinaMojo.java
Violation | Message | Line |
---|---|---|
![]() | 'password' hides a field. | 187 |
org/apache/tomcat/maven/plugin/tomcat7/AbstractTomcat7Mojo.java
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
![]() | Missing a Javadoc comment. | 50 |
org/apache/tomcat/maven/plugin/tomcat7/deploy/DeployMojo.java
Violation | Message | Line |
---|---|---|
![]() | Unknown tag 'goal'. | 27 |
![]() | Unknown tag 'execute'. | 28 |
org/apache/tomcat/maven/plugin/tomcat7/deploy/DeployOnlyMojo.java
Violation | Message | Line |
---|---|---|
![]() | Unknown tag 'goal'. | 27 |
org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
![]() | Line is longer than 120 characters. | 111 |
![]() | Line is longer than 120 characters. | 204 |
![]() | Line is longer than 120 characters. | 227 |
![]() | Method length is 256 lines (max allowed is 150). | 240 |
![]() | Missing a Javadoc comment. | 240 |
![]() | Line is longer than 120 characters. | 382 |
org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
![]() | Expected @throws tag for 'ServletException'. | 404 |
![]() | 'contextFile' hides a field. | 416 |
![]() | Expected @throws tag for 'MojoExecutionException'. | 453 |
![]() | Expected @throws tag for 'MojoExecutionException'. | 508 |
![]() | Missing a Javadoc comment. | 782 |
![]() | Missing a Javadoc comment. | 818 |
![]() | 'contextFile' hides a field. | 927 |
org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunWarMojo.java
Violation | Message | Line |
---|---|---|
![]() | Unknown tag 'requiresDependencyResolution'. | 27 |
![]() | Unknown tag 'todo'. | 30 |
org/apache/tomcat/maven/plugin/tomcat7/run/ExecWarMojo.java
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
![]() | Unknown tag 'goal'. | 23 |
![]() | Unknown tag 'execute'. | 24 |
org/apache/tomcat/maven/plugin/tomcat7/run/ExecWarOnlyMojo.java
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
![]() | Unknown tag 'goal'. | 23 |
org/apache/tomcat/maven/plugin/tomcat7/run/ExtraDependency.java
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
org/apache/tomcat/maven/plugin/tomcat7/run/ExtraResource.java
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
org/apache/tomcat/maven/plugin/tomcat7/run/RunMojo.java
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
![]() | Unknown tag 'goal'. | 47 |
![]() | Unknown tag 'execute'. | 48 |
![]() | Unknown tag 'requiresDependencyResolution'. | 49 |
org/apache/tomcat/maven/plugin/tomcat7/run/RunWarMojo.java
Violation | Message | Line |
---|---|---|
![]() | Unknown tag 'goal'. | 26 |
![]() | Unknown tag 'execute'. | 27 |
![]() | Unknown tag 'requiresDependencyResolution'. | 28 |
![]() | Unknown tag 'todo'. | 31 |
org/apache/tomcat/maven/plugin/tomcat7/run/RunWarOnlyMojo.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 24 |
![]() | Unknown tag 'goal'. | 27 |
![]() | Unknown tag 'requiresDependencyResolution'. | 28 |
org/apache/tomcat/maven/plugin/tomcat7/run/ShutdownMojo.java
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
![]() | Unknown tag 'goal'. | 38 |
![]() | Unknown tag 'requiresDependencyResolution'. | 39 |
org/apache/tomcat/maven/plugin/tomcat7/run/WarRunDependency.java
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 |