Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
3231533

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
2Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
2Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
14Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
1Errors Error
JavadocVariable
  • scope: "protected"
23Infos Info
ConstantName1Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
MethodLength1Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks1Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment0Errors 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"
6Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows4Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
15Errors Error
UpperEll0Errors Error

Details

org/apache/tomcat/maven/runner/PasswordUtil.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.37
InfosMissing a Javadoc comment.43
ErrorsName '__OBFUSCATE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
WarningsMissing a Javadoc comment.46
Errors'127' is a magic number.56
Errors'127' is a magic number.57
Errors'36' is a magic number.59
WarningsMissing a Javadoc comment.78
Errors'36' is a magic number.89
Errors'254' is a magic number.92
WarningsMissing a Javadoc comment.103
WarningsMissing a Javadoc comment.120

org/apache/tomcat/maven/runner/Tomcat7Runner.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
InfosMissing a Javadoc comment.63
InfosMissing a Javadoc comment.66
InfosMissing a Javadoc comment.68
InfosMissing a Javadoc comment.70
InfosMissing a Javadoc comment.72
InfosMissing a Javadoc comment.74
InfosMissing a Javadoc comment.82
ErrorsVariable 'httpPort' must be private and have accessor methods.82
InfosMissing a Javadoc comment.84
ErrorsVariable 'httpsPort' must be private and have accessor methods.84
InfosMissing a Javadoc comment.86
ErrorsVariable 'ajpPort' must be private and have accessor methods.86
InfosMissing a Javadoc comment.88
ErrorsVariable 'serverXmlPath' must be private and have accessor methods.88
InfosMissing a Javadoc comment.90
ErrorsVariable 'runtimeProperties' must be private and have accessor methods.90
InfosMissing a Javadoc comment.92
ErrorsVariable 'resetExtract' must be private and have accessor methods.92
InfosMissing a Javadoc comment.94
ErrorsVariable 'debug' must be private and have accessor methods.94
InfosMissing a Javadoc comment.96
ErrorsVariable 'clientAuth' must be private and have accessor methods.96
InfosMissing a Javadoc comment.98
ErrorsVariable 'keyAlias' must be private and have accessor methods.98
InfosMissing a Javadoc comment.100
ErrorsVariable 'httpProtocol' must be private and have accessor methods.100
InfosMissing a Javadoc comment.102
ErrorsVariable 'extractDirectory' must be private and have accessor methods.102
InfosMissing a Javadoc comment.104
ErrorsVariable 'extractDirectoryFile' must be private and have accessor methods.104
InfosMissing a Javadoc comment.106
ErrorsVariable 'codeSourceContextPath' must be private and have accessor methods.106
InfosMissing a Javadoc comment.108
ErrorsVariable 'codeSourceWar' must be private and have accessor methods.108
InfosMissing a Javadoc comment.110
ErrorsVariable 'loggerName' must be private and have accessor methods.110
WarningsMissing a Javadoc comment.123
ErrorsMethod length is 283 lines (max allowed is 150).128
WarningsMissing a Javadoc comment.128
ErrorsAvoid nested blocks.197
ErrorsMissing a Javadoc comment.414
WarningsMissing a Javadoc comment.418
WarningsMissing a Javadoc comment.492
WarningsMissing a Javadoc comment.505
ErrorsLine is longer than 120 characters.633
Errors'2048' is a magic number.681
WarningsMissing a Javadoc comment.708
WarningsMissing a Javadoc comment.714
WarningsMissing a Javadoc comment.723
Warnings'loggerName' hides a field.728
ErrorsRedundant throws: 'SecurityException' is unchecked exception.729
ErrorsRedundant throws: 'IllegalArgumentException' is unchecked exception.729
ErrorsRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.762
ErrorsRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.783

org/apache/tomcat/maven/runner/Tomcat7RunnerCli.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
InfosMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.217