The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
73 | 53 | 720 | 141 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 15 | ![]() |
JavadocType | 0 | ![]() |
JavadocMethod | 317 | ![]() |
JavadocVariable | 114 | ![]() |
JavadocStyle
| 43 | ![]() |
AbstractClassName
| 0 | ![]() |
ConstantName
| 0 | ![]() |
LocalFinalVariableName
| 0 | ![]() |
LocalVariableName
| 0 | ![]() |
MemberName
| 0 | ![]() |
MethodName
| 0 | ![]() |
PackageName
| 0 | ![]() |
ParameterName
| 0 | ![]() |
StaticVariableName
| 0 | ![]() |
TypeName
| 0 | ![]() |
AvoidStarImport | 6 | ![]() |
IllegalImport
| 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 16 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 7 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 44 | ![]() |
ParenPad | 0 | ![]() |
TabCharacter | 42 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter
| 11 | ![]() |
WhitespaceAround | 87 | ![]() |
ModifierOrder | 0 | ![]() |
EmptyBlock
| 0 | ![]() |
LeftCurly
| 27 | ![]() |
NeedBraces | 5 | ![]() |
RightCurly
| 0 | ![]() |
AvoidNestedBlocks
| 0 | ![]() |
AvoidInlineConditionals | 18 | ![]() |
CovariantEquals | 0 | ![]() |
DeclarationOrder | 7 | ![]() |
DefaultComesLast | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
ExplicitInitialization | 2 | ![]() |
HiddenField | 39 | ![]() |
IllegalCatch | 5 | ![]() |
IllegalType | 0 | ![]() |
InnerAssignment | 1 | ![]() |
JUnitTestCase | 0 | ![]() |
MagicNumber | 26 | ![]() |
MissingCtor | 32 | ![]() |
MissingSwitchDefault | 0 | ![]() |
MultipleVariableDeclarations | 0 | ![]() |
ParameterAssignment | 5 | ![]() |
PackageDeclaration | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
StringLiteralEquality | 0 | ![]() |
SuperClone | 6 | ![]() |
SuperFinalize | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 9 | ![]() |
InterfaceIsType | 0 | ![]() |
MutableException | 0 | ![]() |
VisibilityModifier
| 0 | ![]() |
BooleanExpressionComplexity | 0 | ![]() |
ClassDataAbstractionCoupling | 3 | ![]() |
ClassFanOutComplexity | 2 | ![]() |
CyclomaticComplexity | 5 | ![]() |
NPathComplexity | 2 | ![]() |
ArrayTypeStyle
| 0 | ![]() |
Indentation
| 8 | ![]() |
GenericIllegalRegexp
| 10 | ![]() |
GenericIllegalRegexp
| 10 | ![]() |
GenericIllegalRegexp
| 10 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 8 |
![]() | Class should define a constructor. | 12 |
![]() | Missing a Javadoc comment. | 15 |
![]() | '+' is not preceded with whitespace. | 18 |
![]() | '+' is not followed by whitespace. | 18 |
![]() | '+' is not preceded with whitespace. | 29 |
![]() | '+' is not followed by whitespace. | 29 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '{' should be on a new line. | 38 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '{' should be on a new line. | 42 |
![]() | '+' is not preceded with whitespace. | 43 |
![]() | '+' is not followed by whitespace. | 43 |
![]() | '+' is not preceded with whitespace. | 43 |
![]() | '+' is not followed by whitespace. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 26 |
![]() | Class should define a constructor. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 68 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 32 |
![]() | Class should define a constructor. | 36 |
![]() | Utility classes should not have a public or default constructor. | 36 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'initialised' explicitly initialized to 'false' (default value for its type). | 46 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Missing a Javadoc comment. | 130 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 11 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Static variable definition in wrong order. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | '+' is not preceded with whitespace. | 24 |
![]() | '+' is not followed by whitespace. | 24 |
![]() | '+' is not preceded with whitespace. | 24 |
![]() | '+' is not followed by whitespace. | 24 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 42 |
![]() | 'timeout' hides a field. | 42 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Method 'clone' should call 'super.clone'. | 47 |
![]() | '{' should be on a new line. | 54 |
![]() | Missing a Javadoc comment. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 31 |
![]() | Class should define a constructor. | 35 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 66 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 22 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | 'enabled' hides a field. | 31 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 19 |
![]() | Expected an @return tag. | 32 |
![]() | Expected @param tag for 'filter'. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 19 |
![]() | Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 6 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | 'parent' hides a field. | 17 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 27 |
![]() | 'name' hides a field. | 27 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 41 |
![]() | 'sampling' hides a field. | 41 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Method 'clone' should call 'super.clone'. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Avoid inline conditionals. | 70 |
![]() | Missing a Javadoc comment. | 78 |
![]() | '29' is a magic number. | 81 |
![]() | '32' is a magic number. | 81 |
![]() | '29' is a magic number. | 82 |
![]() | Avoid inline conditionals. | 82 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 11 |
![]() | Class should define a constructor. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Static variable definition in wrong order. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 28 |
![]() | 'name' hides a field. | 28 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 38 |
![]() | 'enabled' hides a field. | 38 |
![]() | Missing a Javadoc comment. | 43 |
![]() | 'trigger' hides a field. | 43 |
![]() | '+' is not preceded with whitespace. | 45 |
![]() | '+' is not followed by whitespace. | 45 |
![]() | '+' is not preceded with whitespace. | 45 |
![]() | '+' is not followed by whitespace. | 45 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 54 |
![]() | '+' is not preceded with whitespace. | 56 |
![]() | '+' is not followed by whitespace. | 56 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 80 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 21 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Missing a Javadoc comment. | 101 |
![]() | '+' is not preceded with whitespace. | 103 |
![]() | '+' is not followed by whitespace. | 103 |
![]() | '!=' is not preceded with whitespace. | 103 |
![]() | '!=' is not followed by whitespace. | 103 |
![]() | '+' is not preceded with whitespace. | 103 |
![]() | '+' is not followed by whitespace. | 103 |
![]() | Missing a Javadoc comment. | 106 |
![]() | '{' should be on a new line. | 106 |
![]() | 'if' construct must use '{}'s. | 107 |
![]() | 'if' construct must use '{}'s. | 108 |
![]() | 'if' construct must use '{}'s. | 112 |
![]() | 'if' construct must use '{}'s. | 113 |
![]() | 'if' construct must use '{}'s. | 114 |
![]() | Missing a Javadoc comment. | 119 |
![]() | '{' should be on a new line. | 119 |
![]() | '31' is a magic number. | 122 |
![]() | '31' is a magic number. | 123 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - org.apache.bcel.generic.*. | 9 |
![]() | Unused import - java.io.PrintStream. | 16 |
![]() | Unused import - javax.servlet.ServletRequest. | 25 |
![]() | Javadoc has empty description section. | 27 |
![]() | Class Data Abstraction Coupling is 17 (max allowed is 7) classes [Type, ATHROW, ByteArrayOutputStream, ConstantPoolGen, Class, ClassParser, ByteArrayInputStream, ArrayList, MethodTiming, MethodGen, JSR, InstructionList, RET, ALOAD, ASTORE, InstructionFactory, ClassGen]. | 30 |
![]() | Class Fan-Out Complexity is 34 (max allowed is 20). | 30 |
![]() | Class should define a constructor. | 30 |
![]() | Utility classes should not have a public or default constructor. | 30 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Expected @param tag for 'classname'. | 42 |
![]() | Expected @param tag for 'methodname'. | 42 |
![]() | Expected @param tag for 'methodargs'. | 42 |
![]() | Line matches the illegal pattern '\.printStackTrace'. | 62 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '4096' is a magic number. | 71 |
![]() | Cyclomatic Complexity is 12 (max allowed is 10). | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '{' is followed by whitespace. | 139 |
![]() | Line matches the illegal pattern '\.printStackTrace'. | 159 |
![]() | Catching 'RuntimeException' is not allowed. | 162 |
![]() | Line matches the illegal pattern '\.printStackTrace'. | 164 |
![]() | Catching 'Error' is not allowed. | 167 |
![]() | Line matches the illegal pattern '\.printStackTrace'. | 169 |
![]() | Missing a Javadoc comment. | 174 |
![]() | '=' is not preceded with whitespace. | 177 |
![]() | '=' is not followed by whitespace. | 177 |
![]() | '-' is not preceded with whitespace. | 177 |
![]() | '-' is not followed by whitespace. | 177 |
![]() | '>=' is not preceded with whitespace. | 177 |
![]() | '>=' is not followed by whitespace. | 177 |
![]() | Missing a Javadoc comment. | 185 |
![]() | Missing a Javadoc comment. | 227 |
![]() | Missing a Javadoc comment. | 243 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 24 |
![]() | Class should define a constructor. | 28 |
![]() | Utility classes should not have a public or default constructor. | 28 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'nanoTimeMethod' explicitly initialized to 'null' (default value for its type). | 31 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 71 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 29 |
![]() | Class should define a constructor. | 33 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Static variable definition in wrong order. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Static variable definition in wrong order. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 47 |
![]() | 'enabled' hides a field. | 47 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 67 |
![]() | 'name' hides a field. | 67 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 82 |
![]() | 'out' hides a field. | 82 |
![]() | Missing a Javadoc comment. | 87 |
![]() | 'renderer' hides a field. | 87 |
![]() | '{' should be on a new line. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - uk.co.exemel.watchdog.agent.*. | 3 |
![]() | Javadoc has empty description section. | 6 |
![]() | Class should define a constructor. | 10 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 30 |
![]() | 'timing' hides a field. | 30 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '{' should be on a new line. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Expected an @return tag. | 37 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 73 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 5 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 19 |
![]() | 'threshold' hides a field. | 19 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '29' is a magic number. | 64 |
![]() | '32' is a magic number. | 64 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 22 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 58 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 5 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 21 |
![]() | Class should define a constructor. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Method 'clone' should call 'super.clone'. | 32 |
![]() | Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Class should define a constructor. | 8 |
![]() | Missing a Javadoc comment. | 11 |
![]() | '{' should be on a new line. | 11 |
![]() | Missing a Javadoc comment. | 16 |
![]() | '{' should be on a new line. | 16 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 21 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Class should define a constructor. | 14 |
![]() | Utility classes should not have a public or default constructor. | 14 |
![]() | '{' should be on a new line. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 21 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Class should define a constructor. | 8 |
![]() | Missing a Javadoc comment. | 11 |
![]() | '{' should be on a new line. | 11 |
![]() | Missing a Javadoc comment. | 16 |
![]() | '{' should be on a new line. | 16 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 40 |
![]() | Class should define a constructor. | 44 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 69 |
![]() | 'enabled' hides a field. | 69 |
![]() | Missing a Javadoc comment. | 74 |
![]() | 'name' hides a field. | 74 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Missing a Javadoc comment. | 191 |
![]() | Missing a Javadoc comment. | 233 |
![]() | '+' is not preceded with whitespace. | 239 |
![]() | '+' is not followed by whitespace. | 239 |
Violation | Message | Line |
---|---|---|
![]() | Class should define a constructor. | 43 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 64 |
![]() | 'enabled' hides a field. | 64 |
![]() | Missing a Javadoc comment. | 69 |
![]() | 'name' hides a field. | 69 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Missing a Javadoc comment. | 98 |
![]() | 'conn' hides a field. | 109 |
![]() | Catching 'Exception' is not allowed. | 114 |
![]() | Missing a Javadoc comment. | 138 |
![]() | 'conn' hides a field. | 138 |
![]() | '+' should be on a new line. | 153 |
![]() | '+' should be on a new line. | 154 |
![]() | '+' should be on a new line. | 155 |
![]() | '+' should be on a new line. | 156 |
![]() | '+' should be on a new line. | 157 |
![]() | '+' should be on a new line. | 158 |
![]() | '+' should be on a new line. | 159 |
![]() | '+' should be on a new line. | 160 |
![]() | '+' should be on a new line. | 161 |
![]() | '+' should be on a new line. | 162 |
![]() | '+' should be on a new line. | 163 |
![]() | '+' should be on a new line. | 164 |
![]() | '+' should be on a new line. | 165 |
![]() | '+' should be on a new line. | 166 |
![]() | '+' should be on a new line. | 167 |
![]() | '+' should be on a new line. | 168 |
![]() | '+' should be on a new line. | 169 |
![]() | '+' should be on a new line. | 170 |
![]() | '3' is a magic number. | 182 |
![]() | '4' is a magic number. | 183 |
![]() | '5' is a magic number. | 184 |
![]() | '6' is a magic number. | 185 |
![]() | '7' is a magic number. | 186 |
![]() | '8' is a magic number. | 187 |
![]() | '+' should be on a new line. | 195 |
![]() | '+' should be on a new line. | 196 |
![]() | '+' should be on a new line. | 197 |
![]() | '+' should be on a new line. | 198 |
![]() | '+' should be on a new line. | 199 |
![]() | '+' should be on a new line. | 200 |
![]() | '+' should be on a new line. | 201 |
![]() | '+' should be on a new line. | 202 |
![]() | '+' should be on a new line. | 203 |
![]() | '+' should be on a new line. | 204 |
![]() | '3' is a magic number. | 209 |
![]() | '4' is a magic number. | 210 |
![]() | Missing a Javadoc comment. | 249 |
![]() | 'conn' hides a field. | 249 |
![]() | '+' should be on a new line. | 264 |
![]() | '+' should be on a new line. | 265 |
![]() | '+' should be on a new line. | 266 |
![]() | '+' should be on a new line. | 267 |
![]() | '+' should be on a new line. | 268 |
![]() | '+' should be on a new line. | 269 |
![]() | '+' should be on a new line. | 288 |
![]() | '+' should be on a new line. | 289 |
![]() | '+' should be on a new line. | 290 |
![]() | '+' should be on a new line. | 291 |
![]() | '+' should be on a new line. | 292 |
![]() | '+' should be on a new line. | 293 |
![]() | '+' should be on a new line. | 294 |
![]() | '+' should be on a new line. | 295 |
![]() | '+' should be on a new line. | 296 |
![]() | '+' should be on a new line. | 297 |
![]() | '3' is a magic number. | 302 |
![]() | '4' is a magic number. | 303 |
![]() | Cyclomatic Complexity is 11 (max allowed is 10). | 328 |
![]() | Missing a Javadoc comment. | 328 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 24 |
![]() | Class should define a constructor. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | 'name' hides a field. | 37 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 60 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.Map. | 19 |
![]() | Unused import - java.util.HashMap. | 20 |
![]() | Unused import - uk.co.exemel.watchdog.agent.ITimingAttachment. | 24 |
![]() | Javadoc has empty description section. | 26 |
![]() | Class should define a constructor. | 30 |
![]() | Utility classes should not have a public or default constructor. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | ',' is not followed by whitespace. | 37 |
![]() | ',' is not followed by whitespace. | 38 |
![]() | ',' is not followed by whitespace. | 39 |
![]() | ',' is not followed by whitespace. | 40 |
![]() | ',' is not followed by whitespace. | 41 |
![]() | ',' is not followed by whitespace. | 42 |
![]() | ',' is not followed by whitespace. | 43 |
![]() | ',' is not followed by whitespace. | 44 |
![]() | ',' is not followed by whitespace. | 45 |
![]() | ',' is not followed by whitespace. | 46 |
![]() | ',' is not followed by whitespace. | 47 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '{' is followed by whitespace. | 68 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 76 |
![]() | '{' is followed by whitespace. | 78 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Missing a Javadoc comment. | 86 |
![]() | '+' is not preceded with whitespace. | 88 |
![]() | '+' is not followed by whitespace. | 88 |
![]() | '+' is not preceded with whitespace. | 88 |
![]() | '+' is not followed by whitespace. | 88 |
Violation | Message | Line |
---|---|---|
![]() | Class should define a constructor. | 12 |
![]() | Missing a Javadoc comment. | 15 |
![]() | '{' should be on a new line. | 15 |
![]() | Missing a Javadoc comment. | 21 |
![]() | '{' should be on a new line. | 21 |
![]() | Avoid inline conditionals. | 23 |
![]() | Avoid inline conditionals. | 23 |
![]() | Assignment of parameter 'indent' is not allowed. | 25 |
![]() | '{' should be on a new line. | 27 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '{' should be on a new line. | 37 |
![]() | '1000000.0' is a magic number. | 38 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '{' should be on a new line. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 12 |
Violation | Message | Line |
---|---|---|
![]() | Class should define a constructor. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.lang.reflect.Proxy. | 21 |
![]() | Unused import - uk.co.exemel.watchdog.agent.timings.MethodTiming. | 26 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | 'proxiedObject' hides a field. | 40 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 29 |
![]() | Class should define a constructor. | 33 |
![]() | Utility classes should not have a public or default constructor. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Line contains a tab character. | 62 |
![]() | Missing a Javadoc comment. | 72 |
![]() | '+' is not preceded with whitespace. | 79 |
![]() | '+' is not followed by whitespace. | 79 |
![]() | '+' is not preceded with whitespace. | 79 |
![]() | '+' is not followed by whitespace. | 79 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Missing a Javadoc comment. | 95 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 21 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 22 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 52 |
Violation | Message | Line |
---|---|---|
![]() | Class should define a constructor. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | '{' should be on a new line. | 20 |
![]() | Missing a Javadoc comment. | 24 |
![]() | '{' should be on a new line. | 24 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '{' should be on a new line. | 28 |
![]() | Missing a Javadoc comment. | 33 |
![]() | '{' should be on a new line. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '{' should be on a new line. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 21 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 7 |
![]() | Class should define a constructor. | 11 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Static variable definition in wrong order. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | 'classname' hides a field. | 19 |
![]() | '+' is not preceded with whitespace. | 22 |
![]() | '+' is not followed by whitespace. | 22 |
![]() | Missing a Javadoc comment. | 25 |
![]() | 'methodname' hides a field. | 25 |
![]() | '+' is not preceded with whitespace. | 28 |
![]() | '+' is not followed by whitespace. | 28 |
![]() | Missing a Javadoc comment. | 31 |
![]() | 'methodargs' hides a field. | 31 |
![]() | '+' is not preceded with whitespace. | 34 |
![]() | '+' is not followed by whitespace. | 34 |
![]() | Missing a Javadoc comment. | 37 |
![]() | if child at indentation level 8 not at correct indentation, 16 | 46 |
![]() | method call child at indentation level 8 not at correct indentation, 16 | 46 |
![]() | '+' is not preceded with whitespace. | 46 |
![]() | '+' is not followed by whitespace. | 46 |
![]() | '+' is not preceded with whitespace. | 46 |
![]() | '+' is not followed by whitespace. | 46 |
![]() | '+' is not preceded with whitespace. | 46 |
![]() | '+' is not followed by whitespace. | 46 |
![]() | if child at indentation level 8 not at correct indentation, 16 | 51 |
![]() | method call child at indentation level 8 not at correct indentation, 16 | 51 |
![]() | '+' is not preceded with whitespace. | 51 |
![]() | '+' is not followed by whitespace. | 51 |
![]() | '+' is not preceded with whitespace. | 51 |
![]() | '+' is not followed by whitespace. | 51 |
![]() | '+' is not preceded with whitespace. | 51 |
![]() | '+' is not followed by whitespace. | 51 |
![]() | if child at indentation level 8 not at correct indentation, 16 | 56 |
![]() | method call child at indentation level 8 not at correct indentation, 16 | 56 |
![]() | '+' is not preceded with whitespace. | 56 |
![]() | '+' is not followed by whitespace. | 56 |
![]() | '+' is not preceded with whitespace. | 56 |
![]() | '+' is not followed by whitespace. | 56 |
![]() | '+' is not preceded with whitespace. | 56 |
![]() | '+' is not followed by whitespace. | 56 |
![]() | if child at indentation level 8 not at correct indentation, 12 | 59 |
![]() | method call child at indentation level 8 not at correct indentation, 12 | 59 |
![]() | '+' is not preceded with whitespace. | 59 |
![]() | '+' is not followed by whitespace. | 59 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Method 'clone' should call 'super.clone'. | 64 |
![]() | Cyclomatic Complexity is 11 (max allowed is 10). | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | NPath Complexity is 216 (max allowed is 200). | 76 |
![]() | Avoid inline conditionals. | 93 |
![]() | Avoid inline conditionals. | 97 |
![]() | Avoid inline conditionals. | 101 |
![]() | Missing a Javadoc comment. | 109 |
![]() | '29' is a magic number. | 112 |
![]() | Avoid inline conditionals. | 112 |
![]() | '29' is a magic number. | 113 |
![]() | Avoid inline conditionals. | 113 |
![]() | '29' is a magic number. | 114 |
![]() | Avoid inline conditionals. | 114 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 19 |
![]() | Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 5 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - uk.co.exemel.watchdog.agent.ITimingAttachment. | 4 |
![]() | Unused import - java.util.List. | 6 |
![]() | Unused import - java.util.Iterator. | 7 |
![]() | Class should define a constructor. | 12 |
![]() | Missing a Javadoc comment. | 15 |
![]() | '{' should be on a new line. | 15 |
![]() | '1000000.0' is a magic number. | 16 |
![]() | Missing a Javadoc comment. | 20 |
![]() | '{' should be on a new line. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 30 |
![]() | Class should define a constructor. | 34 |
![]() | Utility classes should not have a public or default constructor. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line contains a tab character. | 53 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Missing a Javadoc comment. | 90 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 28 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 52 |
![]() | 'startTimeMillis' hides a field. | 52 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 62 |
![]() | 'endTimeMillis' hides a field. | 62 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 72 |
![]() | 'startTimeNanos' hides a field. | 72 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 82 |
![]() | 'endTimeNanos' hides a field. | 82 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Missing a Javadoc comment. | 102 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 8 |
![]() | Class should define a constructor. | 12 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '{' should be on a new line. | 35 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Method 'clone' should call 'super.clone'. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 24 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.Iterator. | 24 |
![]() | Unused import - java.util.Map. | 25 |
![]() | Using the '.*' form of import should be avoided - uk.co.exemel.watchdog.agent.collectors.renderers.*. | 31 |
![]() | Javadoc has empty description section. | 33 |
![]() | Class Data Abstraction Coupling is 8 (max allowed is 7) classes [FileOutputStream, CSVRenderer, OutputStreamWriter, PrintWriter, XMLRenderer, DebugRenderer, PrettyPrintRenderer, File]. | 37 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable access definition in wrong order. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Static variable definition in wrong order. | 48 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | '+' is not preceded with whitespace. | 79 |
![]() | '+' is not followed by whitespace. | 79 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Missing a Javadoc comment. | 91 |
![]() | 'name' hides a field. | 91 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Missing a Javadoc comment. | 101 |
![]() | 'enabled' hides a field. | 101 |
![]() | Missing a Javadoc comment. | 117 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.io.PrintStream. | 25 |
![]() | Using the '.*' form of import should be avoided - org.w3c.dom.*. | 31 |
![]() | Using the '.*' form of import should be avoided - uk.co.exemel.watchdog.agent.monitors.*. | 37 |
![]() | Javadoc has empty description section. | 44 |
![]() | Class Data Abstraction Coupling is 11 (max allowed is 7) classes [DOMXPath, Monitor, MethodTimingTrigger, TimingGroupTrigger, AndTrigger, OrTrigger, FileInputStream, TimingTrigger, ConfigException, Properties, File]. | 48 |
![]() | Class Fan-Out Complexity is 27 (max allowed is 20). | 48 |
![]() | Class should define a constructor. | 48 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Cyclomatic Complexity is 13 (max allowed is 10). | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | NPath Complexity is 961 (max allowed is 200). | 51 |
![]() | Avoid inline conditionals. | 112 |
![]() | '+' is not preceded with whitespace. | 158 |
![]() | '+' is not followed by whitespace. | 158 |
![]() | '+' is not preceded with whitespace. | 158 |
![]() | '+' is not followed by whitespace. | 158 |
![]() | '+' is not preceded with whitespace. | 158 |
![]() | '+' is not followed by whitespace. | 158 |
![]() | '+' is not preceded with whitespace. | 158 |
![]() | '+' is not followed by whitespace. | 158 |
![]() | Avoid inline conditionals. | 177 |
![]() | '+' is not preceded with whitespace. | 192 |
![]() | '+' is not followed by whitespace. | 192 |
![]() | '+' is not preceded with whitespace. | 195 |
![]() | '+' is not followed by whitespace. | 195 |
![]() | Catching 'Exception' is not allowed. | 199 |
![]() | Missing a Javadoc comment. | 205 |
![]() | Avoid inline conditionals. | 208 |
![]() | Missing a Javadoc comment. | 220 |
![]() | Missing a Javadoc comment. | 229 |
![]() | Cyclomatic Complexity is 16 (max allowed is 10). | 238 |
![]() | Missing a Javadoc comment. | 238 |
![]() | Avoid inline conditionals. | 262 |
![]() | Avoid inline conditionals. | 263 |
![]() | Avoid inline conditionals. | 264 |
![]() | Avoid inline conditionals. | 295 |
![]() | Avoid inline conditionals. | 300 |
![]() | Missing a Javadoc comment. | 307 |
![]() | '+' is not preceded with whitespace. | 311 |
![]() | '+' is not followed by whitespace. | 311 |
![]() | '+' is not preceded with whitespace. | 318 |
![]() | '+' is not followed by whitespace. | 318 |
![]() | Missing a Javadoc comment. | 326 |
![]() | Assignment of parameter 'nodeValue' is not allowed. | 341 |
![]() | '1000' is a magic number. | 345 |
![]() | Assignment of parameter 'nodeValue' is not allowed. | 346 |
![]() | '60000' is a magic number. | 350 |
![]() | Assignment of parameter 'nodeValue' is not allowed. | 351 |
![]() | '3600000' is a magic number. | 355 |
![]() | Assignment of parameter 'nodeValue' is not allowed. | 356 |
![]() | '+' is not preceded with whitespace. | 360 |
![]() | '+' is not followed by whitespace. | 360 |
![]() | Missing a Javadoc comment. | 366 |
![]() | Missing a Javadoc comment. | 381 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 31 |
![]() | Class should define a constructor. | 35 |
![]() | Utility classes should not have a public or default constructor. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 76 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Missing a Javadoc comment. | 127 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 22 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 36 |
![]() | 'parent' hides a field. | 36 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 46 |
![]() | 'id' hides a field. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Class should define a constructor. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | 'createSession' hides a field. | 44 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 68 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 32 |
![]() | Class should define a constructor. | 36 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '{' is followed by whitespace. | 45 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '{' is followed by whitespace. | 58 |
![]() | Missing a Javadoc comment. | 69 |
![]() | '{' is followed by whitespace. | 72 |
![]() | Missing a Javadoc comment. | 83 |
![]() | '{' is followed by whitespace. | 86 |
![]() | Missing a Javadoc comment. | 97 |
![]() | 'delegateServletClassName' hides a field. | 99 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - java.util.*. | 19 |
![]() | Unused import - java.lang.ref.WeakReference. | 20 |
![]() | Unused import - java.lang.ref.SoftReference. | 21 |
![]() | Unused import - uk.co.exemel.watchdog.agent.ITimer. | 28 |
![]() | Javadoc has empty description section. | 35 |
![]() | Class should define a constructor. | 39 |
![]() | Utility classes should not have a public or default constructor. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 58 |
![]() | '{' should be on a new line. | 58 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Line matches the illegal pattern 'System\.out\.print'. | 158 |
![]() | Catching 'Throwable' is not allowed. | 178 |
![]() | Line matches the illegal pattern '\.printStackTrace'. | 184 |
![]() | Expected an @return tag. | 199 |
![]() | Expected @param tag for 'threadId'. | 199 |
![]() | Expected an @return tag. | 208 |
![]() | Expected an @return tag. | 217 |
![]() | Expected @param tag for 'stack'. | 217 |
![]() | Missing a Javadoc comment. | 235 |
![]() | '{' should be on a new line. | 235 |
![]() | Line matches the illegal pattern 'System\.out\.print'. | 236 |
![]() | Line matches the illegal pattern 'System\.out\.print'. | 237 |
![]() | Inner assignments should be avoided. | 239 |
![]() | '!=' is not preceded with whitespace. | 239 |
![]() | Line matches the illegal pattern 'System\.out\.print'. | 241 |
![]() | Line matches the illegal pattern 'System\.out\.print'. | 242 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 52 |
![]() | 'enabled' hides a field. | 54 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 72 |
![]() | 'name' hides a field. | 72 |
![]() | Missing a Javadoc comment. | 77 |
![]() | 'enabled' hides a field. | 77 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Missing a Javadoc comment. | 92 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 21 |
![]() | Class should define a constructor. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Method 'clone' should call 'super.clone'. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Class should define a constructor. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 34 |