Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1003010

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
2Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
3Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
28Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
1Errors Error
JavadocVariable
  • scope: "protected"
0Infos Info
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
4Errors 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"
0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/maven/plugin/pmd/AbstractPmdReport.java

ViolationMessageLine
WarningsMissing a Javadoc comment.213
WarningsExpected @throws tag for 'IOException'.261
WarningsMissing a Javadoc comment.395
WarningsMissing a Javadoc comment.444

org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.java

ViolationMessageLine
ErrorsType Javadoc comment is missing an @param <D> tag.44
Errors'(' is not followed by whitespace.84
Errors')' is not preceded with whitespace.84
Errors'(' is not followed by whitespace.94
Errors')' is not preceded with whitespace.94
ErrorsLine is longer than 120 characters.103
WarningsMissing a Javadoc comment.103
WarningsMissing a Javadoc comment.170
Warnings'excludeFromFailureFile' hides a field.170
WarningsMissing a Javadoc comment.213
WarningsMissing a Javadoc comment.215
WarningsMissing a Javadoc comment.217
WarningsExpected @param tag for 'item'.280
WarningsExpected @param tag for 'severity'.280
WarningsExpected an @return tag.290
WarningsExpected @param tag for 'analisysFile'.290
WarningsExpected @throws tag for 'XmlPullParserException'.291
WarningsExpected @throws tag for 'IOException'.291
WarningsMissing a Javadoc comment.293

org/apache/maven/plugin/pmd/CpdReport.java

ViolationMessageLine
Errors'{' should be on a new line.243

org/apache/maven/plugin/pmd/CpdReportGenerator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.49
WarningsExpected @param tag for 'matches'.153

org/apache/maven/plugin/pmd/CpdViolationCheckMojo.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.132

org/apache/maven/plugin/pmd/PmdFileInfo.java

ViolationMessageLine
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.64

org/apache/maven/plugin/pmd/PmdReport.java

ViolationMessageLine
WarningsMissing a Javadoc comment.155
ErrorsLine is longer than 120 characters.262
Errors'{' should be on a new line.385

org/apache/maven/plugin/pmd/PmdReportListener.java

ViolationMessageLine
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.88
Warnings'currentFilename' hides a field.93
WarningsMissing a Javadoc comment.244
WarningsMissing a Javadoc comment.336
WarningsMissing a Javadoc comment.364