Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
4 0 30 4

Rules

Rules Violations Severity
FileLength 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
0 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
30 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
0 Errors Error
JavadocVariable
  • scope: "protected"
0 Infos Info
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors 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"
1 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 3 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/shared/tools/easymock/TestFileManager.java

Violation Message Line
Warnings Expected @param tag for 'baseFilename'. 63
Warnings Expected @param tag for 'fileSuffix'. 63
Warnings Missing a Javadoc comment. 90
Warnings Expected @param tag for 'toDelete'. 101
Errors '20' is a magic number. 114
Warnings Expected @param tag for 'dir'. 177
Warnings Expected @param tag for 'filename'. 177
Warnings Expected @param tag for 'shouldExist'. 177
Warnings Expected @param tag for 'dir'. 197
Warnings Expected @param tag for 'filename'. 197
Warnings Expected @param tag for 'contentsTest'. 197
Warnings Expected an @return tag. 228
Warnings Expected @param tag for 'dir'. 228
Warnings Expected @param tag for 'filename'. 228
Warnings Expected @param tag for 'contents'. 228
Warnings Expected an @return tag. 258
Warnings Expected @param tag for 'file'. 258
Warnings Expected an @return tag. 297
Warnings Expected @param tag for 'filename'. 297
Warnings Expected @param tag for 'content'. 297

org/apache/maven/shared/tools/easymock/TestUtils.java

Violation Message Line
Warnings Expected @param tag for 'file'. 47
Warnings Expected @param tag for 'testStr'. 47
Warnings Expected an @return tag. 68
Warnings Expected @param tag for 'file'. 68
Warnings Expected an @return tag. 94
Warnings Expected @param tag for 'error'. 94

org/apache/maven/shared/tools/test/ReflectiveSetter.java

Violation Message Line
Warnings Expected @param tag for 'targetClass'. 43
Warnings Expected @param tag for 'propertyName'. 54
Warnings Expected @param tag for 'value'. 54
Warnings Expected @param tag for 'target'. 54
Warnings Expected @throws tag for 'Throwable'. 55
Errors Redundant throws: 'IllegalArgumentException' is unchecked exception. 90
Errors Redundant throws: 'IllegalArgumentException' is unchecked exception. 116
Errors Redundant throws: 'IllegalArgumentException' is unchecked exception. 153