The following document contains the results of Checkstyle 6.11.2 with http://depot.universaal.org/Resources/Checkstyle/uaal-checkstyle-config.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | AvoidNestedBlocks | 1 | ![]() |
EmptyBlock | 7 | ![]() | |
LeftCurly | 285 | ![]() | |
RightCurly | 343 | ![]() | |
coding | EqualsHashCode | 3 | ![]() |
InnerAssignment | 1 | ![]() | |
MissingSwitchDefault | 1 | ![]() | |
design | DesignForExtension | 342 | ![]() |
FinalClass | 1 | ![]() | |
HideUtilityClassConstructor | 3 | ![]() | |
VisibilityModifier
|
54 | ![]() | |
imports | UnusedImports | 9 | ![]() |
javadoc | JavadocMethod | 731 | ![]() |
JavadocPackage
|
13 | ![]() | |
JavadocStyle | 45 | ![]() | |
JavadocType | 38 | ![]() | |
JavadocVariable | 422 | ![]() | |
misc | NewlineAtEndOfFile | 3 | ![]() |
modifier | ModifierOrder | 7 | ![]() |
naming | ConstantName | 12 | ![]() |
ParameterName | 1 | ![]() | |
StaticVariableName | 2 | ![]() | |
regexp | RegexpSingleline
|
135 | ![]() |
sizes | LineLength
|
38 | ![]() |
MethodLength | 2 | ![]() | |
ParameterNumber | 13 | ![]() | |
whitespace | WhitespaceAfter | 65 | ![]() |
WhitespaceAround | 15 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
design | DesignForExtension | Method 'getFullResourceGraph' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 219 |
![]() |
design | DesignForExtension | Method 'getAnonymousResource' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 253 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'scopeArray'. | 286 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'scopeArray'. | 314 |
![]() |
design | DesignForExtension | Method 'setSerializer' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'service'. | 338 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'cep'. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
design | DesignForExtension | Method 'handleContextEvent' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 111 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configHome'. | 119 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 136 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 157 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 157 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 162 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 162 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 164 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 164 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 164 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 164 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 205 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ontURI'. | 205 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'manager'. | 205 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 214 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mc'. | 244 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 244 |
![]() |
design | DesignForExtension | Method 'setSerializer' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 307 |
![]() |
design | DesignForExtension | Method 'info' is not designed for extension - needs to be abstract, final or empty. | 453 |
![]() |
design | DesignForExtension | Method 'debug' is not designed for extension - needs to be abstract, final or empty. | 465 |
![]() |
design | DesignForExtension | Method 'warn' is not designed for extension - needs to be abstract, final or empty. | 477 |
![]() |
design | DesignForExtension | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 489 |
![]() |
design | DesignForExtension | Method 'info' is not designed for extension - needs to be abstract, final or empty. | 503 |
![]() |
design | DesignForExtension | Method 'debug' is not designed for extension - needs to be abstract, final or empty. | 517 |
![]() |
design | DesignForExtension | Method 'warn' is not designed for extension - needs to be abstract, final or empty. | 531 |
![]() |
design | DesignForExtension | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 545 |
![]() |
design | DesignForExtension | Method 'ontologyAdded' is not designed for extension - needs to be abstract, final or empty. | 550 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 550 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 562 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 566 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | ParameterNumber | More than 7 parameters (found 9). | 93 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 10). | 132 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 10). | 174 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 11). | 218 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'RepositoryException'. | 302 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'RDFParseException'. | 302 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 302 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'RepositoryException'. | 315 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'RDFParseException'. | 315 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 315 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'myRepository' must be private and have accessor methods. | 93 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 94 |
![]() |
design | VisibilityModifier | Variable 'con' must be private and have accessor methods. | 97 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 113 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 117 |
![]() |
design | VisibilityModifier | Variable 'tenantAware' must be private and have accessor methods. | 120 |
![]() |
design | DesignForExtension | Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 127 |
![]() |
design | DesignForExtension | Method 'populate' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
design | DesignForExtension | Method 'populate' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
design | DesignForExtension | Method 'storeEvent' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 254 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 285 |
![]() |
design | DesignForExtension | Method 'queryBySPARQL' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 300 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 367 |
![]() |
design | DesignForExtension | Method 'retrieveEventsBySPARQL' is not designed for extension - needs to be abstract, final or empty. | 387 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 387 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 387 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 427 |
![]() |
design | DesignForExtension | Method 'retrieveEvent' is not designed for extension - needs to be abstract, final or empty. | 444 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 444 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 9). | 444 |
![]() |
design | DesignForExtension | Method 'retrieveEventsBetweenTstmp' is not designed for extension - needs to be abstract, final or empty. | 461 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 461 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 11). | 461 |
![]() |
design | DesignForExtension | Method 'retrieveEventsFromTstmp' is not designed for extension - needs to be abstract, final or empty. | 479 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 479 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 10). | 479 |
![]() |
design | DesignForExtension | Method 'retrieveEventsToTstmp' is not designed for extension - needs to be abstract, final or empty. | 497 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 497 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 10). | 497 |
![]() |
design | DesignForExtension | Method 'removeOldEvents' is not designed for extension - needs to be abstract, final or empty. | 510 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 510 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 510 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 522 |
![]() |
design | DesignForExtension | Method 'setSerializer' is not designed for extension - needs to be abstract, final or empty. | 538 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 538 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 10). | 604 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 716 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 734 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
![]() |
design | DesignForExtension | Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
![]() |
design | DesignForExtension | Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Method 'storeEvent' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 119 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 185 |
![]() |
design | DesignForExtension | Method 'getThreshold' is not designed for extension - needs to be abstract, final or empty. | 199 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
design | DesignForExtension | Method 'serviceChanged' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 65 |
![]() |
design | DesignForExtension | Method 'setSerializer' is not designed for extension - needs to be abstract, final or empty. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Method 'handleContextEvent' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
design | DesignForExtension | Method 'setSerializer' is not designed for extension - needs to be abstract, final or empty. | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'osgiConfigPath' must be private and have accessor methods. | 56 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Method 'serviceChanged' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 36 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mc'. | 77 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 77 |
![]() |
design | DesignForExtension | Method 'setSerializer' is not designed for extension - needs to be abstract, final or empty. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
sizes | MethodLength | Method length is 350 lines (max allowed is 150). | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 298 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Unused @param tag for 'mcontext'. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 65 |
![]() |
design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
design | DesignForExtension | Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
design | DesignForExtension | Method 'addUser' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
design | DesignForExtension | Method 'changeUser' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
design | DesignForExtension | Method 'removeUser' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
design | DesignForExtension | Method 'getProfile' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
design | DesignForExtension | Method 'addProfile' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
![]() |
design | DesignForExtension | Method 'changeProfile' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
design | DesignForExtension | Method 'removeProfile' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
design | DesignForExtension | Method 'getSubProfile' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
design | DesignForExtension | Method 'addSubProfile' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
design | DesignForExtension | Method 'changeSubProfile' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
design | DesignForExtension | Method 'removeSubProfile' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
design | DesignForExtension | Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
![]() |
design | DesignForExtension | Method 'getProfileOfUser' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
![]() |
design | DesignForExtension | Method 'getSubProfilesOfUser' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 264 |
![]() |
design | DesignForExtension | Method 'getSubProfilesOfProfile' is not designed for extension - needs to be abstract, final or empty. | 297 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 297 |
![]() |
design | DesignForExtension | Method 'addProfileToUser' is not designed for extension - needs to be abstract, final or empty. | 346 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 346 |
![]() |
design | DesignForExtension | Method 'addSubProfileToUser' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 354 |
![]() |
design | DesignForExtension | Method 'addSubProfileToProf' is not designed for extension - needs to be abstract, final or empty. | 362 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 362 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 456 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 467 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 484 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 485 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 488 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 489 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 492 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 493 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 496 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 497 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 500 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 501 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
design | DesignForExtension | Method 'serviceChanged' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'tripleStore' must be private and have accessor methods. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
design | VisibilityModifier | Variable 'valueStore' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
design | VisibilityModifier | Variable 'namespaceStore' must be private and have accessor methods. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dataDir'. | 87 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tripleIndexes'. | 87 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 88 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SailException'. | 88 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 89 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 97 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dataDir'. | 97 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tripleIndexes'. | 97 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'forceSync'. | 97 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'valueCacheSize'. | 97 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'valueIDCacheSize'. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespaceCacheSize'. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespaceIDCacheSize'. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'encrypt'. | 98 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 99 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SailException'. | 99 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 133 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 139 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 145 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 173 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 185 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 199 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'explicit'. | 213 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 214 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 215 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 243 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 248 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 271 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 279 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 315 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 317 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 319 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 328 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 330 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 334 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 336 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 342 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 344 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 346 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 348 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 352 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 356 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 358 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 362 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 364 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 369 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 373 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 382 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 386 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 390 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 396 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 398 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 403 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 409 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 411 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 416 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 422 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 424 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 429 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 435 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 437 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 441 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 443 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 447 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 449 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 453 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 455 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 461 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 467 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 472 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 480 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 483 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 512 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 515 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 519 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 527 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 534 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 555 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 556 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 577 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 578 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 581 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 612 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 617 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 636 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 639 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 643 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 655 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 657 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 659 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 663 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 667 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 669 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 673 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 677 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 679 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 694 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 717 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 729 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 731 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 732 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 735 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 743 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 746 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 753 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 759 |
![]() |
blocks | RightCurly | '}' at column 8 should be on the same line as the next part of a multi-block statement. | 765 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 771 |
![]() |
blocks | RightCurly | '}' at column 10 should be on the same line as the next part of a multi-block statement. | 777 |
![]() |
blocks | RightCurly | '}' at column 12 should be on the same line as the next part of a multi-block statement. | 782 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 797 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 800 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 803 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategy. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
design | DesignForExtension | Method 'setTripleIndexes' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
design | DesignForExtension | Method 'getTripleIndexes' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
design | DesignForExtension | Method 'setForceSync' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'forceSync'. | 162 |
![]() |
design | DesignForExtension | Method 'getForceSync' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
![]() |
design | DesignForExtension | Method 'setValueCacheSize' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
design | DesignForExtension | Method 'setValueIDCacheSize' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
design | DesignForExtension | Method 'setNamespaceCacheSize' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
![]() |
design | DesignForExtension | Method 'setNamespaceIDCacheSize' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
![]() |
design | DesignForExtension | Method 'getEvaluationStrategyFactory' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
design | DesignForExtension | Method 'setEvaluationStrategyFactory' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'factory'. | 200 |
![]() |
design | DesignForExtension | Method 'getFederatedServiceResolver' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 220 |
![]() |
design | DesignForExtension | Method 'setFederatedServiceResolver' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 233 |
![]() |
design | DesignForExtension | Method 'initializeInternal' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 240 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 248 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 254 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 257 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 283 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 296 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 307 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 313 |
![]() |
design | DesignForExtension | Method 'shutDownInternal' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 327 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 334 |
![]() |
design | DesignForExtension | Method 'isWritable' is not designed for extension - needs to be abstract, final or empty. | 344 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 344 |
![]() |
design | DesignForExtension | Method 'getConnectionInternal' is not designed for extension - needs to be abstract, final or empty. | 348 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 351 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 354 |
![]() |
design | DesignForExtension | Method 'getValueFactory' is not designed for extension - needs to be abstract, final or empty. | 360 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 360 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 370 |
![]() |
design | DesignForExtension | Method 'getTransactionLock' is not designed for extension - needs to be abstract, final or empty. | 376 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SailException'. | 377 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 378 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 386 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 393 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 397 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 405 |
![]() |
design | DesignForExtension | Method 'isIsolationDisabled' is not designed for extension - needs to be abstract, final or empty. | 408 |
![]() |
design | DesignForExtension | Method 'getSailStore' is not designed for extension - needs to be abstract, final or empty. | 412 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 412 |
![]() |
design | DesignForExtension | Method 'upgradeStore' is not designed for extension - needs to be abstract, final or empty. | 416 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 416 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 418 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 425 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 213). | 432 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 435 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 439 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 51 |
![]() |
design | DesignForExtension | Method 'startTransactionInternal' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 64 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 74 |
![]() |
design | DesignForExtension | Method 'commitInternal' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 85 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 88 |
![]() |
design | DesignForExtension | Method 'rollbackInternal' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 104 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 107 |
![]() |
design | DesignForExtension | Method 'addStatementInternal' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 120 |
![]() |
design | DesignForExtension | Method 'addInferredStatement' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 127 |
![]() |
design | DesignForExtension | Method 'removeStatementsInternal' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 137 |
![]() |
design | DesignForExtension | Method 'removeInferredStatement' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 143 |
![]() |
design | DesignForExtension | Method 'clearInternal' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 152 |
![]() |
design | DesignForExtension | Method 'clearInferred' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'tripleStore' must be private and have accessor methods. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | VisibilityModifier | Variable 'valueStore' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 'namespaceStore' must be private and have accessor methods. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dataDir'. | 90 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tripleIndexes'. | 90 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 91 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SailException'. | 91 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 92 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dataDir'. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tripleIndexes'. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'forceSync'. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'valueCacheSize'. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'valueIDCacheSize'. | 101 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespaceCacheSize'. | 101 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespaceIDCacheSize'. | 101 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'encrypt'. | 101 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 102 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SailException'. | 102 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 103 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 111 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 136 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 142 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 148 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 176 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 188 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'explicit'. | 216 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 217 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 218 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 246 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 251 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 274 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 280 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 282 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 318 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 320 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 322 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 331 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 337 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 339 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 345 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 347 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 349 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 351 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 355 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 359 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 361 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 365 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 367 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 372 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 376 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 385 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 389 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 393 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 399 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 401 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 406 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 412 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 414 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 419 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 425 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 427 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 432 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 438 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 440 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 444 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 446 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 450 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 452 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 456 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 458 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 464 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 470 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 475 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 483 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 486 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 517 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 520 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 524 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 531 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 532 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 533 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 540 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 541 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 547 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 566 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 573 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 594 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 595 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 616 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 617 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 620 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 651 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 656 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 675 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 678 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 682 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 694 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 696 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 698 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 702 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 706 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 708 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 712 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 716 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 718 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 733 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 756 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 768 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 770 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 771 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 774 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 782 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 785 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 792 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 798 |
![]() |
blocks | RightCurly | '}' at column 8 should be on the same line as the next part of a multi-block statement. | 804 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 810 |
![]() |
blocks | RightCurly | '}' at column 10 should be on the same line as the next part of a multi-block statement. | 816 |
![]() |
blocks | RightCurly | '}' at column 12 should be on the same line as the next part of a multi-block statement. | 821 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 836 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 839 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 842 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategy. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 88 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
design | DesignForExtension | Method 'setTripleIndexes' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
design | DesignForExtension | Method 'getTripleIndexes' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
design | DesignForExtension | Method 'setForceSync' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'forceSync'. | 163 |
![]() |
design | DesignForExtension | Method 'getForceSync' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
design | DesignForExtension | Method 'setValueCacheSize' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
![]() |
design | DesignForExtension | Method 'setValueIDCacheSize' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
![]() |
design | DesignForExtension | Method 'setNamespaceCacheSize' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
design | DesignForExtension | Method 'setNamespaceIDCacheSize' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
design | DesignForExtension | Method 'getEvaluationStrategyFactory' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() |
design | DesignForExtension | Method 'setEvaluationStrategyFactory' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'factory'. | 201 |
![]() |
design | DesignForExtension | Method 'getFederatedServiceResolver' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 221 |
![]() |
design | DesignForExtension | Method 'setFederatedServiceResolver' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 228 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 234 |
![]() |
design | DesignForExtension | Method 'initializeInternal' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 241 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 249 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 255 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 258 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 284 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 297 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 308 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 314 |
![]() |
design | DesignForExtension | Method 'shutDownInternal' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 328 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 335 |
![]() |
design | DesignForExtension | Method 'isWritable' is not designed for extension - needs to be abstract, final or empty. | 345 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 345 |
![]() |
design | DesignForExtension | Method 'getConnectionInternal' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 352 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 355 |
![]() |
design | DesignForExtension | Method 'getValueFactory' is not designed for extension - needs to be abstract, final or empty. | 361 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 361 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 371 |
![]() |
design | DesignForExtension | Method 'getTransactionLock' is not designed for extension - needs to be abstract, final or empty. | 377 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SailException'. | 378 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 379 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 387 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 394 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 398 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 406 |
![]() |
design | DesignForExtension | Method 'isIsolationDisabled' is not designed for extension - needs to be abstract, final or empty. | 409 |
![]() |
design | DesignForExtension | Method 'getSailStore' is not designed for extension - needs to be abstract, final or empty. | 413 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 413 |
![]() |
design | DesignForExtension | Method 'upgradeStore' is not designed for extension - needs to be abstract, final or empty. | 417 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 417 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 419 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 426 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 213). | 433 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 436 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 440 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 52 |
![]() |
design | DesignForExtension | Method 'startTransactionInternal' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 65 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 75 |
![]() |
design | DesignForExtension | Method 'commitInternal' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 86 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 89 |
![]() |
design | DesignForExtension | Method 'rollbackInternal' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 105 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 108 |
![]() |
design | DesignForExtension | Method 'addStatementInternal' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 121 |
![]() |
design | DesignForExtension | Method 'addInferredStatement' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 128 |
![]() |
design | DesignForExtension | Method 'removeStatementsInternal' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 138 |
![]() |
design | DesignForExtension | Method 'removeInferredStatement' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 144 |
![]() |
design | DesignForExtension | Method 'clearInternal' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 153 |
![]() |
design | DesignForExtension | Method 'clearInferred' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'tripleStore' must be private and have accessor methods. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | VisibilityModifier | Variable 'valueStore' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 'namespaceStore' must be private and have accessor methods. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dataDir'. | 90 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tripleIndexes'. | 90 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 91 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SailException'. | 91 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 92 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dataDir'. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tripleIndexes'. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'forceSync'. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'valueCacheSize'. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'valueIDCacheSize'. | 101 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespaceCacheSize'. | 101 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespaceIDCacheSize'. | 101 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'encrypt'. | 101 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 102 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SailException'. | 102 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 103 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 111 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 136 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 142 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 148 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 176 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 188 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'explicit'. | 216 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 217 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 218 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 246 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 251 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 274 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 280 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 282 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 318 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 320 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 322 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 331 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 337 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 339 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 345 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 347 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 349 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 351 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 355 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 359 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 361 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 365 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 367 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 372 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 376 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 385 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 389 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 393 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 399 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 401 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 406 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 412 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 414 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 419 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 425 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 427 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 432 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 438 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 440 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 444 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 446 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 450 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 452 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 456 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 458 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 464 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 470 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 475 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 483 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 486 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 515 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 518 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 522 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 529 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 530 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 531 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 539 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 546 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 567 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 568 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 589 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 590 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 593 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 624 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 629 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 648 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 651 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 655 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 667 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 669 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 671 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 675 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 679 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 681 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 685 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 689 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 691 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 706 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 729 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 741 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 743 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 744 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 747 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 755 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 758 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 765 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 771 |
![]() |
blocks | RightCurly | '}' at column 8 should be on the same line as the next part of a multi-block statement. | 777 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 783 |
![]() |
blocks | RightCurly | '}' at column 10 should be on the same line as the next part of a multi-block statement. | 789 |
![]() |
blocks | RightCurly | '}' at column 12 should be on the same line as the next part of a multi-block statement. | 794 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 809 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 812 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 815 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategy. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 88 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
design | DesignForExtension | Method 'setTripleIndexes' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
design | DesignForExtension | Method 'getTripleIndexes' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
design | DesignForExtension | Method 'setForceSync' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'forceSync'. | 163 |
![]() |
design | DesignForExtension | Method 'getForceSync' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
design | DesignForExtension | Method 'setValueCacheSize' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
![]() |
design | DesignForExtension | Method 'setValueIDCacheSize' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
![]() |
design | DesignForExtension | Method 'setNamespaceCacheSize' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
design | DesignForExtension | Method 'setNamespaceIDCacheSize' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
design | DesignForExtension | Method 'getEvaluationStrategyFactory' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() |
design | DesignForExtension | Method 'setEvaluationStrategyFactory' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'factory'. | 201 |
![]() |
design | DesignForExtension | Method 'getFederatedServiceResolver' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 221 |
![]() |
design | DesignForExtension | Method 'setFederatedServiceResolver' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 228 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 234 |
![]() |
design | DesignForExtension | Method 'initializeInternal' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 241 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 249 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 255 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 258 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 284 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 297 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 308 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 314 |
![]() |
design | DesignForExtension | Method 'shutDownInternal' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 328 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 335 |
![]() |
design | DesignForExtension | Method 'isWritable' is not designed for extension - needs to be abstract, final or empty. | 345 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 345 |
![]() |
design | DesignForExtension | Method 'getConnectionInternal' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 352 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 355 |
![]() |
design | DesignForExtension | Method 'getValueFactory' is not designed for extension - needs to be abstract, final or empty. | 361 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 361 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 371 |
![]() |
design | DesignForExtension | Method 'getTransactionLock' is not designed for extension - needs to be abstract, final or empty. | 377 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SailException'. | 378 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 379 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 387 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 394 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 398 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 406 |
![]() |
design | DesignForExtension | Method 'isIsolationDisabled' is not designed for extension - needs to be abstract, final or empty. | 409 |
![]() |
design | DesignForExtension | Method 'getSailStore' is not designed for extension - needs to be abstract, final or empty. | 413 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 413 |
![]() |
design | DesignForExtension | Method 'upgradeStore' is not designed for extension - needs to be abstract, final or empty. | 417 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 417 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 419 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 426 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 213). | 433 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 436 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 440 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 52 |
![]() |
design | DesignForExtension | Method 'startTransactionInternal' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 65 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 75 |
![]() |
design | DesignForExtension | Method 'commitInternal' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 86 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 89 |
![]() |
design | DesignForExtension | Method 'rollbackInternal' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 105 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 108 |
![]() |
design | DesignForExtension | Method 'addStatementInternal' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 121 |
![]() |
design | DesignForExtension | Method 'addInferredStatement' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 128 |
![]() |
design | DesignForExtension | Method 'removeStatementsInternal' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 138 |
![]() |
design | DesignForExtension | Method 'removeInferredStatement' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 144 |
![]() |
design | DesignForExtension | Method 'clearInternal' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 153 |
![]() |
design | DesignForExtension | Method 'clearInferred' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <K> tag. | 18 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <V> tag. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dataDir'. | 25 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'string'. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
design | DesignForExtension | Method 'getConnectionInternal' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 40 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nativeStore'. | 28 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 29 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 30 |
![]() |
design | DesignForExtension | Method 'getMaxCollectionsSize' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
design | DesignForExtension | Method 'setMaxCollectionsSize' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Method 'getEvaluationStrategy' is not designed for extension - needs to be abstract, final or empty. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'dataDir' must be private and have accessor methods. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'store' must be private and have accessor methods. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'disk' must be private and have accessor methods. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 153 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 162 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 202 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 209 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 219 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 222 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 225 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 228 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 260 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 265 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 268 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 282 |
![]() |
whitespace | WhitespaceAround | 'catch' is not preceded with whitespace. | 286 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 286 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 294 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 83 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 165 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 186 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 199 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 212 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 217 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 230 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
design | VisibilityModifier | Variable 'tripleStore' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'valueStore' must be private and have accessor methods. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
design | VisibilityModifier | Variable 'namespaceStore' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dataDir'. | 79 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tripleIndexes'. | 79 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 80 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SailException'. | 80 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 81 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dataDir'. | 89 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tripleIndexes'. | 89 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'forceSync'. | 89 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'valueCacheSize'. | 89 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'valueIDCacheSize'. | 90 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespaceCacheSize'. | 90 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespaceIDCacheSize'. | 90 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 91 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SailException'. | 91 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 92 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 114 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 120 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 126 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 154 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 180 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'explicit'. | 194 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 195 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 196 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 224 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 229 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 252 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 258 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 260 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 296 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 298 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 309 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 311 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 315 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 317 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 323 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 325 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 329 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 337 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 339 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 343 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 345 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 350 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 354 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 363 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 367 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 371 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 377 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 379 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 384 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 390 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 392 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 397 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 403 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 405 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 410 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 416 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 418 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 422 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 424 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 428 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 430 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 434 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 436 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 442 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 448 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 453 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 461 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 464 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 487 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 490 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 494 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 502 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 505 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 536 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 541 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 560 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 563 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 567 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 579 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 581 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 583 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 587 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 591 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 593 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 597 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 601 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 603 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 618 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 641 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 653 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 655 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 656 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 659 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 667 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 670 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 677 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 683 |
![]() |
blocks | RightCurly | '}' at column 8 should be on the same line as the next part of a multi-block statement. | 689 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 695 |
![]() |
blocks | RightCurly | '}' at column 10 should be on the same line as the next part of a multi-block statement. | 701 |
![]() |
blocks | RightCurly | '}' at column 12 should be on the same line as the next part of a multi-block statement. | 706 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 721 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 724 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 727 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'btreeIter'. | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'valueStore'. | 42 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 43 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 55 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 79 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 88 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 91 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategy. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 85 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
design | DesignForExtension | Method 'setTripleIndexes' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
design | DesignForExtension | Method 'getTripleIndexes' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
design | DesignForExtension | Method 'setForceSync' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'forceSync'. | 157 |
![]() |
design | DesignForExtension | Method 'getForceSync' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
design | DesignForExtension | Method 'setValueCacheSize' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
![]() |
design | DesignForExtension | Method 'setValueIDCacheSize' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
design | DesignForExtension | Method 'setNamespaceCacheSize' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
![]() |
design | DesignForExtension | Method 'setNamespaceIDCacheSize' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
design | DesignForExtension | Method 'getEvaluationStrategyFactory' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
design | DesignForExtension | Method 'setEvaluationStrategyFactory' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'factory'. | 195 |
![]() |
design | DesignForExtension | Method 'getFederatedServiceResolver' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
design | DesignForExtension | Method 'setFederatedServiceResolver' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 222 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 228 |
![]() |
design | DesignForExtension | Method 'initializeInternal' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 235 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 243 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 249 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 252 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 278 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 291 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 302 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 308 |
![]() |
design | DesignForExtension | Method 'shutDownInternal' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 322 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 329 |
![]() |
design | DesignForExtension | Method 'isWritable' is not designed for extension - needs to be abstract, final or empty. | 339 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 339 |
![]() |
design | DesignForExtension | Method 'getConnectionInternal' is not designed for extension - needs to be abstract, final or empty. | 343 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 346 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 349 |
![]() |
design | DesignForExtension | Method 'getValueFactory' is not designed for extension - needs to be abstract, final or empty. | 355 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 355 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 365 |
![]() |
design | DesignForExtension | Method 'getTransactionLock' is not designed for extension - needs to be abstract, final or empty. | 371 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SailException'. | 372 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 373 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 381 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 388 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 392 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 400 |
![]() |
design | DesignForExtension | Method 'isIsolationDisabled' is not designed for extension - needs to be abstract, final or empty. | 403 |
![]() |
design | DesignForExtension | Method 'getSailStore' is not designed for extension - needs to be abstract, final or empty. | 407 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 407 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 411 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 413 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 213). | 427 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 430 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 434 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 49 |
![]() |
design | DesignForExtension | Method 'startTransactionInternal' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 62 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 72 |
![]() |
design | DesignForExtension | Method 'commitInternal' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 83 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 86 |
![]() |
design | DesignForExtension | Method 'rollbackInternal' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 102 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 105 |
![]() |
design | DesignForExtension | Method 'addStatementInternal' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 118 |
![]() |
design | DesignForExtension | Method 'addInferredStatement' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 125 |
![]() |
design | DesignForExtension | Method 'removeStatementsInternal' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 135 |
![]() |
design | DesignForExtension | Method 'removeInferredStatement' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 141 |
![]() |
design | DesignForExtension | Method 'clearInternal' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 150 |
![]() |
design | DesignForExtension | Method 'clearInferred' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 83 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 84 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 104 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 105 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 110 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 112 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 129 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 160 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 168 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'stmts' must be private and have accessor methods. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | VisibilityModifier | Variable 'last' must be private and have accessor methods. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'source' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'dataset' must be private and have accessor methods. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
design | VisibilityModifier | Variable 'sink' must be private and have accessor methods. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 113 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 114 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 155 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 159 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 166 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 181 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 185 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 195 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 195 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 197 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 203 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 206 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 221 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 233 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 239 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 252 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 259 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 272 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 290 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 296 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 307 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 313 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 332 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 333 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 337 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 349 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 358 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 367 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 376 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 381 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 387 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 389 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 396 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 398 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 402 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 418 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 420 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 428 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 434 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 449 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 451 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 459 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 460 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 465 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 59 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 78 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 85 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 92 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 140 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 43 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 55 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 67 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 113 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 119 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 125 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 142 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 144 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 160 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 180 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 194 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 205 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 226 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 228 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 233 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 239 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 243 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 250 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 252 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 271 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SailException'. | 277 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 278 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 289 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 301 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 303 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 312 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 313 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 319 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 330 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 341 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 353 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 362 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 364 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 391 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 397 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 425 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 429 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 446 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 450 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 452 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 458 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 467 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 471 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 483 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 485 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 490 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 492 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 496 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 505 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'readTransaction'. | 510 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 511 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 512 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 516 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 523 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 526 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 533 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 548 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 561 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 563 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 565 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 569 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 571 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 589 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 591 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 595 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 597 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 602 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 604 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 606 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 610 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 612 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 628 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 630 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 634 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 636 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 641 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 643 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 649 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 651 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 662 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 662 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 664 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 674 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 681 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 683 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 691 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 701 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 716 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 718 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 724 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 726 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 730 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 732 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 746 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 763 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 775 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 782 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 804 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 806 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 828 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 829 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 835 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 837 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 860 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 872 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 877 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 885 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 887 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 896 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 898 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 903 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 905 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 918 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 934 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 946 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 953 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 969 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 971 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 986 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 993 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 995 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 1010 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 1026 |
![]() |
blocks | RightCurly | '}' at column 8 should be on the same line as the next part of a multi-block statement. | 1034 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 1042 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1057 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 1059 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 1064 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1074 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1081 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1086 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1090 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1110 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1122 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1129 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1134 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 1136 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1148 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 1150 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1154 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 1164 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1166 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1170 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 1172 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1178 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1182 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1186 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1195 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'subj'. | 1195 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pred'. | 1195 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'obj'. | 1195 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 1195 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 1203 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 1211 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 1219 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 1227 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1257 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1259 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1263 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1267 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 110 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 115 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 142 |
![]() |
design | DesignForExtension | Method 'getRevision' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 177 |
![]() |
design | DesignForExtension | Method 'getReadLock' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InterruptedException'. | 178 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 179 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 185 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 194 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 216 |
![]() |
design | DesignForExtension | Method 'getID' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 225 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 249 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 259 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 266 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 272 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 273 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 291 |
![]() |
design | DesignForExtension | Method 'storeValue' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 300 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 305 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 325 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 350 |
![]() |
design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 356 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 370 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 374 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 384 |
![]() |
design | DesignForExtension | Method 'sync' is not designed for extension - needs to be abstract, final or empty. | 388 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 390 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 397 |
![]() |
design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 401 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 403 |
![]() |
design | DesignForExtension | Method 'checkConsistency' is not designed for extension - needs to be abstract, final or empty. | 412 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SailException'. | 413 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 413 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 414 |
![]() |
blocks | LeftCurly | '{' at column 6 should be on the previous line. | 423 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 426 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 432 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 443 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 446 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 448 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 451 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 455 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 464 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 464 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 466 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 472 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 472 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 476 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 478 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 480 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 481 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 483 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 484 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 486 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 487 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 493 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 495 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 515 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 517 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 527 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 529 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 533 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 535 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 542 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 544 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 550 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 575 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 584 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 588 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 590 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 604 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 606 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 615 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 617 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 622 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 624 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 629 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 644 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 647 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 653 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 655 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 659 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 661 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 672 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 684 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 686 |
![]() |
design | DesignForExtension | Method 'createIRI' is not designed for extension - needs to be abstract, final or empty. | 704 |
![]() |
design | DesignForExtension | Method 'createIRI' is not designed for extension - needs to be abstract, final or empty. | 709 |
![]() |
design | DesignForExtension | Method 'createBNode' is not designed for extension - needs to be abstract, final or empty. | 714 |
![]() |
design | DesignForExtension | Method 'createLiteral' is not designed for extension - needs to be abstract, final or empty. | 719 |
![]() |
design | DesignForExtension | Method 'createLiteral' is not designed for extension - needs to be abstract, final or empty. | 724 |
![]() |
design | DesignForExtension | Method 'createLiteral' is not designed for extension - needs to be abstract, final or empty. | 729 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 735 |
![]() |
design | DesignForExtension | Method 'getNativeValue' is not designed for extension - needs to be abstract, final or empty. | 738 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 738 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 740 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 741 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 743 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 744 |
![]() |
design | DesignForExtension | Method 'getNativeResource' is not designed for extension - needs to be abstract, final or empty. | 750 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 750 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 752 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 753 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 755 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 756 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 766 |
![]() |
design | DesignForExtension | Method 'getNativeURI' is not designed for extension - needs to be abstract, final or empty. | 769 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 769 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 771 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 781 |
![]() |
design | DesignForExtension | Method 'getNativeBNode' is not designed for extension - needs to be abstract, final or empty. | 784 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bnode'. | 784 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 786 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 796 |
![]() |
design | DesignForExtension | Method 'getNativeLiteral' is not designed for extension - needs to be abstract, final or empty. | 799 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'l'. | 799 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 801 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 806 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.eclipse.rdf4j.sail.nativerdf.model.NativeValue. | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
design | DesignForExtension | Method 'getValueStore' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
design | DesignForExtension | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 122 |
![]() |
design | DesignForExtension | Method 'getID' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 131 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 154 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
design | DesignForExtension | Method 'getMaxID' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
design | DesignForExtension | Method 'storeData' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 187 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
design | DesignForExtension | Method 'sync' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 216 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 224 |
![]() |
design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 230 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 233 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 237 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 247 |
![]() |
design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 254 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 257 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 261 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 270 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 278 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 293 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.util.Vector. | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
naming | ConstantName | Name 'keyFileName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
naming | ConstantName | Name 'randomizationAlgorithm' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
naming | ConstantName | Name 'secretKeyAlgorithm' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 157 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'String'. | 161 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 167 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dir'. | 167 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 167 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 196 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'String'. | 200 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'cipher'. | 205 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 205 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 209 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'String'. | 213 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'SecretKey'. | 215 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'cipher'. | 220 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'skey'. | 220 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 220 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 226 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'String'. | 230 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clear'. | 235 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 235 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 239 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'String'. | 243 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'SecretKey'. | 245 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clear'. | 250 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'skey'. | 250 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 250 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 256 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'File'. | 259 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keyFile'. | 264 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 264 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 277 |
![]() |
design | DesignForExtension | Method 'generateKeyPair' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 282 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 299 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'File'. | 302 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keyFile'. | 307 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 307 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
design | DesignForExtension | Method 'setInternalID' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
design | DesignForExtension | Method 'getValueStoreRevision' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
design | DesignForExtension | Method 'getInternalID' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 64 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
design | DesignForExtension | Method 'setInternalID' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
design | DesignForExtension | Method 'getValueStoreRevision' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
design | DesignForExtension | Method 'getInternalID' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 68 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
design | DesignForExtension | Method 'setInternalID' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
design | DesignForExtension | Method 'getValueStoreRevision' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
design | DesignForExtension | Method 'getInternalID' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 83 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 20 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'revision'. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
design | DesignForExtension | Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 99 |
![]() |
design | DesignForExtension | Method 'callDoSPARQL' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 127 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 181 |
![]() |
design | DesignForExtension | Method 'setSerializer' is not designed for extension - needs to be abstract, final or empty. | 188 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 43 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'mcontext'. | 46 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
design | DesignForExtension | Method 'handleContextEvent' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class ProvidedReasoningService should be declared as final. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
naming | ConstantName | Name 'profiles' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
naming | ConstantName | Name 'invalidInput' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
naming | ConstantName | Name 'bundleHomePath' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
design | DesignForExtension | Method 'saveAllData' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
design | DesignForExtension | Method 'deleteContextSubscriptions' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 169 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 179 |
![]() |
naming | ParameterName | Name 'output_param' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
design | DesignForExtension | Method 'deleteContextSubscriptions' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'osgiContext' must be private and have accessor methods. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
design | VisibilityModifier | Variable 'mcontext' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'cpublisher' must be private and have accessor methods. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'scaller' must be private and have accessor methods. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
design | VisibilityModifier | Variable 'serializer' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
design | DesignForExtension | Method 'serviceChanged' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 56 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
design | DesignForExtension | Method 'serviceChanged' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
sizes | MethodLength | Method length is 472 lines (max allowed is 150). | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 116 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 117 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 118 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 121 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 122 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 123 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 124 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 125 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 126 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 128 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 129 |
![]() |
design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 437 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.ontology.profile.Profilable. | 44 |
![]() |
design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
design | DesignForExtension | Method 'getSpace' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
design | DesignForExtension | Method 'addSpace' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
design | DesignForExtension | Method 'changeSpace' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
design | DesignForExtension | Method 'removeSpace' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
design | DesignForExtension | Method 'getSpaceProfile' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
design | DesignForExtension | Method 'addSpaceProfile' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
design | DesignForExtension | Method 'changeSpaceProfile' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
design | DesignForExtension | Method 'removeSpaceProfile' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
design | DesignForExtension | Method 'getService' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
design | DesignForExtension | Method 'addService' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
design | DesignForExtension | Method 'changeService' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
design | DesignForExtension | Method 'removeService' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
design | DesignForExtension | Method 'getServiceProf' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
design | DesignForExtension | Method 'addServiceProf' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
design | DesignForExtension | Method 'changeServiceProf' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
design | DesignForExtension | Method 'removeServiceProf' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
design | DesignForExtension | Method 'getDevice' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
design | DesignForExtension | Method 'addDevice' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
design | DesignForExtension | Method 'changeDevice' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
![]() |
design | DesignForExtension | Method 'removeDevice' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
![]() |
design | DesignForExtension | Method 'getOnt' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
design | DesignForExtension | Method 'addOnt' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
design | DesignForExtension | Method 'changeOnt' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
design | DesignForExtension | Method 'removeOnt' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
![]() |
design | DesignForExtension | Method 'getServices' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
![]() |
design | DesignForExtension | Method 'getSpaces' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
![]() |
design | DesignForExtension | Method 'getHROfService' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 216 |
![]() |
design | DesignForExtension | Method 'getHWOfService' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
![]() |
design | DesignForExtension | Method 'getAppOfService' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
design | DesignForExtension | Method 'getServicesOfSpace' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
![]() |
design | DesignForExtension | Method 'getDevicesOfSpace' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
![]() |
design | DesignForExtension | Method 'getOntsOfSpace' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 250 |
![]() |
design | DesignForExtension | Method 'getOwnsOfSpace' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 258 |
![]() |
design | DesignForExtension | Method 'getOwnsOfServ' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
![]() |
design | DesignForExtension | Method 'getProfOfServ' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 274 |
![]() |
design | DesignForExtension | Method 'getProfOfSpace' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 286 |
![]() |
design | DesignForExtension | Method 'addServiceToSpace' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
![]() |
design | DesignForExtension | Method 'addDeviceToSpace' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 303 |
![]() |
design | DesignForExtension | Method 'addOntToSpace' is not designed for extension - needs to be abstract, final or empty. | 308 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 308 |
![]() |
design | DesignForExtension | Method 'addOwnToSpace' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 313 |
![]() |
design | DesignForExtension | Method 'addOwnToServ' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 318 |
![]() |
design | DesignForExtension | Method 'addProfToProfilable' is not designed for extension - needs to be abstract, final or empty. | 323 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 323 |
![]() |
design | DesignForExtension | Method 'genericGet' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 329 |
![]() |
design | DesignForExtension | Method 'genericAdd' is not designed for extension - needs to be abstract, final or empty. | 335 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 335 |
![]() |
design | DesignForExtension | Method 'genericChange' is not designed for extension - needs to be abstract, final or empty. | 341 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 341 |
![]() |
design | DesignForExtension | Method 'genericRemove' is not designed for extension - needs to be abstract, final or empty. | 348 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 348 |
![]() |
design | DesignForExtension | Method 'genericGetAll' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 354 |
![]() |
design | DesignForExtension | Method 'genericGetOnePropOf' is not designed for extension - needs to be abstract, final or empty. | 364 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 364 |
![]() |
design | DesignForExtension | Method 'genericGetAllOf' is not designed for extension - needs to be abstract, final or empty. | 379 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 379 |
![]() |
design | DesignForExtension | Method 'genericAddToSpace' is not designed for extension - needs to be abstract, final or empty. | 388 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 388 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
design | VisibilityModifier | Variable 'osgiContext' must be private and have accessor methods. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | VisibilityModifier | Variable 'cpublisher' must be private and have accessor methods. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'listener' must be private and have accessor methods. | 44 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
design | DesignForExtension | Method 'spaceJoined' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
design | DesignForExtension | Method 'spaceLost' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
design | DesignForExtension | Method 'peerJoined' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
design | DesignForExtension | Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
design | DesignForExtension | Method 'spaceStatusChanged' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 148 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
design | VisibilityModifier | Variable 'rules' must be private and have accessor methods. | 40 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 69 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - javax.swing.JLabel. | 28 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
naming | ConstantName | Name 'profiles' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'fh' must be private and have accessor methods. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Method 'activationCancelled' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
design | DesignForExtension | Method 'activationCreated' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Method 'beforeActivationFired' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Method 'afterActivationFired' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
design | VisibilityModifier | Variable 'fh' must be private and have accessor methods. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Method 'objectInserted' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
design | DesignForExtension | Method 'objectRetracted' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
design | DesignForExtension | Method 'objectUpdated' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.ontology.device.Sensor. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
naming | StaticVariableName | Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
naming | ConstantName | Name 'uuid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 196 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 206 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 250 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Throwable'. | 250 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 276 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 330). | 281 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 306 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 347 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 411 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 422 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 451 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 455 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 459 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 469 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 477 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 622 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 674 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 695 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'mctx' must be private and have accessor methods. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | VisibilityModifier | Variable 'bctx' must be private and have accessor methods. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'drools' must be private and have accessor methods. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Method 'handleContextEvent' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
design | VisibilityModifier | Variable 'humanId' must be private and have accessor methods. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
design | DesignForExtension | Method 'putAttribute' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
design | DesignForExtension | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
design | DesignForExtension | Method 'getRuleDefinition' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
design | DesignForExtension | Method 'setRuleDefinition' is not designed for extension - needs to be abstract, final or empty. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
naming | StaticVariableName | Name 'SIMPL_RULE_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() |
design | VisibilityModifier | Variable 'SIMPL_RULE_2' must be private and have accessor methods. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
design | VisibilityModifier | Variable 'osgiContext' must be private and have accessor methods. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | VisibilityModifier | Variable 'cpublisher' must be private and have accessor methods. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'csubscriber' must be private and have accessor methods. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
design | VisibilityModifier | Variable 'scaller' must be private and have accessor methods. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 214 |
![]() |
design | DesignForExtension | Method 'serviceChanged' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
design | DesignForExtension | Method 'publishContextEvent' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
design | DesignForExtension | Method 'handleContextEvent' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 236). | 98 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 99 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 100 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 103 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 236). | 110 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 111 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 112 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 115 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 119 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 236). | 123 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 124 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 125 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 126 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 128 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 132 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 236). | 136 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 137 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 138 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 141 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 236). | 146 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 147 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 148 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
design | DesignForExtension | Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
design | DesignForExtension | Method 'callSPARQL' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 125 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 144 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 175 |
![]() |
design | DesignForExtension | Method 'setSerializer' is not designed for extension - needs to be abstract, final or empty. | 182 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |