Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
5001

Rules

RulesViolationsSeverity
LeftCurly
  • option: "nl"
0error Error
RightCurly
  • option: "alone"
0error Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
1error Error
MemberName0error Error
JavadocMethod0warning Warning
JavadocType0error Error
JavadocVariable0info Info
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
RegexpHeader
  • headerFile: "G:\codehaus\mojo\trunk\taglist-maven-plugin\target\checkout\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
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
InterfaceIsType0error Error
VisibilityModifier
  • protectedAllowed: "true"
0error Error
UpperEll0error Error

Details

org/codehaus/mojo/taglist/TagListReport.java

ViolationMessageLine
errorLine is longer than 120 characters.79