The following document contains the results of Checkstyle.
Rule | Violations | Severity |
---|---|---|
NewlineAtEndOfFile | 8 | Info |
Translation | 0 | Error |
FileLength | 0 | Info |
FileTabCharacter | 0 | Info |
RegexpSingleline
|
0 | Info |
FileContentsHolder | 0 | Info |
MissingDeprecated | 0 | Info |
MissingOverride | 0 | Info |
EmptyBlock | 0 | Info |
LeftCurly
|
12 | Info |
NeedBraces | 0 | Info |
RightCurly
|
0 | Info |
AvoidNestedBlocks | 0 | Info |
CovariantEquals | 0 | Error |
EmptyStatement | 0 | Info |
EqualsHashCode | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Info |
MissingSwitchDefault | 0 | Info |
RedundantThrows | 0 | Info |
SimplifyBooleanExpression | 0 | Info |
SimplifyBooleanReturn | 0 | Info |
StringLiteralEquality | 0 | Error |
NoFinalizer | 0 | Error |
IllegalCatch | 5 | Info |
IllegalThrows | 0 | Info |
JUnitTestCase | 0 | Info |
IllegalType | 0 | Error |
DefaultComesLast | 0 | Info |
FallThrough | 0 | Info |
MultipleVariableDeclarations | 0 | Info |
UnnecessaryParentheses | 0 | Info |
FinalClass | 0 | Info |
InterfaceIsType | 0 | Info |
HideUtilityClassConstructor | 5 | Info |
AvoidStarImport | 0 | Info |
IllegalImport | 0 | Info |
RedundantImport | 0 | Info |
UnusedImports | 0 | Info |
ImportOrder | 0 | Info |
JavadocMethod
|
0 | Info |
JavadocType
|
0 | Info |
JavadocVariable
|
0 | Info |
UpperEll | 0 | Info |
ArrayTypeStyle | 0 | Info |
Indentation | 12 | Info |
TodoComment | 0 | Info |
Regexp
|
0 | Info |
RegexpSinglelineJava
|
0 | Info |
ModifierOrder | 0 | Info |
RedundantModifier | 1 | Info |
ConstantName | 2 | Info |
LocalFinalVariableName | 0 | Info |
LocalVariableName | 0 | Info |
MemberName | 0 | Info |
MethodName | 0 | Info |
MethodTypeParameterName | 0 | Info |
PackageName | 0 | Info |
ParameterName | 0 | Info |
StaticVariableName | 2 | Info |
TypeName | 0 | Info |
ExecutableStatementCount | 3 | Info |
ExecutableStatementCount | 3 | Info |
LineLength
|
2 | Info |
MethodLength
|
0 | Info |
AnonInnerLength
|
0 | Info |
ParameterNumber | 0 | Info |
GenericWhitespace | 0 | Info |
EmptyForIteratorPad | 0 | Info |
MethodParamPad | 0 | Info |
NoWhitespaceAfter | 0 | Info |
NoWhitespaceBefore | 0 | Info |
ParenPad | 0 | Info |
TypecastParenPad | 0 | Info |
WhitespaceAfter
|
0 | Info |
SuppressWithNearbyCommentFilter
|
0 | Info |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. | |
Info | Utility classes should not have a public or default constructor. | 16 |
Info | Name 'jdbcTypes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 |
Info | Catching 'Throwable' is not allowed. | 38 |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. | |
Info | Utility classes should not have a public or default constructor. | 16 |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. | |
Info | Executable statement count is 59 (max allowed is 30). | 122 |
Info | Catching 'Throwable' is not allowed. | 132 |
Info | Line is longer than 120 characters (found 122). | 194 |
Info | Line is longer than 120 characters (found 166). | 211 |
Info | if child at indentation level 16 not at correct indentation, 20 | 259 |
Info | if child at indentation level 16 not at correct indentation, 20 | 263 |
Info | Catching 'Throwable' is not allowed. | 294 |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. | |
Info | Utility classes should not have a public or default constructor. | 9 |
Info | Name 'PACKAGE_SEPARATOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 |
Info | Name 'REPOSITORY_NAMESPACE_NETBEANSMDR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. | |
Info | Utility classes should not have a public or default constructor. | 11 |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. | |
Info | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
Info | Catching 'Throwable' is not allowed. | 234 |
Info | Catching 'Throwable' is not allowed. | 260 |
Info | '{' should be on a new line. | 363 |
Info | '{' should be on a new line. | 364 |
Info | '{' should be on a new line. | 366 |
Info | while child at indentation level 15 not at correct indentation, 16 | 367 |
Info | while child at indentation level 15 not at correct indentation, 16 | 368 |
Info | if at indentation level 15 not at correct indentation, 16 | 369 |
Info | '{' should be on a new line. | 369 |
Info | if child at indentation level 19 not at correct indentation, 20 | 370 |
Info | if child at indentation level 19 not at correct indentation, 20 | 371 |
Info | if child at indentation level 19 not at correct indentation, 20 | 372 |
Info | method call child at indentation level 19 not at correct indentation, 20 | 372 |
Info | if rcurly at indentation level 15 not at correct indentation, 16 | 373 |
Info | Redundant 'final' modifier. | 402 |
Info | method call child at indentation level 28 not at correct indentation, 32 | 465 |
Info | Executable statement count is 44 (max allowed is 30). | 599 |
Info | '{' should be on a new line. | 616 |
Info | '{' should be on a new line. | 617 |
Info | '{' should be on a new line. | 732 |
Info | '{' should be on a new line. | 739 |
Info | '{' should be on a new line. | 746 |
Info | '{' should be on a new line. | 753 |
Info | '{' should be on a new line. | 760 |
Info | '{' should be on a new line. | 767 |
Info | Executable statement count is 34 (max allowed is 30). | 872 |
Info | method call child at indentation level 25 not at correct indentation, 28 | 1051 |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. |
Severity | Message | Line |
---|---|---|
Info | File does not end with a newline. | |
Info | Utility classes should not have a public or default constructor. | 10 |