The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocMethod
| 83 | ![]() |
JavadocType | 18 | ![]() |
JavadocVariable | 71 | ![]() |
JavadocStyle | 9 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 2 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 7 | ![]() |
FallThrough | 0 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 1 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 1 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 15 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 38 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 1 | ![]() |
HiddenField
| 3 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 8 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 3 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 1 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 1 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 91 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
ImportOrder
| 20 | ![]() |
WhitespaceAround
| 56 | ![]() |
ModifiedControlVariable | 0 | ![]() |
MultipleStringLiterals | 14 | ![]() |
RequireThis | 124 | ![]() |
PackageDeclaration | 0 | ![]() |
FinalLocalVariable
| 137 | ![]() |
UnnecessaryParentheses | 0 | ![]() |
MissingOverride | 0 | ![]() |
MemberName | 0 | ![]() |
LineLength
| 16 | ![]() |
Indentation
| 64 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter | 3 | ![]() |
NewlineAtEndOfFile | 1 | ![]() |
Translation | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Wrong order for 'java.io.InputStream' import. | 15 |
![]() | Wrong order for 'eu.scape_project.watch.adaptor.c3po.client.C3POClient' import. | 26 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Parameter id should be final. | 203 |
![]() | Variable 'id' should be declared final. | 203 |
![]() | '10' is a magic number. | 209 |
![]() | '5000' is a magic number. | 213 |
![]() | Missing a Javadoc comment. | 222 |
![]() | Missing a Javadoc comment. | 239 |
![]() | Missing a Javadoc comment. | 263 |
![]() | Missing a Javadoc comment. | 269 |
![]() | Parameter property should be final. | 269 |
![]() | Variable 'property' should be declared final. | 269 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'size' should be declared final. | 94 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Parameter name should be final. | 128 |
![]() | Variable 'name' should be declared final. | 128 |
![]() | The String "//properties/property[@id='" appears 2 times in the file. | 134 |
![]() | Reference to instance variable 'doc' needs "this.". | 160 |
![]() | Missing a Javadoc comment. | 175 |
![]() | Parameter name should be final. | 175 |
![]() | Variable 'name' should be declared final. | 175 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 8 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Parameter url should be final. | 14 |
![]() | Variable 'url' should be declared final. | 14 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter url should be final. | 18 |
![]() | Variable 'url' should be declared final. | 18 |
![]() | Parameter port should be final. | 18 |
![]() | Variable 'port' should be declared final. | 18 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter identifier should be final. | 27 |
![]() | Variable 'identifier' should be declared final. | 27 |
![]() | Parameter properties should be final. | 27 |
![]() | Variable 'properties' should be declared final. | 27 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter uuid should be final. | 31 |
![]() | Variable 'uuid' should be declared final. | 31 |
![]() | Reference to instance variable 'apiEndpoint' needs "this.". | 36 |
![]() | Parameter apiEndpoint should be final. | 39 |
![]() | Variable 'apiEndpoint' should be declared final. | 39 |
![]() | Reference to instance variable 'port' needs "this.". | 44 |
![]() | Parameter port should be final. | 47 |
![]() | Variable 'port' should be declared final. | 47 |
Violation | Message | Line |
---|---|---|
![]() | '42' is a magic number. | 53 |
![]() | '3' is a magic number. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Parameter p should be final. | 8 |
![]() | Variable 'p' should be declared final. | 8 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter reader should be final. | 13 |
![]() | Variable 'reader' should be declared final. | 13 |
![]() | Reference to instance variable 'reader' needs "this.". | 18 |
![]() | Reference to instance variable 'property' needs "this.". | 22 |
![]() | Parameter property should be final. | 25 |
![]() | Variable 'property' should be declared final. | 25 |
![]() | Missing a Javadoc comment. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter p should be final. | 15 |
![]() | Variable 'p' should be declared final. | 15 |
![]() | Parameter name should be final. | 15 |
![]() | Variable 'name' should be declared final. | 15 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Parameter p should be final. | 8 |
![]() | Variable 'p' should be declared final. | 8 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Parameter p should be final. | 8 |
![]() | Variable 'p' should be declared final. | 8 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Parameter p should be final. | 8 |
![]() | Variable 'p' should be declared final. | 8 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Parameter p should be final. | 8 |
![]() | Variable 'p' should be declared final. | 8 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | Utility classes should not have a public or default constructor. | 3 |
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - eu.scape_project.watch.domain.EntityType. | 7 |
Violation | Message | Line |
---|---|---|
![]() | Wrong order for 'java.util.List' import. | 6 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - eu.scape_project.watch.domain.EntityType. | 6 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - eu.scape_project.watch.domain.Entity. | 3 |
![]() | Unused import - eu.scape_project.watch.domain.EntityType. | 4 |
![]() | Unused import - eu.scape_project.watch.domain.Property. | 5 |
![]() | Wrong order for 'java.util.Collection' import. | 9 |
![]() | The String "?s %1$s %2$s" appears 2 times in the file. | 118 |
Violation | Message | Line |
---|---|---|
![]() | Wrong order for 'java.util.List' import. | 9 |
![]() | Line is longer than 120 characters. | 70 |
Violation | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 133 |
![]() | Avoid inline conditionals. | 134 |
Violation | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 83 |
![]() | Avoid inline conditionals. | 84 |
Violation | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 83 |
![]() | Avoid inline conditionals. | 84 |
Violation | Message | Line |
---|---|---|
![]() | 'thewebsemantic.Id' should be separated from previous imports. | 10 |
![]() | Avoid inline conditionals. | 80 |
![]() | Avoid inline conditionals. | 81 |
Violation | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 96 |
![]() | Avoid inline conditionals. | 97 |
![]() | Reference to instance variable 'key' needs "this.". | 132 |
![]() | Reference to instance variable 'value' needs "this.". | 132 |
Violation | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 99 |
![]() | Avoid inline conditionals. | 100 |
![]() | '32' is a magic number. | 101 |
Violation | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 139 |
![]() | Avoid inline conditionals. | 141 |
![]() | Avoid inline conditionals. | 144 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 162 |
![]() | Avoid inline conditionals. | 240 |
![]() | Avoid inline conditionals. | 241 |
![]() | Avoid inline conditionals. | 242 |
![]() | Avoid inline conditionals. | 243 |
![]() | Avoid inline conditionals. | 244 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 100 |
![]() | Avoid inline conditionals. | 153 |
![]() | Avoid inline conditionals. | 154 |
![]() | Line is longer than 120 characters. | 232 |
![]() | Reference to instance variable 'id' needs "this.". | 232 |
![]() | Reference to instance variable 'value' needs "this.". | 232 |
![]() | Reference to instance variable 'values' needs "this.". | 232 |
![]() | Reference to instance variable 'entity' needs "this.". | 232 |
![]() | Reference to instance variable 'property' needs "this.". | 233 |
Violation | Message | Line |
---|---|---|
![]() | Wrong order for 'java.util.Arrays' import. | 5 |
![]() | 'thewebsemantic.Id' should be separated from previous imports. | 16 |
![]() | Avoid inline conditionals. | 178 |
![]() | Avoid inline conditionals. | 179 |
![]() | '32' is a magic number. | 180 |
![]() | Avoid inline conditionals. | 181 |
![]() | Avoid inline conditionals. | 182 |
![]() | Avoid inline conditionals. | 183 |
![]() | Avoid inline conditionals. | 184 |
Violation | Message | Line |
---|---|---|
![]() | 'thewebsemantic.binding.RdfBean' should be separated from previous imports. | 7 |
Violation | Message | Line |
---|---|---|
![]() | 'thewebsemantic.Id' should be separated from previous imports. | 9 |
![]() | Avoid inline conditionals. | 80 |
![]() | Avoid inline conditionals. | 81 |
Violation | Message | Line |
---|---|---|
![]() | Parameter configuration should be final. | 141 |
![]() | Variable 'configuration' should be declared final. | 141 |
![]() | Reference to instance variable 'source' needs "this.". | 169 |
![]() | Avoid inline conditionals. | 169 |
![]() | Reference to instance variable 'source' needs "this.". | 169 |
![]() | Reference to instance variable 'version' needs "this.". | 170 |
![]() | Avoid inline conditionals. | 170 |
![]() | Reference to instance variable 'version' needs "this.". | 170 |
Violation | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 126 |
![]() | Avoid inline conditionals. | 127 |
![]() | Avoid inline conditionals. | 128 |
![]() | Avoid inline conditionals. | 129 |
![]() | Reference to instance variable 'notifications' needs "this.". | 156 |
![]() | Reference to instance variable 'id' needs "this.". | 178 |
![]() | Reference to instance variable 'plan' needs "this.". | 178 |
![]() | Reference to instance variable 'question' needs "this.". | 178 |
![]() | Reference to instance variable 'notifications' needs "this.". | 179 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | Expected an @return tag. | 28 |
![]() | First sentence should end with a period. | 36 |
![]() | Expected an @return tag. | 40 |
![]() | First sentence should end with a period. | 42 |
![]() | Expected @param tag for 'properties'. | 46 |
![]() | First sentence should end with a period. | 48 |
![]() | First sentence should end with a period. | 54 |
![]() | Expected an @return tag. | 58 |
![]() | First sentence should end with a period. | 60 |
![]() | Expected @param tag for 'properties'. | 64 |
Violation | Message | Line |
---|---|---|
![]() | Wrong order for 'eu.scape_project.watch.domain.AsyncRequest' import. | 5 |
![]() | Line is longer than 120 characters. | 23 |
![]() | Expected an @return tag. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Wrong order for 'eu.scape_project.watch.dao.AsyncRequestDAO' import. | 13 |
![]() | Unused import - eu.scape_project.watch.notification.LogNotificationAdaptor. | 25 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Variable 'cm' should be declared final. | 66 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Variable 'et' should be declared final. | 102 |
![]() | ',' is not followed by whitespace. | 102 |
![]() | Variable 'prop' should be declared final. | 103 |
![]() | Variable 'ent' should be declared final. | 104 |
![]() | Line is longer than 120 characters. | 105 |
![]() | Variable 'question1' should be declared final. | 105 |
![]() | '60' is a magic number. | 106 |
![]() | Variable 'not1config' should be declared final. | 107 |
![]() | Variable 'notification1' should be declared final. | 110 |
![]() | Variable 'asRe' should be declared final. | 114 |
Violation | Message | Line |
---|---|---|
![]() | Wrong order for 'eu.scape_project.watch.dao.AsyncRequestDAO' import. | 12 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | 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 |
![]() | Reference to instance variable 'monitors' needs "this.". | 36 |
![]() | Reference to instance variable 'aRequests' needs "this.". | 37 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter monitor should be final. | 41 |
![]() | Variable 'monitor' should be declared final. | 41 |
![]() | Reference to instance variable 'monitors' needs "this.". | 42 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter ar should be final. | 46 |
![]() | Variable 'ar' should be declared final. | 46 |
![]() | Reference to instance variable 'asyncRequestDAO' needs "this.". | 47 |
![]() | Reference to instance variable 'asyncRequestDAO' needs "this.". | 48 |
![]() | Parameter ns should be final. | 52 |
![]() | Variable 'ns' should be declared final. | 52 |
![]() | '{' is not preceded with whitespace. | 52 |
![]() | Reference to instance variable 'nService' needs "this.". | 53 |
![]() | Reference to instance variable 'nService' needs "this.". | 57 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter ids should be final. | 60 |
![]() | Variable 'ids' should be declared final. | 60 |
![]() | Variable 'tmp' should be declared final. | 63 |
![]() | Reference to instance variable 'aRequests' needs "this.". | 70 |
![]() | Reference to instance variable 'monitors' needs "this.". | 74 |
![]() | Parameter object should be final. | 79 |
![]() | Variable 'object' should be declared final. | 79 |
![]() | Variable 'req' should be declared final. | 80 |
![]() | Reference to instance variable 'aRequests' needs "this.". | 82 |
![]() | Reference to instance variable 'aRequests' needs "this.". | 83 |
![]() | Reference to instance variable 'monitors' needs "this.". | 84 |
![]() | Parameter object should be final. | 91 |
![]() | Variable 'object' should be declared final. | 91 |
![]() | Reference to instance variable 'aRequests' needs "this.". | 92 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Parameter uuid should be final. | 100 |
![]() | Variable 'uuid' should be declared final. | 100 |
![]() | Reference to instance variable 'aRequests' needs "this.". | 102 |
![]() | 'if' construct must use '{}'s. | 103 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter aRequest should be final. | 111 |
![]() | Variable 'aRequest' should be declared final. | 111 |
![]() | Variable 'question' should be declared final. | 116 |
![]() | Variable 'result' should be declared final. | 117 |
![]() | '10' is a magic number. | 117 |
![]() | '>' is not preceded with whitespace. | 118 |
![]() | '>' is not followed by whitespace. | 118 |
![]() | '{' is not preceded with whitespace. | 118 |
![]() | 'else' is not preceded with whitespace. | 120 |
![]() | '}' is not followed by whitespace. | 120 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Parameter trigger should be final. | 127 |
![]() | Variable 'trigger' should be declared final. | 127 |
![]() | Reference to instance variable 'nService' needs "this.". | 128 |
![]() | '!=' is not preceded with whitespace. | 128 |
![]() | '!=' is not followed by whitespace. | 128 |
![]() | Reference to instance variable 'nService' needs "this.". | 130 |
![]() | 'else' is not preceded with whitespace. | 132 |
![]() | '}' is not followed by whitespace. | 132 |
Violation | Message | Line |
---|---|---|
![]() | Wrong order for 'eu.scape_project.watch.dao.EntityDAO' import. | 13 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Name 'GROUP_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Reference to instance variable 'aRequestUUIDS' needs "this.". | 45 |
![]() | Reference to instance variable 'adaptorJobs' needs "this.". | 46 |
![]() | Reference to instance variable 'monitorType' needs "this.". | 47 |
![]() | Reference to instance variable 'aRequestUUIDS' needs "this.". | 52 |
![]() | Parameter arg0 should be final. | 64 |
![]() | Variable 'arg0' should be declared final. | 64 |
![]() | Parameter arg0 should be final. | 70 |
![]() | Variable 'arg0' should be declared final. | 70 |
![]() | Variable 'aJob' should be declared final. | 71 |
![]() | Reference to instance variable 'adaptorJobs' needs "this.". | 72 |
![]() | Reference to instance variable 'adaptorJobs' needs "this.". | 73 |
![]() | Parameter arg0 should be final. | 79 |
![]() | Variable 'arg0' should be declared final. | 79 |
![]() | Parameter arg1 should be final. | 79 |
![]() | Variable 'arg1' should be declared final. | 79 |
![]() | Variable 'result' should be declared final. | 81 |
![]() | '!=' is not preceded with whitespace. | 83 |
![]() | '!=' is not followed by whitespace. | 83 |
![]() | '{' is not preceded with whitespace. | 83 |
![]() | Variable 'rValues' should be declared final. | 84 |
![]() | Variable 'e' should be declared final. | 86 |
![]() | Variable 'p' should be declared final. | 87 |
![]() | Reference to instance variable 'centralMonitor' needs "this.". | 96 |
![]() | Reference to instance variable 'aRequestUUIDS' needs "this.". | 96 |
![]() | 'else' is not preceded with whitespace. | 97 |
![]() | '}' is not followed by whitespace. | 97 |
![]() | Parameter cm should be final. | 104 |
![]() | Variable 'cm' should be declared final. | 104 |
![]() | Reference to instance variable 'centralMonitor' needs "this.". | 105 |
![]() | Parameter cs should be final. | 114 |
![]() | Variable 'cs' should be declared final. | 114 |
![]() | Reference to instance variable 'coreScheduler' needs "this.". | 115 |
![]() | Parameter aRequest should be final. | 120 |
![]() | Variable 'aRequest' should be declared final. | 120 |
![]() | Reference to instance variable 'aRequestUUIDS' needs "this.". | 122 |
![]() | '{' is not preceded with whitespace. | 122 |
![]() | 'if' construct must use '{}'s. | 123 |
![]() | Reference to instance variable 'aRequestUUIDS' needs "this.". | 124 |
![]() | Parameter aRequest should be final. | 130 |
![]() | Variable 'aRequest' should be declared final. | 130 |
![]() | Reference to instance variable 'aRequestUUIDS' needs "this.". | 132 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Parameter aRequest should be final. | 136 |
![]() | Variable 'aRequest' should be declared final. | 136 |
![]() | Variable 'eType' should be declared final. | 139 |
![]() | 'if' construct must use '{}'s. | 140 |
![]() | Reference to instance variable 'monitorType' needs "this.". | 140 |
Violation | Message | Line |
---|---|---|
![]() | Unused @throws tag for 'IllegalArgumentException'. | 271 |
Violation | Message | Line |
---|---|---|
![]() | Wrong order for 'java.util.HashSet' import. | 16 |
Violation | Message | Line |
---|---|---|
![]() | 'eu.scape_project.watch.domain.AsyncRequest' should be separated from previous imports. | 8 |
![]() | Wrong order for 'java.util.List' import. | 17 |
![]() | Parameter start should be final. | 182 |
![]() | Expected @param tag for 'start'. | 182 |
![]() | Variable 'start' should be declared final. | 182 |
![]() | Parameter max should be final. | 182 |
![]() | Expected @param tag for 'max'. | 182 |
![]() | Variable 'max' should be declared final. | 182 |
![]() | Method call to 'listEntity' needs "this.". | 183 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Parameter type should be final. | 186 |
![]() | Variable 'type' should be declared final. | 186 |
![]() | Parameter start should be final. | 186 |
![]() | Variable 'start' should be declared final. | 186 |
![]() | Parameter max should be final. | 186 |
![]() | Variable 'max' should be declared final. | 186 |
![]() | Avoid inline conditionals. | 188 |
Violation | Message | Line |
---|---|---|
![]() | '}' is not preceded with whitespace. | 46 |
Violation | Message | Line |
---|---|---|
![]() | '}' is not preceded with whitespace. | 18 |
Violation | Message | Line |
---|---|---|
![]() | '}' is not preceded with whitespace. | 18 |
Violation | Message | Line |
---|---|---|
![]() | '}' is not preceded with whitespace. | 58 |
![]() | The String "Entity not found: " appears 2 times in the file. | 67 |
![]() | '}' is not preceded with whitespace. | 107 |
![]() | The String "Entity type not found: " appears 2 times in the file. | 119 |
![]() | '}' is not preceded with whitespace. | 136 |
![]() | '}' is not preceded with whitespace. | 162 |
Violation | Message | Line |
---|---|---|
![]() | '}' is not preceded with whitespace. | 18 |
Violation | Message | Line |
---|---|---|
![]() | '}' is not preceded with whitespace. | 18 |
Violation | Message | Line |
---|---|---|
![]() | '}' is not preceded with whitespace. | 55 |
![]() | '}' is not preceded with whitespace. | 115 |
![]() | The String "Entity type not found: " appears 2 times in the file. | 125 |
![]() | '}' is not preceded with whitespace. | 140 |
![]() | Line is longer than 120 characters. | 142 |
Violation | Message | Line |
---|---|---|
![]() | '}' is not preceded with whitespace. | 18 |
Violation | Message | Line |
---|---|---|
![]() | '}' is not preceded with whitespace. | 18 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'jackson' should be declared final. | 42 |
![]() | Variable 'jaxb' should be declared final. | 43 |
![]() | Variable 'pair' should be declared final. | 44 |
![]() | Missing a Javadoc comment. | 64 |
Violation | Message | Line |
---|---|---|
![]() | '}' is not preceded with whitespace. | 60 |
![]() | Line is longer than 120 characters. | 103 |
![]() | Line is longer than 120 characters. | 104 |
![]() | '}' is not preceded with whitespace. | 125 |
![]() | '}' is not preceded with whitespace. | 158 |
![]() | The String "Property not found: " appears 2 times in the file. | 169 |
![]() | '}' is not preceded with whitespace. | 186 |
Violation | Message | Line |
---|---|---|
![]() | '}' is not preceded with whitespace. | 18 |
Violation | Message | Line |
---|---|---|
![]() | 'thewebsemantic.binding.Jenabean' should be separated from previous imports. | 30 |
![]() | '}' is not preceded with whitespace. | 59 |
![]() | The String ", property=" appears 3 times in the file. | 68 |
![]() | '}' is not preceded with whitespace. | 103 |
![]() | '}' is not preceded with whitespace. | 142 |
![]() | Line is longer than 120 characters. | 144 |
![]() | Line is longer than 120 characters. | 145 |
![]() | The String "Property value not found entity=" appears 2 times in the file. | 155 |
![]() | '}' is not preceded with whitespace. | 172 |
![]() | Line is longer than 120 characters. | 174 |
![]() | Line is longer than 120 characters. | 175 |
Violation | Message | Line |
---|---|---|
![]() | '}' is not preceded with whitespace. | 18 |
Violation | Message | Line |
---|---|---|
![]() | '}' is not preceded with whitespace. | 18 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 64 |
Violation | Message | Line |
---|---|---|
![]() | '}' is not preceded with whitespace. | 18 |
Violation | Message | Line |
---|---|---|
![]() | Wrong order for 'javax.ws.rs.Path' import. | 6 |
![]() | '}' is not preceded with whitespace. | 18 |
Violation | Message | Line |
---|---|---|
![]() | Wrong order for 'eu.scape_project.watch.interfaces.AdaptorJobInterface' import. | 14 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Unable to get class information for JobExecutionException. | 33 |
![]() | Reference to instance variable 'adaptorClassName' needs "this.". | 37 |
![]() | Reference to instance variable 'adaptorVersion' needs "this.". | 37 |
![]() | Reference to instance variable 'adaptorProperties' needs "this.". | 43 |
![]() | 'properties' hides a field. | 44 |
![]() | Variable 'properties' should be declared final. | 44 |
![]() | Reference to instance variable 'adaptorProperties' needs "this.". | 45 |
![]() | Variable 'map' should be declared final. | 47 |
![]() | Variable 'e' should be declared final. | 61 |
![]() | Parameter className should be final. | 70 |
![]() | Variable 'className' should be declared final. | 70 |
![]() | Parameter version should be final. | 80 |
![]() | Variable 'version' should be declared final. | 80 |
![]() | Parameter properties should be final. | 90 |
![]() | 'properties' hides a field. | 90 |
![]() | Variable 'properties' should be declared final. | 90 |
![]() | Parameter properties should be final. | 95 |
![]() | 'properties' hides a field. | 95 |
![]() | Variable 'properties' should be declared final. | 95 |
![]() | Reference to instance variable 'properties' needs "this.". | 101 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 108 |
![]() | Parameter object should be final. | 109 |
![]() | Variable 'object' should be declared final. | 109 |
![]() | 'if' construct must use '{}'s. | 110 |
![]() | '==' is not preceded with whitespace. | 110 |
![]() | '==' is not followed by whitespace. | 110 |
![]() | 'if' construct must use '{}'s. | 112 |
![]() | '!=' is not preceded with whitespace. | 112 |
![]() | '!=' is not followed by whitespace. | 112 |
![]() | Variable 'aJob' should be declared final. | 114 |
![]() | Line is longer than 120 characters. | 115 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Reference to instance variable 'scheduler' needs "this.". | 28 |
![]() | Reference to instance variable 'scheduler' needs "this.". | 30 |
![]() | Variable 'e' should be declared final. | 31 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter sc should be final. | 38 |
![]() | Variable 'sc' should be declared final. | 38 |
![]() | 'if' construct must use '{}'s. | 40 |
![]() | Reference to instance variable 'scheduler' needs "this.". | 40 |
![]() | Reference to instance variable 'scheduler' needs "this.". | 41 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Reference to instance variable 'scheduler' needs "this.". | 46 |
![]() | Variable 'e' should be declared final. | 47 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Reference to instance variable 'scheduler' needs "this.". | 55 |
![]() | Variable 'e' should be declared final. | 56 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter jobDetail should be final. | 62 |
![]() | Variable 'jobDetail' should be declared final. | 62 |
![]() | Parameter trigger should be final. | 62 |
![]() | Variable 'trigger' should be declared final. | 62 |
![]() | Reference to instance variable 'scheduler' needs "this.". | 64 |
![]() | Variable 'e' should be declared final. | 65 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter job should be final. | 72 |
![]() | Variable 'job' should be declared final. | 72 |
![]() | Method call to 'scheduleJob' needs "this.". | 73 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter jobListener should be final. | 76 |
![]() | Variable 'jobListener' should be declared final. | 76 |
![]() | Parameter group should be final. | 76 |
![]() | Variable 'group' should be declared final. | 76 |
![]() | Reference to instance variable 'scheduler' needs "this.". | 78 |
![]() | Variable 'e' should be declared final. | 79 |
![]() | Reference to instance variable 'scheduler' needs "this.". | 86 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Reference to instance variable 'jobDetail' needs "this.". | 24 |
![]() | Reference to instance variable 'trigger' needs "this.". | 29 |
![]() | Variable 'properties' should be declared final. | 34 |
![]() | Reference to instance variable 'jobDetail' needs "this.". | 36 |
![]() | The String "adaptor.name" appears 2 times in the file. | 37 |
![]() | The String "adaptor.group" appears 2 times in the file. | 37 |
![]() | Reference to instance variable 'trigger' needs "this.". | 43 |
![]() | Line is longer than 120 characters. | 49 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter properties should be final. | 52 |
![]() | Variable 'properties' should be declared final. | 52 |
![]() | Variable 'prefix' should be declared final. | 55 |
![]() | Variable 'keys' should be declared final. | 56 |
![]() | Variable 'it' should be declared final. | 58 |
![]() | '{' is not preceded with whitespace. | 59 |
![]() | Variable 'key' should be declared final. | 60 |
![]() | '{' is not preceded with whitespace. | 61 |
![]() | Variable 'value' should be declared final. | 62 |
![]() | '+' is not preceded with whitespace. | 63 |
![]() | '+' is not followed by whitespace. | 63 |
![]() | '+' is not preceded with whitespace. | 63 |
![]() | '+' is not followed by whitespace. | 63 |
![]() | '+' is not preceded with whitespace. | 63 |
![]() | '+' is not followed by whitespace. | 63 |
![]() | '+' is not preceded with whitespace. | 66 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - com.ibm.icu.util.Calendar. | 14 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Name 'EXTENSION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Reference to instance variable 'coreScheduler' needs "this.". | 48 |
![]() | Parameter coreScheduler should be final. | 51 |
![]() | Variable 'coreScheduler' should be declared final. | 51 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'conf' should be declared final. | 56 |
![]() | Reference to instance variable 'adaptorFolder' needs "this.". | 57 |
![]() | Reference to instance variable 'adaptorConfigs' needs "this.". | 58 |
![]() | Reference to instance variable 'tempAdaptorConfigs' needs "this.". | 59 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Reference to instance variable 'loaderTimer' needs "this.". | 65 |
![]() | Reference to instance variable 'loaderTimer' needs "this.". | 66 |
![]() | Missing a Javadoc comment. | 69 |
![]() | 'if' construct must use '{}'s. | 70 |
![]() | Reference to instance variable 'loaderTimer' needs "this.". | 70 |
![]() | Reference to instance variable 'loaderTimer' needs "this.". | 71 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter f should be final. | 74 |
![]() | Variable 'f' should be declared final. | 74 |
![]() | Reference to instance variable 'adaptorConfigs' needs "this.". | 75 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter f should be final. | 78 |
![]() | Variable 'f' should be declared final. | 78 |
![]() | Reference to instance variable 'tempAdaptorConfigs' needs "this.". | 79 |
![]() | Parameter f should be final. | 86 |
![]() | Variable 'f' should be declared final. | 86 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Reference to instance variable 'tempAdaptorConfigs' needs "this.". | 91 |
![]() | Reference to instance variable 'tempAdaptorConfigs' needs "this.". | 92 |
![]() | Variable 'properties' should be declared final. | 93 |
![]() | Variable 'ajName' should be declared final. | 95 |
![]() | Variable 'adaptorJob' should be declared final. | 97 |
![]() | Reference to instance variable 'coreScheduler' needs "this.". | 100 |
![]() | Reference to instance variable 'adaptorConfigs' needs "this.". | 102 |
![]() | Reference to instance variable 'tempAdaptorConfigs' needs "this.". | 104 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Parameter file should be final. | 108 |
![]() | Variable 'file' should be declared final. | 108 |
![]() | Variable 'tmp' should be declared final. | 109 |
![]() | Variable 'e' should be declared final. | 115 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Parameter name should be final. | 122 |
![]() | Variable 'name' should be declared final. | 122 |
![]() | Variable 'e' should be declared final. | 133 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Parameter f should be final. | 146 |
![]() | Variable 'f' should be declared final. | 146 |
![]() | 'for' construct must use '{}'s. | 150 |
![]() | Method call to 'scanForAdaptors' needs "this.". | 151 |
![]() | 'if' construct must use '{}'s. | 154 |
![]() | Method call to 'configFileExist' needs "this.". | 154 |
![]() | Method call to 'addToTempAdaptorConfigs' needs "this.". | 155 |
![]() | Reference to instance variable 'adaptorFolder' needs "this.". | 162 |
![]() | Method call to 'scanForAdaptors' needs "this.". | 163 |
![]() | Reference to instance variable 'adaptorFolder' needs "this.". | 163 |
![]() | Method call to 'loadAdaptors' needs "this.". | 164 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 43 |
![]() | Line is longer than 120 characters. | 76 |
![]() | Expected @param tag for 'apiPath'. | 76 |
![]() | Expected @param tag for 'method'. | 76 |
![]() | Expected @param tag for 'headers'. | 76 |
![]() | Expected @param tag for 'uriInfo'. | 76 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter apiPath should be final. | 85 |
![]() | Variable 'apiPath' should be declared final. | 85 |
![]() | Parameter headers should be final. | 85 |
![]() | Variable 'headers' should be declared final. | 85 |
![]() | Parameter uriInfo should be final. | 85 |
![]() | Variable 'uriInfo' should be declared final. | 85 |
![]() | Variable 'apiKey' should be declared final. | 86 |
![]() | Conditional logic can be removed. | 88 |
![]() | Reference to instance variable 'securekeyId' needs "this.". | 88 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Parameter apiPath should be final. | 98 |
![]() | Variable 'apiPath' should be declared final. | 98 |
![]() | Parameter isResource should be final. | 98 |
![]() | Variable 'isResource' should be declared final. | 98 |
![]() | 'if' construct must use '{}'s. | 99 |
![]() | Reference to instance variable 'isFilterInitialized' needs "this.". | 99 |
![]() | Reference to instance variable 'classSecurityAnotations' needs "this.". | 102 |
![]() | Reference to instance variable 'classSecurityAnotations' needs "this.". | 103 |
![]() | Reference to instance variable 'methodSecurityAnotations' needs "this.". | 108 |
![]() | Reference to instance variable 'methodSecurityAnotations' needs "this.". | 109 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Reference to instance variable 'classSecurityAnotations' needs "this.". | 118 |
![]() | Reference to instance variable 'methodSecurityAnotations' needs "this.". | 121 |
Violation | Message | Line |
---|---|---|
![]() | Unable to get class information for ServletException. | 38 |
![]() | Unable to get class information for ServletException. | 51 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 5 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 7 |
![]() | File contains tab characters (this is the first instance). | 7 |
![]() | Missing a Javadoc comment. | 7 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 8 |
![]() | Missing a Javadoc comment. | 8 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 9 |
![]() | Missing a Javadoc comment. | 9 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 10 |
![]() | Missing a Javadoc comment. | 10 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 11 |
![]() | Missing a Javadoc comment. | 11 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 18 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter code should be final. | 20 |
![]() | Variable 'code' should be declared final. | 20 |
![]() | Parameter message should be final. | 20 |
![]() | Variable 'message' should be declared final. | 20 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 21 |
![]() | switch at indentation level 16 not at correct indentation, 4 | 22 |
![]() | case child at indentation level 16 not at correct indentation, 6 | 23 |
![]() | block child at indentation level 24 not at correct indentation, 8 | 24 |
![]() | block child at indentation level 24 not at correct indentation, 8 | 25 |
![]() | case child at indentation level 16 not at correct indentation, 6 | 26 |
![]() | block child at indentation level 24 not at correct indentation, 8 | 27 |
![]() | block child at indentation level 24 not at correct indentation, 8 | 28 |
![]() | case child at indentation level 16 not at correct indentation, 6 | 29 |
![]() | block child at indentation level 24 not at correct indentation, 8 | 30 |
![]() | block child at indentation level 24 not at correct indentation, 8 | 31 |
![]() | case child at indentation level 16 not at correct indentation, 6 | 32 |
![]() | block child at indentation level 24 not at correct indentation, 8 | 33 |
![]() | block child at indentation level 24 not at correct indentation, 8 | 34 |
![]() | case child at indentation level 16 not at correct indentation, 6 | 35 |
![]() | block child at indentation level 24 not at correct indentation, 8 | 36 |
![]() | block child at indentation level 24 not at correct indentation, 8 | 37 |
![]() | case child at indentation level 16 not at correct indentation, 6 | 38 |
![]() | block child at indentation level 24 not at correct indentation, 8 | 39 |
![]() | block child at indentation level 24 not at correct indentation, 8 | 40 |
![]() | switch rcurly at indentation level 16 not at correct indentation, 4 | 41 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 42 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 43 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 45 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 46 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 47 |
![]() | Reference to instance variable 'code' needs "this.". | 47 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 48 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 50 |
![]() | Parameter code should be final. | 50 |
![]() | Variable 'code' should be declared final. | 50 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 51 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 52 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 54 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 55 |
![]() | Reference to instance variable 'type' needs "this.". | 55 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 56 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 58 |
![]() | Parameter type should be final. | 58 |
![]() | Variable 'type' should be declared final. | 58 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 59 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 60 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 62 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 63 |
![]() | Reference to instance variable 'message' needs "this.". | 63 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 64 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 66 |
![]() | Parameter message should be final. | 66 |
![]() | Variable 'message' should be declared final. | 66 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 67 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 68 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 10 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | First sentence should end with a period. | 26 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter flag should be final. | 33 |
![]() | Variable 'flag' should be declared final. | 33 |
![]() | Reference to instance variable 'coreScheduler' needs "this.". | 36 |
![]() | Reference to instance variable 'adaptorLoader' needs "this.". | 37 |
![]() | Reference to instance variable 'centralMonitor' needs "this.". | 38 |
![]() | First sentence should end with a period. | 42 |
![]() | 'if' construct must use '{}'s. | 47 |
![]() | Reference to instance variable 'coreScheduler' needs "this.". | 47 |
![]() | Reference to instance variable 'coreScheduler' needs "this.". | 48 |
![]() | 'if' construct must use '{}'s. | 49 |
![]() | Reference to instance variable 'adaptorLoader' needs "this.". | 49 |
![]() | Reference to instance variable 'adaptorLoader' needs "this.". | 50 |
![]() | Missing a Javadoc comment. | 53 |
![]() | 'if' construct must use '{}'s. | 55 |
![]() | Reference to instance variable 'coreScheduler' needs "this.". | 55 |
![]() | Reference to instance variable 'coreScheduler' needs "this.". | 56 |
![]() | 'if' construct must use '{}'s. | 57 |
![]() | Reference to instance variable 'adaptorLoader' needs "this.". | 57 |
![]() | Reference to instance variable 'adaptorLoader' needs "this.". | 58 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter monitor should be final. | 61 |
![]() | Variable 'monitor' should be declared final. | 61 |
![]() | 'if' construct must use '{}'s. | 63 |
![]() | Reference to instance variable 'centralMonitor' needs "this.". | 63 |
![]() | Reference to instance variable 'centralMonitor' needs "this.". | 64 |
![]() | Reference to instance variable 'coreScheduler' needs "this.". | 65 |
![]() | Reference to instance variable 'coreScheduler' needs "this.". | 66 |
![]() | Reference to instance variable 'coreScheduler' needs "this.". | 67 |
![]() | Reference to instance variable 'coreScheduler' needs "this.". | 72 |
![]() | Parameter coreScheduler should be final. | 75 |
![]() | Variable 'coreScheduler' should be declared final. | 75 |
![]() | Reference to instance variable 'centralMonitor' needs "this.". | 80 |
![]() | Parameter centralMonitor should be final. | 83 |
![]() | Variable 'centralMonitor' should be declared final. | 83 |
![]() | Reference to instance variable 'adaptorLoader' needs "this.". | 88 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Parameter adaptorLoader should be final. | 91 |
![]() | Variable 'adaptorLoader' should be declared final. | 91 |
![]() | Reference to instance variable 'coreScheduler' needs "this.". | 93 |
Violation | Message | Line |
---|---|---|
![]() | The String "Could not close the stream in a clean fashion: {}" appears 2 times in the file. | 121 |
Violation | Message | Line |
---|---|---|
![]() | The String "<" appears 3 times in the file. | 263 |
![]() | The String ">" appears 3 times in the file. | 263 |
![]() | The String "'" appears 2 times in the file. | 277 |
![]() | Missing a Javadoc comment. | 289 |
![]() | Parameter datafolder should be final. | 289 |
![]() | Variable 'datafolder' should be declared final. | 289 |
![]() | Parameter testdata should be final. | 289 |
![]() | Variable 'testdata' should be declared final. | 289 |
![]() | Variable 'model' should be declared final. | 298 |
![]() | Missing a Javadoc comment. | 314 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 7 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 8 |
![]() | File contains tab characters (this is the first instance). | 8 |
![]() | Missing a Javadoc comment. | 8 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 10 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Parameter code should be final. | 10 |
![]() | Variable 'code' should be declared final. | 10 |
![]() | Parameter message should be final. | 10 |
![]() | Variable 'message' should be declared final. | 10 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 13 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 14 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter code should be final. | 16 |
![]() | Variable 'code' should be declared final. | 16 |
![]() | Parameter e should be final. | 16 |
![]() | Variable 'e' should be declared final. | 16 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 21 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 22 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 4 |
![]() | File contains tab characters (this is the first instance). | 4 |
![]() | Missing a Javadoc comment. | 4 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 5 |
![]() | Missing a Javadoc comment. | 5 |
![]() | '(' is preceded with whitespace. | 5 |
![]() | Parameter code should be final. | 5 |
![]() | Variable 'code' should be declared final. | 5 |
![]() | Parameter msg should be final. | 5 |
![]() | Variable 'msg' should be declared final. | 5 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 7 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 8 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter message should be final. | 11 |
![]() | Variable 'message' should be declared final. | 11 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter cause should be final. | 15 |
![]() | Variable 'cause' should be declared final. | 15 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Parameter message should be final. | 19 |
![]() | Variable 'message' should be declared final. | 19 |
![]() | Parameter cause should be final. | 19 |
![]() | Variable 'cause' should be declared final. | 19 |