The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
|
1 | Error |
NewlineAtEndOfFile | 0 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
|
0 | Error |
RegexpSingleline
|
0 | Error |
JavadocMethod | 8 | Error |
JavadocType | 0 | Error |
JavadocVariable | 4 | Error |
JavadocStyle | 3 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 2 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
LineLength | 39 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 2 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 2 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 1 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 15 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 1 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 9 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 31 | |
First sentence should end with a period. | 33 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'getInstrumentDestDir' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 |
Violation | Message | Line |
---|---|---|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Line is longer than 80 characters. | 35 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 43 | |
Missing a Javadoc comment. | 46 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 121 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - org.apache.maven.plugins.annotations.*. | 26 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 62 | |
Method 'getOutputName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Parameter locale should be final. | 71 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Parameter locale should be final. | 76 | |
Missing a Javadoc comment. | 80 | |
Parameter locale should be final. | 80 | |
Method 'getSiteRenderer' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Method 'getOutputDirectory' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Method 'isExternalReport' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Method 'canGenerateReport' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Line is longer than 80 characters. | 109 | |
Method 'executeReport' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 128 | |
'{' is followed by whitespace. | 128 | |
Line is longer than 80 characters. | 143 | |
Line is longer than 80 characters. | 144 | |
'{' is followed by whitespace. | 144 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 152 | |
Line is longer than 80 characters. | 155 | |
Method 'setReportOutputDirectory' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Parameter reportOutputDirectory should be final. | 161 | |
Line is longer than 80 characters. | 165 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - org.apache.maven.plugins.annotations.*. | 41 | |
Line is longer than 80 characters. | 55 | |
First sentence should end with a period. | 59 | |
First sentence should end with a period. | 65 | |
Line is longer than 80 characters. | 74 | |
Variable 'pluginArtifacts' must be private and have accessor methods. | 75 | |
Line is longer than 80 characters. | 115 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Line is longer than 80 characters. | 128 | |
Missing a Javadoc comment. | 135 | |
Parameter destDir should be final. | 135 | |
Line is longer than 80 characters. | 139 | |
Line is longer than 80 characters. | 143 | |
Missing a Javadoc comment. | 143 | |
Line is longer than 80 characters. | 144 | |
Line is longer than 80 characters. | 145 | |
'6' is a magic number. | 146 | |
Line is longer than 80 characters. | 147 | |
Line is longer than 80 characters. | 148 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 158 | |
Missing a Javadoc comment. | 165 | |
Line is longer than 80 characters. | 166 | |
Line is longer than 80 characters. | 167 | |
Parameter input should be final. | 169 | |
Line is longer than 80 characters. | 174 | |
Line is longer than 80 characters. | 189 | |
Missing a Javadoc comment. | 189 | |
Parameter parentName should be final. | 189 | |
Parameter children should be final. | 189 | |
Line is longer than 80 characters. | 190 | |
Parameter input should be final. | 193 | |
Line is longer than 80 characters. | 197 | |
Missing a Javadoc comment. | 200 | |
Line is longer than 80 characters. | 202 |