Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
211812

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"
1Errors Error
MemberName1Errors Error
JavadocMethod
  • scope: "protected"
16Warnings Warning
JavadocType
  • scope: "protected"
0Errors Error
JavadocVariable
  • scope: "protected"
1Infos Info
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName2Errors 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
OperatorWrap1Errors Error
ParenPad
  • option: "space"
2Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
2Warnings 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"
2Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/maven/archetype/proxy/ProxyServlet.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
InfosMissing a Javadoc comment.49
ErrorsName '_DontProxyHeaders' must match pattern '^[a-z][a-zA-Z0-9]*$'.49
WarningsMissing a Javadoc comment.70
Warnings'config' hides a field.70
WarningsMissing a Javadoc comment.80
ErrorsMethod length is 170 lines (max allowed is 150).88
WarningsMissing a Javadoc comment.88
ErrorsName 'cache_control' must match pattern '^[a-z][a-zA-Z0-9]*$'.177
Errors'&&' should be on a new line.178
Errors'(' is not followed by whitespace.179
Errors')' is not preceded with whitespace.179
ErrorsName 'proxy_in' must match pattern '^[a-z][a-zA-Z0-9]*$'.205
Errors'500' is a magic number.208
WarningsMissing a Javadoc comment.263
Errors'200' is a magic number.294
WarningsMissing a Javadoc comment.309
WarningsMissing a Javadoc comment.317
WarningsExpected @throws tag for 'ServletException'.328
WarningsExpected @throws tag for 'IOException'.328
ErrorsLine is longer than 120 characters.351

org/apache/maven/archetype/proxy/RepositoryServlet.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsMissing a Javadoc comment.53
Warnings'config' hides a field.53
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.217
WarningsMissing a Javadoc comment.226
WarningsExpected @throws tag for 'ServletException'.237
WarningsExpected @throws tag for 'IOException'.237
WarningsMissing a Javadoc comment.256