Checkstyle Results
The following document contains the results of Checkstyle.
Files
Rules
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | ![]() |
RegexpHeader
| 3 | ![]() |
FileTabCharacter
| 0 | ![]() |
LeftCurly
| 0 | ![]() |
RightCurly
| 0 | ![]() |
LineLength
| 1 | ![]() |
MemberName | 0 | ![]() |
JavadocMethod
| 43 | ![]() |
JavadocType
| 1 | ![]() |
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 | 2 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad
| 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad
| 0 | ![]() |
WhitespaceAfter | 0 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 1 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock
| 0 | ![]() |
NeedBraces | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField
| 11 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 1 | ![]() |
MagicNumber
| 1 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 1 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier
| 0 | ![]() |
UpperEll | 0 | ![]() |
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 |