Checkstyle Results
The following document contains the results of Checkstyle.
Files
Rules
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | Error |
RegexpHeader
| 3 | Error |
FileTabCharacter
| 0 | Error |
LeftCurly
| 0 | Error |
RightCurly
| 0 | Error |
LineLength
| 1 | Error |
MemberName | 0 | Error |
JavadocMethod
| 43 | Warning |
JavadocType
| 1 | Error |
JavadocVariable
| 0 | Info |
ConstantName | 0 | 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 | 2 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad
| 0 | Error |
OperatorWrap | 0 | Error |
ParenPad
| 0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 1 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
| 0 | Error |
NeedBraces | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
| 11 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 1 | Error |
MagicNumber
| 1 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 1 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
| 0 | Error |
UpperEll | 0 | Error |
Details
org/apache/tomcat/maven/common/deployer/TomcatManager.java
Violation | Message | Line |
---|---|---|
Unused import - org.apache.maven.plugin.logging.Log. | 41 | |
Expected an @return tag. | 360 | |
Expected @param tag for 'path'. | 360 | |
Expected @param tag for 'war'. | 360 | |
Expected @param tag for 'update'. | 360 | |
Expected @param tag for 'tag'. | 360 | |
Expected @param tag for 'length'. | 360 | |
Expected @throws tag for 'TomcatManagerException'. | 361 | |
Expected @throws tag for 'IOException'. | 361 | |
Expected @param tag for 'length'. | 694 | |
'username' hides a field. | 734 | |
'password' hides a field. | 734 | |
'static' modifier out of order with the JLS suggestions. | 749 | |
Redundant throws: 'IllegalStateException' is unchecked exception. | 777 | |
Inner assignments should be avoided. | 807 | |
'url' hides a field. | 846 | |
'1023' is a magic number. | 908 |
org/apache/tomcat/maven/common/deployer/TomcatManagerResponse.java
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 |
org/apache/tomcat/maven/common/messages/DefaultMessagesProvider.java
Violation | Message | Line |
---|---|---|
Unknown tag 'component'. | 30 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 51 |
org/apache/tomcat/maven/common/messages/MessagesProvider.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 |
org/apache/tomcat/maven/common/run/ClassLoaderEntriesCalculator.java
Violation | Message | Line |
---|---|---|
Unused import - java.util.List. | 22 | |
Line is longer than 120 characters. | 30 | |
Missing a Javadoc comment. | 30 |
org/apache/tomcat/maven/common/run/ClassLoaderEntriesCalculatorRequest.java
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 |
org/apache/tomcat/maven/common/run/ClassLoaderEntriesCalculatorResult.java
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 |
org/apache/tomcat/maven/common/run/DefaultClassLoaderEntriesCalculator.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 214 |
org/apache/tomcat/maven/common/run/ExternalRepositoriesReloadableWebappLoader.java
Violation | Message | Line |
---|---|---|
Expected @param tag for 'log'. | 65 | |
Expected an @return tag. | 131 |
org/apache/tomcat/maven/common/run/TomcatRunException.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 |