Checkstyle Results
The following document contains the results of Checkstyle.
Files
Rules
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | ![]() |
RegexpHeader
| 2 | ![]() |
FileTabCharacter
| 0 | ![]() |
LeftCurly
| 0 | ![]() |
RightCurly
| 0 | ![]() |
LineLength
| 2 | ![]() |
MemberName | 0 | ![]() |
JavadocMethod
| 7 | ![]() |
JavadocType
| 31 | ![]() |
JavadocVariable
| 0 | ![]() |
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 | 0 | ![]() |
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
| 0 | ![]() |
UpperEll | 0 | ![]() |
Details
org/apache/tomcat/maven/plugin/tomcat6/AbstractCatalinaMojo.java
Violation | Message | Line |
---|---|---|
![]() | 'password' hides a field. | 184 |
org/apache/tomcat/maven/plugin/tomcat6/AbstractI18NTomcat6Mojo.java
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
![]() | Missing a Javadoc comment. | 53 |
org/apache/tomcat/maven/plugin/tomcat6/AbstractRunMojo.java
Violation | Message | Line |
---|---|---|
![]() | 'contextFile' hides a field. | 412 |
![]() | Expected @throws tag for 'MojoExecutionException'. | 448 |
![]() | Expected @throws tag for 'MojoExecutionException'. | 503 |
![]() | Line is longer than 120 characters. | 683 |
![]() | Missing a Javadoc comment. | 781 |
![]() | Missing a Javadoc comment. | 817 |
![]() | 'contextFile' hides a field. | 925 |
org/apache/tomcat/maven/plugin/tomcat6/AbstractRunWarMojo.java
Violation | Message | Line |
---|---|---|
![]() | Unknown tag 'requiresDependencyResolution'. | 29 |
![]() | Unknown tag 'todo'. | 30 |
org/apache/tomcat/maven/plugin/tomcat6/DeployMojo.java
Violation | Message | Line |
---|---|---|
![]() | Unknown tag 'goal'. | 27 |
![]() | Unknown tag 'execute'. | 28 |
org/apache/tomcat/maven/plugin/tomcat6/ExplodedMojo.java
Violation | Message | Line |
---|---|---|
![]() | Unknown tag 'goal'. | 31 |
![]() | Unknown tag 'todo'. | 32 |
org/apache/tomcat/maven/plugin/tomcat6/ExternalRepositoriesReloadableWebappLoader.java
Violation | Message | Line |
---|---|---|
![]() | Expected @param tag for 'log'. | 65 |
![]() | Expected an @return tag. | 131 |
org/apache/tomcat/maven/plugin/tomcat6/InplaceMojo.java
Violation | Message | Line |
---|---|---|
![]() | Unknown tag 'goal'. | 31 |
![]() | Unknown tag 'todo'. | 32 |
org/apache/tomcat/maven/plugin/tomcat6/RedeployMojo.java
Violation | Message | Line |
---|---|---|
![]() | Unknown tag 'goal'. | 27 |
![]() | Unknown tag 'todo'. | 28 |
org/apache/tomcat/maven/plugin/tomcat6/RunMojo.java
Violation | Message | Line |
---|---|---|
![]() | Unknown tag 'goal'. | 52 |
![]() | Unknown tag 'execute'. | 53 |
![]() | Unknown tag 'requiresDependencyResolution'. | 54 |
org/apache/tomcat/maven/plugin/tomcat6/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/tomcat6/RunWarOnlyMojo.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 24 |
![]() | Unknown tag 'goal'. | 27 |
![]() | Unknown tag 'requiresDependencyResolution'. | 28 |