Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
30830

Rules

RulesViolationsSeverity
FileLength1Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
13Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
8Warnings Warning
JavadocType
  • scope: "protected"
0Errors Error
JavadocVariable
  • scope: "protected"
0Infos Info
ConstantName1Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName2Errors 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"
0Errors Error
WhitespaceAfter2Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
4Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0Warnings 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
RedundantThrows6Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/maven/plugin/doap/DoapMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0
ErrorsFile length is 2,688 lines (max allowed is 2,000).1
ErrorsLine is longer than 120 characters.790
ErrorsLine is longer than 120 characters.968
ErrorsLine is longer than 120 characters.1050
ErrorsLine is longer than 120 characters.1199
ErrorsLine is longer than 120 characters.1594
ErrorsLine is longer than 120 characters.2589
ErrorsLine is longer than 120 characters.2601
ErrorsLine is longer than 120 characters.2635

org/apache/maven/plugin/doap/DoapUtil.java

ViolationMessageLine
ErrorsRedundant throws: 'IllegalArgumentException' is unchecked exception.146
ErrorsRedundant throws: 'IllegalArgumentException' is unchecked exception.165
ErrorsRedundant throws: 'IllegalArgumentException' is unchecked exception.189
ErrorsRedundant throws: 'IllegalArgumentException' is unchecked exception.219
ErrorsRedundant throws: 'IllegalArgumentException' is unchecked exception.244
WarningsExpected @param tag for 'xmlnsPrefix'.265
ErrorsRedundant throws: 'IllegalArgumentException' is unchecked exception.266
ErrorsLine is longer than 120 characters.308
ErrorsLine is longer than 120 characters.329
WarningsMissing a Javadoc comment.371
WarningsMissing a Javadoc comment.377
WarningsMissing a Javadoc comment.382
WarningsMissing a Javadoc comment.387
WarningsMissing a Javadoc comment.392
WarningsMissing a Javadoc comment.397
WarningsMissing a Javadoc comment.402
ErrorsEmpty catch block.630
ErrorsEmpty catch block.665
ErrorsLine is longer than 120 characters.693
ErrorsLine is longer than 120 characters.805
Errors',' is not followed by whitespace.840
ErrorsName 'classMaps' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.840
Errors',' is not followed by whitespace.840
ErrorsEmpty catch block.889

org/apache/maven/plugin/doap/options/ASFExtOptionsUtil.java

ViolationMessageLine
ErrorsName 'category_' must match pattern '^[a-z][a-zA-Z0-9]*$'.118
ErrorsName 'programmingLanguage_' must match pattern '^[a-z][a-zA-Z0-9]*$'.137
ErrorsLine is longer than 120 characters.226
ErrorsEmpty catch block.315