The following document contains the results of Checkstyle.
Files | I | W | E |
---|---|---|---|
org/apache/maven/shared/incremental/IncrementalBuildHelper.java | 1 | 12 | 13 |
org/apache/maven/shared/incremental/IncrementalBuildHelperRequest.java | 0 | 9 | 1 |
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | Error |
RegexpHeader
| 1 | Error |
FileTabCharacter
| 0 | Error |
LeftCurly
| 0 | Error |
RightCurly
| 0 | Error |
LineLength
| 5 | Error |
MemberName | 0 | Error |
JavadocMethod
| 19 | Warning |
JavadocType
| 0 | Error |
JavadocVariable
| 1 | Info |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad
| 0 | Error |
OperatorWrap | 0 | Error |
ParenPad
| 3 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 5 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
| 0 | Error |
NeedBraces | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
| 2 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber
| 0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
| 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Line is longer than 120 characters. | 65 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 75 | |
Expected an @return tag. | 108 | |
Expected @param tag for 'directoryScanner'. | 122 | |
Expected @throws tag for 'MojoExecutionException'. | 133 | |
Line is longer than 120 characters. | 146 | |
Expected @param tag for 'incrementalBuildHelperRequest'. | 169 | |
Expected @throws tag for 'MojoExecutionException'. | 170 | |
'catch' is not followed by whitespace. | 183 | |
'catch' is not followed by whitespace. | 202 | |
Expected @param tag for 'dirScanner'. | 221 | |
Expected @throws tag for 'MojoExecutionException'. | 222 | |
'catch' is not followed by whitespace. | 235 | |
'catch' is not followed by whitespace. | 248 | |
Line is longer than 120 characters. | 269 | |
Expected @param tag for 'incrementalBuildHelperRequest'. | 277 | |
Expected @throws tag for 'MojoExecutionException'. | 278 | |
'catch' is not followed by whitespace. | 294 | |
Line is longer than 120 characters. | 313 | |
Expected @throws tag for 'MojoExecutionException'. | 322 | |
Line is longer than 120 characters. | 348 | |
')' is not preceded with whitespace. | 348 | |
'(' is not followed by whitespace. | 360 | |
')' is not preceded with whitespace. | 360 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 54 | |
'inputFiles' hides a field. | 54 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 70 | |
'outputDirectory' hides a field. | 70 |