Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
231329

Rules

RulesViolationsSeverity
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
5Errors Error
MemberName0Errors Error
JavadocMethod9Warnings Warning
JavadocType0Errors Error
JavadocVariable3Infos Info
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
RegexpHeader
  • headerFile: "/Users/brett/scm/maven/surefire/maven-surefire-plugin/target/checkstyle-header.txt"
2Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
FileLength0Errors Error
MethodLength1Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap1Errors Error
ParenPad
  • option: "space"
10Errors Error
TabCharacter10Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField4Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier0Errors Error
UpperEll0Errors Error

Details

org/apache/maven/plugin/surefire/SurefirePlugin.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* http://www\.apache\.org/licenses/LICENSE-2\.0\s*$'.12
ErrorsLine is longer than 120 characters.80
ErrorsLine is longer than 120 characters.87
ErrorsLine is longer than 120 characters.94
ErrorsLine is longer than 120 characters.143
ErrorsLine is longer than 120 characters.170
InfosMissing a Javadoc comment.364
InfosMissing a Javadoc comment.366
InfosMissing a Javadoc comment.368
WarningsMissing a Javadoc comment.386
WarningsMissing a Javadoc comment.431
ErrorsMethod length is 227 lines (max allowed is 150).461
WarningsMissing a Javadoc comment.461
Errors'(' is not followed by whitespace.487
Errors')' is not preceded with whitespace.487
Errors'+' should be on a new line.493
Errors'(' is not followed by whitespace.501
Errors'(' is not followed by whitespace.501
Errors')' is not preceded with whitespace.501
Errors')' is not preceded with whitespace.501
Warnings'includes' hides a field.544
Warnings'excludes' hides a field.545
ErrorsLine contains a tab character.593
ErrorsLine contains a tab character.594
Errors'(' is not followed by whitespace.594
Errors'(' is not followed by whitespace.594
Errors')' is not preceded with whitespace.594
Errors')' is not preceded with whitespace.594
ErrorsLine contains a tab character.595
ErrorsLine contains a tab character.596
ErrorsLine contains a tab character.597
ErrorsLine contains a tab character.598
ErrorsLine contains a tab character.599
ErrorsLine contains a tab character.600
ErrorsLine contains a tab character.601
ErrorsLine contains a tab character.602
WarningsMissing a Javadoc comment.691
WarningsMissing a Javadoc comment.701
WarningsMissing a Javadoc comment.720
WarningsMissing a Javadoc comment.736
WarningsMissing a Javadoc comment.751
WarningsExpected @param tag for 'forking'.788
Warnings'trimStackTrace' hides a field.790
Warnings'skipExec' hides a field.845

org/apache/maven/test/SurefirePlugin.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* http://www\.apache\.org/licenses/LICENSE-2\.0\s*$'.12