Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
6 2 16 13

Rules

Rules Violations Severity
FileLength 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
0 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
16 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
0 Errors Error
JavadocVariable
  • scope: "protected"
2 Infos Info
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 8 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors 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"
5 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/tomcat/maven/it/AbstractDeployWarOnlyProjectIT.java

Violation Message Line
Errors Unused import - org.slf4j.Logger. 24
Errors Unused import - org.slf4j.LoggerFactory. 25
Warnings Missing a Javadoc comment. 52
Errors '40000' is a magic number. 69

org/apache/tomcat/maven/it/AbstractDeployWarProjectIT.java

Violation Message Line
Errors Unused import - org.slf4j.Logger. 24
Errors Unused import - org.slf4j.LoggerFactory. 25
Warnings Missing a Javadoc comment. 52
Errors '40000' is a magic number. 69

org/apache/tomcat/maven/it/AbstractSimpleWarProjectIT.java

Violation Message Line
Infos Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 54
Warnings Expected @throws tag for 'VerificationException'. 74

org/apache/tomcat/maven/it/AbstractTomcatRunMultiConfigIT.java

Violation Message Line
Errors Unused import - org.slf4j.Logger. 25
Errors Unused import - org.slf4j.LoggerFactory. 26
Warnings Missing a Javadoc comment. 73
Warnings Expected @throws tag for 'VerificationException'. 101

org/apache/tomcat/maven/it/AbstractUsageContextpathIT.java

Violation Message Line
Errors Unused import - org.slf4j.Logger. 24
Errors Unused import - org.slf4j.LoggerFactory. 25
Warnings Missing a Javadoc comment. 58

org/apache/tomcat/maven/it/AbstractWarProjectIT.java

Violation Message Line
Infos Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 82
Warnings Missing a Javadoc comment. 104
Warnings Expected @throws tag for 'IOException'. 121
Warnings Missing a Javadoc comment. 152
Warnings Missing a Javadoc comment. 157
Errors '200' is a magic number. 170
Errors '500' is a magic number. 173
Warnings Missing a Javadoc comment. 220
Errors '15000' is a magic number. 222
Warnings Missing a Javadoc comment. 225
Warnings Missing a Javadoc comment. 230
Warnings Missing a Javadoc comment. 235