Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
8083

Rules

RulesViolationsSeverity
LeftCurly
  • option: "nl"
0error Error
RightCurly
  • option: "alone"
0error Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
2error Error
MemberName0error Error
JavadocMethod
  • scope: "protected"
8warning Warning
JavadocType
  • scope: "protected"
1error Error
JavadocVariable
  • scope: "protected"
0info Info
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
RegexpHeader
  • headerFile: "/home/jwi/workspace/rat-maven-plugin/target/checkstyle-header.txt"
0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad
  • option: "space"
0error Error
OperatorWrap0error Error
ParenPad
  • option: "space"
0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock
  • option: "text"
0error Error
NeedBraces0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0warning Warning
IllegalInstantiation0error Error
InnerAssignment0error 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"
0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
InterfaceIsType0error Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0error Error
UpperEll0error Error

Details

org/codehaus/mojo/rat/RatStatistics.java

ViolationMessageLine
warningExpected an @return tag.34
warningExpected @param tag for 'numUnapprovedLicenses'.42
warningExpected an @return tag.50
warningExpected @param tag for 'numApprovedLicenses'.58

org/codehaus/mojo/rat/AbstractRatMojo.java

ViolationMessageLine
warningExpected an @return tag.158
errorLine is longer than 120 characters.324

org/codehaus/mojo/rat/RatCheckException.java

ViolationMessageLine
errorMissing a Javadoc comment.24
warningMissing a Javadoc comment.28

org/codehaus/mojo/rat/RatCheckMojo.java

ViolationMessageLine
errorLine is longer than 120 characters.144
warningMissing a Javadoc comment.211
warningMissing a Javadoc comment.219