The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocMethod
|
19 | Warning |
JavadocType | 0 | Warning |
JavadocVariable | 4 | Warning |
JavadocStyle | 0 | Warning |
ConstantName | 0 | Warning |
LocalFinalVariableName | 0 | Warning |
LocalVariableName | 0 | Warning |
MemberName | 0 | Warning |
MethodName | 0 | Warning |
PackageName | 0 | Warning |
ParameterName | 0 | Warning |
StaticVariableName | 0 | Warning |
TypeName | 0 | Warning |
AvoidStarImport | 0 | Warning |
IllegalImport | 0 | Warning |
RedundantImport | 0 | Warning |
UnusedImports | 0 | Warning |
LineLength
|
2 | Warning |
MethodLength | 0 | Warning |
EmptyForIteratorPad | 0 | Warning |
NoWhitespaceAfter
|
0 | Warning |
NoWhitespaceBefore | 0 | Warning |
OperatorWrap | 0 | Warning |
ParenPad | 0 | Warning |
TypecastParenPad | 0 | Warning |
WhitespaceAfter | 0 | Warning |
WhitespaceAround
|
0 | Warning |
ModifierOrder | 0 | Warning |
RedundantModifier | 0 | Warning |
AvoidNestedBlocks | 0 | Warning |
EmptyBlock | 0 | Warning |
LeftCurly | 0 | Warning |
NeedBraces | 0 | Warning |
RightCurly | 0 | Warning |
DoubleCheckedLocking | 0 | Warning |
EmptyStatement | 0 | Warning |
EqualsHashCode | 0 | Warning |
IllegalInstantiation | 0 | Warning |
InnerAssignment | 0 | Warning |
MissingSwitchDefault | 0 | Warning |
RedundantThrows | 0 | Warning |
SimplifyBooleanExpression | 0 | Warning |
SimplifyBooleanReturn | 0 | Warning |
FinalClass | 1 | Warning |
HideUtilityClassConstructor | 0 | Warning |
InterfaceIsType | 0 | Warning |
VisibilityModifier
|
0 | Warning |
ArrayTypeStyle | 0 | Warning |
TodoComment | 0 | Warning |
UpperEll | 0 | Warning |
RegexpHeader
|
0 | Warning |
RegexpSingleline
|
7 | Warning |
FileLength | 0 | Warning |
FileTabCharacter | 7 | Warning |
JavadocPackage | 0 | Warning |
NewlineAtEndOfFile | 0 | Warning |
Translation | 0 | Warning |
Violation | Message | Line |
---|---|---|
File contains tab characters (this is the first instance). | 30 | |
Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
File contains tab characters (this is the first instance). | 30 | |
Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
File contains tab characters (this is the first instance). | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
File contains tab characters (this is the first instance). | 30 | |
Expected @throws tag for 'IOException'. | 35 | |
Line has trailing spaces. | 36 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 66 | |
File contains tab characters (this is the first instance). | 67 | |
Expected @param tag for 'runtimeClass'. | 118 | |
Expected @param tag for 'requestClass'. | 118 | |
Expected @param tag for 'runtimeClass'. | 130 | |
Expected @param tag for 'requestClass'. | 131 | |
Line has trailing spaces. | 143 | |
Expected @param tag for 'runtimeClass'. | 144 | |
Expected @param tag for 'requestClass'. | 144 | |
Line has trailing spaces. | 145 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 61 | |
Line has trailing spaces. | 62 | |
File contains tab characters (this is the first instance). | 63 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 79 | |
Unused @param tag for 'directory'. | 111 | |
Expected @param tag for 'outputLocator'. | 114 | |
Unused @param tag for 'directory'. | 158 | |
Expected @param tag for 'outputLocator'. | 161 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'requestClass'. | 48 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 44 |
Violation | Message | Line |
---|---|---|
Class TemplateGeneratorBuilder should be declared as final. | 35 | |
Unused @param tag for 'classesOutputDirectory'. | 87 | |
Expected @param tag for 'classesOutputLocator'. | 90 | |
Unused @param tag for 'resourcesOutputDirectory'. | 98 | |
Expected @param tag for 'resourcesOutputLocator'. | 101 | |
File contains tab characters (this is the first instance). | 169 |