The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 12 | |
| NewlineAtEndOfFile | 55 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 1 | |
RegexpSingleline
| 135 | |
| JavadocMethod | 1379 | |
| JavadocType | 16 | |
| JavadocVariable | 876 | |
| JavadocStyle | 61 | |
| ConstantName | 103 | |
| LocalFinalVariableName | 3 | |
| LocalVariableName | 1 | |
| MemberName | 93 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 1 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 1 | |
| RedundantImport | 0 | |
| UnusedImports | 8 | |
| LineLength | 1703 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 2 | |
| NoWhitespaceAfter | 33 | |
| NoWhitespaceBefore | 1 | |
| OperatorWrap | 42 | |
| ParenPad | 750 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 58 | |
| WhitespaceAround | 650 | |
| ModifierOrder | 50 | |
| RedundantModifier | 17 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 4 | |
| LeftCurly | 3 | |
| NeedBraces | 247 | |
| RightCurly | 11 | |
| AvoidInlineConditionals | 79 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 3 | |
| EqualsHashCode | 0 | |
| HiddenField | 236 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 2 | |
| MagicNumber | 51 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 64 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 656 | |
| FinalClass | 33 | |
| HideUtilityClassConstructor | 4 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 461 | |
| ArrayTypeStyle | 1 | |
| FinalParameters | 1743 | |
| TodoComment | 13 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.any23.extractor.ExtractorRegistry. | 26 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 75 | |
| Missing a Javadoc comment. | 79 | |
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 82 | |
| Line is longer than 80 characters. | 84 | |
| Missing a Javadoc comment. | 84 | |
| '(' is followed by whitespace. | 84 | |
| ')' is preceded with whitespace. | 84 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 92 | |
| Line is longer than 80 characters. | 98 | |
| Parameter configuration should be final. | 101 | |
| 'configuration' hides a field. | 101 | |
| Parameter extractorGroup should be final. | 101 | |
| 'if' construct must use '{}'s. | 102 | |
| Line is longer than 80 characters. | 102 | |
| 'if' is not followed by whitespace. | 102 | |
| '(' is followed by whitespace. | 104 | |
| ')' is preceded with whitespace. | 104 | |
| Line is longer than 80 characters. | 106 | |
| Avoid inline conditionals. | 109 | |
| Parameter extractorGroup should be final. | 119 | |
| Parameter configuration should be final. | 129 | |
| 'configuration' hides a field. | 129 | |
| Expected @param tag for 'configuration'. | 129 | |
| Parameter extractorNames should be final. | 129 | |
| Avoid inline conditionals. | 133 | |
| Line is longer than 80 characters. | 136 | |
| '(' is followed by whitespace. | 136 | |
| Parameter extractorNames should be final. | 145 | |
| '(' is followed by whitespace. | 146 | |
| ')' is preceded with whitespace. | 146 | |
| Parameter configuration should be final. | 152 | |
| 'configuration' hides a field. | 152 | |
| Expected @param tag for 'configuration'. | 152 | |
| '(' is followed by whitespace. | 160 | |
| ')' is preceded with whitespace. | 160 | |
| Method 'setHTTPUserAgent' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Parameter userAgent should be final. | 169 | |
| 'userAgent' hides a field. | 169 | |
| Line is longer than 80 characters. | 171 | |
| 'if' is not followed by whitespace. | 173 | |
| 'if' is not followed by whitespace. | 176 | |
| Line is longer than 80 characters. | 177 | |
| '(' is followed by whitespace. | 177 | |
| ')' is preceded with whitespace. | 177 | |
| Method 'getHTTPUserAgent' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Line is longer than 80 characters. | 194 | |
| Line is longer than 80 characters. | 197 | |
| Unused @throws tag for 'IllegalStateException'. | 197 | |
| Method 'setHTTPClient' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Parameter httpClient should be final. | 199 | |
| 'httpClient' hides a field. | 199 | |
| 'if' is not followed by whitespace. | 200 | |
| Line is longer than 80 characters. | 204 | |
| Line is longer than 80 characters. | 210 | |
| Method 'getHTTPClient' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Line is longer than 80 characters. | 218 | |
| '+' should be on a new line. | 218 | |
| Line is longer than 80 characters. | 219 | |
| Line is longer than 80 characters. | 221 | |
| '(' is followed by whitespace. | 221 | |
| ')' is preceded with whitespace. | 221 | |
| Line is longer than 80 characters. | 228 | |
| Method 'setCacheFactory' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Parameter cache should be final. | 232 | |
| 'if' is not followed by whitespace. | 233 | |
| Line is longer than 80 characters. | 240 | |
| Line is longer than 80 characters. | 242 | |
| Method 'setMIMETypeDetector' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| Parameter detector should be final. | 245 | |
| Line is longer than 80 characters. | 250 | |
| Line is longer than 80 characters. | 254 | |
| Line is longer than 80 characters. | 255 | |
| Line is longer than 80 characters. | 257 | |
| Method 'createDocumentSource' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| Parameter documentURI should be final. | 257 | |
| 'if' construct must use '{}'s. | 258 | |
| Line is longer than 80 characters. | 258 | |
| 'if' is not followed by whitespace. | 258 | |
| '(' is followed by whitespace. | 260 | |
| ')' is preceded with whitespace. | 260 | |
| Line is longer than 80 characters. | 262 | |
| Line is longer than 80 characters. | 266 | |
| Line is longer than 80 characters. | 278 | |
| Line is longer than 80 characters. | 280 | |
| Line is longer than 80 characters. | 281 | |
| Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| Parameter eps should be final. | 286 | |
| Parameter in should be final. | 287 | |
| Parameter outputHandler should be final. | 288 | |
| Parameter encoding should be final. | 289 | |
| Expected @throws tag for 'IOException'. | 290 | |
| Expected @throws tag for 'ExtractionException'. | 290 | |
| Line is longer than 80 characters. | 291 | |
| Line is longer than 80 characters. | 309 | |
| Line is longer than 80 characters. | 315 | |
| Line is longer than 80 characters. | 316 | |
| Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 320 | |
| Parameter in should be final. | 321 | |
| Parameter documentURI should be final. | 322 | |
| Parameter contentType should be final. | 323 | |
| Parameter encoding should be final. | 324 | |
| Parameter outputHandler should be final. | 325 | |
| Expected @throws tag for 'IOException'. | 326 | |
| Expected @throws tag for 'ExtractionException'. | 326 | |
| Line is longer than 80 characters. | 327 | |
| Line is longer than 80 characters. | 337 | |
| Line is longer than 80 characters. | 338 | |
| Line is longer than 80 characters. | 342 | |
| Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 342 | |
| Parameter in should be final. | 342 | |
| Parameter documentURI should be final. | 342 | |
| Parameter outputHandler should be final. | 342 | |
| Expected @throws tag for 'IOException'. | 343 | |
| Expected @throws tag for 'ExtractionException'. | 343 | |
| Line is longer than 80 characters. | 344 | |
| Line is longer than 80 characters. | 348 | |
| Line is longer than 80 characters. | 352 | |
| Line is longer than 80 characters. | 353 | |
| Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| Parameter file should be final. | 357 | |
| Parameter outputHandler should be final. | 357 | |
| Expected @throws tag for 'IOException'. | 358 | |
| Expected @throws tag for 'ExtractionException'. | 358 | |
| Line is longer than 80 characters. | 363 | |
| Line is longer than 80 characters. | 369 | |
| Line is longer than 80 characters. | 370 | |
| Line is longer than 80 characters. | 374 | |
| Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 374 | |
| Parameter eps should be final. | 374 | |
| Parameter documentURI should be final. | 374 | |
| Parameter outputHandler should be final. | 374 | |
| Expected @throws tag for 'IOException'. | 375 | |
| Expected @throws tag for 'ExtractionException'. | 375 | |
| Line is longer than 80 characters. | 377 | |
| Line is longer than 80 characters. | 379 | |
| Line is longer than 80 characters. | 384 | |
| Line is longer than 80 characters. | 389 | |
| Line is longer than 80 characters. | 390 | |
| Line is longer than 80 characters. | 394 | |
| Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 394 | |
| Parameter documentURI should be final. | 394 | |
| Parameter outputHandler should be final. | 394 | |
| Expected @throws tag for 'IOException'. | 395 | |
| Expected @throws tag for 'ExtractionException'. | 395 | |
| Line is longer than 80 characters. | 405 | |
| Line is longer than 80 characters. | 407 | |
| Line is longer than 80 characters. | 408 | |
| Line is longer than 80 characters. | 412 | |
| Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 412 | |
| Parameter in should be final. | 412 | |
| Parameter outputHandler should be final. | 412 | |
| Parameter encoding should be final. | 412 | |
| Expected @throws tag for 'IOException'. | 413 | |
| Expected @throws tag for 'ExtractionException'. | 413 | |
| Line is longer than 80 characters. | 423 | |
| Line is longer than 80 characters. | 424 | |
| Line is longer than 80 characters. | 428 | |
| Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 428 | |
| Parameter in should be final. | 428 | |
| Parameter outputHandler should be final. | 428 | |
| Expected @throws tag for 'IOException'. | 429 | |
| Expected @throws tag for 'ExtractionException'. | 429 | |
| Line is longer than 80 characters. | 440 | |
| Line is longer than 80 characters. | 441 | |
| Line is longer than 80 characters. | 445 | |
| Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 445 | |
| Parameter eps should be final. | 445 | |
| Parameter in should be final. | 445 | |
| Parameter outputHandler should be final. | 445 | |
| Expected @throws tag for 'IOException'. | 446 | |
| Expected @throws tag for 'ExtractionException'. | 446 | |
| Missing a Javadoc comment. | 450 | |
| Line has trailing spaces. | 457 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| ',' is not followed by whitespace. | 48 | |
| Missing a Javadoc comment. | 50 | |
| 'matchingExtractors' hides a field. | 51 | |
| Parameter encoding should be final. | 52 | |
| 'encoding' hides a field. | 52 | |
| Parameter detectedMimeType should be final. | 53 | |
| 'detectedMimeType' hides a field. | 53 | |
| Parameter validationReport should be final. | 54 | |
| 'validationReport' hides a field. | 54 | |
| Parameter extractorIssues should be final. | 55 | |
| ',' is not followed by whitespace. | 55 | |
| 'extractorIssues' hides a field. | 55 | |
| 'if' construct must use '{}'s. | 57 | |
| Line is longer than 80 characters. | 57 | |
| 'if' is not followed by whitespace. | 57 | |
| 'if' construct must use '{}'s. | 58 | |
| Line is longer than 80 characters. | 58 | |
| 'if' is not followed by whitespace. | 58 | |
| Line is longer than 80 characters. | 59 | |
| 'if' construct must use '{}'s. | 60 | |
| Line is longer than 80 characters. | 60 | |
| 'if' is not followed by whitespace. | 60 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 66 | |
| Method 'hasMatchingExtractors' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Method 'getMatchingExtractors' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Line has trailing spaces. | 92 | |
| Method 'getDetectedMimeType' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Method 'getValidationReport' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Line is longer than 80 characters. | 109 | |
| Method 'getExtractorIssues' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Parameter extractorName should be final. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Avoid inline conditionals. | 112 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 42 | |
| '(' is followed by whitespace. | 42 | |
| '=' is not preceded with whitespace. | 42 | |
| Line is longer than 80 characters. | 45 | |
| Missing a Javadoc comment. | 45 | |
| '(' is followed by whitespace. | 45 | |
| ')' is preceded with whitespace. | 45 | |
| Line is longer than 80 characters. | 48 | |
| Missing a Javadoc comment. | 48 | |
| '(' is followed by whitespace. | 48 | |
| ')' is preceded with whitespace. | 48 | |
| Line is longer than 80 characters. | 51 | |
| Missing a Javadoc comment. | 51 | |
| '(' is followed by whitespace. | 51 | |
| ')' is preceded with whitespace. | 51 | |
| Line is longer than 80 characters. | 54 | |
| Missing a Javadoc comment. | 54 | |
| '(' is followed by whitespace. | 54 | |
| ')' is preceded with whitespace. | 54 | |
| Missing a Javadoc comment. | 57 | |
| '(' is followed by whitespace. | 57 | |
| ')' is preceded with whitespace. | 57 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 68 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 74 | |
| Method 'printError' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Parameter msg should be final. | 85 | |
| Method 'printExtractorList' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Parameter registry should be final. | 92 | |
| Expected @param tag for 'registry'. | 92 | |
| Line is longer than 80 characters. | 94 | |
| '(' is followed by whitespace. | 94 | |
| Line has trailing spaces. | 102 | |
| Line is longer than 80 characters. | 105 | |
| Method 'printExampleInput' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Parameter extractorName should be final. | 105 | |
| Parameter registry should be final. | 105 | |
| Line is longer than 80 characters. | 110 | |
| Line has trailing spaces. | 119 | |
| Line is longer than 80 characters. | 123 | |
| Method 'printExampleOutput' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Parameter extractorName should be final. | 123 | |
| Parameter registry should be final. | 123 | |
| Expected @throws tag for 'ExtractionException'. | 123 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 139 | |
| Method 'printReport' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Parameter registry should be final. | 139 | |
| Expected @param tag for 'registry'. | 139 | |
| Expected @throws tag for 'IOException'. | 139 | |
| Expected @throws tag for 'ExtractionException'. | 139 | |
| 'if' is not followed by whitespace. | 147 | |
| Line is longer than 80 characters. | 154 | |
| Avoid inline conditionals. | 154 | |
| Line is longer than 80 characters. | 161 | |
| Missing a Javadoc comment. | 161 | |
| Parameter registry should be final. | 161 | |
| Parameter name should be final. | 161 | |
| Line is longer than 80 characters. | 163 | |
| Missing a Javadoc comment. | 168 | |
| Parameter factory should be final. | 168 | |
| 'extractor' hides a field. | 169 |
| Violation | Message | Line |
|---|---|---|
| Unclosed HTML tag found: <b>Microdata</i> parser, accepting both files and URLs and | 41 | |
| Extra HTML tag found: </i> parser, accepting both files and URLs and | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 48 | |
| '(' is followed by whitespace. | 48 | |
| Line is longer than 80 characters. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line is longer than 80 characters. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Line is longer than 80 characters. | 57 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 74 | |
| 'if' construct must use '{}'s. | 76 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 80 | |
| Missing a Javadoc comment. | 80 | |
| '(' is followed by whitespace. | 83 | |
| Parameter value should be final. | 83 | |
| ')' is preceded with whitespace. | 83 | |
| Line is longer than 80 characters. | 87 | |
| '(' is followed by whitespace. | 88 | |
| ')' is preceded with whitespace. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 94 | |
| '(' is followed by whitespace. | 94 | |
| '(' is followed by whitespace. | 94 | |
| ')' is preceded with whitespace. | 94 | |
| ')' is preceded with whitespace. | 94 | |
| Line is longer than 80 characters. | 96 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 48 | |
| '{' is not preceded with whitespace. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Line is longer than 80 characters. | 59 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 79 | |
| Missing a Javadoc comment. | 79 | |
| '(' is followed by whitespace. | 82 | |
| Parameter document should be final. | 82 | |
| ')' is preceded with whitespace. | 82 | |
| Line is longer than 80 characters. | 84 | |
| '(' is followed by whitespace. | 84 | |
| '(' is followed by whitespace. | 84 | |
| ')' is preceded with whitespace. | 84 | |
| ')' is preceded with whitespace. | 84 | |
| Line is longer than 80 characters. | 87 | |
| '(' is followed by whitespace. | 87 | |
| ')' is preceded with whitespace. | 87 | |
| '(' is followed by whitespace. | 91 | |
| ')' is preceded with whitespace. | 91 | |
| '(' is followed by whitespace. | 94 | |
| ')' is preceded with whitespace. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 98 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 44 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 71 | |
| Missing a Javadoc comment. | 75 | |
| Parameter mimeTypes should be final. | 75 | |
| Missing a Javadoc comment. | 83 | |
| Parameter instance should be final. | 83 | |
| Parameter ps should be final. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Line is longer than 80 characters. | 87 | |
| Avoid inline conditionals. | 87 | |
| Line is longer than 80 characters. | 89 | |
| '(' is followed by whitespace. | 89 | |
| ')' is preceded with whitespace. | 89 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 70 | |
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 | |
| Missing a Javadoc comment. | 72 | |
| Line is longer than 80 characters. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Variable 'inputURIs' must be private and have accessor methods. | 80 | |
| Line is longer than 80 characters. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 88 | |
| Line is longer than 80 characters. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Line is longer than 80 characters. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Line is longer than 80 characters. | 101 | |
| Missing a Javadoc comment. | 101 | |
| Line is longer than 80 characters. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Line is longer than 80 characters. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 114 | |
| Missing a Javadoc comment. | 116 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 120 | |
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Missing a Javadoc comment. | 122 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 136 | |
| Line is longer than 80 characters. | 138 | |
| '(' is followed by whitespace. | 138 | |
| ')' is preceded with whitespace. | 138 | |
| Line is longer than 80 characters. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Avoid inline conditionals. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 161 | |
| Line is longer than 80 characters. | 163 | |
| Avoid inline conditionals. | 167 | |
| Line is longer than 80 characters. | 168 | |
| Line is longer than 80 characters. | 169 | |
| Method 'printReports' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Missing a Javadoc comment. | 172 | |
| 'if' construct must use '{}'s. | 174 | |
| Line is longer than 80 characters. | 174 | |
| '(' is followed by whitespace. | 174 | |
| ')' is preceded with whitespace. | 174 | |
| 'if' construct must use '{}'s. | 175 | |
| Line is longer than 80 characters. | 175 | |
| '(' is followed by whitespace. | 175 | |
| ')' is preceded with whitespace. | 175 | |
| Line is longer than 80 characters. | 179 | |
| Method 'performExtraction' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| Missing a Javadoc comment. | 179 | |
| Parameter documentSource should be final. | 179 | |
| Line is longer than 80 characters. | 180 | |
| Line is longer than 80 characters. | 181 | |
| Method 'close' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Missing a Javadoc comment. | 185 | |
| Line is longer than 80 characters. | 190 | |
| Comment matches to-do format 'TODO:'. | 194 | |
| Line is longer than 80 characters. | 194 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Missing a Javadoc comment. | 199 | |
| '(' is followed by whitespace. | 213 | |
| ')' is preceded with whitespace. | 213 | |
| Line is longer than 80 characters. | 221 | |
| Line is longer than 80 characters. | 222 | |
| Line is longer than 80 characters. | 228 | |
| Missing a Javadoc comment. | 228 | |
| Parameter uri should be final. | 231 | |
| Line is longer than 80 characters. | 233 | |
| Line is longer than 80 characters. | 237 | |
| Line is longer than 80 characters. | 243 | |
| Line is longer than 80 characters. | 246 | |
| Line is longer than 80 characters. | 253 | |
| Missing a Javadoc comment. | 253 | |
| '(' is followed by whitespace. | 256 | |
| Parameter value should be final. | 256 | |
| ')' is preceded with whitespace. | 256 | |
| Line is longer than 80 characters. | 261 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Name 'infoStream' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| Line is longer than 80 characters. | 52 | |
| Missing a Javadoc comment. | 52 | |
| '(' is followed by whitespace. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| Line is longer than 80 characters. | 55 | |
| Missing a Javadoc comment. | 55 | |
| '(' is followed by whitespace. | 55 | |
| ')' is preceded with whitespace. | 55 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 58 | |
| '(' is followed by whitespace. | 58 | |
| ')' is preceded with whitespace. | 58 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 68 | |
| '(' is followed by whitespace. | 68 | |
| Parameter args should be final. | 68 | |
| ')' is preceded with whitespace. | 68 | |
| '(' is followed by whitespace. | 69 | |
| '(' is followed by whitespace. | 69 | |
| ')' is preceded with whitespace. | 69 | |
| ')' is preceded with whitespace. | 69 | |
| Missing a Javadoc comment. | 72 | |
| Parameter args should be final. | 72 | |
| Line is longer than 80 characters. | 76 | |
| 'if' is not followed by whitespace. | 85 | |
| 'if' is not followed by whitespace. | 111 | |
| Line is longer than 80 characters. | 130 | |
| '(' is followed by whitespace. | 130 | |
| ')' is preceded with whitespace. | 130 | |
| '(' is followed by whitespace. | 131 | |
| ')' is preceded with whitespace. | 131 | |
| Line is longer than 80 characters. | 132 | |
| '(' is followed by whitespace. | 132 | |
| ')' is preceded with whitespace. | 132 | |
| Line is longer than 80 characters. | 136 | |
| '(' is followed by whitespace. | 136 | |
| '(' is followed by whitespace. | 136 | |
| ')' is preceded with whitespace. | 136 | |
| '(' is followed by whitespace. | 136 | |
| ')' is preceded with whitespace. | 136 | |
| ')' is preceded with whitespace. | 136 | |
| Line is longer than 80 characters. | 142 | |
| '(' is followed by whitespace. | 142 | |
| ')' is preceded with whitespace. | 142 | |
| Line is longer than 80 characters. | 143 | |
| '(' is followed by whitespace. | 143 | |
| '(' is followed by whitespace. | 143 | |
| ')' is preceded with whitespace. | 143 | |
| Avoid inline conditionals. | 143 | |
| ')' is preceded with whitespace. | 143 | |
| '(' is followed by whitespace. | 149 | |
| ')' is preceded with whitespace. | 149 | |
| Line is longer than 80 characters. | 152 | |
| '(' is followed by whitespace. | 152 | |
| ')' is preceded with whitespace. | 152 | |
| Line is longer than 80 characters. | 158 | |
| '(' is followed by whitespace. | 158 | |
| '(' is followed by whitespace. | 158 | |
| '(' is followed by whitespace. | 158 | |
| ')' is preceded with whitespace. | 158 | |
| '1000' is a magic number. | 158 | |
| ')' is preceded with whitespace. | 158 | |
| ')' is preceded with whitespace. | 158 | |
| '(' is followed by whitespace. | 159 | |
| ')' is preceded with whitespace. | 159 | |
| Line is longer than 80 characters. | 163 | |
| '(' is followed by whitespace. | 163 | |
| '(' is followed by whitespace. | 163 | |
| ')' is preceded with whitespace. | 163 | |
| ')' is preceded with whitespace. | 164 | |
| Line is longer than 80 characters. | 166 | |
| '(' is followed by whitespace. | 166 | |
| ')' is preceded with whitespace. | 166 | |
| Missing a Javadoc comment. | 172 | |
| Line is longer than 80 characters. | 173 | |
| Missing a Javadoc comment. | 180 | |
| Line is longer than 80 characters. | 182 | |
| '(' is followed by whitespace. | 182 | |
| ')' is preceded with whitespace. | 182 | |
| '(' is followed by whitespace. | 184 | |
| ')' is preceded with whitespace. | 184 | |
| '(' is followed by whitespace. | 186 | |
| ')' is preceded with whitespace. | 186 | |
| '(' is followed by whitespace. | 187 | |
| ')' is preceded with whitespace. | 187 | |
| Must have at least one statement. | 187 | |
| Must have at least one statement. | 192 | |
| '(' is followed by whitespace. | 198 | |
| ')' is preceded with whitespace. | 198 | |
| '(' is followed by whitespace. | 199 | |
| '(' is followed by whitespace. | 200 | |
| ')' is preceded with whitespace. | 200 | |
| '(' is followed by whitespace. | 201 | |
| ')' is preceded with whitespace. | 201 | |
| ')' is preceded with whitespace. | 201 | |
| Line is longer than 80 characters. | 202 | |
| '(' is followed by whitespace. | 202 | |
| '(' is followed by whitespace. | 202 | |
| ')' is preceded with whitespace. | 202 | |
| ')' is preceded with whitespace. | 202 | |
| '(' is followed by whitespace. | 203 | |
| '(' is followed by whitespace. | 204 | |
| ')' is preceded with whitespace. | 204 | |
| '(' is followed by whitespace. | 205 | |
| ')' is preceded with whitespace. | 205 | |
| '(' is followed by whitespace. | 206 | |
| ')' is preceded with whitespace. | 206 | |
| ')' is preceded with whitespace. | 206 | |
| Line is longer than 80 characters. | 207 | |
| '(' is followed by whitespace. | 207 | |
| '(' is followed by whitespace. | 208 | |
| ')' is preceded with whitespace. | 208 | |
| '(' is followed by whitespace. | 209 | |
| ')' is preceded with whitespace. | 209 | |
| '(' is followed by whitespace. | 210 | |
| ')' is preceded with whitespace. | 210 | |
| ')' is preceded with whitespace. | 211 | |
| Missing a Javadoc comment. | 214 | |
| Redundant 'final' modifier. | 214 | |
| '(' is followed by whitespace. | 215 | |
| ')' is preceded with whitespace. | 215 | |
| '(' is followed by whitespace. | 216 | |
| ')' is preceded with whitespace. | 216 | |
| '(' is followed by whitespace. | 226 | |
| ')' is preceded with whitespace. | 226 | |
| Missing a Javadoc comment. | 244 | |
| Parameter args should be final. | 244 | |
| 'for' is not followed by whitespace. | 246 | |
| 'if' is not followed by whitespace. | 247 | |
| 'if' construct must use '{}'s. | 251 | |
| 'if' is not followed by whitespace. | 251 | |
| 'if' is not followed by whitespace. | 253 | |
| Line is longer than 80 characters. | 254 | |
| '(' is followed by whitespace. | 256 | |
| ')' is preceded with whitespace. | 256 | |
| 'if' is not followed by whitespace. | 257 | |
| '(' is followed by whitespace. | 257 | |
| '!' is followed by whitespace. | 257 | |
| ')' is preceded with whitespace. | 257 | |
| Line is longer than 80 characters. | 258 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 37 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Line is longer than 80 characters. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter value should be final. | 51 | |
| '(' is followed by whitespace. | 53 | |
| ')' is preceded with whitespace. | 53 | |
| Line is longer than 80 characters. | 55 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Parameter extractorName should be final. | 42 | |
| Missing a Javadoc comment. | 46 | |
| Parameter factory should be final. | 46 | |
| 'factory' hides a field. | 46 | |
| Method 'getExampleInput' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Line is longer than 80 characters. | 57 | |
| '+' should be on a new line. | 61 | |
| '+' should be on a new line. | 62 | |
| Method 'getExampleURI' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Method 'getExampleOutput' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Line is longer than 80 characters. | 91 | |
| Missing a Javadoc comment. | 96 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 63 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 79 | |
| Parameter context should be final. | 80 | |
| 'context' hides a field. | 80 | |
| Parameter extractor should be final. | 81 | |
| 'extractor' hides a field. | 81 | |
| Parameter tripleHandler should be final. | 82 | |
| 'tripleHandler' hides a field. | 82 | |
| Missing a Javadoc comment. | 87 | |
| Parameter context should be final. | 88 | |
| 'context' hides a field. | 88 | |
| Parameter extractor should be final. | 89 | |
| 'extractor' hides a field. | 89 | |
| Parameter tripleHandler should be final. | 90 | |
| 'tripleHandler' hides a field. | 90 | |
| Parameter issues should be final. | 91 | |
| 'issues' hides a field. | 91 | |
| 'if' is not followed by whitespace. | 93 | |
| 'if' is not followed by whitespace. | 96 | |
| 'if' is not followed by whitespace. | 99 | |
| '(' is followed by whitespace. | 108 | |
| ')' is preceded with whitespace. | 108 | |
| Method 'hasIssues' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| '!' is followed by whitespace. | 112 | |
| Method 'getIssuesCount' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Method 'printReport' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Missing a Javadoc comment. | 119 | |
| Parameter ps should be final. | 119 | |
| Line is longer than 80 characters. | 120 | |
| Method 'getIssues' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Missing a Javadoc comment. | 132 | |
| Line is longer than 80 characters. | 133 | |
| Avoid inline conditionals. | 133 | |
| Method 'openSubResult' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Parameter context should be final. | 136 | |
| 'context' hides a field. | 136 | |
| Line is longer than 80 characters. | 139 | |
| Line is longer than 80 characters. | 144 | |
| Method 'getExtractionContext' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Missing a Javadoc comment. | 149 | |
| Method 'writeTriple' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Missing a Javadoc comment. | 153 | |
| Parameter s should be final. | 153 | |
| Parameter p should be final. | 153 | |
| Parameter o should be final. | 153 | |
| Parameter g should be final. | 153 | |
| 'if' construct must use '{}'s. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 164 | |
| ')' is preceded with whitespace. | 164 | |
| Method 'writeTriple' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Missing a Javadoc comment. | 170 | |
| Parameter s should be final. | 170 | |
| Parameter p should be final. | 170 | |
| Parameter o should be final. | 170 | |
| Method 'writeNamespace' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Missing a Javadoc comment. | 174 | |
| Parameter prefix should be final. | 174 | |
| Parameter uri should be final. | 174 | |
| Line is longer than 80 characters. | 180 | |
| Method 'notifyIssue' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| Missing a Javadoc comment. | 186 | |
| Parameter level should be final. | 186 | |
| Parameter msg should be final. | 186 | |
| Parameter row should be final. | 186 | |
| Parameter col should be final. | 186 | |
| Method 'close' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Missing a Javadoc comment. | 190 | |
| 'if' construct must use '{}'s. | 191 | |
| Missing a Javadoc comment. | 205 | |
| Line is longer than 80 characters. | 216 | |
| Line is longer than 80 characters. | 218 | |
| Line is longer than 80 characters. | 229 | |
| Method 'addResourceRoot' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Missing a Javadoc comment. | 229 | |
| Parameter path should be final. | 229 | |
| Parameter root should be final. | 229 | |
| Parameter extractor should be final. | 229 | |
| 'extractor' hides a field. | 229 | |
| 'if' is not followed by whitespace. | 230 | |
| '(' is followed by whitespace. | 233 | |
| ')' is preceded with whitespace. | 233 | |
| Method 'getResourceRoots' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Missing a Javadoc comment. | 236 | |
| 'if' is not followed by whitespace. | 238 | |
| '(' is followed by whitespace. | 239 | |
| ')' is preceded with whitespace. | 239 | |
| 'for' is not followed by whitespace. | 241 | |
| 'if' is not followed by whitespace. | 243 | |
| '(' is followed by whitespace. | 243 | |
| ')' is preceded with whitespace. | 243 | |
| '(' is followed by whitespace. | 244 | |
| ')' is preceded with whitespace. | 244 | |
| Method 'addPropertyPath' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| Missing a Javadoc comment. | 250 | |
| Parameter extractor should be final. | 251 | |
| 'extractor' hides a field. | 251 | |
| Parameter propertySubject should be final. | 252 | |
| Parameter property should be final. | 253 | |
| Parameter object should be final. | 254 | |
| Parameter path should be final. | 255 | |
| 'if' is not followed by whitespace. | 257 | |
| Line is longer than 80 characters. | 260 | |
| '(' is followed by whitespace. | 260 | |
| ')' is preceded with whitespace. | 260 | |
| Method 'getPropertyPaths' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| Missing a Javadoc comment. | 263 | |
| 'if' is not followed by whitespace. | 265 | |
| '(' is followed by whitespace. | 266 | |
| ')' is preceded with whitespace. | 266 | |
| 'for' is not followed by whitespace. | 268 | |
| 'if' is not followed by whitespace. | 270 | |
| '(' is followed by whitespace. | 270 | |
| ')' is preceded with whitespace. | 270 | |
| '(' is followed by whitespace. | 271 | |
| ')' is preceded with whitespace. | 271 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 277 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 68 | |
| Line is longer than 80 characters. | 79 | |
| 'if' is not followed by whitespace. | 85 | |
| 'if' is not followed by whitespace. | 107 | |
| Line is longer than 80 characters. | 119 | |
| Unused @throws tag for 'IllegalArgumentException'. | 119 | |
| Method 'register' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Parameter factory should be final. | 122 | |
| Expected @param tag for 'factory'. | 122 | |
| Line is longer than 80 characters. | 124 | |
| First sentence should end with a period. | 130 | |
| Unused @throws tag for 'IllegalArgumentException'. | 136 | |
| Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Parameter name should be final. | 139 | |
| Line is longer than 80 characters. | 141 | |
| Method 'getExtractorGroup' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Line is longer than 80 characters. | 157 | |
| Method 'getExtractorGroup' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Parameter names should be final. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Line has trailing spaces. | 169 | |
| Method 'isRegisteredName' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Parameter name should be final. | 174 | |
| Expected an @return tag. | 181 | |
| Method 'getAllNames' is not designed for extension - needs to be abstract, final or empty. | 181 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 27 | |
| Class SimpleExtractorFactory should be declared as final. | 31 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Line has trailing spaces. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 51 | |
| Parameter name should be final. | 56 | |
| Parameter prefixes should be final. | 57 | |
| Parameter supportedMIMETypes should be final. | 58 | |
| Parameter exampleInput should be final. | 59 | |
| Parameter extractorClass should be final. | 60 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 99 | |
| Missing a Javadoc comment. | 113 | |
| Parameter name should be final. | 114 | |
| 'name' hides a field. | 114 | |
| Parameter prefixes should be final. | 115 | |
| 'prefixes' hides a field. | 115 | |
| Parameter supportedMIMETypes should be final. | 116 | |
| 'supportedMIMETypes' hides a field. | 116 | |
| Parameter exampleInput should be final. | 117 | |
| 'exampleInput' hides a field. | 117 | |
| Parameter extractorClass should be final. | 118 | |
| 'extractorClass' hides a field. | 118 | |
| Avoid inline conditionals. | 121 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 71 | |
| Missing a Javadoc comment. | 75 | |
| Name 'vSINDICE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 | |
| Line is longer than 80 characters. | 77 | |
| Missing a Javadoc comment. | 77 | |
| 'static' modifier out of order with the JLS suggestions. | 77 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 83 | |
| Line has trailing spaces. | 84 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 101 | |
| Missing a Javadoc comment. | 103 | |
| Missing a Javadoc comment. | 105 | |
| Line is longer than 80 characters. | 117 | |
| Parameter configuration should be final. | 117 | |
| 'configuration' hides a field. | 117 | |
| Parameter in should be final. | 117 | |
| 'in' hides a field. | 117 | |
| Parameter extractors should be final. | 117 | |
| 'extractors' hides a field. | 117 | |
| Parameter output should be final. | 117 | |
| 'output' hides a field. | 117 | |
| 'if' construct must use '{}'s. | 119 | |
| Line is longer than 80 characters. | 119 | |
| 'if' is not followed by whitespace. | 119 | |
| 'if' construct must use '{}'s. | 120 | |
| Line is longer than 80 characters. | 120 | |
| 'if' is not followed by whitespace. | 120 | |
| Line is longer than 80 characters. | 142 | |
| Parameter configuration should be final. | 142 | |
| 'configuration' hides a field. | 142 | |
| Parameter in should be final. | 142 | |
| 'in' hides a field. | 142 | |
| Parameter factory should be final. | 142 | |
| Parameter output should be final. | 142 | |
| 'output' hides a field. | 142 | |
| Line is longer than 80 characters. | 147 | |
| Parameter in should be final. | 163 | |
| 'in' hides a field. | 163 | |
| Parameter factory should be final. | 163 | |
| Parameter output should be final. | 163 | |
| 'output' hides a field. | 163 | |
| Line is longer than 80 characters. | 168 | |
| Line is longer than 80 characters. | 176 | |
| Method 'setLocalCopyFactory' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Parameter copyFactory should be final. | 181 | |
| 'copyFactory' hides a field. | 181 | |
| Method 'setMIMETypeDetector' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| Parameter detector should be final. | 192 | |
| 'detector' hides a field. | 192 | |
| Line is longer than 80 characters. | 202 | |
| Line is longer than 80 characters. | 205 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| Parameter extractionParameters should be final. | 205 | |
| 'if' is not followed by whitespace. | 207 | |
| Line is longer than 80 characters. | 208 | |
| Line is longer than 80 characters. | 211 | |
| Line is longer than 80 characters. | 216 | |
| '(' is followed by whitespace. | 216 | |
| Avoid inline conditionals. | 216 | |
| Line is longer than 80 characters. | 218 | |
| 'if' is not followed by whitespace. | 220 | |
| 'if' is not followed by whitespace. | 225 | |
| Line is longer than 80 characters. | 239 | |
| Line is longer than 80 characters. | 240 | |
| ',' is not followed by whitespace. | 248 | |
| ',' is not followed by whitespace. | 249 | |
| Line is longer than 80 characters. | 251 | |
| '(' is followed by whitespace. | 259 | |
| ')' is preceded with whitespace. | 259 | |
| '(' is followed by whitespace. | 260 | |
| ')' is preceded with whitespace. | 260 | |
| 'catch' is not followed by whitespace. | 263 | |
| Line is longer than 80 characters. | 264 | |
| Line is longer than 80 characters. | 268 | |
| Line is longer than 80 characters. | 270 | |
| 'if' is not followed by whitespace. | 270 | |
| Line is longer than 80 characters. | 272 | |
| Line is longer than 80 characters. | 274 | |
| Line is longer than 80 characters. | 278 | |
| Line is longer than 80 characters. | 284 | |
| Line is longer than 80 characters. | 294 | |
| Line is longer than 80 characters. | 295 | |
| Avoid inline conditionals. | 302 | |
| Line is longer than 80 characters. | 303 | |
| Line is longer than 80 characters. | 316 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| Expected @throws tag for 'IOException'. | 316 | |
| Expected @throws tag for 'ExtractionException'. | 316 | |
| Line is longer than 80 characters. | 321 | |
| Method 'getDetectedMIMEType' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| Avoid inline conditionals. | 328 | |
| Line is longer than 80 characters. | 332 | |
| Line is longer than 80 characters. | 334 | |
| Method 'hasMatchingExtractors' is not designed for extension - needs to be abstract, final or empty. | 337 | |
| Expected @throws tag for 'IOException'. | 337 | |
| Line is longer than 80 characters. | 343 | |
| Method 'getMatchingExtractors' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| 'for' is not followed by whitespace. | 347 | |
| '(' is followed by whitespace. | 348 | |
| ')' is preceded with whitespace. | 348 | |
| Method 'getParserEncoding' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| 'if' is not followed by whitespace. | 357 | |
| Method 'setParserEncoding' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| Parameter encoding should be final. | 368 | |
| Line is longer than 80 characters. | 374 | |
| Line is longer than 80 characters. | 381 | |
| '!' is followed by whitespace. | 381 | |
| '(' is followed by whitespace. | 381 | |
| ')' is preceded with whitespace. | 381 | |
| Line is longer than 80 characters. | 387 | |
| Line is longer than 80 characters. | 389 | |
| Line is longer than 80 characters. | 392 | |
| Parameter extractionParameters should be final. | 392 | |
| Expected @throws tag for 'ValidatorException'. | 393 | |
| 'if' is not followed by whitespace. | 394 | |
| '(' is followed by whitespace. | 394 | |
| '!' is followed by whitespace. | 394 | |
| ')' is preceded with whitespace. | 394 | |
| Line is longer than 80 characters. | 399 | |
| '(' is followed by whitespace. | 399 | |
| ')' is preceded with whitespace. | 399 | |
| Expected @throws tag for 'IOException'. | 413 | |
| 'if' construct must use '{}'s. | 414 | |
| Line is longer than 80 characters. | 416 | |
| Line has trailing spaces. | 432 | |
| Line is longer than 80 characters. | 438 | |
| Expected @param tag for 'documentLanguage'. | 442 | |
| 'if' is not followed by whitespace. | 445 | |
| Line is longer than 80 characters. | 446 | |
| Line is longer than 80 characters. | 454 | |
| Line is longer than 80 characters. | 457 | |
| Line is longer than 80 characters. | 458 | |
| Line is longer than 80 characters. | 461 | |
| Line is longer than 80 characters. | 469 | |
| Line is longer than 80 characters. | 470 | |
| 'documentReport' hides a field. | 470 | |
| Line is longer than 80 characters. | 478 | |
| Line is longer than 80 characters. | 483 | |
| '(' is followed by whitespace. | 483 | |
| ')' is preceded with whitespace. | 483 | |
| Line is longer than 80 characters. | 484 | |
| '(' is followed by whitespace. | 484 | |
| ')' is preceded with whitespace. | 484 | |
| 'if' is not followed by whitespace. | 487 | |
| Line is longer than 80 characters. | 488 | |
| 'if' is not followed by whitespace. | 493 | |
| ')' is preceded with whitespace. | 493 | |
| 'if' is not followed by whitespace. | 501 | |
| Line is longer than 80 characters. | 502 | |
| Expected @throws tag for 'IOException'. | 512 | |
| 'if' construct must use '{}'s. | 513 | |
| Line is longer than 80 characters. | 525 | |
| Line is longer than 80 characters. | 533 | |
| Parameter extractionParameters should be final. | 533 | |
| Line is longer than 80 characters. | 535 | |
| Line is longer than 80 characters. | 537 | |
| '(' is followed by whitespace. | 537 | |
| ')' is preceded with whitespace. | 537 | |
| 'if' is not followed by whitespace. | 546 | |
| Line is longer than 80 characters. | 547 | |
| '(' is followed by whitespace. | 547 | |
| ')' is preceded with whitespace. | 547 | |
| Line is longer than 80 characters. | 549 | |
| '(' is followed by whitespace. | 549 | |
| ')' is preceded with whitespace. | 549 | |
| Line has trailing spaces. | 558 | |
| Line is longer than 80 characters. | 564 | |
| Line is longer than 80 characters. | 569 | |
| Line is longer than 80 characters. | 579 | |
| Parameter list should be final. | 582 | |
| Parameter candidateSub should be final. | 582 | |
| 'if' is not followed by whitespace. | 583 | |
| 'for' is not followed by whitespace. | 586 | |
| 'if' is not followed by whitespace. | 587 | |
| '(' is followed by whitespace. | 587 | |
| '!' is followed by whitespace. | 587 | |
| Line is longer than 80 characters. | 601 | |
| Parameter resourceRoots should be final. | 601 | |
| Parameter context should be final. | 601 | |
| Expected @throws tag for 'ExtractionException'. | 602 | |
| Line is longer than 80 characters. | 610 | |
| Line is longer than 80 characters. | 619 | |
| Line is longer than 80 characters. | 626 | |
| Line is longer than 80 characters. | 631 | |
| Parameter resourceRoots should be final. | 657 | |
| Expected @param tag for 'resourceRoots'. | 657 | |
| Parameter propertyPaths should be final. | 658 | |
| Expected @param tag for 'propertyPaths'. | 658 | |
| Parameter context should be final. | 659 | |
| Expected @param tag for 'context'. | 659 | |
| Expected @throws tag for 'TripleHandlerException'. | 660 | |
| Line is longer than 80 characters. | 667 | |
| Line is longer than 80 characters. | 668 | |
| Line is longer than 80 characters. | 670 | |
| Line is longer than 80 characters. | 674 | |
| 'if' is not followed by whitespace. | 674 | |
| Line is longer than 80 characters. | 677 | |
| Line is longer than 80 characters. | 678 | |
| Line is longer than 80 characters. | 688 | |
| Line is longer than 80 characters. | 689 | |
| Line is longer than 80 characters. | 695 | |
| Line has trailing spaces. | 696 | |
| Expected an @return tag. | 702 | |
| Parameter resourceRoots should be final. | 703 | |
| Parameter propertyPaths should be final. | 704 | |
| Parameter addDomainTriples should be final. | 705 | |
| Expected @param tag for 'addDomainTriples'. | 705 | |
| Parameter output should be final. | 706 | |
| 'output' hides a field. | 706 | |
| Expected @throws tag for 'ExtractionException'. | 707 | |
| Line is longer than 80 characters. | 714 | |
| 'if' is not followed by whitespace. | 720 | |
| Line is longer than 80 characters. | 725 | |
| Line is longer than 80 characters. | 730 | |
| Line is longer than 80 characters. | 741 | |
| Expected an @return tag. | 751 | |
| Parameter resourceRoots should be final. | 752 | |
| Parameter addDomainTriples should be final. | 753 | |
| Expected @param tag for 'addDomainTriples'. | 753 | |
| Parameter output should be final. | 754 | |
| 'output' hides a field. | 754 | |
| Expected @throws tag for 'ExtractionException'. | 755 | |
| Line is longer than 80 characters. | 762 | |
| 'if' is not followed by whitespace. | 768 | |
| Line is longer than 80 characters. | 775 | |
| Parameter context should be final. | 789 | |
| Expected @param tag for 'context'. | 789 | |
| Expected @throws tag for 'TripleHandlerException'. | 790 | |
| Line is longer than 80 characters. | 812 | |
| Line has trailing spaces. | 820 | |
| Parameter from should be final. | 828 | |
| Parameter to should be final. | 829 | |
| Parameter th should be final. | 830 | |
| Parameter ec should be final. | 831 | |
| Expected @throws tag for 'TripleHandlerException'. | 832 | |
| Line is longer than 80 characters. | 834 | |
| '(' is followed by whitespace. | 834 | |
| Avoid inline conditionals. | 834 | |
| ')' is preceded with whitespace. | 834 | |
| Line is longer than 80 characters. | 836 | |
| ')' is preceded with whitespace. | 836 | |
| Avoid inline conditionals. | 840 | |
| Missing a Javadoc comment. | 857 | |
| Missing a Javadoc comment. | 858 | |
| Missing a Javadoc comment. | 859 | |
| Missing a Javadoc comment. | 861 | |
| Parameter issues should be final. | 862 | |
| 'issues' hides a field. | 862 | |
| Parameter resourceRoots should be final. | 863 | |
| 'resourceRoots' hides a field. | 863 | |
| Parameter propertyPaths should be final. | 864 | |
| 'propertyPaths' hides a field. | 864 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Parameter validationReport should be final. | 38 | |
| 'validationReport' hides a field. | 38 | |
| Parameter extractorToIssues should be final. | 39 | |
| 'extractorToIssues' hides a field. | 39 | |
| 'if' construct must use '{}'s. | 41 | |
| Line is longer than 80 characters. | 41 | |
| 'if' is not followed by whitespace. | 41 | |
| 'if' construct must use '{}'s. | 42 | |
| Line is longer than 80 characters. | 42 | |
| 'if' is not followed by whitespace. | 42 | |
| Method 'getValidationReport' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Method 'getExtractorToIssues' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 61 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 84 | |
| Line is longer than 80 characters. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Parameter path should be final. | 86 | |
| 'path' hides a field. | 86 | |
| Parameter root should be final. | 86 | |
| 'root' hides a field. | 86 | |
| Parameter extractor should be final. | 86 | |
| 'extractor' hides a field. | 86 | |
| 'if' is not followed by whitespace. | 87 | |
| Line is longer than 80 characters. | 88 | |
| '(' is followed by whitespace. | 88 | |
| ')' is preceded with whitespace. | 88 | |
| ')' is preceded with whitespace. | 88 | |
| 'if' is not followed by whitespace. | 90 | |
| Line is longer than 80 characters. | 91 | |
| 'if' is not followed by whitespace. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Missing a Javadoc comment. | 101 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 109 | |
| Line has trailing spaces. | 118 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 132 | |
| Missing a Javadoc comment. | 133 | |
| Missing a Javadoc comment. | 134 | |
| Line is longer than 80 characters. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Parameter path should be final. | 136 | |
| 'path' hides a field. | 136 | |
| Parameter subject should be final. | 136 | |
| 'subject' hides a field. | 136 | |
| Parameter property should be final. | 136 | |
| 'property' hides a field. | 136 | |
| Parameter object should be final. | 136 | |
| 'object' hides a field. | 136 | |
| Parameter extractor should be final. | 136 | |
| 'extractor' hides a field. | 136 | |
| 'if' is not followed by whitespace. | 137 | |
| 'if' is not followed by whitespace. | 140 | |
| 'if' is not followed by whitespace. | 143 | |
| 'if' is not followed by whitespace. | 146 | |
| Missing a Javadoc comment. | 156 | |
| Missing a Javadoc comment. | 160 | |
| Missing a Javadoc comment. | 164 | |
| Missing a Javadoc comment. | 168 | |
| Missing a Javadoc comment. | 172 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| 'static' modifier out of order with the JLS suggestions. | 62 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 | |
| Parameter f should be final. | 76 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Parameter extractionParameters should be final. | 83 | |
| Parameter extractionContext should be final. | 84 | |
| Parameter in should be final. | 85 | |
| Parameter out should be final. | 86 | |
| Expected an @return tag. | 136 | |
| Parameter number should be final. | 136 | |
| Expected @param tag for 'number'. | 136 | |
| Expected an @return tag. | 151 | |
| Parameter number should be final. | 151 | |
| Expected @param tag for 'number'. | 151 | |
| Line is longer than 80 characters. | 166 | |
| Parameter header should be final. | 166 | |
| Expected @param tag for 'header'. | 166 | |
| Parameter out should be final. | 166 | |
| Expected @param tag for 'out'. | 166 | |
| Line is longer than 80 characters. | 189 | |
| Line is longer than 80 characters. | 190 | |
| Line is longer than 80 characters. | 191 | |
| Parameter header should be final. | 196 | |
| Expected @param tag for 'header'. | 196 | |
| Parameter documentURI should be final. | 196 | |
| Expected @param tag for 'documentURI'. | 196 | |
| Missing a Javadoc comment. | 211 | |
| Parameter toBeNormalized should be final. | 211 | |
| Parameter documentURI should be final. | 211 | |
| Line is longer than 80 characters. | 212 | |
| Line is longer than 80 characters. | 220 | |
| Line is longer than 80 characters. | 227 | |
| Line is longer than 80 characters. | 228 | |
| Parameter rowSubject should be final. | 236 | |
| Expected @param tag for 'rowSubject'. | 236 | |
| Parameter values should be final. | 237 | |
| Expected @param tag for 'values'. | 237 | |
| Parameter out should be final. | 238 | |
| Expected @param tag for 'out'. | 238 | |
| Line is longer than 80 characters. | 243 | |
| Missing a Javadoc comment. | 256 | |
| Parameter cell should be final. | 256 | |
| 'if' is not followed by whitespace. | 265 | |
| Line is longer than 80 characters. | 274 | |
| Line is longer than 80 characters. | 275 | |
| Parameter documentURI should be final. | 283 | |
| Expected @param tag for 'documentURI'. | 283 | |
| Parameter out should be final. | 284 | |
| Expected @param tag for 'out'. | 284 | |
| Parameter numberOfRows should be final. | 285 | |
| Expected @param tag for 'numberOfRows'. | 285 | |
| Parameter numberOfColumns should be final. | 286 | |
| Expected @param tag for 'numberOfColumns'. | 286 | |
| Line is longer than 80 characters. | 295 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 302 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 20 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 41 | |
| Name 'vVCARD' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Name 'addressFields' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| Method 'getBaseClassName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Method 'extractEntity' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter node should be final. | 62 | |
| Parameter out should be final. | 62 | |
| 'if' construct must use '{}'s. | 63 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 86 | |
| Line is longer than 80 characters. | 87 | |
| '(' is followed by whitespace. | 87 | |
| ')' is preceded with whitespace. | 87 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 96 | |
| 'static' modifier out of order with the JLS suggestions. | 96 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 96 | |
| Line is longer than 80 characters. | 100 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter validationReport should be final. | 36 | |
| 'validationReport' hides a field. | 36 | |
| Parameter document should be final. | 36 | |
| 'document' hides a field. | 36 | |
| Method 'getReport' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 |
| Violation | Message | Line |
|---|---|---|
| Class DomUtils should be declared as final. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Line has trailing spaces. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 58 | |
| 'static' modifier out of order with the JLS suggestions. | 58 | |
| Name 'xPathEngine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 | |
| Missing a Javadoc comment. | 60 | |
| '{' is not preceded with whitespace. | 60 | |
| '{' is not followed by whitespace. | 60 | |
| '}' is not preceded with whitespace. | 60 | |
| Parameter n should be final. | 69 | |
| 'if' is not followed by whitespace. | 71 | |
| 'for' is not followed by whitespace. | 76 | |
| Line is longer than 80 characters. | 78 | |
| '(' is followed by whitespace. | 78 | |
| '(' is followed by whitespace. | 78 | |
| ')' is preceded with whitespace. | 78 | |
| ')' is preceded with whitespace. | 78 | |
| 'if' is not followed by whitespace. | 81 | |
| '(' is followed by whitespace. | 81 | |
| ')' is preceded with whitespace. | 81 | |
| Line is longer than 80 characters. | 85 | |
| Parameter node should be final. | 96 | |
| 'while' is not followed by whitespace. | 99 | |
| Parameter n should be final. | 117 | |
| 'if' is not followed by whitespace. | 118 | |
| Line is longer than 80 characters. | 122 | |
| '(' is followed by whitespace. | 122 | |
| ')' is preceded with whitespace. | 122 | |
| ')' is preceded with whitespace. | 122 | |
| 'while' is not followed by whitespace. | 124 | |
| Line is longer than 80 characters. | 125 | |
| ')' is preceded with whitespace. | 125 | |
| ')' is preceded with whitespace. | 125 | |
| '(' is followed by whitespace. | 128 | |
| ')' is preceded with whitespace. | 128 | |
| Line is longer than 80 characters. | 136 | |
| Parameter n should be final. | 139 | |
| 'if' construct must use '{}'s. | 140 | |
| 'if' is not followed by whitespace. | 140 | |
| Line is longer than 80 characters. | 142 | |
| '(' is followed by whitespace. | 142 | |
| ')' is preceded with whitespace. | 142 | |
| 'if' construct must use '{}'s. | 143 | |
| 'if' is not followed by whitespace. | 143 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 158 | |
| Line is longer than 80 characters. | 161 | |
| Parameter candidateAncestor should be final. | 161 | |
| Parameter candidateSibling should be final. | 161 | |
| Parameter strict should be final. | 161 | |
| 'if' construct must use '{}'s. | 162 | |
| Line is longer than 80 characters. | 162 | |
| 'if' is not followed by whitespace. | 162 | |
| 'if' construct must use '{}'s. | 163 | |
| Line is longer than 80 characters. | 163 | |
| 'if' is not followed by whitespace. | 163 | |
| ')' is preceded with whitespace. | 163 | |
| 'if' construct must use '{}'s. | 164 | |
| 'if' is not followed by whitespace. | 164 | |
| 'while' is not followed by whitespace. | 166 | |
| 'if' construct must use '{}'s. | 167 | |
| 'if' is not followed by whitespace. | 167 | |
| Line is longer than 80 characters. | 175 | |
| Line is longer than 80 characters. | 179 | |
| Line is longer than 80 characters. | 182 | |
| Parameter candidateAncestor should be final. | 182 | |
| Parameter candidateSibling should be final. | 182 | |
| Parameter root should be final. | 194 | |
| Parameter className should be final. | 194 | |
| Line is longer than 80 characters. | 206 | |
| Parameter root should be final. | 206 | |
| Parameter attrName should be final. | 206 | |
| Line has trailing spaces. | 209 | |
| Line is longer than 80 characters. | 210 | |
| Missing a Javadoc comment. | 210 | |
| Parameter node should be final. | 210 | |
| Parameter attrName should be final. | 210 | |
| Parameter attrContains should be final. | 210 | |
| Missing a Javadoc comment. | 214 | |
| Parameter root should be final. | 214 | |
| Parameter tagName should be final. | 214 | |
| Line has trailing spaces. | 217 | |
| Line is longer than 80 characters. | 218 | |
| Missing a Javadoc comment. | 218 | |
| Parameter root should be final. | 218 | |
| First sentence should end with a period. | 222 | |
| Expected an @return tag. | 225 | |
| Parameter root should be final. | 225 | |
| Expected @param tag for 'root'. | 225 | |
| Parameter id should be final. | 225 | |
| Expected @param tag for 'id'. | 225 | |
| Line is longer than 80 characters. | 229 | |
| Expected an @return tag. | 240 | |
| Parameter node should be final. | 240 | |
| Expected @param tag for 'node'. | 240 | |
| Parameter xpath should be final. | 240 | |
| Expected @param tag for 'xpath'. | 240 | |
| 'if' is not followed by whitespace. | 241 | |
| Line is longer than 80 characters. | 245 | |
| Line is longer than 80 characters. | 252 | |
| Expected an @return tag. | 259 | |
| Parameter node should be final. | 259 | |
| Expected @param tag for 'node'. | 259 | |
| Parameter xpath should be final. | 259 | |
| Expected @param tag for 'xpath'. | 259 | |
| Line is longer than 80 characters. | 261 | |
| 'if' construct must use '{}'s. | 262 | |
| Line is longer than 80 characters. | 266 | |
| Expected an @return tag. | 274 | |
| Parameter node should be final. | 274 | |
| Expected @param tag for 'node'. | 274 | |
| Parameter className should be final. | 274 | |
| Expected @param tag for 'className'. | 274 | |
| Expected an @return tag. | 283 | |
| Line is longer than 80 characters. | 283 | |
| Parameter node should be final. | 283 | |
| Expected @param tag for 'node'. | 283 | |
| Parameter attributeName should be final. | 283 | |
| Expected @param tag for 'attributeName'. | 283 | |
| Parameter className should be final. | 283 | |
| Expected @param tag for 'className'. | 283 | |
| 'for' construct must use '{}'s. | 287 | |
| 'if' construct must use '{}'s. | 288 | |
| Expected an @return tag. | 299 | |
| Parameter node should be final. | 299 | |
| Parameter attributeName should be final. | 299 | |
| Parameter target should be final. | 310 | |
| Expected @param tag for 'target'. | 310 | |
| Line is longer than 80 characters. | 320 | |
| Line is longer than 80 characters. | 323 | |
| Parameter node should be final. | 323 | |
| Parameter attribute should be final. | 323 | |
| Parameter defaultValue should be final. | 323 | |
| 'if' construct must use '{}'s. | 325 | |
| 'if' construct must use '{}'s. | 328 | |
| '==' is not preceded with whitespace. | 328 | |
| '==' is not followed by whitespace. | 328 | |
| Line is longer than 80 characters. | 334 | |
| Line is longer than 80 characters. | 342 | |
| Parameter node should be final. | 342 | |
| Parameter attributePrefix should be final. | 342 | |
| Parameter defaultValue should be final. | 342 | |
| Parameter node should be final. | 365 | |
| Parameter attribute should be final. | 365 | |
| Line is longer than 80 characters. | 380 | |
| Parameter node should be final. | 380 | |
| Parameter indent should be final. | 380 | |
| Expected @throws tag for 'IOException'. | 380 | |
| Line is longer than 80 characters. | 382 | |
| 'if' is not followed by whitespace. | 386 | |
| Line is longer than 80 characters. | 388 | |
| Line is longer than 80 characters. | 398 | |
| Expected an @return tag. | 406 | |
| Line is longer than 80 characters. | 406 | |
| Parameter root should be final. | 406 | |
| Parameter attrContains should be final. | 406 | |
| Line is longer than 80 characters. | 407 | |
| Line is longer than 80 characters. | 414 | |
| Parameter node should be final. | 425 | |
| Line is longer than 80 characters. | 427 | |
| Line is longer than 80 characters. | 433 | |
| Line is longer than 80 characters. | 442 | |
| 'while' construct must use '{}'s. | 455 | |
| Empty statement. | 455 | |
| Line is longer than 80 characters. | 457 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 55 | |
| Expected @throws tag for 'ExtractionException'. | 55 | |
| Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Line is longer than 80 characters. | 59 | |
| '(' is followed by whitespace. | 59 | |
| Line is longer than 80 characters. | 65 | |
| '(' is followed by whitespace. | 65 | |
| ')' is preceded with whitespace. | 65 | |
| Method 'getBlankNodeFor' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Parameter node should be final. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line has trailing spaces. | 81 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 42 | |
| Name 'vVCARD' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| Line is longer than 80 characters. | 48 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Method 'getBaseClassName' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Method 'extractEntity' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter node should be final. | 66 | |
| Parameter out should be final. | 66 | |
| 'if' construct must use '{}'s. | 67 | |
| Line is longer than 80 characters. | 70 | |
| ')' is preceded with whitespace. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 75 | |
| 'if' construct must use '{}'s. | 76 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 93 | |
| '(' is followed by whitespace. | 93 | |
| ')' is preceded with whitespace. | 93 | |
| Line has trailing spaces. | 97 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 43 | |
| Missing a Javadoc comment. | 50 | |
| Name 'vICAL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| Missing a Javadoc comment. | 52 | |
| 'static' modifier out of order with the JLS suggestions. | 52 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Name 'Components' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 72 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| 'if' construct must use '{}'s. | 86 | |
| 'if' construct must use '{}'s. | 89 | |
| 'for' construct must use '{}'s. | 93 | |
| Missing a Javadoc comment. | 99 | |
| Parameter node should be final. | 99 | |
| Line is longer than 80 characters. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Parameter node should be final. | 105 | |
| Parameter cal should be final. | 105 | |
| 'if' construct must use '{}'s. | 109 | |
| 'for' construct must use '{}'s. | 111 | |
| Line is longer than 80 characters. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Parameter node should be final. | 117 | |
| Parameter cal should be final. | 117 | |
| Parameter component should be final. | 117 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 129 | |
| '(' is followed by whitespace. | 129 | |
| ')' is preceded with whitespace. | 129 | |
| Missing a Javadoc comment. | 134 | |
| Parameter compoNode should be final. | 134 | |
| Parameter evt should be final. | 134 | |
| Line is longer than 80 characters. | 142 | |
| Missing a Javadoc comment. | 142 | |
| Parameter compoNode should be final. | 142 | |
| Parameter evt should be final. | 142 | |
| 'if' construct must use '{}'s. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Missing a Javadoc comment. | 148 | |
| Parameter compoNode should be final. | 148 | |
| Parameter evt should be final. | 148 | |
| Line is longer than 80 characters. | 152 | |
| Missing a Javadoc comment. | 164 | |
| Parameter compoNode should be final. | 164 | |
| Parameter evt should be final. | 164 | |
| Line is longer than 80 characters. | 168 | |
| Missing a Javadoc comment. | 180 | |
| Parameter node should be final. | 180 | |
| Parameter evt should be final. | 180 | |
| Line is longer than 80 characters. | 203 | |
| '(' is followed by whitespace. | 203 | |
| Line is longer than 80 characters. | 206 | |
| Line is longer than 80 characters. | 212 |
| Violation | Message | Line |
|---|---|---|
| '(' is followed by whitespace. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| Missing a Javadoc comment. | 55 | |
| Name 'vCARD' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 61 | |
| 'static' modifier out of order with the JLS suggestions. | 61 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 | |
| Line is longer than 80 characters. | 65 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Method 'getBaseClassName' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Method 'resetExtractor' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Line is longer than 80 characters. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter document should be final. | 84 | |
| Parameter node should be final. | 84 | |
| Parameter report should be final. | 84 | |
| Line is longer than 80 characters. | 87 | |
| Line is longer than 80 characters. | 97 | |
| 'if' construct must use '{}'s. | 98 | |
| 'if' construct must use '{}'s. | 105 | |
| Line is longer than 80 characters. | 107 | |
| '(' is followed by whitespace. | 107 | |
| ')' is preceded with whitespace. | 107 | |
| 'if' construct must use '{}'s. | 109 | |
| 'if' is not followed by whitespace. | 111 | |
| '(' is followed by whitespace. | 111 | |
| ')' is preceded with whitespace. | 111 | |
| Method 'extractEntity' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Parameter node should be final. | 125 | |
| Parameter out should be final. | 125 | |
| Line is longer than 80 characters. | 137 | |
| 'if' construct must use '{}'s. | 156 | |
| Line is longer than 80 characters. | 160 | |
| '(' is followed by whitespace. | 160 | |
| ')' is preceded with whitespace. | 160 | |
| Missing a Javadoc comment. | 165 | |
| Parameter card should be final. | 165 | |
| Line is longer than 80 characters. | 167 | |
| Line is longer than 80 characters. | 172 | |
| 'for' is not followed by whitespace. | 181 | |
| Line is longer than 80 characters. | 184 | |
| Line is longer than 80 characters. | 189 | |
| Missing a Javadoc comment. | 196 | |
| Parameter card should be final. | 196 | |
| Parameter type should be final. | 196 | |
| Parameter value should be final. | 196 | |
| Line is longer than 80 characters. | 209 | |
| Missing a Javadoc comment. | 209 | |
| Parameter className should be final. | 209 | |
| Parameter resource should be final. | 209 | |
| Parameter property should be final. | 209 | |
| 'if' construct must use '{}'s. | 211 | |
| Line is longer than 80 characters. | 221 | |
| Missing a Javadoc comment. | 221 | |
| Parameter className should be final. | 221 | |
| Parameter resource should be final. | 221 | |
| Parameter property should be final. | 221 | |
| Line is longer than 80 characters. | 222 | |
| Line is longer than 80 characters. | 235 | |
| Line is longer than 80 characters. | 237 | |
| Parameter className should be final. | 237 | |
| Expected @param tag for 'className'. | 237 | |
| Parameter resource should be final. | 237 | |
| Expected @param tag for 'resource'. | 237 | |
| Parameter property should be final. | 237 | |
| Expected @param tag for 'property'. | 237 | |
| Line is longer than 80 characters. | 238 | |
| 'for' is not followed by whitespace. | 240 | |
| Missing a Javadoc comment. | 249 | |
| Parameter card should be final. | 249 | |
| Line is longer than 80 characters. | 250 | |
| Missing a Javadoc comment. | 261 | |
| Parameter card should be final. | 261 | |
| Missing a Javadoc comment. | 269 | |
| Parameter card should be final. | 269 | |
| Name 'class_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 270 | |
| Missing a Javadoc comment. | 277 | |
| Parameter card should be final. | 277 | |
| Missing a Javadoc comment. | 288 | |
| Parameter card should be final. | 288 | |
| Line is longer than 80 characters. | 293 | |
| Missing a Javadoc comment. | 299 | |
| Parameter card should be final. | 299 | |
| Line is longer than 80 characters. | 300 | |
| Missing a Javadoc comment. | 308 | |
| Parameter mail should be final. | 308 | |
| 'if' construct must use '{}'s. | 309 | |
| Missing a Javadoc comment. | 313 | |
| Line is longer than 80 characters. | 315 | |
| 'if' construct must use '{}'s. | 317 | |
| Line is longer than 80 characters. | 323 | |
| Missing a Javadoc comment. | 323 | |
| Parameter n should be final. | 323 | |
| Parameter bn should be final. | 323 | |
| Parameter fieldName should be final. | 323 | |
| Parameter fieldValue should be final. | 323 | |
| Line is longer than 80 characters. | 325 | |
| Missing a Javadoc comment. | 329 | |
| Parameter card should be final. | 329 | |
| Line is longer than 80 characters. | 342 | |
| 'for' is not followed by whitespace. | 343 | |
| 'if' is not followed by whitespace. | 351 | |
| Missing a Javadoc comment. | 361 | |
| Missing a Javadoc comment. | 365 | |
| Parameter card should be final. | 365 | |
| 'if' is not followed by whitespace. | 367 | |
| Missing a Javadoc comment. | 376 | |
| 'if' construct must use '{}'s. | 378 | |
| 'if' is not followed by whitespace. | 381 | |
| '(' is followed by whitespace. | 382 | |
| ')' is preceded with whitespace. | 382 | |
| 'if' is not followed by whitespace. | 385 | |
| ')' is preceded with whitespace. | 385 | |
| '(' is followed by whitespace. | 388 | |
| ')' is preceded with whitespace. | 388 | |
| Missing a Javadoc comment. | 393 | |
| Parameter card should be final. | 393 | |
| 'if' construct must use '{}'s. | 394 | |
| Line is longer than 80 characters. | 404 | |
| '(' is followed by whitespace. | 404 | |
| ')' is preceded with whitespace. | 404 | |
| 'if' is not followed by whitespace. | 407 | |
| Line is longer than 80 characters. | 410 | |
| Missing a Javadoc comment. | 416 | |
| Parameter card should be final. | 416 | |
| Line is longer than 80 characters. | 420 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 69 | |
| Parameter sarray should be final. | 69 | |
| Parameter delimiter should be final. | 69 | |
| 'for' is not followed by whitespace. | 72 | |
| 'if' is not followed by whitespace. | 74 | |
| '(' is followed by whitespace. | 74 | |
| '(' is followed by whitespace. | 78 | |
| ')' is preceded with whitespace. | 78 | |
| ';' is preceded with whitespace. | 78 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Method 'setField' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter fieldName should be final. | 91 | |
| Parameter nd should be final. | 91 | |
| '(' is followed by whitespace. | 92 | |
| ')' is preceded with whitespace. | 92 | |
| 'if' construct must use '{}'s. | 93 | |
| 'if' is not followed by whitespace. | 95 | |
| '(' is followed by whitespace. | 99 | |
| ')' is preceded with whitespace. | 99 | |
| Method 'setFullName' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Parameter nd should be final. | 102 | |
| '(' is followed by whitespace. | 103 | |
| ')' is preceded with whitespace. | 103 | |
| 'if' construct must use '{}'s. | 104 | |
| Line is longer than 80 characters. | 106 | |
| 'if' is not followed by whitespace. | 109 | |
| '-' is not followed by whitespace. | 109 | |
| '-' is not followed by whitespace. | 111 | |
| 'for' is not followed by whitespace. | 115 | |
| Method 'setOrganization' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Parameter nd should be final. | 121 | |
| '(' is followed by whitespace. | 122 | |
| ')' is preceded with whitespace. | 122 | |
| 'if' construct must use '{}'s. | 123 | |
| Method 'isMultiField' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Missing a Javadoc comment. | 127 | |
| Parameter fieldName should be final. | 127 | |
| Method 'containsField' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Missing a Javadoc comment. | 132 | |
| Parameter fieldName should be final. | 132 | |
| Line is longer than 80 characters. | 133 | |
| Method 'getField' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Parameter fieldName should be final. | 136 | |
| Avoid inline conditionals. | 144 | |
| Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Missing a Javadoc comment. | 147 | |
| Parameter fieldName should be final. | 147 | |
| Avoid inline conditionals. | 149 | |
| Missing a Javadoc comment. | 152 | |
| Parameter fieldName should be final. | 152 | |
| Parameter index should be final. | 152 | |
| 'if' construct must use '{}'s. | 156 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 158 | |
| 'if' construct must use '{}'s. | 161 | |
| Line is longer than 80 characters. | 162 | |
| Avoid inline conditionals. | 162 | |
| Method 'hasField' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Missing a Javadoc comment. | 165 | |
| Parameter fieldName should be final. | 165 | |
| Method 'hasAnyField' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Missing a Javadoc comment. | 169 | |
| 'if' construct must use '{}'s. | 171 | |
| Method 'getFullName' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Missing a Javadoc comment. | 176 | |
| 'if' construct must use '{}'s. | 177 | |
| 'if' construct must use '{}'s. | 183 | |
| 'if' is not followed by whitespace. | 188 | |
| '(' is followed by whitespace. | 189 | |
| ')' is preceded with whitespace. | 189 | |
| 'if' construct must use '{}'s. | 192 | |
| '(' is followed by whitespace. | 193 | |
| Method 'getOrganization' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Missing a Javadoc comment. | 196 | |
| Method 'setOrganizationUnit' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| Missing a Javadoc comment. | 200 | |
| Parameter nd should be final. | 200 | |
| '(' is followed by whitespace. | 201 | |
| ')' is preceded with whitespace. | 201 | |
| 'if' construct must use '{}'s. | 202 | |
| ')' is preceded with whitespace. | 203 | |
| Method 'getOrganizationUnit' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Missing a Javadoc comment. | 206 | |
| Missing a Javadoc comment. | 210 | |
| Parameter s should be final. | 210 | |
| 'if' construct must use '{}'s. | 211 | |
| 'if' construct must use '{}'s. | 213 | |
| Missing a Javadoc comment. | 222 | |
| Missing a Javadoc comment. | 223 | |
| Missing a Javadoc comment. | 225 | |
| '{' is not followed by whitespace. | 225 | |
| '}' is not preceded with whitespace. | 225 | |
| Missing a Javadoc comment. | 227 | |
| Parameter v should be final. | 227 | |
| 'if' is not followed by whitespace. | 228 | |
| 'if' is not followed by whitespace. | 230 | |
| Missing a Javadoc comment. | 240 | |
| Missing a Javadoc comment. | 244 | |
| Avoid inline conditionals. | 245 | |
| Missing a Javadoc comment. | 248 | |
| Avoid inline conditionals. | 249 | |
| Line has trailing spaces. | 252 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 44 | |
| Missing a Javadoc comment. | 51 | |
| Name 'hLISTING' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Name 'foaf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Name 'ActionClasses' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 | |
| ')' is preceded with whitespace. | 56 | |
| ')' is preceded with whitespace. | 57 | |
| ')' is preceded with whitespace. | 58 | |
| ')' is preceded with whitespace. | 59 | |
| ')' is preceded with whitespace. | 61 | |
| ')' is preceded with whitespace. | 62 | |
| ')' is preceded with whitespace. | 63 | |
| ')' is preceded with whitespace. | 64 | |
| Missing a Javadoc comment. | 68 | |
| Name 'validClassesForAddress' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 80 | |
| 'static' modifier out of order with the JLS suggestions. | 80 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 | |
| Line is longer than 80 characters. | 84 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Method 'getBaseClassName' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Method 'extractEntity' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Parameter node should be final. | 103 | |
| Parameter out should be final. | 103 | |
| Line is longer than 80 characters. | 109 | |
| ')' is preceded with whitespace. | 111 | |
| Missing a Javadoc comment. | 129 | |
| Parameter listing should be final. | 129 | |
| 'if' construct must use '{}'s. | 131 | |
| Line is longer than 80 characters. | 143 | |
| Missing a Javadoc comment. | 148 | |
| Parameter doc should be final. | 148 | |
| Parameter blankItem should be final. | 148 | |
| Line is longer than 80 characters. | 150 | |
| Line is longer than 80 characters. | 151 | |
| 'for' construct must use '{}'s. | 152 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 160 | |
| Missing a Javadoc comment. | 167 | |
| Parameter listing should be final. | 167 | |
| Line is longer than 80 characters. | 168 | |
| Missing a Javadoc comment. | 175 | |
| Parameter listing should be final. | 175 | |
| Missing a Javadoc comment. | 183 | |
| Parameter listing should be final. | 183 | |
| Missing a Javadoc comment. | 191 | |
| Parameter listing should be final. | 191 | |
| Missing a Javadoc comment. | 199 | |
| Parameter listing should be final. | 199 | |
| Line is longer than 80 characters. | 205 | |
| Missing a Javadoc comment. | 212 | |
| 'if' construct must use '{}'s. | 216 | |
| Missing a Javadoc comment. | 228 | |
| Parameter doc should be final. | 228 | |
| Parameter blankLister should be final. | 228 | |
| Line is longer than 80 characters. | 236 | |
| Missing a Javadoc comment. | 236 | |
| Parameter doc should be final. | 236 | |
| Parameter blankLister should be final. | 236 | |
| Line is longer than 80 characters. | 238 | |
| Missing a Javadoc comment. | 241 | |
| Parameter doc should be final. | 241 | |
| Parameter blankLister should be final. | 241 | |
| Line is longer than 80 characters. | 243 | |
| Missing a Javadoc comment. | 246 | |
| Parameter doc should be final. | 246 | |
| Parameter blankLister should be final. | 246 | |
| Line is longer than 80 characters. | 254 | |
| Missing a Javadoc comment. | 254 | |
| Parameter doc should be final. | 254 | |
| Parameter blankLister should be final. | 254 | |
| Line is longer than 80 characters. | 256 | |
| Missing a Javadoc comment. | 259 | |
| Parameter doc should be final. | 259 | |
| Parameter blankLister should be final. | 259 | |
| Missing a Javadoc comment. | 267 | |
| Parameter item should be final. | 267 | |
| Parameter blankItem should be final. | 267 | |
| Line is longer than 80 characters. | 275 | |
| Missing a Javadoc comment. | 275 | |
| Parameter item should be final. | 275 | |
| Parameter blankItem should be final. | 275 | |
| Line is longer than 80 characters. | 277 | |
| Line is longer than 80 characters. | 280 | |
| Missing a Javadoc comment. | 280 | |
| Parameter doc should be final. | 280 | |
| Parameter blankLister should be final. | 280 | |
| Line is longer than 80 characters. | 282 | |
| Line is longer than 80 characters. | 283 | |
| Line is longer than 80 characters. | 285 | |
| Line is longer than 80 characters. | 288 | |
| Missing a Javadoc comment. | 291 | |
| Parameter doc should be final. | 291 | |
| 'if' construct must use '{}'s. | 296 | |
| 'if' construct must use '{}'s. | 302 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 42 | |
| Name 'vHRECIPE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| Missing a Javadoc comment. | 44 | |
| 'static' modifier out of order with the JLS suggestions. | 44 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| Line is longer than 80 characters. | 48 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Method 'getBaseClassName' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Method 'extractEntity' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Parameter node should be final. | 70 | |
| Parameter out should be final. | 70 | |
| Line is longer than 80 characters. | 96 | |
| Parameter fragment should be final. | 96 | |
| Expected @param tag for 'fragment'. | 96 | |
| Parameter recipe should be final. | 96 | |
| Expected @param tag for 'recipe'. | 96 | |
| Parameter fieldClass should be final. | 96 | |
| Expected @param tag for 'fieldClass'. | 96 | |
| Parameter property should be final. | 96 | |
| Expected @param tag for 'property'. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Parameter fragment should be final. | 109 | |
| Expected @param tag for 'fragment'. | 109 | |
| Parameter recipe should be final. | 109 | |
| Expected @param tag for 'recipe'. | 109 | |
| Expected an @return tag. | 120 | |
| Line is longer than 80 characters. | 120 | |
| Parameter fragment should be final. | 120 | |
| Expected @param tag for 'fragment'. | 120 | |
| Parameter ingredient should be final. | 120 | |
| Expected @param tag for 'ingredient'. | 120 | |
| Line is longer than 80 characters. | 129 | |
| Line is longer than 80 characters. | 130 | |
| Parameter fragment should be final. | 141 | |
| Expected @param tag for 'fragment'. | 141 | |
| Parameter recipe should be final. | 141 | |
| Expected @param tag for 'recipe'. | 141 | |
| Line is longer than 80 characters. | 142 | |
| 'for' is not followed by whitespace. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Parameter fragment should be final. | 154 | |
| Expected @param tag for 'fragment'. | 154 | |
| Parameter recipe should be final. | 154 | |
| Expected @param tag for 'recipe'. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Parameter fragment should be final. | 165 | |
| Expected @param tag for 'fragment'. | 165 | |
| Parameter recipe should be final. | 165 | |
| Expected @param tag for 'recipe'. | 165 | |
| Comment matches to-do format 'TODO:'. | 176 | |
| Line is longer than 80 characters. | 176 | |
| Expected an @return tag. | 177 | |
| Line is longer than 80 characters. | 177 | |
| Parameter fragment should be final. | 177 | |
| Expected @param tag for 'fragment'. | 177 | |
| Parameter duration should be final. | 177 | |
| Expected @param tag for 'duration'. | 177 | |
| Line is longer than 80 characters. | 184 | |
| Parameter fragment should be final. | 194 | |
| Expected @param tag for 'fragment'. | 194 | |
| Parameter recipe should be final. | 194 | |
| Expected @param tag for 'recipe'. | 194 | |
| Line is longer than 80 characters. | 195 | |
| 'for' is not followed by whitespace. | 196 | |
| Line is longer than 80 characters. | 197 | |
| Line is longer than 80 characters. | 208 | |
| Parameter fragment should be final. | 208 | |
| Expected @param tag for 'fragment'. | 208 | |
| Parameter recipe should be final. | 208 | |
| Expected @param tag for 'recipe'. | 208 | |
| Expected @throws tag for 'ExtractionException'. | 208 | |
| Line is longer than 80 characters. | 209 | |
| 'for' is not followed by whitespace. | 210 | |
| Line is longer than 80 characters. | 211 | |
| Parameter fragment should be final. | 221 | |
| Expected @param tag for 'fragment'. | 221 | |
| Parameter recipe should be final. | 221 | |
| Expected @param tag for 'recipe'. | 221 | |
| Parameter fragment should be final. | 231 | |
| Expected @param tag for 'fragment'. | 231 | |
| Parameter recipe should be final. | 231 | |
| Expected @param tag for 'recipe'. | 231 | |
| Line is longer than 80 characters. | 232 | |
| 'for' is not followed by whitespace. | 233 | |
| Comment matches to-do format 'TODO:'. | 247 | |
| Line is longer than 80 characters. | 247 | |
| Parameter fragment should be final. | 248 | |
| Expected @param tag for 'fragment'. | 248 | |
| Parameter recipe should be final. | 248 | |
| Expected @param tag for 'recipe'. | 248 | |
| Expected an @return tag. | 259 | |
| Line is longer than 80 characters. | 259 | |
| Parameter fragment should be final. | 259 | |
| Expected @param tag for 'fragment'. | 259 | |
| Parameter nutrition should be final. | 259 | |
| Expected @param tag for 'nutrition'. | 259 | |
| Line is longer than 80 characters. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Parameter fragment should be final. | 277 | |
| Expected @param tag for 'fragment'. | 277 | |
| Parameter recipe should be final. | 277 | |
| Expected @param tag for 'recipe'. | 277 | |
| Line is longer than 80 characters. | 278 | |
| Line is longer than 80 characters. | 280 | |
| Parameter fragment should be final. | 290 | |
| Expected @param tag for 'fragment'. | 290 | |
| Parameter recipe should be final. | 290 | |
| Expected @param tag for 'recipe'. | 290 | |
| 'for' is not followed by whitespace. | 292 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 44 | |
| Name 'vFOAF' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Name 'vDOAC' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| Missing a Javadoc comment. | 47 | |
| 'static' modifier out of order with the JLS suggestions. | 47 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| Line is longer than 80 characters. | 51 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Method 'getBaseClassName' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Method 'extractEntity' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Parameter node should be final. | 70 | |
| Parameter out should be final. | 70 | |
| 'if' construct must use '{}'s. | 71 | |
| Missing a Javadoc comment. | 93 | |
| Parameter doc should be final. | 93 | |
| Parameter person should be final. | 93 | |
| Missing a Javadoc comment. | 103 | |
| Parameter doc should be final. | 103 | |
| Parameter person should be final. | 103 | |
| 'if' construct must use '{}'s. | 105 | |
| Line is longer than 80 characters. | 108 | |
| Missing a Javadoc comment. | 112 | |
| Parameter doc should be final. | 112 | |
| Parameter person should be final. | 112 | |
| 'if' construct must use '{}'s. | 116 | |
| Missing a Javadoc comment. | 124 | |
| Parameter exp should be final. | 124 | |
| Parameter document should be final. | 124 | |
| Line is longer than 80 characters. | 130 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 138 | |
| Line is longer than 80 characters. | 142 | |
| Missing a Javadoc comment. | 147 | |
| Parameter doc should be final. | 147 | |
| Parameter person should be final. | 147 | |
| 'if' construct must use '{}'s. | 151 | |
| Missing a Javadoc comment. | 159 | |
| Parameter doc should be final. | 159 | |
| Parameter person should be final. | 159 | |
| Missing a Javadoc comment. | 169 | |
| Parameter doc should be final. | 169 | |
| Parameter person should be final. | 169 | |
| 'for' is not followed by whitespace. | 182 | |
| 'for' is not followed by whitespace. | 185 | |
| Missing a Javadoc comment. | 194 | |
| Parameter n should be final. | 194 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 48 | |
| Name 'vREVIEW' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Name 'vVCARD' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Name 'vDCTERMS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| Missing a Javadoc comment. | 52 | |
| 'static' modifier out of order with the JLS suggestions. | 52 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| Line is longer than 80 characters. | 56 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Method 'getBaseClassName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Line is longer than 80 characters. | 74 | |
| Method 'extractEntity' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Parameter node should be final. | 74 | |
| Parameter out should be final. | 74 | |
| Missing a Javadoc comment. | 96 | |
| Parameter doc should be final. | 96 | |
| Parameter rev should be final. | 96 | |
| Missing a Javadoc comment. | 104 | |
| Parameter doc should be final. | 104 | |
| Parameter rev should be final. | 104 | |
| Line is longer than 80 characters. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Parameter root should be final. | 115 | |
| Parameter rev should be final. | 115 | |
| Missing a Javadoc comment. | 126 | |
| Parameter item should be final. | 126 | |
| Line is longer than 80 characters. | 134 | |
| Array brackets at illegal position. | 135 | |
| Line is longer than 80 characters. | 137 | |
| Missing a Javadoc comment. | 142 | |
| Parameter doc should be final. | 142 | |
| Parameter rev should be final. | 142 | |
| Missing a Javadoc comment. | 149 | |
| Parameter doc should be final. | 149 | |
| Parameter rev should be final. | 149 | |
| Missing a Javadoc comment. | 157 | |
| Parameter doc should be final. | 157 | |
| Parameter rev should be final. | 157 | |
| Missing a Javadoc comment. | 165 | |
| Parameter doc should be final. | 165 | |
| Parameter rev should be final. | 165 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 49 | |
| 'static' modifier out of order with the JLS suggestions. | 49 | |
| Name 'xPathEngine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Missing a Javadoc comment. | 50 | |
| 'static' modifier out of order with the JLS suggestions. | 50 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Line is longer than 80 characters. | 59 | |
| Parameter node should be final. | 64 | |
| ')' is preceded with whitespace. | 69 | |
| '(' is followed by whitespace. | 70 | |
| 'for' construct must use '{}'s. | 76 | |
| '(' is followed by whitespace. | 78 | |
| Line is longer than 80 characters. | 81 | |
| 'else' construct must use '{}'s. | 86 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 97 | |
| Parameter res should be final. | 102 | |
| Expected @param tag for 'res'. | 102 | |
| Parameter node should be final. | 102 | |
| Expected @param tag for 'node'. | 102 | |
| '(' is followed by whitespace. | 106 | |
| ')' is preceded with whitespace. | 106 | |
| '(' is followed by whitespace. | 111 | |
| ')' is preceded with whitespace. | 111 | |
| '(' is followed by whitespace. | 114 | |
| ')' is preceded with whitespace. | 114 | |
| '(' is followed by whitespace. | 117 | |
| ')' is preceded with whitespace. | 117 | |
| '(' is followed by whitespace. | 120 | |
| ')' is preceded with whitespace. | 120 | |
| '(' is followed by whitespace. | 122 | |
| ')' is preceded with whitespace. | 122 | |
| Line is longer than 80 characters. | 128 | |
| Parameter hrefAttributeContent should be final. | 133 | |
| 'if' is not followed by whitespace. | 138 | |
| '(' is followed by whitespace. | 138 | |
| ')' is preceded with whitespace. | 138 | |
| Line is longer than 80 characters. | 146 | |
| Parameter attributes should be final. | 151 | |
| Parameter node should be final. | 164 | |
| Parameter prettify should be final. | 164 | |
| Line is longer than 80 characters. | 166 | |
| Avoid inline conditionals. | 166 | |
| Line has trailing spaces. | 171 | |
| Parameter document should be final. | 174 | |
| 'document' hides a field. | 174 | |
| Expected @param tag for 'document'. | 174 | |
| 'if' construct must use '{}'s. | 175 | |
| Line is longer than 80 characters. | 176 | |
| Line is longer than 80 characters. | 182 | |
| Method 'resolveURI' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Parameter uri should be final. | 184 | |
| Expected @param tag for 'uri'. | 184 | |
| Method 'find' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Missing a Javadoc comment. | 188 | |
| Parameter xpath should be final. | 188 | |
| Method 'findNodeById' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| Missing a Javadoc comment. | 192 | |
| Parameter id should be final. | 192 | |
| Method 'findAll' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Missing a Javadoc comment. | 196 | |
| Parameter xpath should be final. | 196 | |
| Method 'findMicroformattedValue' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| Missing a Javadoc comment. | 200 | |
| Parameter objectTag should be final. | 201 | |
| Parameter object should be final. | 202 | |
| Parameter fieldTag should be final. | 203 | |
| Parameter field should be final. | 204 | |
| Parameter key should be final. | 205 | |
| 'if' construct must use '{}'s. | 208 | |
| 'if' construct must use '{}'s. | 211 | |
| Line is longer than 80 characters. | 216 | |
| Line is longer than 80 characters. | 217 | |
| Line is longer than 80 characters. | 223 | |
| Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| Missing a Javadoc comment. | 228 | |
| Line has trailing spaces. | 233 | |
| Method 'getSingularTextField' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| Parameter className should be final. | 239 | |
| 'if' construct must use '{}'s. | 241 | |
| Line has trailing spaces. | 248 | |
| Method 'getPluralTextField' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| Parameter className should be final. | 252 | |
| Line is longer than 80 characters. | 254 | |
| '(' is followed by whitespace. | 256 | |
| ')' is preceded with whitespace. | 256 | |
| '(' is followed by whitespace. | 258 | |
| ')' is preceded with whitespace. | 258 | |
| Line is longer than 80 characters. | 262 | |
| Method 'getSingularUrlField' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| Parameter className should be final. | 268 | |
| 'if' construct must use '{}'s. | 270 | |
| Line is longer than 80 characters. | 276 | |
| Method 'getPluralUrlField' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| Parameter className should be final. | 281 | |
| Line is longer than 80 characters. | 283 | |
| 'for' construct must use '{}'s. | 284 | |
| '(' is followed by whitespace. | 286 | |
| ')' is preceded with whitespace. | 286 | |
| Method 'findMicroformattedObjectNode' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| Missing a Javadoc comment. | 289 | |
| Parameter objectTag should be final. | 289 | |
| Parameter name should be final. | 289 | |
| Line is longer than 80 characters. | 290 | |
| 'if' construct must use '{}'s. | 291 | |
| Method 'readAttribute' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| Parameter attribute should be final. | 303 | |
| Method 'findAllByClassName' is not designed for extension - needs to be abstract, final or empty. | 313 | |
| Parameter clazz should be final. | 313 | |
| Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| 'if' is not followed by whitespace. | 325 | |
| Method 'getDefaultLanguage' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| Line is longer than 80 characters. | 340 | |
| Avoid inline conditionals. | 348 | |
| Line is longer than 80 characters. | 352 | |
| Method 'getPathToLocalRoot' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| Method 'extractRelTagNodes' is not designed for extension - needs to be abstract, final or empty. | 365 | |
| Line is longer than 80 characters. | 366 | |
| 'for' is not followed by whitespace. | 368 | |
| '(' is followed by whitespace. | 371 | |
| ')' is preceded with whitespace. | 371 | |
| Missing a Javadoc comment. | 374 | |
| Line is longer than 80 characters. | 378 | |
| Line is longer than 80 characters. | 380 | |
| Line is longer than 80 characters. | 382 | |
| Line is longer than 80 characters. | 384 | |
| Missing a Javadoc comment. | 395 | |
| Missing a Javadoc comment. | 396 | |
| Missing a Javadoc comment. | 398 | |
| Parameter value should be final. | 398 | |
| 'value' hides a field. | 398 | |
| Parameter source should be final. | 398 | |
| 'source' hides a field. | 398 | |
| Method 'value' is not designed for extension - needs to be abstract, final or empty. | 403 | |
| Missing a Javadoc comment. | 403 | |
| Method 'source' is not designed for extension - needs to be abstract, final or empty. | 407 | |
| Missing a Javadoc comment. | 407 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 48 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Name 'vSINDICE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 64 | |
| 'static' modifier out of order with the JLS suggestions. | 64 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 | |
| Line is longer than 80 characters. | 68 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Parameter extractionParameters should be final. | 77 | |
| Parameter extractionContext should be final. | 78 | |
| Parameter in should be final. | 79 | |
| Parameter out should be final. | 80 | |
| 'if' is not followed by whitespace. | 87 | |
| 'for' is not followed by whitespace. | 93 | |
| 'if' is not followed by whitespace. | 95 | |
| Line is longer than 80 characters. | 107 | |
| Parameter in should be final. | 112 | |
| Missing a Javadoc comment. | 120 | |
| Parameter in should be final. | 120 | |
| 'profile' hides a field. | 121 | |
| Parameter in should be final. | 133 | |
| Expected @param tag for 'in'. | 133 | |
| 'for' is not followed by whitespace. | 135 | |
| 'if' is not followed by whitespace. | 139 | |
| '!=' is not followed by whitespace. | 139 | |
| Missing a Javadoc comment. | 145 | |
| Parameter in should be final. | 145 | |
| Parameter baseProfile should be final. | 145 | |
| Missing a Javadoc comment. | 168 | |
| Parameter name should be final. | 168 | |
| 'if' is not followed by whitespace. | 170 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Missing a Javadoc comment. | 176 | |
| Missing a Javadoc comment. | 180 | |
| Missing a Javadoc comment. | 182 | |
| Missing a Javadoc comment. | 184 | |
| Missing a Javadoc comment. | 186 | |
| Missing a Javadoc comment. | 188 | |
| Missing a Javadoc comment. | 190 | |
| Parameter xpath should be final. | 190 | |
| 'xpath' hides a field. | 190 | |
| Parameter name should be final. | 190 | |
| 'name' hides a field. | 190 | |
| Parameter content should be final. | 190 | |
| 'content' hides a field. | 190 | |
| Missing a Javadoc comment. | 196 | |
| Parameter xpath should be final. | 196 | |
| 'xpath' hides a field. | 196 | |
| Parameter name should be final. | 196 | |
| 'name' hides a field. | 196 | |
| Parameter content should be final. | 196 | |
| 'content' hides a field. | 196 | |
| Parameter lang should be final. | 196 | |
| 'lang' hides a field. | 196 | |
| Missing a Javadoc comment. | 201 | |
| Missing a Javadoc comment. | 205 | |
| Parameter name should be final. | 205 | |
| 'name' hides a field. | 205 | |
| Missing a Javadoc comment. | 209 | |
| Missing a Javadoc comment. | 213 | |
| Parameter lang should be final. | 213 | |
| 'lang' hides a field. | 213 | |
| Missing a Javadoc comment. | 217 | |
| Missing a Javadoc comment. | 221 | |
| Parameter content should be final. | 221 | |
| 'content' hides a field. | 221 | |
| Parameter o should be final. | 226 | |
| 'if' construct must use '{}'s. | 227 | |
| 'if' construct must use '{}'s. | 228 | |
| 'if' construct must use '{}'s. | 232 | |
| Line is longer than 80 characters. | 232 | |
| Avoid inline conditionals. | 232 | |
| Avoid inline conditionals. | 239 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter extractionParameters should be final. | 47 | |
| Parameter extractionContext should be final. | 48 | |
| Parameter in should be final. | 49 | |
| Parameter out should be final. | 50 | |
| '+' should be on a new line. | 57 | |
| '+' should be on a new line. | 58 | |
| '+' should be on a new line. | 59 | |
| '+' should be on a new line. | 60 | |
| '+' should be on a new line. | 61 | |
| '+' should be on a new line. | 62 | |
| '+' should be on a new line. | 63 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 97 | |
| 'static' modifier out of order with the JLS suggestions. | 97 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 97 | |
| Line is longer than 80 characters. | 101 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 48 | |
| 'static' modifier out of order with the JLS suggestions. | 48 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| Line is longer than 80 characters. | 52 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter extractionParameters should be final. | 58 | |
| Parameter extractionContext should be final. | 59 | |
| Parameter in should be final. | 60 | |
| Parameter out should be final. | 61 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 65 | |
| 'if' construct must use '{}'s. | 66 | |
| Line is longer than 80 characters. | 77 | |
| 'factory' hides a field. | 77 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Missing a Javadoc comment. | 85 | |
| Parameter curie should be final. | 85 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 48 | |
| Name 'vXHTML' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| Missing a Javadoc comment. | 50 | |
| 'static' modifier out of order with the JLS suggestions. | 50 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| Line is longer than 80 characters. | 54 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter extractionParameters should be final. | 60 | |
| Parameter extractionContext should be final. | 61 | |
| Parameter in should be final. | 62 | |
| Parameter out should be final. | 63 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 80 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Line has trailing spaces. | 87 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Variable 'valueFactory' must be private and have accessor methods. | 57 | |
| Line is longer than 80 characters. | 70 | |
| Extra HTML tag found: </i>SHOULD</i> have names (either URIs or AnonId) that | 70 | |
| Extra HTML tag found: </i> have names (either URIs or AnonId) that | 70 | |
| Expected an @return tag. | 74 | |
| Expected @throws tag for 'ExtractionException'. | 74 | |
| Method 'getHTMLDocument' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Method 'getExtractionContext' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Method 'getDocumentURI' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 88 | |
| Parameter extractionParameters should be final. | 89 | |
| Parameter extractionContext should be final. | 90 | |
| Parameter in should be final. | 91 | |
| Parameter out should be final. | 92 | |
| 'out' hides a field. | 92 | |
| Line is longer than 80 characters. | 107 | |
| Method 'getCurrentExtractionResult' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Method 'openSubResult' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Parameter context should be final. | 116 | |
| 'context' hides a field. | 116 | |
| Line is longer than 80 characters. | 121 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 128 | |
| Method 'conditionallyAddStringProperty' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Parameter n should be final. | 131 | |
| Parameter subject should be final. | 132 | |
| Parameter p should be final. | 132 | |
| Parameter value should be final. | 132 | |
| 'if' construct must use '{}'s. | 134 | |
| Line has trailing spaces. | 137 | |
| Line is longer than 80 characters. | 148 | |
| Line is longer than 80 characters. | 152 | |
| Method 'conditionallyAddLiteralProperty' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Parameter n should be final. | 155 | |
| Parameter subject should be final. | 156 | |
| Parameter property should be final. | 157 | |
| Parameter literal should be final. | 158 | |
| 'if' is not followed by whitespace. | 161 | |
| '(' is followed by whitespace. | 161 | |
| ')' is preceded with whitespace. | 161 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 172 | |
| ')' is preceded with whitespace. | 172 | |
| Line has trailing spaces. | 181 | |
| Line is longer than 80 characters. | 181 | |
| Line is longer than 80 characters. | 183 | |
| Method 'conditionallyAddResourceProperty' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Parameter subject should be final. | 183 | |
| Parameter property should be final. | 183 | |
| Parameter uri should be final. | 183 | |
| 'if' construct must use '{}'s. | 184 | |
| Line is longer than 80 characters. | 197 | |
| Method 'addBNodeProperty' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Parameter n should be final. | 197 | |
| Parameter subject should be final. | 197 | |
| Parameter property should be final. | 197 | |
| Parameter bnode should be final. | 197 | |
| Line is longer than 80 characters. | 200 | |
| ')' is preceded with whitespace. | 200 | |
| Line is longer than 80 characters. | 210 | |
| Method 'addBNodeProperty' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| '(' is followed by whitespace. | 210 | |
| Parameter subject should be final. | 210 | |
| Parameter property should be final. | 210 | |
| Parameter bnode should be final. | 210 | |
| Method 'addURIProperty' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Parameter subject should be final. | 221 | |
| Expected @param tag for 'subject'. | 221 | |
| Parameter property should be final. | 221 | |
| Expected @param tag for 'property'. | 221 | |
| Parameter object should be final. | 221 | |
| Expected @param tag for 'object'. | 221 | |
| Line has trailing spaces. | 222 | |
| Method 'fixLink' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| Missing a Javadoc comment. | 225 | |
| Parameter link should be final. | 225 | |
| Method 'fixLink' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Missing a Javadoc comment. | 229 | |
| Parameter link should be final. | 229 | |
| Parameter defaultSchema should be final. | 229 | |
| Missing a Javadoc comment. | 233 | |
| Parameter in should be final. | 233 | |
| 'if' is not followed by whitespace. | 236 | |
| Line is longer than 80 characters. | 239 | |
| Parameter including should be final. | 252 | |
| Parameter included should be final. | 253 | |
| Line is longer than 80 characters. | 256 | |
| Line is longer than 80 characters. | 258 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 23 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Parameter is should be final. | 51 | |
| Method 'read' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Line is longer than 80 characters. | 57 | |
| 'if' is not followed by whitespace. | 57 | |
| 'if' is not followed by whitespace. | 60 | |
| Line is longer than 80 characters. | 64 | |
| 'if' is not followed by whitespace. | 64 | |
| 'if' is not followed by whitespace. | 69 | |
| Line is longer than 80 characters. | 71 | |
| 'if' is not followed by whitespace. | 71 | |
| 'if' is not followed by whitespace. | 76 | |
| '(' is followed by whitespace. | 76 | |
| ')' is preceded with whitespace. | 76 | |
| Line is longer than 80 characters. | 79 | |
| 'if' is not followed by whitespace. | 79 | |
| Missing a Javadoc comment. | 85 | |
| Parameter c should be final. | 85 | |
| Line is longer than 80 characters. | 86 | |
| 'if' is not followed by whitespace. | 86 | |
| '(' is followed by whitespace. | 86 | |
| ')' is preceded with whitespace. | 86 | |
| 'if' is not followed by whitespace. | 88 | |
| Missing a Javadoc comment. | 98 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 46 | |
| Name 'vWO' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Name 'classes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| Missing a Javadoc comment. | 59 | |
| 'static' modifier out of order with the JLS suggestions. | 59 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| Line is longer than 80 characters. | 63 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Method 'getBaseClassName' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 101 | |
| Method 'extractEntity' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Line is longer than 80 characters. | 106 | |
| Parameter node should be final. | 106 | |
| Parameter out should be final. | 106 | |
| Expected @throws tag for 'ExtractionException'. | 106 | |
| Line is longer than 80 characters. | 124 | |
| Missing a Javadoc comment. | 124 | |
| Parameter doc should be final. | 124 | |
| Parameter biota should be final. | 124 | |
| Line is longer than 80 characters. | 129 | |
| Line is longer than 80 characters. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Parameter doc should be final. | 135 | |
| Parameter biota should be final. | 135 | |
| Line is longer than 80 characters. | 137 | |
| Line is longer than 80 characters. | 139 | |
| Line is longer than 80 characters. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Parameter doc should be final. | 143 | |
| Parameter biota should be final. | 143 | |
| 'for' is not followed by whitespace. | 144 | |
| Line is longer than 80 characters. | 145 | |
| 'if' is not followed by whitespace. | 146 | |
| Line is longer than 80 characters. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Missing a Javadoc comment. | 156 | |
| Parameter clazz should be final. | 156 | |
| Missing a Javadoc comment. | 165 | |
| Parameter clazz should be final. | 165 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Extra HTML tag found: </i> tree using a <i>TagSoup</i> parser. | 45 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Extra HTML tag found: </i>XPath</i>, so we left it this way. | 53 | |
| Extra HTML tag found: </i>, so we left it this way. | 53 | |
| Missing a Javadoc comment. | 61 | |
| Line is longer than 80 characters. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 65 | |
| 'static' modifier out of order with the JLS suggestions. | 65 | |
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 71 | |
| Line has trailing spaces. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 75 | |
| Parameter input should be final. | 75 | |
| 'input' hides a field. | 75 | |
| Parameter documentURI should be final. | 75 | |
| 'documentURI' hides a field. | 75 | |
| Line is longer than 80 characters. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter input should be final. | 81 | |
| 'input' hides a field. | 81 | |
| Parameter documentURI should be final. | 81 | |
| 'documentURI' hides a field. | 81 | |
| Parameter encoding should be final. | 81 | |
| 'encoding' hides a field. | 81 | |
| 'if' construct must use '{}'s. | 82 | |
| 'if' is not followed by whitespace. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line has trailing spaces. | 91 | |
| Method 'getDOM' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Expected @throws tag for 'IOException'. | 96 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 133 | |
| Method 'getValidatedDOM' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Parameter applyFix should be final. | 133 | |
| Expected @param tag for 'applyFix'. | 133 | |
| Expected @throws tag for 'IOException'. | 133 | |
| Expected @throws tag for 'ValidatorException'. | 133 | |
| Line is longer than 80 characters. | 138 | |
| Line is longer than 80 characters. | 142 | |
| '(' is followed by whitespace. | 142 | |
| ')' is preceded with whitespace. | 142 | |
| Line is longer than 80 characters. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Parameter qName should be final. | 152 | |
| Line is longer than 80 characters. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 158 | |
| Line is longer than 80 characters. | 164 | |
| Parameter qName should be final. | 164 | |
| Parameter xmlAttributes should be final. | 164 | |
| Parameter augmentations should be final. | 164 | |
| Unable to get class information for XNIException. | 165 | |
| Parameter obj should be final. | 171 | |
| 'if' construct must use '{}'s. | 172 | |
| 'if' is not followed by whitespace. | 172 | |
| 'if' construct must use '{}'s. | 176 | |
| 'if' is not followed by whitespace. | 176 | |
| '(' is followed by whitespace. | 176 | |
| ')' is preceded with whitespace. | 176 | |
| '3' is a magic number. | 181 | |
| '4' is a magic number. | 182 | |
| Line is longer than 80 characters. | 187 | |
| Line is longer than 80 characters. | 195 | |
| 'if' construct must use '{}'s. | 197 | |
| Line is longer than 80 characters. | 198 | |
| Line is longer than 80 characters. | 201 | |
| Line is longer than 80 characters. | 202 | |
| Line has trailing spaces. | 203 | |
| '(' is followed by whitespace. | 205 | |
| Class ElementLocation should be declared as final. | 212 | |
| Missing a Javadoc comment. | 214 | |
| Missing a Javadoc comment. | 215 | |
| Missing a Javadoc comment. | 216 | |
| Missing a Javadoc comment. | 217 | |
| Missing a Javadoc comment. | 219 | |
| Line is longer than 80 characters. | 220 | |
| Parameter beginLineNumber should be final. | 220 | |
| 'beginLineNumber' hides a field. | 220 | |
| Parameter beginColumnNumber should be final. | 220 | |
| 'beginColumnNumber' hides a field. | 220 | |
| Parameter endLineNumber should be final. | 220 | |
| 'endLineNumber' hides a field. | 220 | |
| Parameter endColumnNumber should be final. | 220 | |
| 'endColumnNumber' hides a field. | 220 | |
| Missing a Javadoc comment. | 228 | |
| Missing a Javadoc comment. | 232 | |
| Missing a Javadoc comment. | 236 | |
| Missing a Javadoc comment. | 240 | |
| Line has trailing spaces. | 244 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Name 'vDCTERMS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| Missing a Javadoc comment. | 49 | |
| 'static' modifier out of order with the JLS suggestions. | 49 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| Line is longer than 80 characters. | 53 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter extractionParameters should be final. | 59 | |
| Parameter extractionContext should be final. | 60 | |
| Parameter in should be final. | 61 | |
| Parameter out should be final. | 62 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line has trailing spaces. | 67 | |
| Line is longer than 80 characters. | 71 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Line has trailing spaces. | 81 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Unused import - org.openrdf.rio.turtle.TurtleParser. | 34 | |
| Line has trailing spaces. | 47 | |
| Missing a Javadoc comment. | 53 | |
| 'static' modifier out of order with the JLS suggestions. | 53 | |
| Missing a Javadoc comment. | 55 | |
| 'static' modifier out of order with the JLS suggestions. | 55 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| Line is longer than 80 characters. | 59 | |
| Missing a Javadoc comment. | 64 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter extractionParameters should be final. | 67 | |
| Parameter extractionContext should be final. | 68 | |
| Parameter in should be final. | 69 | |
| Parameter out should be final. | 70 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 82 | |
| ',' is not followed by whitespace. | 83 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Line is longer than 80 characters. | 91 | |
| Line is longer than 80 characters. | 97 | |
| Parameter documentURI should be final. | 97 | |
| Parameter ec should be final. | 97 | |
| Expected @param tag for 'ec'. | 97 | |
| Parameter er should be final. | 97 | |
| Parameter ns should be final. | 97 | |
| 'if' is not followed by whitespace. | 98 | |
| Line is longer than 80 characters. | 99 | |
| 'for' is not followed by whitespace. | 101 | |
| Line is longer than 80 characters. | 114 | |
| Parameter turtleParser should be final. | 114 | |
| 'turtleParser' hides a field. | 114 | |
| Parameter documentURI should be final. | 114 | |
| Parameter n should be final. | 114 | |
| Parameter er should be final. | 114 | |
| '+' should be on a new line. | 117 | |
| Line has trailing spaces. | 118 | |
| Line is longer than 80 characters. | 118 | |
| '(' is followed by whitespace. | 118 | |
| Avoid inline conditionals. | 118 | |
| ')' is preceded with whitespace. | 118 | |
| Line is longer than 80 characters. | 120 | |
| '(' is followed by whitespace. | 120 | |
| ')' is preceded with whitespace. | 120 | |
| Line is longer than 80 characters. | 125 | |
| Line is longer than 80 characters. | 131 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 50 | |
| Name 'vFOAF' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Name 'vXFN' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| Missing a Javadoc comment. | 53 | |
| 'static' modifier out of order with the JLS suggestions. | 53 | |
| Name 'factoryWrapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 59 | |
| 'static' modifier out of order with the JLS suggestions. | 59 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter extractionParameters should be final. | 73 | |
| Parameter extractionContext should be final. | 74 | |
| Parameter in should be final. | 75 | |
| Parameter out should be final. | 76 | |
| 'out' hides a field. | 76 | |
| 'if' construct must use '{}'s. | 89 | |
| Missing a Javadoc comment. | 97 | |
| Parameter firstLink should be final. | 97 | |
| Parameter subject should be final. | 97 | |
| Parameter documentURI should be final. | 97 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 114 | |
| Missing a Javadoc comment. | 125 | |
| Parameter rels should be final. | 125 | |
| Missing a Javadoc comment. | 134 | |
| Parameter rels should be final. | 134 | |
| Line is longer than 80 characters. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Parameter rel should be final. | 143 | |
| Parameter person1 should be final. | 143 | |
| Parameter uri1 should be final. | 143 | |
| Parameter person2 should be final. | 143 | |
| Parameter uri2 should be final. | 143 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 39 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 20 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 21 |
| Violation | Message | Line |
|---|---|---|
| Parameter xpath should be final. | 42 | |
| 'xpath' hides a field. | 42 | |
| Method 'getXpath' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Parameter obj should be final. | 62 | |
| 'if' is not followed by whitespace. | 63 | |
| 'if' is not followed by whitespace. | 66 | |
| 'if' is not followed by whitespace. | 69 | |
| '(' is followed by whitespace. | 71 | |
| ')' is preceded with whitespace. | 71 |
| Violation | Message | Line |
|---|---|---|
| Parameter xpath should be final. | 44 | |
| Parameter name should be final. | 44 | |
| 'name' hides a field. | 44 | |
| Parameter value should be final. | 44 | |
| 'value' hides a field. | 44 | |
| 'if' is not followed by whitespace. | 47 | |
| 'if' is not followed by whitespace. | 50 | |
| Line is longer than 80 characters. | 51 | |
| 'if' is not followed by whitespace. | 53 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Method 'toJSON' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| '3' is a magic number. | 91 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Parameter obj should be final. | 95 | |
| 'if' is not followed by whitespace. | 96 | |
| '(' is followed by whitespace. | 96 | |
| ')' is preceded with whitespace. | 96 | |
| 'if' is not followed by whitespace. | 99 | |
| 'if' is not followed by whitespace. | 102 | |
| '(' is followed by whitespace. | 104 | |
| ')' is preceded with whitespace. | 104 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Name 'sdf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 47 | |
| Parameter dateStr should be final. | 47 | |
| Missing a Javadoc comment. | 51 | |
| Parameter in should be final. | 51 | |
| Parameter content should be final. | 71 | |
| 'content' hides a field. | 71 | |
| Parameter type should be final. | 71 | |
| 'type' hides a field. | 71 | |
| 'if' is not followed by whitespace. | 72 | |
| 'if' is not followed by whitespace. | 75 | |
| 'if' is not followed by whitespace. | 78 | |
| '!' is followed by whitespace. | 78 | |
| ')' is preceded with whitespace. | 78 | |
| Line is longer than 80 characters. | 80 | |
| 'if' is not followed by whitespace. | 83 | |
| ')' is preceded with whitespace. | 83 | |
| Line is longer than 80 characters. | 85 | |
| Line is longer than 80 characters. | 88 | |
| 'if' is not followed by whitespace. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Method 'isPlain' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Method 'isLink' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Method 'isDate' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Method 'isNested' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Method 'isInteger' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| 'if' construct must use '{}'s. | 141 | |
| 'if' is not followed by whitespace. | 141 | |
| Method 'isFloat' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| 'if' construct must use '{}'s. | 154 | |
| 'if' is not followed by whitespace. | 154 | |
| Method 'isNumber' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Unused @throws tag for 'NumberFormatException'. | 172 | |
| Unused @throws tag for 'ClassCastException'. | 173 | |
| Method 'getAsInteger' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| Unused @throws tag for 'NumberFormatException'. | 181 | |
| Unused @throws tag for 'ClassCastException'. | 182 | |
| Method 'getAsFloat' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Unused @throws tag for 'ClassCastException'. | 192 | |
| Method 'getAsDate' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Unused @throws tag for 'MalformedURLException'. | 200 | |
| Unused @throws tag for 'ClassCastException'. | 201 | |
| Method 'getAsLink' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Unused @throws tag for 'ClassCastException'. | 213 | |
| Method 'getAsNested' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Method 'toJSON' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Missing a Javadoc comment. | 219 | |
| 'if' is not followed by whitespace. | 221 | |
| Line is longer than 80 characters. | 222 | |
| 'if' is not followed by whitespace. | 223 | |
| Line is longer than 80 characters. | 229 | |
| '(' is followed by whitespace. | 229 | |
| ')' is preceded with whitespace. | 229 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| Parameter obj should be final. | 243 | |
| 'if' is not followed by whitespace. | 244 | |
| 'if' is not followed by whitespace. | 247 | |
| 'if' is not followed by whitespace. | 250 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 66 | |
| Unclosed HTML tag found: <code>null<code>. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Line is longer than 80 characters. | 71 | |
| Parameter xpath should be final. | 71 | |
| Parameter itemProps should be final. | 71 | |
| Parameter id should be final. | 71 | |
| 'id' hides a field. | 71 | |
| Parameter refs should be final. | 71 | |
| 'refs' hides a field. | 71 | |
| Parameter type should be final. | 71 | |
| 'type' hides a field. | 71 | |
| Parameter itemId should be final. | 71 | |
| 'itemId' hides a field. | 71 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 90 | |
| Line is longer than 80 characters. | 100 | |
| 'properties' hides a field. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 113 | |
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Method 'getRefs' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Method 'getItemId' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Method 'toJSON' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| '+' should be on a new line. | 168 | |
| Line is longer than 80 characters. | 169 | |
| '+' should be on a new line. | 169 | |
| Avoid inline conditionals. | 172 | |
| Avoid inline conditionals. | 173 | |
| Avoid inline conditionals. | 174 | |
| Avoid inline conditionals. | 175 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Avoid inline conditionals. | 188 | |
| '*' should be on a new line. | 188 | |
| Avoid inline conditionals. | 189 | |
| '*' should be on a new line. | 189 | |
| Avoid inline conditionals. | 190 | |
| '3' is a magic number. | 190 | |
| '*' should be on a new line. | 190 | |
| Avoid inline conditionals. | 191 | |
| '5' is a magic number. | 191 | |
| '*' should be on a new line. | 191 | |
| Avoid inline conditionals. | 192 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Parameter obj should be final. | 197 | |
| Line is longer than 80 characters. | 209 | |
| Avoid inline conditionals. | 209 | |
| Avoid inline conditionals. | 211 | |
| Line is longer than 80 characters. | 213 | |
| Avoid inline conditionals. | 213 | |
| Line is longer than 80 characters. | 215 | |
| Avoid inline conditionals. | 215 | |
| Line is longer than 80 characters. | 217 | |
| Avoid inline conditionals. | 217 | |
| Method 'acquireProperty' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Missing a Javadoc comment. | 222 | |
| Parameter itemProp should be final. | 222 | |
| 'if' construct must use '{}'s. | 228 | |
| Method 'disownProperty' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| Missing a Javadoc comment. | 231 | |
| Parameter itemProp should be final. | 231 | |
| 'if' construct must use '{}'s. | 233 | |
| Missing a Javadoc comment. | 236 | |
| Parameter in should be final. | 236 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 56 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 67 | |
| 'static' modifier out of order with the JLS suggestions. | 67 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 | |
| Line is longer than 80 characters. | 71 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 80 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 90 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Parameter extractionParameters should be final. | 94 | |
| Expected @param tag for 'extractionParameters'. | 94 | |
| Parameter extractionContext should be final. | 95 | |
| Expected @param tag for 'extractionContext'. | 95 | |
| Parameter in should be final. | 96 | |
| Expected @param tag for 'in'. | 96 | |
| Parameter out should be final. | 97 | |
| Expected @param tag for 'out'. | 97 | |
| Expected @throws tag for 'IOException'. | 98 | |
| Expected @throws tag for 'ExtractionException'. | 98 | |
| Line is longer than 80 characters. | 100 | |
| 'if' is not followed by whitespace. | 101 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 120 | |
| Line is longer than 80 characters. | 122 | |
| Line is longer than 80 characters. | 150 | |
| Parameter in should be final. | 155 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 168 | |
| Parameter node should be final. | 170 | |
| Line is longer than 80 characters. | 180 | |
| Line is longer than 80 characters. | 187 | |
| Parameter in should be final. | 187 | |
| Parameter documentURI should be final. | 187 | |
| Parameter out should be final. | 187 | |
| Line is longer than 80 characters. | 210 | |
| Line is longer than 80 characters. | 217 | |
| Parameter in should be final. | 217 | |
| Parameter documentURI should be final. | 217 | |
| Parameter out should be final. | 217 | |
| Line is longer than 80 characters. | 233 | |
| Line is longer than 80 characters. | 240 | |
| Parameter item should be final. | 240 | |
| Parameter documentURI should be final. | 240 | |
| Parameter out should be final. | 240 | |
| Line is longer than 80 characters. | 298 | |
| Line is longer than 80 characters. | 305 | |
| Parameter in should be final. | 305 | |
| Parameter documentURI should be final. | 305 | |
| Parameter out should be final. | 305 | |
| Line is longer than 80 characters. | 334 | |
| Parameter uri should be final. | 344 | |
| Expected @param tag for 'uri'. | 344 | |
| Parameter content should be final. | 345 | |
| Expected @param tag for 'content'. | 345 | |
| Parameter language should be final. | 346 | |
| Expected @param tag for 'language'. | 346 | |
| Parameter documentURI should be final. | 347 | |
| Expected @param tag for 'documentURI'. | 347 | |
| Parameter out should be final. | 348 | |
| Expected @param tag for 'out'. | 348 | |
| Line is longer than 80 characters. | 369 | |
| Parameter name should be final. | 379 | |
| Expected @param tag for 'name'. | 379 | |
| Parameter content should be final. | 380 | |
| Expected @param tag for 'content'. | 380 | |
| Parameter language should be final. | 381 | |
| Expected @param tag for 'language'. | 381 | |
| Parameter documentURI should be final. | 382 | |
| Expected @param tag for 'documentURI'. | 382 | |
| Parameter out should be final. | 383 | |
| Expected @param tag for 'out'. | 383 | |
| Line is longer than 80 characters. | 399 | |
| Line is longer than 80 characters. | 406 | |
| Parameter in should be final. | 406 | |
| Expected @param tag for 'in'. | 406 | |
| Parameter documentURI should be final. | 406 | |
| Expected @param tag for 'documentURI'. | 406 | |
| Parameter out should be final. | 406 | |
| Expected @param tag for 'out'. | 406 | |
| Line is longer than 80 characters. | 417 | |
| Missing a Javadoc comment. | 417 | |
| Parameter item should be final. | 417 | |
| Parameter documentURI should be final. | 417 | |
| Parameter out should be final. | 417 | |
| Line is longer than 80 characters. | 422 | |
| Line is longer than 80 characters. | 428 | |
| Line is longer than 80 characters. | 429 | |
| Expected an @return tag. | 439 | |
| Parameter itemScope should be final. | 440 | |
| Expected @param tag for 'itemScope'. | 440 | |
| Parameter documentURI should be final. | 441 | |
| Expected @param tag for 'documentURI'. | 441 | |
| Parameter out should be final. | 441 | |
| Expected @param tag for 'out'. | 441 | |
| Parameter mappings should be final. | 442 | |
| Expected @param tag for 'mappings'. | 442 | |
| Expected @throws tag for 'ExtractionException'. | 443 | |
| '+' should be on a new line. | 477 | |
| Missing a Javadoc comment. | 486 | |
| Parameter subject should be final. | 487 | |
| Parameter propName should be final. | 488 | |
| Parameter itemProp should be final. | 489 | |
| Parameter itemScopeType should be final. | 490 | |
| Parameter documentURI should be final. | 491 | |
| Parameter mappings should be final. | 492 | |
| Parameter out should be final. | 493 | |
| Line is longer than 80 characters. | 498 | |
| Line is longer than 80 characters. | 518 | |
| Line is longer than 80 characters. | 530 | |
| '+' should be on a new line. | 532 | |
| Line is longer than 80 characters. | 533 | |
| Missing a Javadoc comment. | 538 | |
| Parameter urlString should be final. | 538 | |
| 'if' construct must use '{}'s. | 543 | |
| Missing a Javadoc comment. | 551 | |
| Parameter ns should be final. | 551 | |
| Parameter part should be final. | 551 | |
| Parameter trailing should be final. | 551 | |
| 'if' construct must use '{}'s. | 557 | |
| Line is longer than 80 characters. | 562 | |
| Missing a Javadoc comment. | 562 | |
| Parameter errors should be final. | 562 | |
| Parameter out should be final. | 562 | |
| 'for' is not followed by whitespace. | 563 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Line is longer than 80 characters. | 63 | |
| '(' is followed by whitespace. | 63 | |
| ')' is preceded with whitespace. | 63 | |
| '(' is followed by whitespace. | 70 | |
| ')' is preceded with whitespace. | 70 | |
| Missing a Javadoc comment. | 73 | |
| Line is longer than 80 characters. | 89 | |
| ',' is not followed by whitespace. | 89 | |
| ',' is not followed by whitespace. | 89 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 110 | |
| Parameter node should be final. | 118 | |
| Line is longer than 80 characters. | 126 | |
| Parameter node should be final. | 128 | |
| Parameter node should be final. | 138 | |
| Line is longer than 80 characters. | 146 | |
| Parameter node should be final. | 148 | |
| Unclosed HTML tag found: <i>itemScope<i>s that are top level items. | 153 | |
| Parameter node should be final. | 158 | |
| 'for' is not followed by whitespace. | 161 | |
| 'if' is not followed by whitespace. | 162 | |
| '(' is followed by whitespace. | 162 | |
| '!' is followed by whitespace. | 162 | |
| ')' is preceded with whitespace. | 162 | |
| '(' is followed by whitespace. | 166 | |
| ')' is preceded with whitespace. | 166 | |
| Line is longer than 80 characters. | 170 | |
| Line is longer than 80 characters. | 176 | |
| Line is longer than 80 characters. | 179 | |
| Parameter document should be final. | 179 | |
| Parameter errorMode should be final. | 179 | |
| 'for' is not followed by whitespace. | 185 | |
| '(' is followed by whitespace. | 186 | |
| ')' is preceded with whitespace. | 186 | |
| '(' is followed by whitespace. | 189 | |
| ')' is preceded with whitespace. | 189 | |
| Line is longer than 80 characters. | 195 | |
| Parameter document should be final. | 201 | |
| Line is longer than 80 characters. | 211 | |
| Parameter document should be final. | 216 | |
| Parameter ps should be final. | 216 | |
| Expected @param tag for 'ps'. | 216 | |
| Line is longer than 80 characters. | 218 | |
| 'for' is not followed by whitespace. | 225 | |
| '(' is followed by whitespace. | 226 | |
| ')' is preceded with whitespace. | 226 | |
| 'if' is not followed by whitespace. | 227 | |
| '(' is followed by whitespace. | 227 | |
| ')' is preceded with whitespace. | 227 | |
| 'if' is not followed by whitespace. | 234 | |
| '(' is followed by whitespace. | 238 | |
| ')' is preceded with whitespace. | 238 | |
| Parameter candidates should be final. | 255 | |
| 'for' is not followed by whitespace. | 257 | |
| 'for' is not followed by whitespace. | 259 | |
| 'if' construct must use '{}'s. | 260 | |
| 'if' is not followed by whitespace. | 260 | |
| Line is longer than 80 characters. | 261 | |
| 'if' is not followed by whitespace. | 261 | |
| '(' is followed by whitespace. | 261 | |
| ')' is preceded with whitespace. | 261 | |
| 'if' is not followed by whitespace. | 266 | |
| '(' is followed by whitespace. | 267 | |
| ')' is preceded with whitespace. | 267 | |
| Missing a Javadoc comment. | 273 | |
| Parameter document should be final. | 273 | |
| 'document' hides a field. | 273 | |
| 'if' is not followed by whitespace. | 274 | |
| Method 'setErrorMode' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| Missing a Javadoc comment. | 280 | |
| Parameter errorMode should be final. | 280 | |
| 'errorMode' hides a field. | 280 | |
| 'if' construct must use '{}'s. | 281 | |
| Line is longer than 80 characters. | 281 | |
| 'if' is not followed by whitespace. | 281 | |
| Method 'getErrorMode' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| Missing a Javadoc comment. | 285 | |
| Method 'getErrors' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| Missing a Javadoc comment. | 289 | |
| Avoid inline conditionals. | 291 | |
| '(' is followed by whitespace. | 294 | |
| ')' is preceded with whitespace. | 294 | |
| Unclosed HTML tag found: <b>itemprop</code> node. | 298 | |
| Extra HTML tag found: </code> node. | 298 | |
| Line is longer than 80 characters. | 302 | |
| Line is longer than 80 characters. | 304 | |
| Method 'getPropertyValue' is not designed for extension - needs to be abstract, final or empty. | 304 | |
| Parameter node should be final. | 304 | |
| 'if' construct must use '{}'s. | 306 | |
| 'if' is not followed by whitespace. | 306 | |
| Line is longer than 80 characters. | 310 | |
| 'if' is not followed by whitespace. | 313 | |
| '(' is followed by whitespace. | 313 | |
| ')' is preceded with whitespace. | 313 | |
| Line is longer than 80 characters. | 314 | |
| '(' is followed by whitespace. | 314 | |
| 'if' is not followed by whitespace. | 316 | |
| '(' is followed by whitespace. | 316 | |
| ')' is preceded with whitespace. | 316 | |
| Line is longer than 80 characters. | 317 | |
| '(' is followed by whitespace. | 317 | |
| 'if' is not followed by whitespace. | 320 | |
| '(' is followed by whitespace. | 320 | |
| ')' is preceded with whitespace. | 320 | |
| Line is longer than 80 characters. | 321 | |
| '(' is followed by whitespace. | 321 | |
| 'if' is not followed by whitespace. | 323 | |
| '(' is followed by whitespace. | 323 | |
| ')' is preceded with whitespace. | 323 | |
| Line is longer than 80 characters. | 330 | |
| 'if' is not followed by whitespace. | 337 | |
| '(' is followed by whitespace. | 337 | |
| ')' is preceded with whitespace. | 337 | |
| Line is longer than 80 characters. | 338 | |
| '(' is followed by whitespace. | 338 | |
| ')' is preceded with whitespace. | 338 | |
| Line is longer than 80 characters. | 341 | |
| '(' is followed by whitespace. | 341 | |
| Unclosed HTML tag found: <b>itemscope</> | 349 | |
| Unclosed HTML tag found: <code>node</node> | 350 | |
| Extra HTML tag found: </node> | 350 | |
| Line is longer than 80 characters. | 351 | |
| Line is longer than 80 characters. | 352 | |
| Unclosed HTML tag found: <b>itemprop<b>s detected within the given <b>itemscope</b>. | 352 | |
| Line is longer than 80 characters. | 353 | |
| Line is longer than 80 characters. | 355 | |
| Method 'getItemProps' is not designed for extension - needs to be abstract, final or empty. | 355 | |
| Parameter skipRoot should be final. | 355 | |
| Line is longer than 80 characters. | 365 | |
| Line is longer than 80 characters. | 366 | |
| Line is longer than 80 characters. | 367 | |
| Parameter node should be final. | 369 | |
| Line is longer than 80 characters. | 372 | |
| Line is longer than 80 characters. | 376 | |
| 'while' construct must use '{}'s. | 385 | |
| Line contains a tab character. | 385 | |
| Empty statement. | 385 | |
| 'for' is not followed by whitespace. | 388 | |
| Line is longer than 80 characters. | 389 | |
| Line is longer than 80 characters. | 412 | |
| Line is longer than 80 characters. | 417 | |
| Line is longer than 80 characters. | 419 | |
| Method 'deferProperties' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| Parameter refs should be final. | 419 | |
| Line is longer than 80 characters. | 427 | |
| Line is longer than 80 characters. | 437 | |
| '(' is followed by whitespace. | 437 | |
| ')' is preceded with whitespace. | 437 | |
| ')' is preceded with whitespace. | 437 | |
| 'if' construct must use '{}'s. | 444 | |
| 'if' is not followed by whitespace. | 444 | |
| 'else' construct must use '{}'s. | 445 | |
| Line is longer than 80 characters. | 445 | |
| Line is longer than 80 characters. | 448 | |
| 'if' is not followed by whitespace. | 448 | |
| '(' is followed by whitespace. | 452 | |
| ')' is preceded with whitespace. | 452 | |
| Line is longer than 80 characters. | 456 | |
| Line is longer than 80 characters. | 460 | |
| Method 'getItemScope' is not designed for extension - needs to be abstract, final or empty. | 462 | |
| Parameter node should be final. | 462 | |
| 'if' construct must use '{}'s. | 464 | |
| 'if' is not followed by whitespace. | 464 | |
| Line is longer than 80 characters. | 472 | |
| Avoid inline conditionals. | 472 | |
| 'for' is not followed by whitespace. | 480 | |
| 'if' is not followed by whitespace. | 481 | |
| '(' is followed by whitespace. | 481 | |
| ')' is preceded with whitespace. | 481 | |
| Line is longer than 80 characters. | 484 | |
| ')' is preceded with whitespace. | 484 | |
| Line is longer than 80 characters. | 505 | |
| Missing a Javadoc comment. | 505 | |
| Parameter mpe should be final. | 505 | |
| 'if' is not followed by whitespace. | 506 | |
| 'if' construct must use '{}'s. | 509 | |
| Line is longer than 80 characters. | 509 | |
| 'if' is not followed by whitespace. | 509 | |
| 'if' is not followed by whitespace. | 510 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Parameter message should be final. | 35 | |
| Parameter errorNode should be final. | 35 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter message should be final. | 40 | |
| Parameter cause should be final. | 40 | |
| Parameter errorNode should be final. | 40 | |
| Method 'getErrorPath' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Method 'getErrorLocationBeginRow' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Avoid inline conditionals. | 50 | |
| Method 'getErrorLocationBeginCol' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Avoid inline conditionals. | 54 | |
| Method 'getErrorLocationEndRow' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Avoid inline conditionals. | 58 | |
| Method 'getErrorLocationEndCol' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Avoid inline conditionals. | 62 | |
| '3' is a magic number. | 62 | |
| Method 'toJSON' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| '+' should be on a new line. | 67 | |
| '+' should be on a new line. | 68 | |
| '+' should be on a new line. | 69 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Method 'setErrorNode' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter n should be final. | 85 | |
| 'if' is not followed by whitespace. | 86 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter detectedItemScopes should be final. | 34 | |
| 'detectedItemScopes' hides a field. | 34 | |
| Parameter errors should be final. | 34 | |
| 'errors' hides a field. | 34 | |
| 'if' is not followed by whitespace. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Avoid inline conditionals. | 39 | |
| Missing a Javadoc comment. | 42 | |
| Parameter detectedItemScopes should be final. | 42 | |
| 'detectedItemScopes' hides a field. | 42 | |
| Method 'getDetectedItemScopes' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Method 'getErrors' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 19 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.openrdf.rio.helpers.RDFParserBase. | 29 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 50 | |
| Parameter verifyDataType should be final. | 53 | |
| 'verifyDataType' hides a field. | 53 | |
| Parameter stopAtFirstError should be final. | 53 | |
| 'stopAtFirstError' hides a field. | 53 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 65 | |
| Method 'isVerifyDataType' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Method 'setVerifyDataType' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Parameter verifyDataType should be final. | 73 | |
| 'verifyDataType' hides a field. | 73 | |
| Method 'isStopAtFirstError' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Method 'setStopAtFirstError' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter b should be final. | 81 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter extractionParameters should be final. | 86 | |
| Parameter extractionContext should be final. | 87 | |
| Parameter in should be final. | 88 | |
| Parameter extractionResult should be final. | 89 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 97 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.openrdf.rio.helpers.RDFParserBase. | 26 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 38 | |
| 'static' modifier out of order with the JLS suggestions. | 38 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| Missing a Javadoc comment. | 53 | |
| Parameter verifyDataType should be final. | 53 | |
| Parameter stopAtFirstError should be final. | 53 | |
| Missing a Javadoc comment. | 57 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Method 'getParser' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Parameter extractionContext should be final. | 66 | |
| Parameter extractionResult should be final. | 66 | |
| Line is longer than 80 characters. | 68 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.openrdf.rio.helpers.RDFParserBase. | 26 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 36 | |
| 'static' modifier out of order with the JLS suggestions. | 36 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| Missing a Javadoc comment. | 49 | |
| Parameter verifyDataType should be final. | 49 | |
| Parameter stopAtFirstError should be final. | 49 | |
| Line is longer than 80 characters. | 54 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Method 'getParser' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Parameter extractionContext should be final. | 65 | |
| Parameter extractionResult should be final. | 65 | |
| Line is longer than 80 characters. | 67 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Parameter target should be final. | 38 | |
| 'target' hides a field. | 38 | |
| Missing a Javadoc comment. | 42 | |
| Unable to get class information for RDFHandlerException. | 42 | |
| Method 'handleNamespace' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter prefix should be final. | 45 | |
| Parameter uri should be final. | 45 | |
| Method 'handleStatement' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter stmt should be final. | 49 | |
| 'if' is not followed by whitespace. | 50 | |
| 'if' is not followed by whitespace. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 55 | |
| Missing a Javadoc comment. | 60 | |
| Parameter comment should be final. | 60 | |
| Missing a Javadoc comment. | 64 | |
| Unable to get class information for RDFHandlerException. | 64 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| 'if' is not followed by whitespace. | 52 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 62 | |
| Method 'getTurtleParserInstance' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 85 | |
| Method 'getRDFXMLParser' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Line is longer than 80 characters. | 97 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 105 | |
| Method 'getNTriplesParser' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 122 | |
| Line is longer than 80 characters. | 125 | |
| Method 'getNQuadsParser' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Line is longer than 80 characters. | 137 | |
| Line is longer than 80 characters. | 145 | |
| Method 'getTriXParser' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 168 | |
| Line is longer than 80 characters. | 169 | |
| Comment matches to-do format 'TODO:'. | 171 | |
| Line is longer than 80 characters. | 171 | |
| Line is longer than 80 characters. | 180 | |
| Avoid inline conditionals. | 180 | |
| Line is longer than 80 characters. | 183 | |
| '(' is followed by whitespace. | 183 | |
| ')' is preceded with whitespace. | 183 | |
| Missing a Javadoc comment. | 199 | |
| Missing a Javadoc comment. | 201 | |
| Parameter er should be final. | 201 | |
| Missing a Javadoc comment. | 205 | |
| Parameter msg should be final. | 205 | |
| Parameter lineNo should be final. | 205 | |
| Parameter colNo should be final. | 205 | |
| Line is longer than 80 characters. | 207 | |
| Missing a Javadoc comment. | 213 | |
| Parameter msg should be final. | 213 | |
| Parameter lineNo should be final. | 213 | |
| Parameter colNo should be final. | 213 | |
| Line is longer than 80 characters. | 215 | |
| Missing a Javadoc comment. | 221 | |
| Parameter msg should be final. | 221 | |
| Parameter lineNo should be final. | 221 | |
| Parameter colNo should be final. | 221 | |
| Line is longer than 80 characters. | 223 | |
| Missing a Javadoc comment. | 229 | |
| Parameter e should be final. | 229 | |
| Line is longer than 80 characters. | 231 | |
| Parameter reader should be final. | 242 | |
| Parameter baseURI should be final. | 242 | |
| Unable to get class information for RDFParseException. | 243 | |
| Redundant throws: 'RDFHandlerException' listed more then one time. | 243 | |
| Unable to get class information for RDFHandlerException. | 243 | |
| Parameter in should be final. | 249 | |
| Parameter baseURI should be final. | 249 | |
| Unable to get class information for RDFParseException. | 250 | |
| Redundant throws: 'RDFHandlerException' listed more then one time. | 250 | |
| Unable to get class information for RDFHandlerException. | 250 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.openrdf.rio.helpers.RDFParserBase. | 26 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 37 | |
| 'static' modifier out of order with the JLS suggestions. | 37 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| Line is longer than 80 characters. | 54 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 58 | |
| Parameter verifyDataType should be final. | 61 | |
| Parameter stopAtFirstError should be final. | 61 | |
| Line is longer than 80 characters. | 66 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Method 'getParser' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Parameter extractionContext should be final. | 77 | |
| Parameter extractionResult should be final. | 77 | |
| Line is longer than 80 characters. | 79 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.openrdf.rio.helpers.RDFParserBase. | 26 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 38 | |
| 'static' modifier out of order with the JLS suggestions. | 38 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Parameter verifyDataType should be final. | 57 | |
| Parameter stopAtFirstError should be final. | 57 | |
| Line is longer than 80 characters. | 62 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Method 'getParser' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Parameter extractionContext should be final. | 73 | |
| Parameter extractionResult should be final. | 73 | |
| Line is longer than 80 characters. | 75 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.openrdf.rio.helpers.RDFParserBase. | 26 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 38 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Parameter verifyDataType should be final. | 62 | |
| Parameter stopAtFirstError should be final. | 62 | |
| Line is longer than 80 characters. | 67 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Method 'getParser' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Parameter extractionContext should be final. | 78 | |
| Parameter extractionResult should be final. | 78 | |
| Line is longer than 80 characters. | 80 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 42 | |
| 'static' modifier out of order with the JLS suggestions. | 42 | |
| Missing a Javadoc comment. | 44 | |
| 'static' modifier out of order with the JLS suggestions. | 44 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| Line is longer than 80 characters. | 48 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 64 | |
| Parameter verifyDataType should be final. | 67 | |
| 'verifyDataType' hides a field. | 67 | |
| Parameter stopAtFirstError should be final. | 67 | |
| 'stopAtFirstError' hides a field. | 67 | |
| Line is longer than 80 characters. | 74 | |
| Method 'isVerifyDataType' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Method 'setVerifyDataType' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter verifyDataType should be final. | 84 | |
| 'verifyDataType' hides a field. | 84 | |
| Method 'isStopAtFirstError' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Method 'setStopAtFirstError' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Parameter stopAtFirstError should be final. | 92 | |
| 'stopAtFirstError' hides a field. | 92 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter extractionParameters should be final. | 97 | |
| Parameter extractionContext should be final. | 98 | |
| Parameter in should be final. | 99 | |
| Parameter out should be final. | 100 | |
| Line is longer than 80 characters. | 103 | |
| '(' is followed by whitespace. | 103 | |
| ')' is preceded with whitespace. | 103 | |
| ')' is preceded with whitespace. | 103 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 110 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 112 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line is longer than 80 characters. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 91 | |
| Comment matches to-do format 'TODO:'. | 92 | |
| Line is longer than 80 characters. | 92 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 101 | |
| Missing a Javadoc comment. | 103 | |
| Missing a Javadoc comment. | 105 | |
| Line is longer than 80 characters. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Line is longer than 80 characters. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Line is longer than 80 characters. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Parameter documentURL should be final. | 111 | |
| Parameter document should be final. | 111 | |
| Line is longer than 80 characters. | 113 | |
| 'if' construct must use '{}'s. | 114 | |
| 'if' is not followed by whitespace. | 114 | |
| '(' is followed by whitespace. | 114 | |
| '!' is followed by whitespace. | 114 | |
| ')' is preceded with whitespace. | 114 | |
| Line is longer than 80 characters. | 115 | |
| 'if' construct must use '{}'s. | 116 | |
| 'if' is not followed by whitespace. | 116 | |
| '(' is followed by whitespace. | 116 | |
| '!' is followed by whitespace. | 116 | |
| ')' is preceded with whitespace. | 116 | |
| Line is longer than 80 characters. | 121 | |
| Line is longer than 80 characters. | 127 | |
| Parameter prefixesDeclaration should be final. | 127 | |
| Expected @param tag for 'prefixesDeclaration'. | 127 | |
| 'while' is not followed by whitespace. | 131 | |
| 'if' is not followed by whitespace. | 133 | |
| 'if' is not followed by whitespace. | 137 | |
| '(' is followed by whitespace. | 137 | |
| '-' is not followed by whitespace. | 137 | |
| ')' is preceded with whitespace. | 137 | |
| 'while' construct must use '{}'s. | 139 | |
| 'while' is not followed by whitespace. | 139 | |
| '(' is followed by whitespace. | 140 | |
| Avoid inline conditionals. | 140 | |
| ')' is preceded with whitespace. | 140 | |
| '(' is followed by whitespace. | 147 | |
| ')' is preceded with whitespace. | 147 | |
| Missing a Javadoc comment. | 150 | |
| Parameter uri should be final. | 150 | |
| Missing a Javadoc comment. | 154 | |
| Parameter curie should be final. | 154 | |
| 'if' is not followed by whitespace. | 155 | |
| 'if' construct must use '{}'s. | 158 | |
| 'if' is not followed by whitespace. | 158 | |
| 'if' construct must use '{}'s. | 161 | |
| Line is longer than 80 characters. | 161 | |
| 'if' is not followed by whitespace. | 161 | |
| '(' is followed by whitespace. | 161 | |
| '-' is not followed by whitespace. | 161 | |
| Line is longer than 80 characters. | 163 | |
| Missing a Javadoc comment. | 166 | |
| Parameter curie should be final. | 166 | |
| Line is longer than 80 characters. | 167 | |
| '-' is not followed by whitespace. | 167 | |
| Missing a Javadoc comment. | 170 | |
| Parameter node should be final. | 170 | |
| 'if' construct must use '{}'s. | 171 | |
| Line is longer than 80 characters. | 171 | |
| 'if' is not followed by whitespace. | 171 | |
| '(' is followed by whitespace. | 171 | |
| '(' is followed by whitespace. | 171 | |
| ')' is preceded with whitespace. | 171 | |
| ')' is preceded with whitespace. | 171 | |
| Line is longer than 80 characters. | 172 | |
| Line is longer than 80 characters. | 176 | |
| Missing a Javadoc comment. | 176 | |
| Parameter node should be final. | 176 | |
| Parameter currentLanguage should be final. | 176 | |
| Line is longer than 80 characters. | 177 | |
| 'if' construct must use '{}'s. | 178 | |
| 'if' is not followed by whitespace. | 178 | |
| 'if' construct must use '{}'s. | 180 | |
| Line is longer than 80 characters. | 180 | |
| 'if' is not followed by whitespace. | 180 | |
| '!' is followed by whitespace. | 180 | |
| ')' is preceded with whitespace. | 180 | |
| Line is longer than 80 characters. | 183 | |
| Avoid inline conditionals. | 183 | |
| Line is longer than 80 characters. | 186 | |
| Missing a Javadoc comment. | 186 | |
| Parameter node should be final. | 186 | |
| Line is longer than 80 characters. | 187 | |
| 'if' construct must use '{}'s. | 188 | |
| 'if' is not followed by whitespace. | 188 | |
| '!' is followed by whitespace. | 188 | |
| Missing a Javadoc comment. | 194 | |
| Parameter document should be final. | 194 | |
| Line is longer than 80 characters. | 195 | |
| 'if' construct must use '{}'s. | 196 | |
| 'if' is not followed by whitespace. | 196 | |
| Missing a Javadoc comment. | 200 | |
| '{' is not followed by whitespace. | 200 | |
| '}' is not preceded with whitespace. | 200 | |
| Line is longer than 80 characters. | 203 | |
| Line is longer than 80 characters. | 209 | |
| Method 'processDocument' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| Parameter documentURL should be final. | 209 | |
| Expected @param tag for 'documentURL'. | 209 | |
| Parameter document should be final. | 209 | |
| Expected @param tag for 'document'. | 209 | |
| Parameter extractionResult should be final. | 209 | |
| Expected @param tag for 'extractionResult'. | 209 | |
| Expected @throws tag for 'RDFa11ParserException'. | 210 | |
| 'if' is not followed by whitespace. | 215 | |
| '(' is followed by whitespace. | 215 | |
| '!' is followed by whitespace. | 215 | |
| Line is longer than 80 characters. | 219 | |
| Line is longer than 80 characters. | 228 | |
| Line is longer than 80 characters. | 238 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| Line is longer than 80 characters. | 256 | |
| Method 'updateVocabulary' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| Parameter currentNode should be final. | 260 | |
| Line is longer than 80 characters. | 261 | |
| 'if' construct must use '{}'s. | 262 | |
| 'if' is not followed by whitespace. | 262 | |
| Line is longer than 80 characters. | 266 | |
| Line is longer than 80 characters. | 271 | |
| Method 'updateURIMapping' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| Parameter node should be final. | 275 | |
| 'if' construct must use '{}'s. | 277 | |
| Line is longer than 80 characters. | 287 | |
| 'if' construct must use '{}'s. | 296 | |
| 'if' is not followed by whitespace. | 296 | |
| Method 'getMapping' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| Parameter prefix should be final. | 309 | |
| Line is longer than 80 characters. | 320 | |
| Extra HTML tag found: </em> separated list of <i>CURIE</i> or <i>URI</i>. | 320 | |
| Line is longer than 80 characters. | 327 | |
| Method 'resolveCurieOrURIList' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| Parameter n should be final. | 327 | |
| Parameter curieOrURIList should be final. | 327 | |
| Parameter termAllowed should be final. | 327 | |
| Expected @param tag for 'termAllowed'. | 327 | |
| Expected @throws tag for 'URISyntaxException'. | 328 | |
| 'if' construct must use '{}'s. | 329 | |
| Line is longer than 80 characters. | 329 | |
| 'if' is not followed by whitespace. | 329 | |
| 'for' is not followed by whitespace. | 334 | |
| 'if' is not followed by whitespace. | 336 | |
| Line is longer than 80 characters. | 339 | |
| Method 'resolveURI' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| Parameter uriStr should be final. | 351 | |
| Avoid inline conditionals. | 354 | |
| '(' is followed by whitespace. | 357 | |
| ')' is preceded with whitespace. | 357 | |
| Line is longer than 80 characters. | 367 | |
| Method 'resolveCURIEOrURI' is not designed for extension - needs to be abstract, final or empty. | 367 | |
| Parameter curieOrURI should be final. | 367 | |
| Expected @param tag for 'curieOrURI'. | 367 | |
| Parameter termAllowed should be final. | 367 | |
| 'if' is not followed by whitespace. | 368 | |
| '(' is followed by whitespace. | 368 | |
| ')' is preceded with whitespace. | 368 | |
| Line is longer than 80 characters. | 369 | |
| 'if' construct must use '{}'s. | 371 | |
| 'if' is not followed by whitespace. | 371 | |
| Line is longer than 80 characters. | 374 | |
| Avoid inline conditionals. | 374 | |
| Line is longer than 80 characters. | 379 | |
| Parameter current should be final. | 384 | |
| Expected @param tag for 'current'. | 384 | |
| Parameter ec should be final. | 384 | |
| Expected @param tag for 'ec'. | 384 | |
| Parameter current should be final. | 401 | |
| 'if' is not followed by whitespace. | 403 | |
| Parameter currentNode should be final. | 414 | |
| Parameter vocab should be final. | 414 | |
| '(' is followed by whitespace. | 415 | |
| ')' is preceded with whitespace. | 415 | |
| 'if' construct must use '{}'s. | 422 | |
| 'if' is not followed by whitespace. | 422 | |
| Parameter current should be final. | 431 | |
| Expected @param tag for 'current'. | 431 | |
| 'if' construct must use '{}'s. | 432 | |
| 'if' is not followed by whitespace. | 432 | |
| Line is longer than 80 characters. | 433 | |
| 'if' is not followed by whitespace. | 433 | |
| Line is longer than 80 characters. | 439 | |
| Parameter current should be final. | 443 | |
| Expected @param tag for 'current'. | 443 | |
| Line is longer than 80 characters. | 444 | |
| 'for' is not followed by whitespace. | 445 | |
| Line is longer than 80 characters. | 446 | |
| 'if' is not followed by whitespace. | 446 | |
| '(' is followed by whitespace. | 446 | |
| ')' is preceded with whitespace. | 446 | |
| Parameter n should be final. | 460 | |
| Parameter msg should be final. | 460 | |
| Avoid inline conditionals. | 469 | |
| Avoid inline conditionals. | 470 | |
| Parameter node should be final. | 480 | |
| Parameter extractionResult should be final. | 480 | |
| Expected @param tag for 'extractionResult'. | 480 | |
| 'if' construct must use '{}'s. | 484 | |
| Line is longer than 80 characters. | 484 | |
| 'if' is not followed by whitespace. | 484 | |
| Line is longer than 80 characters. | 498 | |
| Parameter nodeList should be final. | 498 | |
| Expected @param tag for 'nodeList'. | 498 | |
| Parameter extractionResult should be final. | 498 | |
| Expected @param tag for 'extractionResult'. | 498 | |
| 'for' is not followed by whitespace. | 499 | |
| Line is longer than 80 characters. | 516 | |
| Parameter s should be final. | 516 | |
| Expected @param tag for 's'. | 516 | |
| Parameter p should be final. | 516 | |
| Expected @param tag for 'p'. | 516 | |
| Parameter o should be final. | 516 | |
| Expected @param tag for 'o'. | 516 | |
| Parameter extractionResult should be final. | 516 | |
| Expected @param tag for 'extractionResult'. | 516 | |
| Line is longer than 80 characters. | 517 | |
| Comment matches to-do format 'TODO:'. | 534 | |
| Line is longer than 80 characters. | 535 | |
| Parameter currentElement should be final. | 535 | |
| Expected @param tag for 'currentElement'. | 535 | |
| Parameter extractionResult should be final. | 535 | |
| Expected @param tag for 'extractionResult'. | 535 | |
| Expected @throws tag for 'Exception'. | 535 | |
| Line is longer than 80 characters. | 536 | |
| 'if' construct must use '{}'s. | 539 | |
| 'if' is not followed by whitespace. | 539 | |
| 'if' is not followed by whitespace. | 555 | |
| '!' is followed by whitespace. | 555 | |
| Line is longer than 80 characters. | 568 | |
| Line is longer than 80 characters. | 570 | |
| 'if' construct must use '{}'s. | 572 | |
| 'if' is not followed by whitespace. | 572 | |
| 'if' construct must use '{}'s. | 573 | |
| Line is longer than 80 characters. | 573 | |
| 'if' is not followed by whitespace. | 573 | |
| 'for' is not followed by whitespace. | 577 | |
| Line is longer than 80 characters. | 578 | |
| 'if' is not followed by whitespace. | 584 | |
| Line is longer than 80 characters. | 597 | |
| 'for' is not followed by whitespace. | 601 | |
| 'for' is not followed by whitespace. | 611 | |
| Line is longer than 80 characters. | 628 | |
| Line is longer than 80 characters. | 633 | |
| 'if' is not followed by whitespace. | 633 | |
| Line is longer than 80 characters. | 634 | |
| 'if' is not followed by whitespace. | 646 | |
| Line is longer than 80 characters. | 647 | |
| 'if' is not followed by whitespace. | 648 | |
| Line is longer than 80 characters. | 649 | |
| 'if' is not followed by whitespace. | 653 | |
| Line is longer than 80 characters. | 654 | |
| Line is longer than 80 characters. | 656 | |
| 'if' is not followed by whitespace. | 659 | |
| Line is longer than 80 characters. | 660 | |
| 'if' is not followed by whitespace. | 661 | |
| Line is longer than 80 characters. | 662 | |
| Line is longer than 80 characters. | 664 | |
| Line is longer than 80 characters. | 667 | |
| Parameter node should be final. | 680 | |
| Expected @param tag for 'node'. | 680 | |
| Parameter prefixMapList should be final. | 680 | |
| Expected @param tag for 'prefixMapList'. | 680 | |
| Line is longer than 80 characters. | 681 | |
| 'if' construct must use '{}'s. | 682 | |
| 'if' is not followed by whitespace. | 682 | |
| 'for' is not followed by whitespace. | 684 | |
| 'if' is not followed by whitespace. | 687 | |
| Line is longer than 80 characters. | 688 | |
| Line is longer than 80 characters. | 699 | |
| '(' is followed by whitespace. | 705 | |
| ')' is preceded with whitespace. | 705 | |
| Line is longer than 80 characters. | 715 | |
| Parameter node should be final. | 715 | |
| Expected @param tag for 'node'. | 715 | |
| Parameter currentEvaluationContext should be final. | 715 | |
| Expected @param tag for 'currentEvaluationContext'. | 715 | |
| Line is longer than 80 characters. | 716 | |
| 'if' construct must use '{}'s. | 717 | |
| Line is longer than 80 characters. | 717 | |
| 'if' is not followed by whitespace. | 717 | |
| Line is longer than 80 characters. | 722 | |
| Line is longer than 80 characters. | 728 | |
| Parameter node should be final. | 728 | |
| Expected @param tag for 'node'. | 728 | |
| Parameter currentEvaluationContext should be final. | 728 | |
| Expected @param tag for 'currentEvaluationContext'. | 728 | |
| Expected @throws tag for 'URISyntaxException'. | 729 | |
| 'for' is not followed by whitespace. | 731 | |
| Line is longer than 80 characters. | 732 | |
| 'if' is not followed by whitespace. | 733 | |
| Line is longer than 80 characters. | 734 | |
| Line is longer than 80 characters. | 739 | |
| 'if' is not followed by whitespace. | 739 | |
| Line is longer than 80 characters. | 740 | |
| 'if' is not followed by whitespace. | 744 | |
| 'if' is not followed by whitespace. | 749 | |
| 'if' is not followed by whitespace. | 752 | |
| Line is longer than 80 characters. | 753 | |
| Line is longer than 80 characters. | 763 | |
| Line is longer than 80 characters. | 769 | |
| Parameter node should be final. | 769 | |
| Expected @param tag for 'node'. | 769 | |
| Parameter currentEvaluationContext should be final. | 769 | |
| Expected @param tag for 'currentEvaluationContext'. | 769 | |
| Expected @throws tag for 'URISyntaxException'. | 770 | |
| Line is longer than 80 characters. | 773 | |
| 'if' is not followed by whitespace. | 774 | |
| Line is longer than 80 characters. | 775 | |
| Line is longer than 80 characters. | 777 | |
| Line is longer than 80 characters. | 779 | |
| Line is longer than 80 characters. | 781 | |
| Line is longer than 80 characters. | 782 | |
| Line is longer than 80 characters. | 788 | |
| Line is longer than 80 characters. | 796 | |
| 'if' is not followed by whitespace. | 797 | |
| Line is longer than 80 characters. | 798 | |
| Line is longer than 80 characters. | 802 | |
| 'if' is not followed by whitespace. | 803 | |
| Line is longer than 80 characters. | 804 | |
| Missing a Javadoc comment. | 810 | |
| Parameter node should be final. | 810 | |
| Line is longer than 80 characters. | 811 | |
| Missing a Javadoc comment. | 815 | |
| Parameter node should be final. | 815 | |
| Missing a Javadoc comment. | 820 | |
| Parameter node should be final. | 820 | |
| Missing a Javadoc comment. | 825 | |
| Parameter node should be final. | 825 | |
| Line is longer than 80 characters. | 826 | |
| 'if' construct must use '{}'s. | 827 | |
| 'if' is not followed by whitespace. | 827 | |
| Line is longer than 80 characters. | 833 | |
| Expected an @return tag. | 841 | |
| Parameter node should be final. | 841 | |
| Expected @param tag for 'node'. | 841 | |
| Expected @throws tag for 'URISyntaxException'. | 842 | |
| Expected @throws tag for 'IOException'. | 842 | |
| Expected @throws tag for 'TransformerException'. | 842 | |
| Line is longer than 80 characters. | 843 | |
| 'if' is not followed by whitespace. | 844 | |
| Missing a Javadoc comment. | 851 | |
| Parameter node should be final. | 851 | |
| 'if' construct must use '{}'s. | 857 | |
| 'if' is not followed by whitespace. | 857 | |
| 'if' is not followed by whitespace. | 860 | |
| 'if' construct must use '{}'s. | 866 | |
| 'if' is not followed by whitespace. | 866 | |
| Missing a Javadoc comment. | 871 | |
| Parameter node should be final. | 871 | |
| Line is longer than 80 characters. | 872 | |
| 'if' construct must use '{}'s. | 873 | |
| 'if' is not followed by whitespace. | 873 | |
| Expected an @return tag. | 885 | |
| Parameter node should be final. | 885 | |
| Expected @param tag for 'node'. | 885 | |
| Expected @throws tag for 'URISyntaxException'. | 885 | |
| Line is longer than 80 characters. | 886 | |
| Line is longer than 80 characters. | 887 | |
| ')' is preceded with whitespace. | 887 | |
| Line is longer than 80 characters. | 891 | |
| Avoid inline conditionals. | 891 | |
| Missing a Javadoc comment. | 894 | |
| Parameter sourceNode should be final. | 894 | |
| Parameter prefixMapList should be final. | 894 | |
| '(' is followed by whitespace. | 901 | |
| ')' is preceded with whitespace. | 901 | |
| Missing a Javadoc comment. | 904 | |
| Parameter node should be final. | 904 | |
| 'if' construct must use '{}'s. | 905 | |
| 'if' is not followed by whitespace. | 905 | |
| 'if' is not followed by whitespace. | 907 | |
| '(' is followed by whitespace. | 907 | |
| '!' is followed by whitespace. | 907 | |
| ')' is preceded with whitespace. | 907 | |
| Line is longer than 80 characters. | 915 | |
| Expected an @return tag. | 921 | |
| Line is longer than 80 characters. | 921 | |
| Parameter mapping should be final. | 921 | |
| Expected @param tag for 'mapping'. | 921 | |
| Parameter resolutionPolicy should be final. | 921 | |
| Expected @param tag for 'resolutionPolicy'. | 921 | |
| 'if' is not followed by whitespace. | 922 | |
| 'if' is not followed by whitespace. | 927 | |
| 'if' is not followed by whitespace. | 928 | |
| Line is longer than 80 characters. | 930 | |
| 'if' is not followed by whitespace. | 945 | |
| Line is longer than 80 characters. | 946 | |
| '(' is followed by whitespace. | 946 | |
| ')' is preceded with whitespace. | 946 | |
| Line is longer than 80 characters. | 948 | |
| Line is longer than 80 characters. | 953 | |
| ')' is preceded with whitespace. | 953 | |
| Avoid inline conditionals. | 957 | |
| Line is longer than 80 characters. | 965 | |
| Missing a Javadoc comment. | 968 | |
| Missing a Javadoc comment. | 969 | |
| Missing a Javadoc comment. | 970 | |
| Missing a Javadoc comment. | 977 | |
| Missing a Javadoc comment. | 978 | |
| Missing a Javadoc comment. | 979 | |
| Missing a Javadoc comment. | 980 | |
| Missing a Javadoc comment. | 981 | |
| Missing a Javadoc comment. | 982 | |
| Missing a Javadoc comment. | 983 | |
| Missing a Javadoc comment. | 984 | |
| Missing a Javadoc comment. | 985 | |
| Line is longer than 80 characters. | 988 | |
| Parameter base should be final. | 992 | |
| 'base' hides a field. | 992 | |
| Expected @param tag for 'base'. | 992 | |
| '(' is followed by whitespace. | 994 | |
| ')' is preceded with whitespace. | 994 | |
| Missing a Javadoc comment. | 1008 | |
| Variable 'prefix' must be private and have accessor methods. | 1008 | |
| Missing a Javadoc comment. | 1009 | |
| Variable 'uri' must be private and have accessor methods. | 1009 | |
| Missing a Javadoc comment. | 1010 | |
| Parameter prefix should be final. | 1010 | |
| 'prefix' hides a field. | 1010 | |
| Parameter uri should be final. | 1010 | |
| 'uri' hides a field. | 1010 | |
| Missing a Javadoc comment. | 1020 | |
| Variable 'sourceNode' must be private and have accessor methods. | 1020 | |
| Missing a Javadoc comment. | 1021 | |
| Variable 'map' must be private and have accessor methods. | 1021 | |
| Missing a Javadoc comment. | 1023 | |
| Parameter sourceNode should be final. | 1023 | |
| 'sourceNode' hides a field. | 1023 | |
| Parameter map should be final. | 1023 | |
| 'map' hides a field. | 1023 | |
| Missing a Javadoc comment. | 1033 | |
| Missing a Javadoc comment. | 1034 | |
| Missing a Javadoc comment. | 1041 | |
| Variable 'originatingNode' must be private and have accessor methods. | 1041 | |
| Missing a Javadoc comment. | 1042 | |
| Variable 'subject' must be private and have accessor methods. | 1042 | |
| Missing a Javadoc comment. | 1043 | |
| Variable 'predicate' must be private and have accessor methods. | 1043 | |
| Missing a Javadoc comment. | 1044 | |
| Variable 'direction' must be private and have accessor methods. | 1044 | |
| Missing a Javadoc comment. | 1046 | |
| Parameter originatingNode should be final. | 1047 | |
| 'originatingNode' hides a field. | 1047 | |
| Parameter subject should be final. | 1048 | |
| 'subject' hides a field. | 1048 | |
| Parameter predicate should be final. | 1049 | |
| 'predicate' hides a field. | 1049 | |
| Parameter direction should be final. | 1050 | |
| 'direction' hides a field. | 1050 | |
| 'if' construct must use '{}'s. | 1052 | |
| Line is longer than 80 characters. | 1052 | |
| 'if' is not followed by whitespace. | 1052 | |
| Line is longer than 80 characters. | 1061 | |
| Missing a Javadoc comment. | 1061 | |
| Parameter resourceNode should be final. | 1061 | |
| Parameter r should be final. | 1061 | |
| Parameter extractionResult should be final. | 1061 | |
| 'if' construct must use '{}'s. | 1062 | |
| Line is longer than 80 characters. | 1062 | |
| 'if' is not followed by whitespace. | 1062 | |
| '(' is followed by whitespace. | 1062 | |
| '!' is followed by whitespace. | 1062 | |
| ')' is preceded with whitespace. | 1062 | |
| 'if' construct must use '{}'s. | 1064 | |
| 'if' is not followed by whitespace. | 1064 | |
| Missing a Javadoc comment. | 1083 | |
| Variable 'originatingNode' must be private and have accessor methods. | 1083 | |
| Missing a Javadoc comment. | 1084 | |
| Variable 'prefix' must be private and have accessor methods. | 1084 | |
| Missing a Javadoc comment. | 1086 | |
| Parameter originatingNode should be final. | 1086 | |
| 'originatingNode' hides a field. | 1086 | |
| Parameter prefix should be final. | 1086 | |
| 'prefix' hides a field. | 1086 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 27 | |
| Parameter message should be final. | 27 | |
| Missing a Javadoc comment. | 31 | |
| Parameter message should be final. | 31 | |
| Parameter cause should be final. | 31 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 52 | |
| 'static' modifier out of order with the JLS suggestions. | 52 | |
| Missing a Javadoc comment. | 54 | |
| 'static' modifier out of order with the JLS suggestions. | 54 | |
| Name 'xsltFilename' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 59 | |
| 'static' modifier out of order with the JLS suggestions. | 59 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| Line is longer than 80 characters. | 78 | |
| '+' should be on a new line. | 80 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 90 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 97 | |
| Parameter verifyDataType should be final. | 100 | |
| 'verifyDataType' hides a field. | 100 | |
| Parameter stopAtFirstError should be final. | 100 | |
| 'stopAtFirstError' hides a field. | 100 | |
| Line is longer than 80 characters. | 106 | |
| Line has trailing spaces. | 107 | |
| Method 'isVerifyDataType' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Method 'setVerifyDataType' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Parameter verifyDataType should be final. | 116 | |
| 'verifyDataType' hides a field. | 116 | |
| Method 'isStopAtFirstError' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Method 'setStopAtFirstError' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 | |
| Parameter stopAtFirstError should be final. | 124 | |
| 'stopAtFirstError' hides a field. | 124 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Missing a Javadoc comment. | 128 | |
| Parameter extractionParameters should be final. | 129 | |
| Parameter extractionContext should be final. | 130 | |
| Parameter in should be final. | 131 | |
| Parameter out should be final. | 132 | |
| Line is longer than 80 characters. | 139 | |
| Line is longer than 80 characters. | 153 | |
| Missing a Javadoc comment. | 162 | |
| Parameter in should be final. | 162 | |
| Line is longer than 80 characters. | 167 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 169 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 45 | |
| Missing a Javadoc comment. | 45 | |
| 'static' modifier out of order with the JLS suggestions. | 45 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Parameter xsltFile should be final. | 49 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 53 | |
| First sentence should end with a period. | 57 | |
| Method 'applyTo' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Parameter document should be final. | 62 | |
| Parameter output should be final. | 62 | |
| Expected @throws tag for 'XSLTStylesheetException'. | 63 | |
| First sentence should end with a period. | 67 | |
| Method 'applyTo' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Parameter document should be final. | 74 | |
| Parameter output should be final. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Parameter parameters should be final. | 75 | |
| Expected @throws tag for 'XSLTStylesheetException'. | 75 | |
| 'for' is not followed by whitespace. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 94 | |
| Line has trailing spaces. | 97 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 | |
| Parameter message should be final. | 29 | |
| Missing a Javadoc comment. | 33 | |
| Parameter message should be final. | 33 | |
| Parameter cause should be final. | 33 | |
| Line has trailing spaces. | 34 | |
| Line has trailing spaces. | 36 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Line is longer than 80 characters. | 53 | |
| Parameter subject should be final. | 53 | |
| 'subject' hides a field. | 53 | |
| Parameter predicate should be final. | 53 | |
| 'predicate' hides a field. | 53 | |
| Parameter object should be final. | 53 | |
| 'object' hides a field. | 53 | |
| Parameter graph should be final. | 53 | |
| 'graph' hides a field. | 53 | |
| 'if' is not followed by whitespace. | 55 | |
| 'if' is not followed by whitespace. | 58 | |
| 'if' is not followed by whitespace. | 61 | |
| Line is longer than 80 characters. | 78 | |
| Parameter subject should be final. | 78 | |
| 'subject' hides a field. | 78 | |
| Expected @param tag for 'subject'. | 78 | |
| Parameter predicate should be final. | 78 | |
| 'predicate' hides a field. | 78 | |
| Expected @param tag for 'predicate'. | 78 | |
| Parameter object should be final. | 78 | |
| 'object' hides a field. | 78 | |
| Expected @param tag for 'object'. | 78 | |
| Method 'getSubject' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Method 'getPredicate' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Method 'getGraph' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 114 | |
| Line is longer than 80 characters. | 117 | |
| Method 'printOut' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Parameter er should be final. | 117 | |
| Parameter variableAssignment should be final. | 117 | |
| ',' is not followed by whitespace. | 117 | |
| 'if' is not followed by whitespace. | 121 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 129 |
| Violation | Message | Line |
|---|---|---|
| Parameter value should be final. | 37 | |
| Parameter isVar should be final. | 37 | |
| Method 'getValueInternal' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Parameter value should be final. | 42 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 46 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Parameter type should be final. | 54 | |
| 'type' hides a field. | 54 | |
| Parameter value should be final. | 54 | |
| Parameter isVar should be final. | 54 | |
| Method 'getValueInternal' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Parameter value should be final. | 63 | |
| Line is longer than 80 characters. | 70 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 83 |
| Violation | Message | Line |
|---|---|---|
| Parameter value should be final. | 37 | |
| Parameter isVar should be final. | 37 | |
| Method 'getValueInternal' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Parameter value should be final. | 42 | |
| Line is longer than 80 characters. | 47 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 53 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Parameter type should be final. | 52 | |
| 'type' hides a field. | 52 | |
| Parameter value should be final. | 52 | |
| Parameter isVar should be final. | 52 | |
| Method 'getValueInternal' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Parameter value should be final. | 61 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 72 |
| Violation | Message | Line |
|---|---|---|
| Redundant 'public' modifier. | 32 | |
| Redundant 'public' modifier. | 39 | |
| Unclosed HTML tag found: <code>true</i> if the <code>variable</code> argument was fou | 45 | |
| Extra HTML tag found: </i> if the <code>variable</code> argument was found. | 45 | |
| Redundant 'public' modifier. | 47 | |
| Redundant 'public' modifier. | 54 | |
| Redundant 'public' modifier. | 63 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Parameter name should be final. | 48 | |
| 'name' hides a field. | 48 | |
| Parameter uriRegex should be final. | 48 | |
| 'uriRegex' hides a field. | 48 | |
| 'if' is not followed by whitespace. | 49 | |
| Line is longer than 80 characters. | 57 | |
| Avoid inline conditionals. | 57 | |
| Line is longer than 80 characters. | 59 | |
| Method 'getUriRegex' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter variable should be final. | 72 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter variable should be final. | 77 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter template should be final. | 81 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Parameter template should be final. | 86 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Method 'acceptURI' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Parameter uri should be final. | 94 | |
| 'if' is not followed by whitespace. | 95 | |
| Method 'process' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Missing a Javadoc comment. | 101 | |
| Parameter in should be final. | 101 | |
| Parameter er should be final. | 101 | |
| ',' is not followed by whitespace. | 102 | |
| 'for' is not followed by whitespace. | 104 | |
| 'for' is not followed by whitespace. | 109 | |
| Missing a Javadoc comment. | 114 | |
| Parameter varName should be final. | 114 | |
| 'for' is not followed by whitespace. | 115 | |
| 'if' is not followed by whitespace. | 116 | |
| Missing a Javadoc comment. | 123 | |
| Parameter varName should be final. | 123 | |
| Line is longer than 80 characters. | 126 | |
| Missing a Javadoc comment. | 131 | |
| Parameter varName should be final. | 131 | |
| Line is longer than 80 characters. | 134 | |
| Missing a Javadoc comment. | 139 | |
| Parameter template should be final. | 139 | |
| 'if' construct must use '{}'s. | 140 | |
| Line is longer than 80 characters. | 140 | |
| 'if' is not followed by whitespace. | 140 | |
| '(' is followed by whitespace. | 140 | |
| ')' is preceded with whitespace. | 140 | |
| '(' is followed by whitespace. | 140 | |
| ')' is preceded with whitespace. | 140 | |
| 'if' construct must use '{}'s. | 141 | |
| Line is longer than 80 characters. | 141 | |
| 'if' is not followed by whitespace. | 141 | |
| '(' is followed by whitespace. | 141 | |
| ')' is preceded with whitespace. | 141 | |
| '(' is followed by whitespace. | 141 | |
| ')' is preceded with whitespace. | 141 | |
| 'if' construct must use '{}'s. | 142 | |
| Line is longer than 80 characters. | 142 | |
| 'if' is not followed by whitespace. | 142 | |
| '(' is followed by whitespace. | 142 | |
| ')' is preceded with whitespace. | 142 | |
| '(' is followed by whitespace. | 142 | |
| ')' is preceded with whitespace. | 142 | |
| 'if' is not followed by whitespace. | 143 | |
| '(' is followed by whitespace. | 143 | |
| ')' is preceded with whitespace. | 143 | |
| '(' is followed by whitespace. | 144 | |
| ')' is preceded with whitespace. | 144 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Line is longer than 80 characters. | 157 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <T> tag. | 29 | |
| Parameter internalValue should be final. | 49 | |
| 'internalValue' hides a field. | 49 | |
| Parameter isVar should be final. | 49 | |
| 'isVar' hides a field. | 49 | |
| Method 'getInternalValue' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Method 'isVar' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Parameter varMapping should be final. | 76 | |
| 'if' is not followed by whitespace. | 78 | |
| 'if' is not followed by whitespace. | 80 | |
| Line is longer than 80 characters. | 82 | |
| Missing a Javadoc comment. | 91 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Avoid inline conditionals. | 95 | |
| '(' is followed by whitespace. | 95 | |
| ')' is preceded with whitespace. | 95 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 38 | |
| Parameter name should be final. | 38 | |
| 'name' hides a field. | 38 | |
| Parameter xPath should be final. | 38 | |
| 'xPath' hides a field. | 38 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Method 'getxPath' is not designed for extension - needs to be abstract, final or empty. | 53 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 45 | |
| 'static' modifier out of order with the JLS suggestions. | 45 | |
| Missing a Javadoc comment. | 47 | |
| 'static' modifier out of order with the JLS suggestions. | 47 | |
| Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Parameter rules should be final. | 58 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter rule should be final. | 62 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter rule should be final. | 66 | |
| Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter rule should be final. | 70 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Parameter extractionParameters should be final. | 75 | |
| Parameter extractionContext should be final. | 76 | |
| Parameter in should be final. | 77 | |
| Parameter out should be final. | 78 | |
| 'for' is not followed by whitespace. | 82 | |
| 'if' is not followed by whitespace. | 83 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 20 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 45 | |
| Line is longer than 80 characters. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line has trailing spaces. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Parameter wrapped should be final. | 51 | |
| 'wrapped' hides a field. | 51 | |
| Method 'isDocBlocked' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Method 'blockContext' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter context should be final. | 59 | |
| 'if' construct must use '{}'s. | 60 | |
| Method 'unblockContext' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Parameter context should be final. | 68 | |
| Line is longer than 80 characters. | 76 | |
| Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter documentURI should be final. | 76 | |
| Line is longer than 80 characters. | 81 | |
| Method 'openContext' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter context should be final. | 81 | |
| Missing a Javadoc comment. | 85 | |
| Parameter context should be final. | 85 | |
| Method 'unblockDocument' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| 'if' construct must use '{}'s. | 90 | |
| Line is longer than 80 characters. | 101 | |
| Method 'receiveTriple' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Missing a Javadoc comment. | 101 | |
| Parameter s should be final. | 101 | |
| Parameter p should be final. | 101 | |
| Parameter o should be final. | 101 | |
| Parameter g should be final. | 101 | |
| Parameter context should be final. | 101 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 113 | |
| Method 'receiveNamespace' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Parameter prefix should be final. | 113 | |
| Parameter uri should be final. | 113 | |
| Parameter context should be final. | 113 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 119 | |
| Method 'close' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Line is longer than 80 characters. | 130 | |
| Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Parameter documentURI should be final. | 130 | |
| Missing a Javadoc comment. | 135 | |
| Parameter contentLength should be final. | 135 | |
| Missing a Javadoc comment. | 139 | |
| Class ValvedTriplePipeException should be declared as final. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Missing a Javadoc comment. | 152 | |
| Parameter s should be final. | 152 | |
| Missing a Javadoc comment. | 156 | |
| Parameter throwable should be final. | 156 | |
| Missing a Javadoc comment. | 160 | |
| Parameter s should be final. | 160 | |
| Parameter throwable should be final. | 160 | |
| Missing a Javadoc comment. | 166 | |
| Missing a Javadoc comment. | 168 | |
| Missing a Javadoc comment. | 170 | |
| Missing a Javadoc comment. | 172 | |
| Missing a Javadoc comment. | 174 | |
| Missing a Javadoc comment. | 176 | |
| Missing a Javadoc comment. | 178 | |
| Missing a Javadoc comment. | 180 | |
| Missing a Javadoc comment. | 182 | |
| Missing a Javadoc comment. | 184 | |
| Missing a Javadoc comment. | 186 | |
| Parameter context should be final. | 186 | |
| 'context' hides a field. | 186 | |
| Line is longer than 80 characters. | 190 | |
| Missing a Javadoc comment. | 190 | |
| Parameter s should be final. | 190 | |
| Parameter p should be final. | 190 | |
| Parameter o should be final. | 190 | |
| Parameter g should be final. | 190 | |
| Unable to get class information for ValvedTriplePipeException. | 190 | |
| Line is longer than 80 characters. | 201 | |
| Missing a Javadoc comment. | 201 | |
| Parameter prefix should be final. | 201 | |
| Parameter uri should be final. | 201 | |
| Unable to get class information for ValvedTriplePipeException. | 201 | |
| Missing a Javadoc comment. | 210 | |
| Unable to get class information for ValvedTriplePipeException. | 210 | |
| 'if' construct must use '{}'s. | 211 | |
| Missing a Javadoc comment. | 215 | |
| Unable to get class information for ValvedTriplePipeException. | 215 | |
| 'if' construct must use '{}'s. | 216 | |
| Line is longer than 80 characters. | 222 | |
| Missing a Javadoc comment. | 226 | |
| Unable to get class information for ValvedTriplePipeException. | 226 | |
| Line is longer than 80 characters. | 231 | |
| Line is longer than 80 characters. | 236 | |
| Missing a Javadoc comment. | 236 | |
| Parameter s should be final. | 236 | |
| Parameter p should be final. | 236 | |
| Parameter o should be final. | 236 | |
| Parameter g should be final. | 236 | |
| Unable to get class information for ValvedTriplePipeException. | 236 | |
| 'catch' is not followed by whitespace. | 240 | |
| Line is longer than 80 characters. | 241 | |
| Line is longer than 80 characters. | 248 | |
| Line is longer than 80 characters. | 252 | |
| Missing a Javadoc comment. | 252 | |
| Parameter prefix should be final. | 252 | |
| Parameter uri should be final. | 252 | |
| Unable to get class information for ValvedTriplePipeException. | 252 | |
| Line is longer than 80 characters. | 257 | |
| Line is longer than 80 characters. | 264 | |
| '}' should be on a new line. | 264 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 29 | |
| Missing a Javadoc comment. | 38 | |
| Name 'vXHTML' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 53 | |
| Parameter wrapped should be final. | 53 | |
| Parameter alwaysSuppressCSSTriples should be final. | 53 | |
| 'alwaysSuppressCSSTriples' hides a field. | 53 | |
| Missing a Javadoc comment. | 57 | |
| Parameter wrapped should be final. | 57 | |
| Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter documentURI should be final. | 61 | |
| Line is longer than 80 characters. | 65 | |
| Method 'openContext' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Parameter context should be final. | 65 | |
| Line is longer than 80 characters. | 72 | |
| Method 'receiveTriple' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter s should be final. | 72 | |
| Parameter p should be final. | 72 | |
| Parameter o should be final. | 72 | |
| Parameter g should be final. | 72 | |
| Parameter context should be final. | 72 | |
| Line is longer than 80 characters. | 75 | |
| 'if' is not followed by whitespace. | 75 | |
| Line is longer than 80 characters. | 84 | |
| Method 'receiveNamespace' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter prefix should be final. | 84 | |
| Parameter uri should be final. | 84 | |
| Parameter context should be final. | 84 | |
| Method 'closeContext' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Parameter context should be final. | 89 | |
| Method 'close' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 97 | |
| Parameter context should be final. | 97 | |
| Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Missing a Javadoc comment. | 101 | |
| Parameter documentURI should be final. | 101 | |
| Missing a Javadoc comment. | 105 | |
| Parameter contentLength should be final. | 105 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Parameter wrapped should be final. | 41 | |
| Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter documentURI should be final. | 45 | |
| Line is longer than 80 characters. | 49 | |
| Method 'openContext' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter context should be final. | 49 | |
| Line is longer than 80 characters. | 56 | |
| Method 'receiveTriple' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter s should be final. | 56 | |
| Parameter p should be final. | 56 | |
| Parameter o should be final. | 56 | |
| Parameter g should be final. | 56 | |
| Parameter context should be final. | 56 | |
| Method 'receiveNamespace' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter prefix should be final. | 64 | |
| Parameter uri should be final. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Parameter context should be final. | 65 | |
| Method 'closeContext' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Parameter context should be final. | 69 | |
| Method 'close' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 77 | |
| Parameter context should be final. | 77 | |
| Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter documentURI should be final. | 81 | |
| Missing a Javadoc comment. | 85 | |
| Parameter contentLength should be final. | 85 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Line is longer than 80 characters. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line is longer than 80 characters. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter typesAsStrings should be final. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Missing a Javadoc comment. | 57 | |