Checkstyle Results
The following document contains the results of Checkstyle.
Files
Rules
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 9 | Error |
NewlineAtEndOfFile | 25 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 0 | Error |
RegexpSingleline
| 91 | Error |
JavadocMethod | 1287 | Error |
JavadocType | 10 | Error |
JavadocVariable | 779 | Error |
JavadocStyle | 72 | Error |
ConstantName | 89 | Error |
LocalFinalVariableName | 4 | Error |
LocalVariableName | 1 | Error |
MemberName | 93 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 2 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
LineLength | 1516 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 1 | Error |
NoWhitespaceAfter | 31 | Error |
NoWhitespaceBefore | 1 | Error |
OperatorWrap | 31 | Error |
ParenPad | 595 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 59 | Error |
WhitespaceAround | 648 | Error |
ModifierOrder | 40 | Error |
RedundantModifier | 16 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 1 | Error |
LeftCurly | 0 | Error |
NeedBraces | 222 | Error |
RightCurly | 7 | Error |
AvoidInlineConditionals | 77 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 1 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 216 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 2 | Error |
MagicNumber | 37 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 8 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 574 | Error |
FinalClass | 32 | Error |
HideUtilityClassConstructor | 4 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 445 | Error |
ArrayTypeStyle | 1 | Error |
FinalParameters | 1614 | Error |
TodoComment | 11 | Error |
UpperEll | 0 | Error |
Details
org/apache/any23/Any23.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 74 | |
Missing a Javadoc comment. | 78 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 78 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 81 | |
Line is longer than 80 characters. | 83 | |
Missing a Javadoc comment. | 83 | |
'(' is followed by whitespace. | 83 | |
')' is preceded with whitespace. | 83 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 91 | |
Line is longer than 80 characters. | 97 | |
Parameter configuration should be final. | 100 | |
'configuration' hides a field. | 100 | |
Parameter extractorGroup should be final. | 100 | |
'if' construct must use '{}'s. | 101 | |
Line is longer than 80 characters. | 101 | |
'if' is not followed by whitespace. | 101 | |
'(' is followed by whitespace. | 103 | |
')' is preceded with whitespace. | 103 | |
Line is longer than 80 characters. | 105 | |
Avoid inline conditionals. | 108 | |
Parameter extractorGroup should be final. | 118 | |
Parameter configuration should be final. | 128 | |
'configuration' hides a field. | 128 | |
Expected @param tag for 'configuration'. | 128 | |
Parameter extractorNames should be final. | 128 | |
Avoid inline conditionals. | 132 | |
Line is longer than 80 characters. | 135 | |
'(' is followed by whitespace. | 135 | |
Parameter extractorNames should be final. | 144 | |
'(' is followed by whitespace. | 145 | |
')' is preceded with whitespace. | 145 | |
Parameter configuration should be final. | 151 | |
'configuration' hides a field. | 151 | |
Expected @param tag for 'configuration'. | 151 | |
'(' is followed by whitespace. | 159 | |
')' is preceded with whitespace. | 159 | |
Method 'setHTTPUserAgent' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Parameter userAgent should be final. | 168 | |
'userAgent' hides a field. | 168 | |
Line is longer than 80 characters. | 170 | |
'if' is not followed by whitespace. | 172 | |
'if' is not followed by whitespace. | 175 | |
Line is longer than 80 characters. | 176 | |
'(' is followed by whitespace. | 176 | |
')' is preceded with whitespace. | 176 | |
Method 'getHTTPUserAgent' is not designed for extension - needs to be abstract, final or empty. | 187 | |
Line is longer than 80 characters. | 193 | |
Line is longer than 80 characters. | 196 | |
Unused @throws tag for 'IllegalStateException'. | 196 | |
Method 'setHTTPClient' is not designed for extension - needs to be abstract, final or empty. | 198 | |
Parameter httpClient should be final. | 198 | |
'httpClient' hides a field. | 198 | |
'if' is not followed by whitespace. | 199 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 209 | |
Method 'getHTTPClient' is not designed for extension - needs to be abstract, final or empty. | 214 | |
Line is longer than 80 characters. | 217 | |
'+' should be on a new line. | 217 | |
Line is longer than 80 characters. | 218 | |
'(' is followed by whitespace. | 220 | |
Line is longer than 80 characters. | 228 | |
Line is longer than 80 characters. | 231 | |
')' is preceded with whitespace. | 233 | |
Line is longer than 80 characters. | 240 | |
Method 'setCacheFactory' is not designed for extension - needs to be abstract, final or empty. | 244 | |
Parameter cache should be final. | 244 | |
'if' is not followed by whitespace. | 245 | |
Line is longer than 80 characters. | 252 | |
Line is longer than 80 characters. | 254 | |
Method 'setMIMETypeDetector' is not designed for extension - needs to be abstract, final or empty. | 257 | |
Parameter detector should be final. | 257 | |
Line is longer than 80 characters. | 262 | |
Line is longer than 80 characters. | 266 | |
Line is longer than 80 characters. | 267 | |
Line is longer than 80 characters. | 269 | |
Method 'createDocumentSource' is not designed for extension - needs to be abstract, final or empty. | 269 | |
Parameter documentURI should be final. | 269 | |
'if' construct must use '{}'s. | 270 | |
Line is longer than 80 characters. | 270 | |
'if' is not followed by whitespace. | 270 | |
'(' is followed by whitespace. | 272 | |
')' is preceded with whitespace. | 272 | |
Line is longer than 80 characters. | 274 | |
Line is longer than 80 characters. | 278 | |
Line is longer than 80 characters. | 290 | |
Line is longer than 80 characters. | 292 | |
Line is longer than 80 characters. | 293 | |
Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 297 | |
Parameter eps should be final. | 298 | |
Parameter in should be final. | 299 | |
Parameter outputHandler should be final. | 300 | |
Parameter encoding should be final. | 301 | |
Expected @throws tag for 'IOException'. | 302 | |
Expected @throws tag for 'ExtractionException'. | 302 | |
Line is longer than 80 characters. | 303 | |
Line is longer than 80 characters. | 321 | |
Line is longer than 80 characters. | 327 | |
Line is longer than 80 characters. | 328 | |
Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 332 | |
Parameter in should be final. | 333 | |
Parameter documentURI should be final. | 334 | |
Parameter contentType should be final. | 335 | |
Parameter encoding should be final. | 336 | |
Parameter outputHandler should be final. | 337 | |
Expected @throws tag for 'IOException'. | 338 | |
Expected @throws tag for 'ExtractionException'. | 338 | |
Line is longer than 80 characters. | 339 | |
Line is longer than 80 characters. | 349 | |
Line is longer than 80 characters. | 350 | |
Line is longer than 80 characters. | 354 | |
Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 354 | |
Parameter in should be final. | 354 | |
Parameter documentURI should be final. | 354 | |
Parameter outputHandler should be final. | 354 | |
Expected @throws tag for 'IOException'. | 355 | |
Expected @throws tag for 'ExtractionException'. | 355 | |
Line is longer than 80 characters. | 356 | |
Line is longer than 80 characters. | 360 | |
Line is longer than 80 characters. | 364 | |
Line is longer than 80 characters. | 365 | |
Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 369 | |
Parameter file should be final. | 369 | |
Parameter outputHandler should be final. | 369 | |
Expected @throws tag for 'IOException'. | 370 | |
Expected @throws tag for 'ExtractionException'. | 370 | |
Line is longer than 80 characters. | 375 | |
Line is longer than 80 characters. | 381 | |
Line is longer than 80 characters. | 382 | |
Line is longer than 80 characters. | 386 | |
Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 386 | |
Parameter eps should be final. | 386 | |
Parameter documentURI should be final. | 386 | |
Parameter outputHandler should be final. | 386 | |
Expected @throws tag for 'IOException'. | 387 | |
Expected @throws tag for 'ExtractionException'. | 387 | |
Line is longer than 80 characters. | 389 | |
Line is longer than 80 characters. | 391 | |
Line is longer than 80 characters. | 396 | |
Line is longer than 80 characters. | 401 | |
Line is longer than 80 characters. | 402 | |
Line is longer than 80 characters. | 406 | |
Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 406 | |
Parameter documentURI should be final. | 406 | |
Parameter outputHandler should be final. | 406 | |
Expected @throws tag for 'IOException'. | 407 | |
Expected @throws tag for 'ExtractionException'. | 407 | |
Line is longer than 80 characters. | 417 | |
Line is longer than 80 characters. | 419 | |
Line is longer than 80 characters. | 420 | |
Line is longer than 80 characters. | 424 | |
Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 424 | |
Parameter in should be final. | 424 | |
Parameter outputHandler should be final. | 424 | |
Parameter encoding should be final. | 424 | |
Expected @throws tag for 'IOException'. | 425 | |
Expected @throws tag for 'ExtractionException'. | 425 | |
Line is longer than 80 characters. | 435 | |
Line is longer than 80 characters. | 436 | |
Line is longer than 80 characters. | 440 | |
Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 440 | |
Parameter in should be final. | 440 | |
Parameter outputHandler should be final. | 440 | |
Expected @throws tag for 'IOException'. | 441 | |
Expected @throws tag for 'ExtractionException'. | 441 | |
Line is longer than 80 characters. | 452 | |
Line is longer than 80 characters. | 453 | |
Line is longer than 80 characters. | 457 | |
Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 457 | |
Parameter eps should be final. | 457 | |
Parameter in should be final. | 457 | |
Parameter outputHandler should be final. | 457 | |
Expected @throws tag for 'IOException'. | 458 | |
Expected @throws tag for 'ExtractionException'. | 458 | |
Missing a Javadoc comment. | 462 | |
Line has trailing spaces. | 469 |
org/apache/any23/ExtractionReport.java
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 extractorErrors should be final. | 55 | |
',' is not followed by whitespace. | 55 | |
'extractorErrors' 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 'getExtractorErrors' 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 |
org/apache/any23/cli/ExtractorDocumentation.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 59 | |
Parameter args should be final. | 59 | |
Expected @throws tag for 'ExtractionException'. | 59 | |
Expected @throws tag for 'IOException'. | 59 | |
'(' is followed by whitespace. | 60 | |
')' is preceded with whitespace. | 60 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter args should be final. | 63 | |
'}' should be on the same line. | 78 | |
'3' is a magic number. | 82 | |
'4' is a magic number. | 86 | |
'}' should be on the same line. | 89 | |
'5' is a magic number. | 93 | |
'6' is a magic number. | 97 | |
'}' should be on the same line. | 100 | |
'7' is a magic number. | 104 | |
'8' is a magic number. | 112 | |
Method 'printUsage' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 125 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 132 | |
Method 'printError' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Parameter msg should be final. | 141 | |
Method 'printExtractorList' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Line is longer than 80 characters. | 149 | |
'for' is not followed by whitespace. | 149 | |
Line is longer than 80 characters. | 150 | |
'(' is followed by whitespace. | 150 | |
Method 'printExampleInput' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Parameter extractorName should be final. | 160 | |
Line is longer than 80 characters. | 165 | |
Line is longer than 80 characters. | 177 | |
Method 'printExampleOutput' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Parameter extractorName should be final. | 177 | |
Expected @throws tag for 'ExtractionException'. | 177 | |
Line is longer than 80 characters. | 182 | |
Line has trailing spaces. | 189 | |
Method 'printReport' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Expected @throws tag for 'IOException'. | 193 | |
Expected @throws tag for 'ExtractionException'. | 193 | |
Line is longer than 80 characters. | 194 | |
Line is longer than 80 characters. | 195 | |
'if' is not followed by whitespace. | 201 | |
Line is longer than 80 characters. | 208 | |
Avoid inline conditionals. | 208 | |
Missing a Javadoc comment. | 215 | |
Parameter name should be final. | 215 | |
Line is longer than 80 characters. | 217 | |
Missing a Javadoc comment. | 222 | |
Parameter factory should be final. | 222 | |
Line has trailing spaces. | 235 |
org/apache/any23/cli/MicrodataParser.java
Violation | Message | Line |
---|---|---|
Unclosed HTML tag found: <b>Microdata</i> parser, accepting both files and URLs and | 35 | |
Extra HTML tag found: </i> parser, accepting both files and URLs and | 35 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Line is longer than 80 characters. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter args should be final. | 47 | |
'(' is followed by whitespace. | 48 | |
')' is preceded with whitespace. | 48 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter args should be final. | 51 | |
'if' is not followed by whitespace. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 64 | |
'if' construct must use '{}'s. | 70 | |
Line is longer than 80 characters. | 70 | |
'if' is not followed by whitespace. | 70 | |
Line is longer than 80 characters. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter source should be final. | 75 | |
Line is longer than 80 characters. | 76 | |
'if' is not followed by whitespace. | 77 | |
Line is longer than 80 characters. | 80 | |
'if' is not followed by whitespace. | 81 | |
'(' is followed by whitespace. | 82 | |
'(' is followed by whitespace. | 82 | |
')' is preceded with whitespace. | 82 | |
')' is preceded with whitespace. | 82 | |
Line is longer than 80 characters. | 84 |
org/apache/any23/cli/MimeDetector.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 38 | |
'{' is not preceded with whitespace. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Parameter args should be final. | 49 | |
'(' is followed by whitespace. | 50 | |
')' is preceded with whitespace. | 50 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Parameter args should be final. | 54 | |
'if' is not followed by whitespace. | 55 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter document should be final. | 78 | |
'if' is not followed by whitespace. | 79 | |
'if' is not followed by whitespace. | 86 | |
'if' is not followed by whitespace. | 92 | |
Comment matches to-do format 'TODO:'. | 94 | |
Line is longer than 80 characters. | 97 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 111 |
org/apache/any23/cli/PluginVerifier.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Parameter args should be final. | 42 | |
'(' is followed by whitespace. | 43 | |
')' is preceded with whitespace. | 43 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter args should be final. | 46 | |
'if' is not followed by whitespace. | 47 | |
'if' is not followed by whitespace. | 53 | |
'try' is not followed by whitespace. | 59 | |
'{' is not preceded with whitespace. | 59 | |
'3' is a magic number. | 64 | |
'for' is not followed by whitespace. | 66 | |
Missing a Javadoc comment. | 74 | |
Parameter msg should be final. | 74 | |
Line is longer than 80 characters. | 76 | |
Missing a Javadoc comment. | 79 | |
Parameter mimeTypes should be final. | 79 | |
'for' is not followed by whitespace. | 81 | |
Line is longer than 80 characters. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter extractorPlugin should be final. | 87 | |
Parameter ps should be final. | 87 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 97 | |
Avoid inline conditionals. | 97 | |
Line is longer than 80 characters. | 99 | |
'(' is followed by whitespace. | 99 | |
')' is preceded with whitespace. | 99 |
org/apache/any23/cli/Rover.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 68 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 71 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 85 | |
Method 'isVerbose' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 91 | |
Parameter args should be final. | 91 | |
'(' is followed by whitespace. | 92 | |
')' is preceded with whitespace. | 92 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Parameter args should be final. | 95 | |
'(' is followed by whitespace. | 101 | |
')' is preceded with whitespace. | 101 | |
Line is longer than 80 characters. | 102 | |
Avoid inline conditionals. | 102 | |
'if' construct must use '{}'s. | 103 | |
'if' is not followed by whitespace. | 103 | |
Method 'getCommandLine' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
'if' construct must use '{}'s. | 109 | |
Line is longer than 80 characters. | 109 | |
'if' is not followed by whitespace. | 109 | |
Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Parameter args should be final. | 113 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 145 | |
Avoid inline conditionals. | 145 | |
Line is longer than 80 characters. | 147 | |
Method 'createOptions' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Missing a Javadoc comment. | 160 | |
'options' hides a field. | 161 | |
Line is longer than 80 characters. | 163 | |
Line is longer than 80 characters. | 169 | |
Line is longer than 80 characters. | 172 | |
Line is longer than 80 characters. | 183 | |
Line is longer than 80 characters. | 186 | |
Line is longer than 80 characters. | 192 | |
Line is longer than 80 characters. | 195 | |
Line is longer than 80 characters. | 198 | |
Method 'performExtraction' is not designed for extension - needs to be abstract, final or empty. | 203 | |
Missing a Javadoc comment. | 203 | |
Parameter documentSource should be final. | 203 | |
Line is longer than 80 characters. | 207 | |
Method 'performExtraction' is not designed for extension - needs to be abstract, final or empty. | 207 | |
Missing a Javadoc comment. | 207 | |
Parameter inputURIs should be final. | 207 | |
'(' is followed by whitespace. | 211 | |
')' is preceded with whitespace. | 211 | |
Line is longer than 80 characters. | 219 | |
Line is longer than 80 characters. | 220 | |
Method 'printReports' is not designed for extension - needs to be abstract, final or empty. | 226 | |
Missing a Javadoc comment. | 226 | |
'if' construct must use '{}'s. | 228 | |
Line is longer than 80 characters. | 228 | |
'if' is not followed by whitespace. | 228 | |
'(' is followed by whitespace. | 228 | |
')' is preceded with whitespace. | 228 | |
'if' construct must use '{}'s. | 229 | |
Line is longer than 80 characters. | 229 | |
'if' is not followed by whitespace. | 229 | |
'(' is followed by whitespace. | 229 | |
')' is preceded with whitespace. | 229 | |
Missing a Javadoc comment. | 233 | |
Missing a Javadoc comment. | 238 | |
Parameter formats should be final. | 238 | |
Parameter defaultIndex should be final. | 238 | |
'if' construct must use '{}'s. | 242 | |
'if' is not followed by whitespace. | 242 | |
'if' construct must use '{}'s. | 243 | |
'if' is not followed by whitespace. | 243 | |
Missing a Javadoc comment. | 248 | |
Parameter uri should be final. | 248 | |
Line is longer than 80 characters. | 250 | |
Line is longer than 80 characters. | 254 | |
Line is longer than 80 characters. | 260 | |
Line is longer than 80 characters. | 263 | |
Method 'argumentsToURIs' is not designed for extension - needs to be abstract, final or empty. | 268 | |
Missing a Javadoc comment. | 268 | |
Parameter args should be final. | 268 | |
'for' is not followed by whitespace. | 270 | |
Missing a Javadoc comment. | 276 | |
Parameter cl should be final. | 276 | |
Missing a Javadoc comment. | 283 | |
Parameter fileName should be final. | 283 | |
Line is longer than 80 characters. | 288 | |
Missing a Javadoc comment. | 292 | |
Parameter cl should be final. | 292 | |
Missing a Javadoc comment. | 301 | |
Parameter cl should be final. | 301 | |
Parameter os should be final. | 301 | |
Name 'FORMAT_OPTION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 302 | |
Line is longer than 80 characters. | 308 | |
Line is longer than 80 characters. | 311 | |
Line is longer than 80 characters. | 316 | |
Missing a Javadoc comment. | 316 | |
Parameter cl should be final. | 316 | |
Parameter in should be final. | 316 | |
Line is longer than 80 characters. | 326 | |
Missing a Javadoc comment. | 326 | |
Parameter cl should be final. | 326 | |
Parameter in should be final. | 326 | |
Line is longer than 80 characters. | 333 | |
Missing a Javadoc comment. | 333 | |
Parameter cl should be final. | 333 | |
Parameter in should be final. | 333 | |
Line is longer than 80 characters. | 339 | |
'(' is followed by whitespace. | 339 | |
')' is preceded with whitespace. | 339 | |
Missing a Javadoc comment. | 345 | |
Parameter cl should be final. | 345 | |
'!' is followed by whitespace. | 346 | |
Avoid inline conditionals. | 350 | |
Line is longer than 80 characters. | 351 | |
Line is longer than 80 characters. | 353 | |
'if' is not followed by whitespace. | 354 | |
'(' is followed by whitespace. | 354 | |
')' is preceded with whitespace. | 354 | |
Missing a Javadoc comment. | 363 | |
Parameter extractorNames should be final. | 363 | |
'any23' hides a field. | 364 | |
Avoid inline conditionals. | 365 | |
Line is longer than 80 characters. | 367 | |
Missing a Javadoc comment. | 371 | |
Line is longer than 80 characters. | 372 | |
Parameter any23 should be final. | 372 | |
'any23' hides a field. | 372 | |
Parameter eps should be final. | 372 | |
'eps' hides a field. | 372 | |
Parameter documentSource should be final. | 372 | |
Parameter th should be final. | 372 | |
Line is longer than 80 characters. | 375 | |
'!' is followed by whitespace. | 375 | |
Line is longer than 80 characters. | 379 | |
'3' is a magic number. | 379 | |
Line is longer than 80 characters. | 381 | |
'4' is a magic number. | 381 | |
Missing a Javadoc comment. | 385 | |
'if' construct must use '{}'s. | 386 | |
'if' is not followed by whitespace. | 386 | |
Line is longer than 80 characters. | 390 | |
'5' is a magic number. | 390 | |
Missing a Javadoc comment. | 394 | |
'if' construct must use '{}'s. | 396 | |
'if' is not followed by whitespace. | 396 | |
Missing a Javadoc comment. | 399 | |
Missing a Javadoc comment. | 401 | |
Line is longer than 80 characters. | 403 | |
Missing a Javadoc comment. | 403 | |
Parameter message should be final. | 403 | |
Parameter cause should be final. | 403 | |
Parameter exitCode should be final. | 403 | |
'exitCode' hides a field. | 403 | |
Missing a Javadoc comment. | 407 | |
Parameter message should be final. | 407 | |
Parameter exitCode should be final. | 407 | |
'exitCode' hides a field. | 407 | |
Missing a Javadoc comment. | 411 | |
Parameter exitCode should be final. | 411 | |
'exitCode' hides a field. | 411 | |
Method 'getExitCode' is not designed for extension - needs to be abstract, final or empty. | 416 | |
Missing a Javadoc comment. | 416 |
org/apache/any23/cli/ToolRunner.java
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 36 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 49 | |
Parameter args should be final. | 49 | |
'for' is not followed by whitespace. | 59 | |
'if' is not followed by whitespace. | 60 | |
'if' is not followed by whitespace. | 65 | |
Line is longer than 80 characters. | 66 | |
'(' is followed by whitespace. | 66 | |
'if' construct must use '{}'s. | 77 | |
'if' is not followed by whitespace. | 77 | |
Missing a Javadoc comment. | 82 | |
Line is longer than 80 characters. | 83 | |
'if' is not followed by whitespace. | 84 | |
Missing a Javadoc comment. | 90 | |
Parameter s should be final. | 90 | |
Parameter n should be final. | 90 | |
Missing a Javadoc comment. | 94 | |
Parameter toolClasses should be final. | 94 | |
'100' is a magic number. | 104 | |
Line is longer than 80 characters. | 106 | |
'(' is followed by whitespace. | 106 | |
'(' is followed by whitespace. | 106 | |
Avoid inline conditionals. | 106 | |
')' is preceded with whitespace. | 106 | |
Missing a Javadoc comment. | 113 | |
Parameter msg should be final. | 113 | |
Parameter utilities should be final. | 113 | |
'if' is not followed by whitespace. | 114 | |
'if' is not followed by whitespace. | 119 | |
'(' is followed by whitespace. | 120 | |
')' is preceded with whitespace. | 120 | |
Missing a Javadoc comment. | 125 | |
'{' is not followed by whitespace. | 127 | |
'}' is not preceded with whitespace. | 127 | |
Missing a Javadoc comment. | 129 | |
Missing a Javadoc comment. | 131 |
org/apache/any23/cli/Version.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 30 | |
Parameter args should be final. | 30 | |
'(' is followed by whitespace. | 31 | |
')' is preceded with whitespace. | 31 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter args should be final. | 34 | |
'if' is not followed by whitespace. | 36 |
org/apache/any23/cli/VocabPrinter.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 40 | |
Parameter args should be final. | 40 | |
'(' is followed by whitespace. | 41 | |
')' is preceded with whitespace. | 41 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter args should be final. | 44 | |
'+' should be on a new line. | 57 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 71 | |
Missing a Javadoc comment. | 95 | |
Parameter options should be final. | 95 |
org/apache/any23/cli/package-info.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 18 |
org/apache/any23/configuration/Configuration.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unclosed HTML tag found: <i>Any23</code> configuration. | 21 | |
Extra HTML tag found: </code> configuration. | 21 | |
Extra HTML tag found: </code>false</code> otherwise. | 36 | |
Extra HTML tag found: </code> otherwise. | 36 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 50 | |
Unused @throws tag for 'IllegalArgumentException'. | 55 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 61 | |
Unused @throws tag for 'NullPointerException'. | 66 | |
Line is longer than 80 characters. | 67 | |
Unused @throws tag for 'IllegalArgumentException'. | 67 | |
Line is longer than 80 characters. | 68 | |
Unused @throws tag for 'NumberFormatException'. | 68 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 81 | |
Unused @throws tag for 'IllegalArgumentException'. | 81 |
org/apache/any23/configuration/DefaultConfiguration.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
Line is longer than 80 characters. | 47 | |
Missing a Javadoc comment. | 47 | |
Name 'singleton' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
Missing a Javadoc comment. | 49 | |
Variable 'properties' must be private and have accessor methods. | 49 | |
Line is longer than 80 characters. | 63 | |
Missing a Javadoc comment. | 67 | |
Line is longer than 80 characters. | 70 | |
'(' is followed by whitespace. | 70 | |
')' is preceded with whitespace. | 70 | |
Line is longer than 80 characters. | 72 | |
Missing a Javadoc comment. | 77 | |
Parameter properties should be final. | 77 | |
'properties' hides a field. | 77 | |
Missing a Javadoc comment. | 81 | |
'(' is followed by whitespace. | 82 | |
')' is preceded with whitespace. | 82 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
'(' is followed by whitespace. | 86 | |
')' is preceded with whitespace. | 86 | |
Method 'defineProperty' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter propertyName should be final. | 89 | |
Line is longer than 80 characters. | 93 | |
Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter propertyName should be final. | 93 | |
Parameter defaultValue should be final. | 93 | |
'if' is not followed by whitespace. | 95 | |
Method 'getPropertyOrFail' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter propertyName should be final. | 101 | |
'if' is not followed by whitespace. | 103 | |
Line is longer than 80 characters. | 104 | |
'if' is not followed by whitespace. | 106 | |
'(' is followed by whitespace. | 106 | |
Line is longer than 80 characters. | 108 | |
Method 'getPropertyIntOrFail' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Parameter propertyName should be final. | 114 | |
Line is longer than 80 characters. | 120 | |
Method 'getFlagProperty' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
'if' is not followed by whitespace. | 126 | |
'if' is not followed by whitespace. | 129 | |
'if' is not followed by whitespace. | 132 | |
Line is longer than 80 characters. | 137 | |
Method 'getConfigurationDump' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Line is longer than 80 characters. | 146 | |
Line is longer than 80 characters. | 148 | |
Line is longer than 80 characters. | 150 | |
Missing a Javadoc comment. | 154 | |
Parameter propertyName should be final. | 154 | |
'if' is not followed by whitespace. | 155 | |
'(' is followed by whitespace. | 155 | |
'!' is followed by whitespace. | 155 | |
')' is preceded with whitespace. | 155 | |
'if' is not followed by whitespace. | 156 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 167 | |
'if' is not followed by whitespace. | 168 |
org/apache/any23/configuration/DefaultModifiableConfiguration.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 27 | |
'{' is not preceded with whitespace. | 27 | |
Missing a Javadoc comment. | 29 | |
Parameter properties should be final. | 29 | |
Line is longer than 80 characters. | 33 | |
Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter propertyName should be final. | 33 | |
Parameter propertyValue should be final. | 33 | |
'if' construct must use '{}'s. | 34 | |
'if' is not followed by whitespace. | 34 | |
'(' is followed by whitespace. | 34 | |
'!' is followed by whitespace. | 34 | |
')' is preceded with whitespace. | 34 | |
Line is longer than 80 characters. | 35 |
org/apache/any23/configuration/package-info.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 18 |
org/apache/any23/encoding/EncodingDetector.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 35 | |
Expected @throws tag for 'IOException'. | 37 |
org/apache/any23/encoding/TikaEncodingDetector.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 33 | |
Method 'guessEncoding' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter is should be final. | 37 | |
Line is longer than 80 characters. | 39 | |
'(' is followed by whitespace. | 39 | |
Avoid inline conditionals. | 39 | |
')' is preceded with whitespace. | 39 |
org/apache/any23/encoding/package-info.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 18 |
org/apache/any23/extractor/ErrorReporter.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 31 | |
Expected @param tag for 'ps'. | 45 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 72 | |
Parameter l should be final. | 72 | |
Parameter msg should be final. | 72 | |
Parameter r should be final. | 72 | |
Parameter c should be final. | 72 | |
Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Method 'getRow' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Method 'getCol' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Line is longer than 80 characters. | 97 |
org/apache/any23/extractor/ExampleInputOutput.java
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 |
org/apache/any23/extractor/ExtractionContext.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter extractorName should be final. | 50 | |
'extractorName' hides a field. | 50 | |
Parameter documentURI should be final. | 50 | |
'documentURI' hides a field. | 50 | |
Parameter defaultLanguage should be final. | 50 | |
'defaultLanguage' hides a field. | 50 | |
Parameter localID should be final. | 50 | |
'+' should be on a new line. | 57 | |
Avoid inline conditionals. | 58 | |
Line is longer than 80 characters. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter extractorName should be final. | 61 | |
'extractorName' hides a field. | 61 | |
Parameter documentURI should be final. | 61 | |
'documentURI' hides a field. | 61 | |
Parameter defaultLanguage should be final. | 61 | |
'defaultLanguage' hides a field. | 61 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 65 | |
Parameter extractorName should be final. | 65 | |
'extractorName' hides a field. | 65 | |
Parameter documentURI should be final. | 65 | |
'documentURI' hides a field. | 65 | |
Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter localID should be final. | 69 | |
Method 'getExtractorName' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Method 'getDocumentURI' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Method 'getDefaultLanguage' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Method 'getUniqueID' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter other should be final. | 98 | |
'if' construct must use '{}'s. | 99 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 107 | |
Parameter data should be final. | 107 | |
Parameter desc should be final. | 107 | |
'if' construct must use '{}'s. | 108 | |
Line is longer than 80 characters. | 108 | |
'if' is not followed by whitespace. | 108 | |
Line has trailing spaces. | 110 |
org/apache/any23/extractor/ExtractionException.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Parameter message should be final. | 32 | |
Missing a Javadoc comment. | 36 | |
Parameter message should be final. | 36 | |
Parameter cause should be final. | 36 | |
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 er should be final. | 40 | |
Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Parameter ps should be final. | 46 | |
'(' is followed by whitespace. | 47 | |
')' is preceded with whitespace. | 47 | |
Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Parameter pw should be final. | 52 | |
Missing a Javadoc comment. | 57 | |
Parameter ps should be final. | 57 | |
'if' is not followed by whitespace. | 58 | |
'(' is followed by whitespace. | 63 | |
')' is preceded with whitespace. | 63 |
org/apache/any23/extractor/ExtractionParameters.java
Violation | Message | Line |
---|---|---|
Parameter c should be final. | 38 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
',' is not followed by whitespace. | 66 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
Parameter configuration should be final. | 79 | |
'configuration' hides a field. | 79 | |
Parameter extractionMode should be final. | 80 | |
'extractionMode' hides a field. | 80 | |
Parameter extractionFlags should be final. | 81 | |
'extractionFlags' hides a field. | 81 | |
Parameter extractionProperties should be final. | 82 | |
',' is not followed by whitespace. | 82 | |
'extractionProperties' hides a field. | 82 | |
'if' is not followed by whitespace. | 84 | |
'if' is not followed by whitespace. | 87 | |
Avoid inline conditionals. | 94 | |
',' is not followed by whitespace. | 95 | |
',' is not followed by whitespace. | 97 | |
Avoid inline conditionals. | 100 | |
',' is not followed by whitespace. | 101 | |
',' is not followed by whitespace. | 103 | |
Line is longer than 80 characters. | 112 | |
Parameter configuration should be final. | 112 | |
'configuration' hides a field. | 112 | |
Parameter extractionMode should be final. | 112 | |
'extractionMode' hides a field. | 112 | |
Line is longer than 80 characters. | 124 | |
Parameter configuration should be final. | 124 | |
'configuration' hides a field. | 124 | |
Parameter extractionMode should be final. | 124 | |
'extractionMode' hides a field. | 124 | |
'{' is not preceded with whitespace. | 128 | |
'{' is not followed by whitespace. | 128 | |
'{' is not preceded with whitespace. | 128 | |
Line is longer than 80 characters. | 129 | |
'}' is not followed by whitespace. | 130 | |
'}' is not preceded with whitespace. | 130 | |
Method 'isValidate' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Line is longer than 80 characters. | 139 | |
Method 'isFix' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 151 | |
Method 'getFlag' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Parameter flagName should be final. | 156 | |
'if' is not followed by whitespace. | 158 | |
Method 'setFlag' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Parameter flagName should be final. | 171 | |
Parameter value should be final. | 171 | |
Line is longer than 80 characters. | 178 | |
Line is longer than 80 characters. | 179 | |
Line is longer than 80 characters. | 183 | |
Unused @throws tag for 'IllegalArgumentException'. | 183 | |
Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Parameter propertyName should be final. | 185 | |
'if' is not followed by whitespace. | 187 | |
Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 200 | |
Parameter propertyName should be final. | 200 | |
Parameter propertyValue should be final. | 200 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 207 | |
Parameter obj should be final. | 208 | |
'if' is not followed by whitespace. | 209 | |
'if' is not followed by whitespace. | 212 | |
'if' is not followed by whitespace. | 215 | |
'(' is followed by whitespace. | 220 | |
'(' is followed by whitespace. | 222 | |
')' is preceded with whitespace. | 222 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 227 | |
Line is longer than 80 characters. | 229 | |
'3' is a magic number. | 229 | |
'5' is a magic number. | 229 | |
Missing a Javadoc comment. | 232 | |
Parameter propertyName should be final. | 232 | |
'if' is not followed by whitespace. | 233 | |
'!' is followed by whitespace. | 233 | |
')' is preceded with whitespace. | 233 | |
Line is longer than 80 characters. | 235 | |
Missing a Javadoc comment. | 240 | |
Parameter desc should be final. | 240 | |
Parameter value should be final. | 240 | |
'if' construct must use '{}'s. | 241 | |
'if' is not followed by whitespace. | 241 | |
Line is longer than 80 characters. | 242 | |
'(' is followed by whitespace. | 242 | |
')' is preceded with whitespace. | 242 |
org/apache/any23/extractor/ExtractionResult.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 25 |
org/apache/any23/extractor/ExtractionResultImpl.java
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 | |
'if' is not followed by whitespace. | 84 | |
'if' is not followed by whitespace. | 87 | |
'if' is not followed by whitespace. | 90 | |
'(' is followed by whitespace. | 97 | |
')' is preceded with whitespace. | 97 | |
Method 'hasErrors' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Method 'getErrorsCount' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Avoid inline conditionals. | 105 | |
Method 'printErrorsReport' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Parameter ps should be final. | 108 | |
Line is longer than 80 characters. | 109 | |
Method 'getErrors' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Line is longer than 80 characters. | 124 | |
Avoid inline conditionals. | 124 | |
Method 'openSubResult' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter context should be final. | 127 | |
'context' hides a field. | 127 | |
Line is longer than 80 characters. | 130 | |
Method 'getExtractionContext' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Method 'writeTriple' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Parameter s should be final. | 145 | |
Parameter p should be final. | 145 | |
Parameter o should be final. | 145 | |
Parameter g should be final. | 145 | |
'if' construct must use '{}'s. | 146 | |
Line is longer than 80 characters. | 147 | |
Line is longer than 80 characters. | 148 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 156 | |
')' is preceded with whitespace. | 156 | |
Method 'writeTriple' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Missing a Javadoc comment. | 162 | |
Parameter s should be final. | 162 | |
Parameter p should be final. | 162 | |
Parameter o should be final. | 162 | |
Method 'writeNamespace' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Missing a Javadoc comment. | 166 | |
Parameter prefix should be final. | 166 | |
Parameter uri should be final. | 166 | |
Line is longer than 80 characters. | 172 | |
Method 'notifyError' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Missing a Javadoc comment. | 178 | |
Parameter level should be final. | 178 | |
Parameter msg should be final. | 178 | |
Parameter row should be final. | 178 | |
Parameter col should be final. | 178 | |
'if' is not followed by whitespace. | 179 | |
'(' is followed by whitespace. | 182 | |
')' is preceded with whitespace. | 182 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Missing a Javadoc comment. | 185 | |
'if' construct must use '{}'s. | 186 | |
Missing a Javadoc comment. | 200 | |
Line is longer than 80 characters. | 211 | |
Line is longer than 80 characters. | 213 | |
Line is longer than 80 characters. | 224 | |
Method 'addResourceRoot' is not designed for extension - needs to be abstract, final or empty. | 224 | |
Missing a Javadoc comment. | 224 | |
Parameter path should be final. | 224 | |
Parameter root should be final. | 224 | |
Parameter extractor should be final. | 224 | |
'extractor' hides a field. | 224 | |
'if' is not followed by whitespace. | 225 | |
'(' is followed by whitespace. | 228 | |
')' is preceded with whitespace. | 228 | |
Method 'getResourceRoots' is not designed for extension - needs to be abstract, final or empty. | 231 | |
Missing a Javadoc comment. | 231 | |
'if' is not followed by whitespace. | 233 | |
'(' is followed by whitespace. | 234 | |
')' is preceded with whitespace. | 234 | |
'for' is not followed by whitespace. | 236 | |
'if' is not followed by whitespace. | 238 | |
'(' is followed by whitespace. | 238 | |
')' is preceded with whitespace. | 238 | |
'(' is followed by whitespace. | 239 | |
')' is preceded with whitespace. | 239 | |
Method 'addPropertyPath' is not designed for extension - needs to be abstract, final or empty. | 245 | |
Missing a Javadoc comment. | 245 | |
Parameter extractor should be final. | 246 | |
'extractor' hides a field. | 246 | |
Parameter propertySubject should be final. | 247 | |
Parameter property should be final. | 248 | |
Parameter object should be final. | 249 | |
Parameter path should be final. | 250 | |
'if' is not followed by whitespace. | 252 | |
Line is longer than 80 characters. | 255 | |
'(' is followed by whitespace. | 255 | |
')' is preceded with whitespace. | 255 | |
Method 'getPropertyPaths' is not designed for extension - needs to be abstract, final or empty. | 258 | |
Missing a Javadoc comment. | 258 | |
'if' is not followed by whitespace. | 260 | |
'(' is followed by whitespace. | 261 | |
')' is preceded with whitespace. | 261 | |
'for' is not followed by whitespace. | 263 | |
'if' is not followed by whitespace. | 265 | |
'(' is followed by whitespace. | 265 | |
')' is preceded with whitespace. | 265 | |
'(' is followed by whitespace. | 266 | |
')' is preceded with whitespace. | 266 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 272 |
org/apache/any23/extractor/Extractor.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 74 |
org/apache/any23/extractor/ExtractorFactory.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 46 | |
Expected an @return tag. | 48 | |
Expected an @return tag. | 61 |
org/apache/any23/extractor/ExtractorGroup.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Parameter factories should be final. | 34 | |
'factories' hides a field. | 34 | |
Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Method 'getNumOfExtractors' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 49 | |
Method 'filterByMIMEType' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Parameter mimeType should be final. | 53 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 57 | |
Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Line is longer than 80 characters. | 69 | |
Method 'allExtractorsSupportAllContentTypes' is not designed for extension - needs to be abstract, final or empty. | 72 | |
'if' construct must use '{}'s. | 74 | |
Missing a Javadoc comment. | 79 | |
Parameter factory should be final. | 79 | |
Missing a Javadoc comment. | 83 | |
Parameter factory should be final. | 83 | |
Parameter mimeType should be final. | 83 | |
'if' construct must use '{}'s. | 85 | |
'if' construct must use '{}'s. | 86 | |
Line is longer than 80 characters. | 86 | |
'if' construct must use '{}'s. | 87 | |
Line is longer than 80 characters. | 87 |
org/apache/any23/extractor/ExtractorRegistry.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 68 | |
'if' is not followed by whitespace. | 84 | |
'if' is not followed by whitespace. | 106 | |
Line is longer than 80 characters. | 118 | |
Unused @throws tag for 'IllegalArgumentException'. | 118 | |
Method 'register' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Parameter factory should be final. | 121 | |
Expected @param tag for 'factory'. | 121 | |
Line is longer than 80 characters. | 123 | |
First sentence should end with a period. | 129 | |
Unused @throws tag for 'IllegalArgumentException'. | 135 | |
Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Parameter name should be final. | 138 | |
Line is longer than 80 characters. | 140 | |
Method 'getExtractorGroup' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Line is longer than 80 characters. | 156 | |
Method 'getExtractorGroup' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Parameter names should be final. | 159 | |
Line is longer than 80 characters. | 160 | |
Line has trailing spaces. | 168 | |
Method 'isRegisteredName' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Parameter name should be final. | 173 | |
Expected an @return tag. | 180 | |
Method 'getAllNames' is not designed for extension - needs to be abstract, final or empty. | 180 |
org/apache/any23/extractor/SimpleExtractorFactory.java
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 |
org/apache/any23/extractor/SingleDocumentExtraction.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 75 | |
Missing a Javadoc comment. | 75 | |
Line is longer than 80 characters. | 77 | |
Missing a Javadoc comment. | 77 | |
Line is longer than 80 characters. | 78 | |
Missing a Javadoc comment. | 78 | |
Line is longer than 80 characters. | 79 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 81 | |
Name 'vSINDICE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 81 | |
Line is longer than 80 characters. | 83 | |
Missing a Javadoc comment. | 83 | |
'static' modifier out of order with the JLS suggestions. | 83 | |
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 83 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 89 | |
Line has trailing spaces. | 90 | |
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 | |
Missing a Javadoc comment. | 107 | |
Missing a Javadoc comment. | 109 | |
Missing a Javadoc comment. | 111 | |
Line is longer than 80 characters. | 123 | |
Parameter configuration should be final. | 123 | |
'configuration' hides a field. | 123 | |
Parameter in should be final. | 123 | |
'in' hides a field. | 123 | |
Parameter extractors should be final. | 123 | |
'extractors' hides a field. | 123 | |
Parameter output should be final. | 123 | |
'output' hides a field. | 123 | |
'if' construct must use '{}'s. | 125 | |
Line is longer than 80 characters. | 125 | |
'if' is not followed by whitespace. | 125 | |
'if' construct must use '{}'s. | 126 | |
Line is longer than 80 characters. | 126 | |
'if' is not followed by whitespace. | 126 | |
Line is longer than 80 characters. | 148 | |
Parameter configuration should be final. | 148 | |
'configuration' hides a field. | 148 | |
Parameter in should be final. | 148 | |
'in' hides a field. | 148 | |
Parameter factory should be final. | 148 | |
Parameter output should be final. | 148 | |
'output' hides a field. | 148 | |
Line is longer than 80 characters. | 153 | |
Parameter in should be final. | 169 | |
'in' hides a field. | 169 | |
Parameter factory should be final. | 169 | |
Parameter output should be final. | 169 | |
'output' hides a field. | 169 | |
Line is longer than 80 characters. | 174 | |
Line is longer than 80 characters. | 182 | |
Method 'setLocalCopyFactory' is not designed for extension - needs to be abstract, final or empty. | 187 | |
Parameter copyFactory should be final. | 187 | |
'copyFactory' hides a field. | 187 | |
Method 'setMIMETypeDetector' is not designed for extension - needs to be abstract, final or empty. | 198 | |
Parameter detector should be final. | 198 | |
'detector' hides a field. | 198 | |
Line is longer than 80 characters. | 208 | |
Line is longer than 80 characters. | 211 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Parameter extractionParameters should be final. | 211 | |
'if' is not followed by whitespace. | 213 | |
Line is longer than 80 characters. | 214 | |
Line is longer than 80 characters. | 217 | |
Line is longer than 80 characters. | 222 | |
'(' is followed by whitespace. | 222 | |
Avoid inline conditionals. | 222 | |
Line is longer than 80 characters. | 224 | |
'if' is not followed by whitespace. | 226 | |
'if' is not followed by whitespace. | 231 | |
Line is longer than 80 characters. | 245 | |
Line is longer than 80 characters. | 246 | |
',' is not followed by whitespace. | 254 | |
',' is not followed by whitespace. | 255 | |
Line is longer than 80 characters. | 257 | |
'(' is followed by whitespace. | 265 | |
')' is preceded with whitespace. | 265 | |
'(' is followed by whitespace. | 266 | |
')' is preceded with whitespace. | 266 | |
'catch' is not followed by whitespace. | 269 | |
Line is longer than 80 characters. | 270 | |
Line is longer than 80 characters. | 274 | |
'if' is not followed by whitespace. | 276 | |
Line is longer than 80 characters. | 278 | |
Line is longer than 80 characters. | 280 | |
Line is longer than 80 characters. | 290 | |
Line is longer than 80 characters. | 300 | |
Line is longer than 80 characters. | 301 | |
Avoid inline conditionals. | 308 | |
Line is longer than 80 characters. | 309 | |
Line is longer than 80 characters. | 322 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 322 | |
Expected @throws tag for 'IOException'. | 322 | |
Expected @throws tag for 'ExtractionException'. | 322 | |
Line is longer than 80 characters. | 327 | |
Method 'getDetectedMIMEType' is not designed for extension - needs to be abstract, final or empty. | 332 | |
Avoid inline conditionals. | 334 | |
Line is longer than 80 characters. | 338 | |
Line is longer than 80 characters. | 340 | |
Method 'hasMatchingExtractors' is not designed for extension - needs to be abstract, final or empty. | 343 | |
Expected @throws tag for 'IOException'. | 343 | |
Line is longer than 80 characters. | 349 | |
Method 'getMatchingExtractors' is not designed for extension - needs to be abstract, final or empty. | 351 | |
'for' is not followed by whitespace. | 353 | |
'(' is followed by whitespace. | 354 | |
')' is preceded with whitespace. | 354 | |
Method 'getParserEncoding' is not designed for extension - needs to be abstract, final or empty. | 362 | |
'if' is not followed by whitespace. | 363 | |
Method 'setParserEncoding' is not designed for extension - needs to be abstract, final or empty. | 374 | |
Parameter encoding should be final. | 374 | |
Line is longer than 80 characters. | 380 | |
Line is longer than 80 characters. | 387 | |
'!' is followed by whitespace. | 387 | |
'(' is followed by whitespace. | 387 | |
')' is preceded with whitespace. | 387 | |
Line is longer than 80 characters. | 393 | |
Line is longer than 80 characters. | 395 | |
Line is longer than 80 characters. | 398 | |
Parameter extractionParameters should be final. | 398 | |
Expected @throws tag for 'ValidatorException'. | 399 | |
'if' is not followed by whitespace. | 400 | |
'(' is followed by whitespace. | 400 | |
'!' is followed by whitespace. | 400 | |
')' is preceded with whitespace. | 400 | |
Line is longer than 80 characters. | 405 | |
'(' is followed by whitespace. | 405 | |
')' is preceded with whitespace. | 405 | |
Expected @throws tag for 'IOException'. | 419 | |
'if' construct must use '{}'s. | 420 | |
Line is longer than 80 characters. | 422 | |
Line has trailing spaces. | 438 | |
Line is longer than 80 characters. | 444 | |
Expected @param tag for 'documentLanguage'. | 448 | |
'if' is not followed by whitespace. | 451 | |
Line is longer than 80 characters. | 452 | |
Line is longer than 80 characters. | 460 | |
Line is longer than 80 characters. | 463 | |
Line is longer than 80 characters. | 464 | |
Line is longer than 80 characters. | 467 | |
Line is longer than 80 characters. | 475 | |
Line is longer than 80 characters. | 476 | |
'documentReport' hides a field. | 476 | |
Line is longer than 80 characters. | 484 | |
Line is longer than 80 characters. | 489 | |
'(' is followed by whitespace. | 489 | |
')' is preceded with whitespace. | 489 | |
Line is longer than 80 characters. | 490 | |
'(' is followed by whitespace. | 490 | |
')' is preceded with whitespace. | 490 | |
'if' is not followed by whitespace. | 493 | |
Line is longer than 80 characters. | 494 | |
'if' is not followed by whitespace. | 499 | |
'(' is followed by whitespace. | 499 | |
')' is preceded with whitespace. | 499 | |
'(' is followed by whitespace. | 501 | |
')' is preceded with whitespace. | 501 | |
'if' is not followed by whitespace. | 507 | |
Line is longer than 80 characters. | 508 | |
Expected @throws tag for 'IOException'. | 518 | |
'if' construct must use '{}'s. | 519 | |
Line is longer than 80 characters. | 531 | |
Line is longer than 80 characters. | 539 | |
Parameter extractionParameters should be final. | 539 | |
Line is longer than 80 characters. | 541 | |
Line is longer than 80 characters. | 543 | |
'(' is followed by whitespace. | 543 | |
')' is preceded with whitespace. | 543 | |
'if' is not followed by whitespace. | 552 | |
Line is longer than 80 characters. | 553 | |
'(' is followed by whitespace. | 553 | |
')' is preceded with whitespace. | 553 | |
Line is longer than 80 characters. | 555 | |
'(' is followed by whitespace. | 555 | |
')' is preceded with whitespace. | 555 | |
Line has trailing spaces. | 564 | |
Line is longer than 80 characters. | 570 | |
Line is longer than 80 characters. | 575 | |
Line is longer than 80 characters. | 585 | |
Parameter list should be final. | 588 | |
Parameter candidateSub should be final. | 588 | |
'if' is not followed by whitespace. | 589 | |
'for' is not followed by whitespace. | 592 | |
'if' is not followed by whitespace. | 593 | |
'(' is followed by whitespace. | 593 | |
'!' is followed by whitespace. | 593 | |
Line is longer than 80 characters. | 607 | |
Parameter resourceRoots should be final. | 607 | |
Parameter context should be final. | 607 | |
Expected @throws tag for 'ExtractionException'. | 608 | |
Line is longer than 80 characters. | 616 | |
Line is longer than 80 characters. | 625 | |
Line is longer than 80 characters. | 632 | |
Line is longer than 80 characters. | 637 | |
Parameter resourceRoots should be final. | 663 | |
Expected @param tag for 'resourceRoots'. | 663 | |
Parameter propertyPaths should be final. | 664 | |
Expected @param tag for 'propertyPaths'. | 664 | |
Parameter context should be final. | 665 | |
Expected @param tag for 'context'. | 665 | |
Expected @throws tag for 'TripleHandlerException'. | 666 | |
Line is longer than 80 characters. | 673 | |
Line is longer than 80 characters. | 674 | |
Line is longer than 80 characters. | 676 | |
Line is longer than 80 characters. | 680 | |
'if' is not followed by whitespace. | 680 | |
Line is longer than 80 characters. | 683 | |
Line is longer than 80 characters. | 684 | |
Line is longer than 80 characters. | 694 | |
Line is longer than 80 characters. | 695 | |
Line is longer than 80 characters. | 701 | |
Line has trailing spaces. | 702 | |
Expected an @return tag. | 708 | |
Parameter resourceRoots should be final. | 709 | |
Parameter propertyPaths should be final. | 710 | |
Parameter addDomainTriples should be final. | 711 | |
Expected @param tag for 'addDomainTriples'. | 711 | |
Parameter output should be final. | 712 | |
'output' hides a field. | 712 | |
Expected @throws tag for 'ExtractionException'. | 713 | |
Line is longer than 80 characters. | 720 | |
'if' is not followed by whitespace. | 726 | |
Line is longer than 80 characters. | 731 | |
Line is longer than 80 characters. | 736 | |
Line is longer than 80 characters. | 747 | |
Expected an @return tag. | 757 | |
Parameter resourceRoots should be final. | 758 | |
Parameter addDomainTriples should be final. | 759 | |
Expected @param tag for 'addDomainTriples'. | 759 | |
Parameter output should be final. | 760 | |
'output' hides a field. | 760 | |
Expected @throws tag for 'ExtractionException'. | 761 | |
Line is longer than 80 characters. | 768 | |
'if' is not followed by whitespace. | 774 | |
Line is longer than 80 characters. | 781 | |
Parameter context should be final. | 795 | |
Expected @param tag for 'context'. | 795 | |
Expected @throws tag for 'TripleHandlerException'. | 796 | |
Line is longer than 80 characters. | 818 | |
Line has trailing spaces. | 826 | |
Parameter from should be final. | 834 | |
Parameter to should be final. | 835 | |
Parameter th should be final. | 836 | |
Parameter ec should be final. | 837 | |
Expected @throws tag for 'TripleHandlerException'. | 838 | |
Line is longer than 80 characters. | 840 | |
'(' is followed by whitespace. | 840 | |
Avoid inline conditionals. | 840 | |
')' is preceded with whitespace. | 840 | |
Line is longer than 80 characters. | 842 | |
')' is preceded with whitespace. | 842 | |
Avoid inline conditionals. | 846 | |
Missing a Javadoc comment. | 863 | |
Missing a Javadoc comment. | 864 | |
Missing a Javadoc comment. | 865 | |
Missing a Javadoc comment. | 867 | |
Parameter errors should be final. | 868 | |
'errors' hides a field. | 868 | |
Parameter resourceRoots should be final. | 869 | |
'resourceRoots' hides a field. | 869 | |
Parameter propertyPaths should be final. | 870 | |
'propertyPaths' hides a field. | 870 |
org/apache/any23/extractor/SingleDocumentExtractionReport.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Parameter validationReport should be final. | 38 | |
'validationReport' hides a field. | 38 | |
Parameter extractorToErrors should be final. | 39 | |
'extractorToErrors' 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 'getExtractorToErrors' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 |
org/apache/any23/extractor/TagSoupExtractionResult.java
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 |
org/apache/any23/extractor/csv/CSVExtractor.java
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 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 | |
Parameter f should be final. | 73 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Parameter extractionParameters should be final. | 80 | |
Parameter extractionContext should be final. | 81 | |
Parameter in should be final. | 82 | |
Parameter out should be final. | 83 | |
Expected an @return tag. | 133 | |
Parameter number should be final. | 133 | |
Expected @param tag for 'number'. | 133 | |
Expected an @return tag. | 148 | |
Parameter number should be final. | 148 | |
Expected @param tag for 'number'. | 148 | |
Line is longer than 80 characters. | 163 | |
Parameter header should be final. | 163 | |
Expected @param tag for 'header'. | 163 | |
Parameter out should be final. | 163 | |
Expected @param tag for 'out'. | 163 | |
Line is longer than 80 characters. | 186 | |
Line is longer than 80 characters. | 187 | |
Line is longer than 80 characters. | 188 | |
Parameter header should be final. | 193 | |
Expected @param tag for 'header'. | 193 | |
Parameter documentURI should be final. | 193 | |
Expected @param tag for 'documentURI'. | 193 | |
Missing a Javadoc comment. | 208 | |
Parameter toBeNormalized should be final. | 208 | |
Parameter documentURI should be final. | 208 | |
Line is longer than 80 characters. | 210 | |
Line is longer than 80 characters. | 221 | |
Line is longer than 80 characters. | 222 | |
Parameter rowSubject should be final. | 230 | |
Expected @param tag for 'rowSubject'. | 230 | |
Parameter values should be final. | 231 | |
Expected @param tag for 'values'. | 231 | |
Parameter out should be final. | 232 | |
Expected @param tag for 'out'. | 232 | |
Line is longer than 80 characters. | 237 | |
Missing a Javadoc comment. | 250 | |
Parameter cell should be final. | 250 | |
'if' is not followed by whitespace. | 259 | |
Line is longer than 80 characters. | 268 | |
Line is longer than 80 characters. | 269 | |
Parameter documentURI should be final. | 277 | |
Expected @param tag for 'documentURI'. | 277 | |
Parameter out should be final. | 278 | |
Expected @param tag for 'out'. | 278 | |
Parameter numberOfRows should be final. | 279 | |
Expected @param tag for 'numberOfRows'. | 279 | |
Parameter numberOfColumns should be final. | 280 | |
Expected @param tag for 'numberOfColumns'. | 280 | |
Line is longer than 80 characters. | 289 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 296 |
org/apache/any23/extractor/csv/CSVReaderBuilder.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 30 | |
Utility classes should not have a public or default constructor. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Name 'popularDelimiters' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 48 | |
Name 'strategies' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
'for' is not followed by whitespace. | 54 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 63 | |
Parameter is should be final. | 67 | |
Expected @throws tag for 'IOException'. | 67 | |
'if' construct must use '{}'s. | 69 | |
Line is longer than 80 characters. | 69 | |
'if' is not followed by whitespace. | 69 | |
'(' is followed by whitespace. | 70 | |
')' is preceded with whitespace. | 70 | |
Expected an @return tag. | 80 | |
Parameter is should be final. | 80 | |
Expected @throws tag for 'IOException'. | 80 | |
Line is longer than 80 characters. | 84 | |
Missing a Javadoc comment. | 84 | |
Parameter is should be final. | 84 | |
'for' is not followed by whitespace. | 85 | |
'(' is followed by whitespace. | 85 | |
')' is preceded with whitespace. | 85 | |
'if' is not followed by whitespace. | 86 | |
'(' is followed by whitespace. | 86 | |
')' is preceded with whitespace. | 86 | |
Missing a Javadoc comment. | 93 | |
Parameter delimiter should be final. | 93 | |
Parameter comment should be final. | 93 | |
Missing a Javadoc comment. | 97 | |
Line is longer than 80 characters. | 109 | |
Missing a Javadoc comment. | 109 | |
Parameter property should be final. | 109 | |
Parameter defaultValue should be final. | 109 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 122 | |
Expected an @return tag. | 130 | |
Line is longer than 80 characters. | 130 | |
Parameter is should be final. | 130 | |
Parameter strategy should be final. | 130 | |
Expected @throws tag for 'IOException'. | 130 | |
Name 'MIN_COLUMNS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 | |
Line is longer than 80 characters. | 135 | |
'5' is a magic number. | 136 | |
Line is longer than 80 characters. | 149 |
org/apache/any23/extractor/html/AdrExtractor.java
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
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 |
org/apache/any23/extractor/html/DocumentReport.java
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 |
org/apache/any23/extractor/html/DomUtils.java
Violation | Message | Line |
---|---|---|
Class DomUtils should be declared as final. | 50 | |
Missing a Javadoc comment. | 52 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 54 | |
Missing a Javadoc comment. | 54 | |
'static' modifier out of order with the JLS suggestions. | 54 | |
Name 'xPathEngine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 | |
Missing a Javadoc comment. | 56 | |
'{' is not preceded with whitespace. | 56 | |
'{' is not followed by whitespace. | 56 | |
'}' is not preceded with whitespace. | 56 | |
Parameter n should be final. | 65 | |
'if' is not followed by whitespace. | 67 | |
'for' is not followed by whitespace. | 72 | |
Line is longer than 80 characters. | 74 | |
'(' is followed by whitespace. | 74 | |
'(' is followed by whitespace. | 74 | |
')' is preceded with whitespace. | 74 | |
')' is preceded with whitespace. | 74 | |
'if' is not followed by whitespace. | 77 | |
'(' is followed by whitespace. | 77 | |
')' is preceded with whitespace. | 77 | |
Line is longer than 80 characters. | 81 | |
Parameter node should be final. | 92 | |
'while' is not followed by whitespace. | 95 | |
Parameter n should be final. | 113 | |
'if' is not followed by whitespace. | 114 | |
Line is longer than 80 characters. | 118 | |
'(' is followed by whitespace. | 118 | |
')' is preceded with whitespace. | 118 | |
')' is preceded with whitespace. | 118 | |
'while' is not followed by whitespace. | 120 | |
Line is longer than 80 characters. | 121 | |
')' is preceded with whitespace. | 121 | |
')' is preceded with whitespace. | 121 | |
'(' is followed by whitespace. | 124 | |
')' is preceded with whitespace. | 124 | |
Line is longer than 80 characters. | 132 | |
Parameter n should be final. | 135 | |
'if' construct must use '{}'s. | 136 | |
'if' is not followed by whitespace. | 136 | |
Line is longer than 80 characters. | 138 | |
'(' is followed by whitespace. | 138 | |
')' is preceded with whitespace. | 138 | |
'if' construct must use '{}'s. | 139 | |
'if' is not followed by whitespace. | 139 | |
Line is longer than 80 characters. | 153 | |
Line is longer than 80 characters. | 154 | |
Line is longer than 80 characters. | 157 | |
Parameter candidateAncestor should be final. | 157 | |
Parameter candidateSibling should be final. | 157 | |
Parameter strict should be final. | 157 | |
'if' construct must use '{}'s. | 158 | |
Line is longer than 80 characters. | 158 | |
'if' is not followed by whitespace. | 158 | |
'if' construct must use '{}'s. | 159 | |
Line is longer than 80 characters. | 159 | |
'if' is not followed by whitespace. | 159 | |
')' is preceded with whitespace. | 159 | |
'if' construct must use '{}'s. | 160 | |
'if' is not followed by whitespace. | 160 | |
'while' is not followed by whitespace. | 162 | |
'if' construct must use '{}'s. | 163 | |
'if' is not followed by whitespace. | 163 | |
Line is longer than 80 characters. | 171 | |
Line is longer than 80 characters. | 175 | |
Line is longer than 80 characters. | 178 | |
Parameter candidateAncestor should be final. | 178 | |
Parameter candidateSibling should be final. | 178 | |
Parameter root should be final. | 190 | |
Parameter className should be final. | 190 | |
Line is longer than 80 characters. | 202 | |
Parameter root should be final. | 202 | |
Parameter attrName should be final. | 202 | |
Line is longer than 80 characters. | 204 | |
')' is preceded with whitespace. | 204 | |
')' is preceded with whitespace. | 204 | |
Missing a Javadoc comment. | 210 | |
Parameter root should be final. | 210 | |
Parameter tagName should be final. | 210 | |
Line is longer than 80 characters. | 218 | |
Missing a Javadoc comment. | 218 | |
Parameter root should be final. | 218 | |
Parameter tagName should be final. | 218 | |
Parameter className should be final. | 218 | |
'+' should be on a new line. | 222 | |
'+' should be on a new line. | 223 | |
Line is longer than 80 characters. | 224 | |
'+' should be on a new line. | 224 | |
First sentence should end with a period. | 234 | |
Expected an @return tag. | 237 | |
Parameter root should be final. | 237 | |
Expected @param tag for 'root'. | 237 | |
Parameter id should be final. | 237 | |
Expected @param tag for 'id'. | 237 | |
Line is longer than 80 characters. | 241 | |
Expected an @return tag. | 252 | |
Parameter node should be final. | 252 | |
Expected @param tag for 'node'. | 252 | |
Parameter xpath should be final. | 252 | |
Expected @param tag for 'xpath'. | 252 | |
'if' is not followed by whitespace. | 253 | |
Line is longer than 80 characters. | 257 | |
Line is longer than 80 characters. | 264 | |
Expected an @return tag. | 271 | |
Parameter node should be final. | 271 | |
Expected @param tag for 'node'. | 271 | |
Parameter xpath should be final. | 271 | |
Expected @param tag for 'xpath'. | 271 | |
Line is longer than 80 characters. | 273 | |
'if' construct must use '{}'s. | 274 | |
Line is longer than 80 characters. | 278 | |
Expected an @return tag. | 286 | |
Parameter node should be final. | 286 | |
Expected @param tag for 'node'. | 286 | |
Parameter className should be final. | 286 | |
Expected @param tag for 'className'. | 286 | |
Expected an @return tag. | 295 | |
Line is longer than 80 characters. | 295 | |
Parameter node should be final. | 295 | |
Expected @param tag for 'node'. | 295 | |
Parameter attributeName should be final. | 295 | |
Expected @param tag for 'attributeName'. | 295 | |
Parameter className should be final. | 295 | |
Expected @param tag for 'className'. | 295 | |
'for' construct must use '{}'s. | 299 | |
'if' construct must use '{}'s. | 300 | |
Expected an @return tag. | 311 | |
Parameter node should be final. | 311 | |
Parameter attributeName should be final. | 311 | |
Parameter target should be final. | 322 | |
Expected @param tag for 'target'. | 322 | |
Line is longer than 80 characters. | 332 | |
Line is longer than 80 characters. | 335 | |
Parameter node should be final. | 335 | |
Parameter attribute should be final. | 335 | |
Parameter defaultValue should be final. | 335 | |
'if' construct must use '{}'s. | 337 | |
'if' construct must use '{}'s. | 340 | |
'==' is not preceded with whitespace. | 340 | |
'==' is not followed by whitespace. | 340 | |
Line is longer than 80 characters. | 346 | |
Line is longer than 80 characters. | 354 | |
Parameter node should be final. | 354 | |
Parameter attributePrefix should be final. | 354 | |
Parameter defaultValue should be final. | 354 | |
Parameter node should be final. | 377 | |
Parameter attribute should be final. | 377 | |
Line is longer than 80 characters. | 392 | |
Parameter node should be final. | 392 | |
Parameter indent should be final. | 392 | |
Expected @throws tag for 'IOException'. | 392 | |
Line is longer than 80 characters. | 394 | |
'if' is not followed by whitespace. | 398 | |
Line is longer than 80 characters. | 400 |
org/apache/any23/extractor/html/EntityBasedMicroformatExtractor.java
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 |
org/apache/any23/extractor/html/GeoExtractor.java
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 |
org/apache/any23/extractor/html/HCalendarExtractor.java
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 |
org/apache/any23/extractor/html/HCardExtractor.java
Violation | Message | Line |
---|---|---|
'(' is followed by whitespace. | 51 | |
')' is preceded with whitespace. | 51 | |
Missing a Javadoc comment. | 54 | |
Name 'vCARD' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
'static' modifier out of order with the JLS suggestions. | 60 | |
Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
Line is longer than 80 characters. | 64 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Method 'getBaseClassName' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Method 'resetExtractor' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 83 | |
Parameter document should be final. | 83 | |
Parameter node should be final. | 83 | |
Line is longer than 80 characters. | 86 | |
'if' construct must use '{}'s. | 97 | |
'if' construct must use '{}'s. | 104 | |
Line is longer than 80 characters. | 106 | |
'(' is followed by whitespace. | 106 | |
')' is preceded with whitespace. | 106 | |
'if' construct must use '{}'s. | 108 | |
Method 'extractEntity' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Line is longer than 80 characters. | 115 | |
Parameter node should be final. | 115 | |
Parameter out should be final. | 115 | |
Line is longer than 80 characters. | 127 | |
'if' construct must use '{}'s. | 146 | |
Line is longer than 80 characters. | 150 | |
'(' is followed by whitespace. | 150 | |
')' is preceded with whitespace. | 150 | |
Missing a Javadoc comment. | 155 | |
Parameter card should be final. | 155 | |
Line is longer than 80 characters. | 162 | |
'for' is not followed by whitespace. | 171 | |
Line is longer than 80 characters. | 174 | |
Line is longer than 80 characters. | 179 | |
Missing a Javadoc comment. | 186 | |
Parameter card should be final. | 186 | |
Parameter type should be final. | 186 | |
Parameter value should be final. | 186 | |
Line is longer than 80 characters. | 199 | |
Missing a Javadoc comment. | 199 | |
Parameter className should be final. | 199 | |
Parameter resource should be final. | 199 | |
Parameter property should be final. | 199 | |
'if' construct must use '{}'s. | 201 | |
Line is longer than 80 characters. | 211 | |
Missing a Javadoc comment. | 211 | |
Parameter className should be final. | 211 | |
Parameter resource should be final. | 211 | |
Parameter property should be final. | 211 | |
Line is longer than 80 characters. | 212 | |
Line is longer than 80 characters. | 225 | |
Line is longer than 80 characters. | 227 | |
Parameter className should be final. | 227 | |
Expected @param tag for 'className'. | 227 | |
Parameter resource should be final. | 227 | |
Expected @param tag for 'resource'. | 227 | |
Parameter property should be final. | 227 | |
Expected @param tag for 'property'. | 227 | |
Line is longer than 80 characters. | 228 | |
'for' is not followed by whitespace. | 231 | |
Missing a Javadoc comment. | 240 | |
Parameter card should be final. | 240 | |
Line is longer than 80 characters. | 241 | |
Missing a Javadoc comment. | 252 | |
Parameter card should be final. | 252 | |
Missing a Javadoc comment. | 260 | |
Parameter card should be final. | 260 | |
Name 'class_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 261 | |
Missing a Javadoc comment. | 268 | |
Parameter card should be final. | 268 | |
Missing a Javadoc comment. | 279 | |
Parameter card should be final. | 279 | |
Line is longer than 80 characters. | 284 | |
Missing a Javadoc comment. | 290 | |
Parameter card should be final. | 290 | |
Line is longer than 80 characters. | 291 | |
Missing a Javadoc comment. | 299 | |
Parameter mail should be final. | 299 | |
'if' construct must use '{}'s. | 300 | |
Missing a Javadoc comment. | 304 | |
Line is longer than 80 characters. | 306 | |
'if' construct must use '{}'s. | 308 | |
Line is longer than 80 characters. | 314 | |
Missing a Javadoc comment. | 314 | |
Parameter n should be final. | 314 | |
Parameter bn should be final. | 314 | |
Parameter fieldName should be final. | 314 | |
Parameter fieldValue should be final. | 314 | |
Line is longer than 80 characters. | 316 | |
Missing a Javadoc comment. | 320 | |
Parameter card should be final. | 320 | |
Line is longer than 80 characters. | 333 | |
'for' is not followed by whitespace. | 334 | |
'if' is not followed by whitespace. | 342 | |
Missing a Javadoc comment. | 352 | |
Missing a Javadoc comment. | 356 | |
Parameter card should be final. | 356 | |
'if' is not followed by whitespace. | 358 | |
Missing a Javadoc comment. | 367 | |
'if' construct must use '{}'s. | 369 | |
'if' is not followed by whitespace. | 372 | |
'(' is followed by whitespace. | 373 | |
')' is preceded with whitespace. | 373 | |
'if' is not followed by whitespace. | 376 | |
')' is preceded with whitespace. | 376 | |
'(' is followed by whitespace. | 379 | |
')' is preceded with whitespace. | 379 | |
Missing a Javadoc comment. | 384 | |
Parameter card should be final. | 384 | |
'if' construct must use '{}'s. | 385 | |
Line is longer than 80 characters. | 396 | |
'(' is followed by whitespace. | 396 | |
')' is preceded with whitespace. | 396 | |
'if' is not followed by whitespace. | 399 | |
Line is longer than 80 characters. | 402 | |
Missing a Javadoc comment. | 408 | |
Parameter card should be final. | 408 | |
Line is longer than 80 characters. | 412 |
org/apache/any23/extractor/html/HCardName.java
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 |
org/apache/any23/extractor/html/HListingExtractor.java
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 |
org/apache/any23/extractor/html/HRecipeExtractor.java
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 |
org/apache/any23/extractor/html/HResumeExtractor.java
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 |
org/apache/any23/extractor/html/HReviewExtractor.java
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 |
org/apache/any23/extractor/html/HTMLDocument.java
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 |
org/apache/any23/extractor/html/HTMLMetaExtractor.java
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 | |
First sentence should end with a period. | 64 | |
'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 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Parameter extractionParameters should be final. | 80 | |
Parameter extractionContext should be final. | 81 | |
Parameter in should be final. | 82 | |
Parameter out should be final. | 83 | |
'if' is not followed by whitespace. | 90 | |
'for' is not followed by whitespace. | 96 | |
'if' is not followed by whitespace. | 98 | |
Line is longer than 80 characters. | 110 | |
Parameter in should be final. | 115 | |
Missing a Javadoc comment. | 123 | |
Parameter in should be final. | 123 | |
'profile' hides a field. | 124 | |
Parameter in should be final. | 136 | |
Expected @param tag for 'in'. | 136 | |
'for' is not followed by whitespace. | 138 | |
'if' is not followed by whitespace. | 142 | |
'!=' is not followed by whitespace. | 142 | |
Missing a Javadoc comment. | 148 | |
Parameter in should be final. | 148 | |
Parameter baseProfile should be final. | 148 | |
Missing a Javadoc comment. | 171 | |
Parameter name should be final. | 171 | |
'if' is not followed by whitespace. | 173 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Missing a Javadoc comment. | 179 | |
Missing a Javadoc comment. | 183 | |
Missing a Javadoc comment. | 185 | |
Missing a Javadoc comment. | 187 | |
Missing a Javadoc comment. | 189 | |
Missing a Javadoc comment. | 191 | |
Missing a Javadoc comment. | 193 | |
Parameter xpath should be final. | 193 | |
'xpath' hides a field. | 193 | |
Parameter name should be final. | 193 | |
'name' hides a field. | 193 | |
Parameter content should be final. | 193 | |
'content' hides a field. | 193 | |
Missing a Javadoc comment. | 199 | |
Parameter xpath should be final. | 199 | |
'xpath' hides a field. | 199 | |
Parameter name should be final. | 199 | |
'name' hides a field. | 199 | |
Parameter content should be final. | 199 | |
'content' hides a field. | 199 | |
Parameter lang should be final. | 199 | |
'lang' hides a field. | 199 | |
Missing a Javadoc comment. | 204 | |
Missing a Javadoc comment. | 208 | |
Parameter name should be final. | 208 | |
'name' hides a field. | 208 | |
Missing a Javadoc comment. | 212 | |
Missing a Javadoc comment. | 216 | |
Parameter lang should be final. | 216 | |
'lang' hides a field. | 216 | |
Missing a Javadoc comment. | 220 | |
Missing a Javadoc comment. | 224 | |
Parameter content should be final. | 224 | |
'content' hides a field. | 224 | |
Parameter o should be final. | 229 | |
'if' construct must use '{}'s. | 230 | |
'if' construct must use '{}'s. | 231 | |
'if' construct must use '{}'s. | 235 | |
Line is longer than 80 characters. | 235 | |
Avoid inline conditionals. | 235 | |
Avoid inline conditionals. | 242 |
org/apache/any23/extractor/html/HeadLinkExtractor.java
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 |
org/apache/any23/extractor/html/ICBMExtractor.java
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 |
org/apache/any23/extractor/html/LicenseExtractor.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 47 | |
Name 'vXHTML' 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. | 72 | |
Line is longer than 80 characters. | 79 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Line has trailing spaces. | 86 |
org/apache/any23/extractor/html/MicroformatExtractor.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Variable 'valueFactory' must be private and have accessor methods. | 56 | |
Line is longer than 80 characters. | 69 | |
Extra HTML tag found: </i>SHOULD</i> have names (either URIs or AnonId) that | 69 | |
Extra HTML tag found: </i> have names (either URIs or AnonId) that | 69 | |
Expected an @return tag. | 73 | |
Expected @throws tag for 'ExtractionException'. | 73 | |
Method 'getHTMLDocument' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Method 'getExtractionContext' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Method 'getDocumentURI' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 87 | |
Parameter extractionParameters should be final. | 88 | |
Parameter extractionContext should be final. | 89 | |
Parameter in should be final. | 90 | |
Parameter out should be final. | 91 | |
'out' hides a field. | 91 | |
Line is longer than 80 characters. | 106 | |
Method 'getCurrentExtractionResult' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Method 'openSubResult' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter context should be final. | 115 | |
'context' hides a field. | 115 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 127 | |
Method 'conditionallyAddStringProperty' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Parameter n should be final. | 130 | |
Parameter subject should be final. | 131 | |
Parameter p should be final. | 131 | |
Parameter value should be final. | 131 | |
'if' construct must use '{}'s. | 133 | |
Line has trailing spaces. | 136 | |
Line is longer than 80 characters. | 147 | |
Line is longer than 80 characters. | 151 | |
Method 'conditionallyAddLiteralProperty' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Parameter n should be final. | 154 | |
Parameter subject should be final. | 155 | |
Parameter property should be final. | 156 | |
Parameter literal should be final. | 157 | |
'if' is not followed by whitespace. | 160 | |
'(' is followed by whitespace. | 160 | |
')' is preceded with whitespace. | 160 | |
Line is longer than 80 characters. | 163 | |
',' is not followed by whitespace. | 164 | |
',' is not followed by whitespace. | 165 | |
Line is longer than 80 characters. | 171 | |
')' is preceded with whitespace. | 171 | |
Line has trailing spaces. | 180 | |
Line is longer than 80 characters. | 180 | |
Line is longer than 80 characters. | 182 | |
Method 'conditionallyAddResourceProperty' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Parameter subject should be final. | 182 | |
Parameter property should be final. | 182 | |
Parameter uri should be final. | 182 | |
'if' construct must use '{}'s. | 183 | |
Line is longer than 80 characters. | 196 | |
Method 'addBNodeProperty' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Parameter n should be final. | 196 | |
Parameter subject should be final. | 196 | |
Parameter property should be final. | 196 | |
Parameter bnode should be final. | 196 | |
Line is longer than 80 characters. | 199 | |
')' is preceded with whitespace. | 199 | |
Line is longer than 80 characters. | 209 | |
Method 'addBNodeProperty' is not designed for extension - needs to be abstract, final or empty. | 209 | |
'(' is followed by whitespace. | 209 | |
Parameter subject should be final. | 209 | |
Parameter property should be final. | 209 | |
Parameter bnode should be final. | 209 | |
Method 'addURIProperty' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Parameter subject should be final. | 220 | |
Expected @param tag for 'subject'. | 220 | |
Parameter property should be final. | 220 | |
Expected @param tag for 'property'. | 220 | |
Parameter object should be final. | 220 | |
Expected @param tag for 'object'. | 220 | |
Line has trailing spaces. | 221 | |
Method 'fixLink' is not designed for extension - needs to be abstract, final or empty. | 224 | |
Missing a Javadoc comment. | 224 | |
Parameter link should be final. | 224 | |
Method 'fixLink' is not designed for extension - needs to be abstract, final or empty. | 228 | |
Missing a Javadoc comment. | 228 | |
Parameter link should be final. | 228 | |
Parameter defaultSchema should be final. | 228 | |
Missing a Javadoc comment. | 232 | |
Parameter in should be final. | 232 | |
'if' is not followed by whitespace. | 235 | |
Line is longer than 80 characters. | 238 | |
Parameter including should be final. | 251 | |
Parameter included should be final. | 252 | |
Line is longer than 80 characters. | 255 | |
Line is longer than 80 characters. | 257 |
org/apache/any23/extractor/html/SpanCloserInputStream.java
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 |
org/apache/any23/extractor/html/SpeciesExtractor.java
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 |
org/apache/any23/extractor/html/TagSoupParser.java
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 | |
Redundant throws: 'XNIException' is unchecked exception. | 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 |
org/apache/any23/extractor/html/TitleExtractor.java
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 |
org/apache/any23/extractor/html/TurtleHTMLExtractor.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 46 | |
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 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 | |
Line is longer than 80 characters. | 58 | |
Missing a Javadoc comment. | 63 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter extractionParameters should be final. | 66 | |
Parameter extractionContext should be final. | 67 | |
Parameter in should be final. | 68 | |
Parameter out should be final. | 69 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 81 | |
',' is not followed by whitespace. | 82 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 96 | |
Parameter documentURI should be final. | 96 | |
Parameter ec should be final. | 96 | |
Expected @param tag for 'ec'. | 96 | |
Parameter er should be final. | 96 | |
Parameter ns should be final. | 96 | |
'if' is not followed by whitespace. | 97 | |
Line is longer than 80 characters. | 98 | |
'for' is not followed by whitespace. | 100 | |
Line is longer than 80 characters. | 113 | |
Parameter turtleParser should be final. | 113 | |
'turtleParser' hides a field. | 113 | |
Parameter documentURI should be final. | 113 | |
Parameter n should be final. | 113 | |
Parameter er should be final. | 113 | |
'+' should be on a new line. | 116 | |
Line has trailing spaces. | 117 | |
Line is longer than 80 characters. | 117 | |
'(' is followed by whitespace. | 117 | |
Avoid inline conditionals. | 117 | |
')' is preceded with whitespace. | 117 | |
Line is longer than 80 characters. | 119 | |
'(' is followed by whitespace. | 119 | |
')' is preceded with whitespace. | 119 | |
Line is longer than 80 characters. | 124 | |
'(' is followed by whitespace. | 125 | |
')' is preceded with whitespace. | 125 | |
Line is longer than 80 characters. | 130 |
org/apache/any23/extractor/html/XFNExtractor.java
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 |
org/apache/any23/extractor/html/annotations/Includes.java
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 39 |
org/apache/any23/extractor/microdata/Item.java
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
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 |
org/apache/any23/extractor/microdata/ItemProp.java
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 |
org/apache/any23/extractor/microdata/ItemPropValue.java
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 |
org/apache/any23/extractor/microdata/ItemScope.java
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 |
org/apache/any23/extractor/microdata/MicrodataExtractor.java
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 |
org/apache/any23/extractor/microdata/MicrodataParser.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Line is longer than 80 characters. | 59 | |
'(' is followed by whitespace. | 59 | |
')' is preceded with whitespace. | 59 | |
'(' is followed by whitespace. | 66 | |
')' is preceded with whitespace. | 66 | |
Missing a Javadoc comment. | 69 | |
Line is longer than 80 characters. | 85 | |
',' is not followed by whitespace. | 85 | |
',' is not followed by whitespace. | 85 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 106 | |
Parameter node should be final. | 114 | |
Line is longer than 80 characters. | 122 | |
Parameter node should be final. | 124 | |
Parameter node should be final. | 134 | |
Line is longer than 80 characters. | 142 | |
Parameter node should be final. | 144 | |
Unclosed HTML tag found: <i>itemScope<i>s that are top level items. | 149 | |
Parameter node should be final. | 154 | |
'for' is not followed by whitespace. | 157 | |
'if' is not followed by whitespace. | 158 | |
'(' is followed by whitespace. | 158 | |
'!' is followed by whitespace. | 158 | |
')' is preceded with whitespace. | 158 | |
'(' is followed by whitespace. | 162 | |
')' is preceded with whitespace. | 162 | |
Line is longer than 80 characters. | 166 | |
Line is longer than 80 characters. | 171 | |
Line is longer than 80 characters. | 174 | |
Parameter document should be final. | 174 | |
Parameter errorMode should be final. | 174 | |
'for' is not followed by whitespace. | 180 | |
'(' is followed by whitespace. | 181 | |
')' is preceded with whitespace. | 181 | |
'(' is followed by whitespace. | 184 | |
')' is preceded with whitespace. | 184 | |
Line is longer than 80 characters. | 190 | |
Parameter document should be final. | 196 | |
Line is longer than 80 characters. | 206 | |
Parameter document should be final. | 211 | |
Parameter ps should be final. | 211 | |
Expected @param tag for 'ps'. | 211 | |
Line is longer than 80 characters. | 213 | |
'for' is not followed by whitespace. | 220 | |
'(' is followed by whitespace. | 221 | |
')' is preceded with whitespace. | 221 | |
'if' is not followed by whitespace. | 222 | |
'(' is followed by whitespace. | 222 | |
')' is preceded with whitespace. | 222 | |
'if' is not followed by whitespace. | 229 | |
'(' is followed by whitespace. | 233 | |
')' is preceded with whitespace. | 233 | |
Parameter candidates should be final. | 250 | |
'for' is not followed by whitespace. | 252 | |
'for' is not followed by whitespace. | 254 | |
'if' construct must use '{}'s. | 255 | |
'if' is not followed by whitespace. | 255 | |
'if' is not followed by whitespace. | 256 | |
'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 node should be final. | 355 | |
Parameter skipRoot should be final. | 355 | |
'for' is not followed by whitespace. | 364 | |
'for' is not followed by whitespace. | 366 | |
'if' is not followed by whitespace. | 369 | |
'if' construct must use '{}'s. | 379 | |
'if' is not followed by whitespace. | 379 | |
'for' is not followed by whitespace. | 383 | |
'if' is not followed by whitespace. | 384 | |
Line is longer than 80 characters. | 387 | |
Line is longer than 80 characters. | 410 | |
Line is longer than 80 characters. | 415 | |
Line is longer than 80 characters. | 417 | |
Method 'deferProperties' is not designed for extension - needs to be abstract, final or empty. | 417 | |
Parameter refs should be final. | 417 | |
Line is longer than 80 characters. | 425 | |
Line is longer than 80 characters. | 435 | |
'(' is followed by whitespace. | 435 | |
')' is preceded with whitespace. | 435 | |
')' is preceded with whitespace. | 435 | |
'if' construct must use '{}'s. | 442 | |
'if' is not followed by whitespace. | 442 | |
'else' construct must use '{}'s. | 443 | |
Line is longer than 80 characters. | 443 | |
Line is longer than 80 characters. | 446 | |
'if' is not followed by whitespace. | 446 | |
'(' is followed by whitespace. | 450 | |
')' is preceded with whitespace. | 450 | |
Line is longer than 80 characters. | 454 | |
Line is longer than 80 characters. | 458 | |
Method 'getItemScope' is not designed for extension - needs to be abstract, final or empty. | 460 | |
Parameter node should be final. | 460 | |
'if' construct must use '{}'s. | 462 | |
'if' is not followed by whitespace. | 462 | |
Line is longer than 80 characters. | 470 | |
Avoid inline conditionals. | 470 | |
'for' is not followed by whitespace. | 478 | |
'if' is not followed by whitespace. | 479 | |
'(' is followed by whitespace. | 479 | |
')' is preceded with whitespace. | 479 | |
Line is longer than 80 characters. | 482 | |
')' is preceded with whitespace. | 482 | |
Line is longer than 80 characters. | 503 | |
Missing a Javadoc comment. | 503 | |
Parameter mpe should be final. | 503 | |
'if' is not followed by whitespace. | 504 | |
'if' construct must use '{}'s. | 507 | |
Line is longer than 80 characters. | 507 | |
'if' is not followed by whitespace. | 507 | |
'if' is not followed by whitespace. | 508 |
org/apache/any23/extractor/microdata/MicrodataParserException.java
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 |
org/apache/any23/extractor/microdata/MicrodataParserReport.java
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 |
org/apache/any23/extractor/package-info.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 18 |
org/apache/any23/extractor/rdf/BaseRDFExtractor.java
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
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 |
org/apache/any23/extractor/rdf/NQuadsExtractor.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 30 | |
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 | |
Missing a Javadoc comment. | 51 | |
Parameter verifyDataType should be final. | 51 | |
Parameter stopAtFirstError should be final. | 51 | |
Missing a Javadoc comment. | 55 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Method 'getParser' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Line is longer than 80 characters. | 64 | |
Parameter extractionContext should be final. | 64 | |
Parameter extractionResult should be final. | 64 | |
Line is longer than 80 characters. | 66 |
org/apache/any23/extractor/rdf/NTriplesExtractor.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 35 | |
'static' modifier out of order with the JLS suggestions. | 35 | |
Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
Missing a Javadoc comment. | 48 | |
Parameter verifyDataType should be final. | 48 | |
Parameter stopAtFirstError should be final. | 48 | |
Line is longer than 80 characters. | 53 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Method 'getParser' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Line is longer than 80 characters. | 64 | |
Parameter extractionContext should be final. | 64 | |
Parameter extractionResult should be final. | 64 | |
Line is longer than 80 characters. | 66 |
org/apache/any23/extractor/rdf/RDFHandlerAdapter.java
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 | |
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 |
org/apache/any23/extractor/rdf/RDFParserFactory.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 49 | |
Missing a Javadoc comment. | 49 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
'if' is not followed by whitespace. | 54 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 64 | |
Method 'getTurtleParserInstance' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 87 | |
Method 'getRDFXMLParser' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 107 | |
Method 'getNTriplesParser' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 127 | |
Method 'getNQuadsParser' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Line is longer than 80 characters. | 139 | |
Line is longer than 80 characters. | 147 | |
Method 'getTriXParser' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 170 | |
Line is longer than 80 characters. | 171 | |
Comment matches to-do format 'TODO:'. | 173 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 182 | |
Avoid inline conditionals. | 182 | |
Line is longer than 80 characters. | 185 | |
'(' is followed by whitespace. | 185 | |
')' is preceded with whitespace. | 185 | |
Missing a Javadoc comment. | 201 | |
Missing a Javadoc comment. | 203 | |
Parameter er should be final. | 203 | |
Missing a Javadoc comment. | 207 | |
Parameter msg should be final. | 207 | |
Parameter lineNo should be final. | 207 | |
Parameter colNo should be final. | 207 | |
Line is longer than 80 characters. | 209 | |
Missing a Javadoc comment. | 215 | |
Parameter msg should be final. | 215 | |
Parameter lineNo should be final. | 215 | |
Parameter colNo should be final. | 215 | |
Line is longer than 80 characters. | 217 | |
Missing a Javadoc comment. | 223 | |
Parameter msg should be final. | 223 | |
Parameter lineNo should be final. | 223 | |
Parameter colNo should be final. | 223 | |
Line is longer than 80 characters. | 225 | |
Missing a Javadoc comment. | 231 | |
Parameter e should be final. | 231 | |
Line is longer than 80 characters. | 233 | |
Parameter reader should be final. | 244 | |
Parameter baseURI should be final. | 244 | |
Parameter in should be final. | 251 | |
Parameter baseURI should be final. | 251 |
org/apache/any23/extractor/rdf/RDFXMLExtractor.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
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 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 57 | |
Parameter verifyDataType should be final. | 60 | |
Parameter stopAtFirstError should be final. | 60 | |
Line is longer than 80 characters. | 65 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Method 'getParser' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Line is longer than 80 characters. | 76 | |
Parameter extractionContext should be final. | 76 | |
Parameter extractionResult should be final. | 76 | |
Line is longer than 80 characters. | 78 |
org/apache/any23/extractor/rdf/TriXExtractor.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 31 | |
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. | 49 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 54 | |
Parameter verifyDataType should be final. | 56 | |
Parameter stopAtFirstError should be final. | 56 | |
Line is longer than 80 characters. | 61 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Method 'getParser' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Line is longer than 80 characters. | 72 | |
Parameter extractionContext should be final. | 72 | |
Parameter extractionResult should be final. | 72 | |
Line is longer than 80 characters. | 74 |
org/apache/any23/extractor/rdf/TurtleExtractor.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 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 | |
Line is longer than 80 characters. | 59 | |
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 |
org/apache/any23/extractor/rdfa/RDFa11Extractor.java
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
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 |
org/apache/any23/extractor/rdfa/RDFa11Parser.java
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. | 83 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 88 | |
Comment matches to-do format 'TODO:'. | 89 | |
Line is longer than 80 characters. | 89 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 94 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 98 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 102 | |
Line is longer than 80 characters. | 104 | |
Missing a Javadoc comment. | 104 | |
Line is longer than 80 characters. | 106 | |
Missing a Javadoc comment. | 106 | |
Line is longer than 80 characters. | 108 | |
Missing a Javadoc comment. | 108 | |
Parameter documentURL should be final. | 108 | |
Parameter document should be final. | 108 | |
Line is longer than 80 characters. | 110 | |
'if' construct must use '{}'s. | 111 | |
'if' is not followed by whitespace. | 111 | |
'(' is followed by whitespace. | 111 | |
'!' is followed by whitespace. | 111 | |
')' is preceded with whitespace. | 111 | |
Line is longer than 80 characters. | 112 | |
'if' construct must use '{}'s. | 113 | |
'if' is not followed by whitespace. | 113 | |
'(' is followed by whitespace. | 113 | |
'!' is followed by whitespace. | 113 | |
')' is preceded with whitespace. | 113 | |
Line is longer than 80 characters. | 118 | |
Expected an @return tag. | 124 | |
Line is longer than 80 characters. | 124 | |
Parameter prefixesDeclaration should be final. | 124 | |
Expected @param tag for 'prefixesDeclaration'. | 124 | |
'while' is not followed by whitespace. | 128 | |
'if' is not followed by whitespace. | 130 | |
'if' is not followed by whitespace. | 134 | |
'(' is followed by whitespace. | 134 | |
'-' is not followed by whitespace. | 134 | |
')' is preceded with whitespace. | 134 | |
'while' construct must use '{}'s. | 136 | |
'while' is not followed by whitespace. | 136 | |
'(' is followed by whitespace. | 137 | |
Avoid inline conditionals. | 137 | |
')' is preceded with whitespace. | 137 | |
'(' is followed by whitespace. | 144 | |
')' is preceded with whitespace. | 144 | |
Missing a Javadoc comment. | 147 | |
Parameter uri should be final. | 147 | |
Missing a Javadoc comment. | 151 | |
Parameter curie should be final. | 151 | |
'if' is not followed by whitespace. | 152 | |
'if' construct must use '{}'s. | 155 | |
'if' is not followed by whitespace. | 155 | |
'if' construct must use '{}'s. | 158 | |
Line is longer than 80 characters. | 158 | |
'if' is not followed by whitespace. | 158 | |
'(' is followed by whitespace. | 158 | |
'-' is not followed by whitespace. | 158 | |
Line is longer than 80 characters. | 160 | |
Missing a Javadoc comment. | 163 | |
Parameter curie should be final. | 163 | |
Line is longer than 80 characters. | 164 | |
'-' is not followed by whitespace. | 164 | |
Missing a Javadoc comment. | 167 | |
Parameter node should be final. | 167 | |
Line is longer than 80 characters. | 168 | |
Line is longer than 80 characters. | 172 | |
Missing a Javadoc comment. | 172 | |
Parameter node should be final. | 172 | |
Parameter currentLanguage should be final. | 172 | |
Line is longer than 80 characters. | 173 | |
'if' construct must use '{}'s. | 174 | |
'if' is not followed by whitespace. | 174 | |
'if' construct must use '{}'s. | 176 | |
Line is longer than 80 characters. | 176 | |
'if' is not followed by whitespace. | 176 | |
'!' is followed by whitespace. | 176 | |
')' is preceded with whitespace. | 176 | |
Line is longer than 80 characters. | 179 | |
Avoid inline conditionals. | 179 | |
Line is longer than 80 characters. | 182 | |
Missing a Javadoc comment. | 182 | |
Parameter node should be final. | 182 | |
Line is longer than 80 characters. | 183 | |
'if' construct must use '{}'s. | 184 | |
'if' is not followed by whitespace. | 184 | |
'!' is followed by whitespace. | 184 | |
Missing a Javadoc comment. | 190 | |
Parameter document should be final. | 190 | |
Line is longer than 80 characters. | 191 | |
'if' construct must use '{}'s. | 192 | |
'if' is not followed by whitespace. | 192 | |
Missing a Javadoc comment. | 196 | |
'{' is not followed by whitespace. | 196 | |
'}' is not preceded with whitespace. | 196 | |
Line is longer than 80 characters. | 199 | |
Line is longer than 80 characters. | 205 | |
Method 'processDocument' is not designed for extension - needs to be abstract, final or empty. | 205 | |
Parameter documentURL should be final. | 205 | |
Expected @param tag for 'documentURL'. | 205 | |
Parameter document should be final. | 205 | |
Expected @param tag for 'document'. | 205 | |
Parameter extractionResult should be final. | 205 | |
Expected @param tag for 'extractionResult'. | 205 | |
Expected @throws tag for 'RDFa11ParserException'. | 206 | |
'if' is not followed by whitespace. | 211 | |
'(' is followed by whitespace. | 211 | |
'!' is followed by whitespace. | 211 | |
Line is longer than 80 characters. | 215 | |
Line is longer than 80 characters. | 224 | |
Line is longer than 80 characters. | 234 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 243 | |
Line is longer than 80 characters. | 252 | |
Method 'updateVocabulary' is not designed for extension - needs to be abstract, final or empty. | 256 | |
Parameter currentNode should be final. | 256 | |
Line is longer than 80 characters. | 257 | |
'if' construct must use '{}'s. | 258 | |
'if' is not followed by whitespace. | 258 | |
Line is longer than 80 characters. | 262 | |
Line is longer than 80 characters. | 267 | |
Method 'updateURIMapping' is not designed for extension - needs to be abstract, final or empty. | 271 | |
Parameter node should be final. | 271 | |
'if' construct must use '{}'s. | 273 | |
Line is longer than 80 characters. | 283 | |
'if' construct must use '{}'s. | 292 | |
'if' is not followed by whitespace. | 292 | |
Method 'getMapping' is not designed for extension - needs to be abstract, final or empty. | 305 | |
Parameter prefix should be final. | 305 | |
Line is longer than 80 characters. | 316 | |
Extra HTML tag found: </em> separated list of <i>CURIE</i> or <i>URI</i>. | 316 | |
Expected an @return tag. | 323 | |
Line is longer than 80 characters. | 323 | |
Method 'resolveCurieOrURIList' is not designed for extension - needs to be abstract, final or empty. | 323 | |
Parameter n should be final. | 323 | |
Parameter curieOrURIList should be final. | 323 | |
Parameter termAllowed should be final. | 323 | |
Expected @param tag for 'termAllowed'. | 323 | |
Expected @throws tag for 'URISyntaxException'. | 324 | |
'if' construct must use '{}'s. | 325 | |
Line is longer than 80 characters. | 325 | |
'if' is not followed by whitespace. | 325 | |
'for' is not followed by whitespace. | 330 | |
'if' is not followed by whitespace. | 332 | |
Line is longer than 80 characters. | 335 | |
Expected an @return tag. | 347 | |
Method 'resolveURI' is not designed for extension - needs to be abstract, final or empty. | 347 | |
Parameter uriStr should be final. | 347 | |
Expected @param tag for 'uriStr'. | 347 | |
Line is longer than 80 characters. | 358 | |
Method 'resolveCURIEOrURI' is not designed for extension - needs to be abstract, final or empty. | 358 | |
Parameter curieOrURI should be final. | 358 | |
Expected @param tag for 'curieOrURI'. | 358 | |
Parameter termAllowed should be final. | 358 | |
'if' is not followed by whitespace. | 359 | |
'(' is followed by whitespace. | 359 | |
')' is preceded with whitespace. | 359 | |
Line is longer than 80 characters. | 360 | |
'if' construct must use '{}'s. | 362 | |
'if' is not followed by whitespace. | 362 | |
Line is longer than 80 characters. | 365 | |
Avoid inline conditionals. | 365 | |
Line is longer than 80 characters. | 370 | |
Parameter current should be final. | 375 | |
Expected @param tag for 'current'. | 375 | |
Parameter ec should be final. | 375 | |
Expected @param tag for 'ec'. | 375 | |
Parameter current should be final. | 392 | |
'if' is not followed by whitespace. | 394 | |
Parameter currentNode should be final. | 405 | |
Parameter vocab should be final. | 405 | |
'(' is followed by whitespace. | 406 | |
')' is preceded with whitespace. | 406 | |
'if' construct must use '{}'s. | 413 | |
'if' is not followed by whitespace. | 413 | |
Parameter current should be final. | 422 | |
Expected @param tag for 'current'. | 422 | |
'if' construct must use '{}'s. | 423 | |
'if' is not followed by whitespace. | 423 | |
Line is longer than 80 characters. | 424 | |
'if' is not followed by whitespace. | 424 | |
Line is longer than 80 characters. | 430 | |
Parameter current should be final. | 434 | |
Expected @param tag for 'current'. | 434 | |
Line is longer than 80 characters. | 435 | |
'for' is not followed by whitespace. | 436 | |
Line is longer than 80 characters. | 437 | |
'if' is not followed by whitespace. | 437 | |
'(' is followed by whitespace. | 437 | |
')' is preceded with whitespace. | 437 | |
Parameter n should be final. | 451 | |
Parameter msg should be final. | 451 | |
Avoid inline conditionals. | 460 | |
Avoid inline conditionals. | 461 | |
Parameter node should be final. | 471 | |
Parameter extractionResult should be final. | 471 | |
Expected @param tag for 'extractionResult'. | 471 | |
'if' construct must use '{}'s. | 475 | |
Line is longer than 80 characters. | 475 | |
'if' is not followed by whitespace. | 475 | |
Line is longer than 80 characters. | 489 | |
Parameter nodeList should be final. | 489 | |
Expected @param tag for 'nodeList'. | 489 | |
Parameter extractionResult should be final. | 489 | |
Expected @param tag for 'extractionResult'. | 489 | |
'for' is not followed by whitespace. | 490 | |
Line is longer than 80 characters. | 507 | |
Parameter s should be final. | 507 | |
Expected @param tag for 's'. | 507 | |
Parameter p should be final. | 507 | |
Expected @param tag for 'p'. | 507 | |
Parameter o should be final. | 507 | |
Expected @param tag for 'o'. | 507 | |
Parameter extractionResult should be final. | 507 | |
Expected @param tag for 'extractionResult'. | 507 | |
'if' construct must use '{}'s. | 508 | |
Line is longer than 80 characters. | 508 | |
'if' is not followed by whitespace. | 508 | |
Comment matches to-do format 'TODO:'. | 525 | |
Line is longer than 80 characters. | 526 | |
Parameter currentElement should be final. | 526 | |
Expected @param tag for 'currentElement'. | 526 | |
Parameter extractionResult should be final. | 526 | |
Expected @param tag for 'extractionResult'. | 526 | |
Expected @throws tag for 'Exception'. | 526 | |
'if' construct must use '{}'s. | 527 | |
Line is longer than 80 characters. | 527 | |
'if' is not followed by whitespace. | 527 | |
'if' construct must use '{}'s. | 530 | |
'if' is not followed by whitespace. | 530 | |
'if' is not followed by whitespace. | 546 | |
'!' is followed by whitespace. | 546 | |
Line is longer than 80 characters. | 559 | |
Line is longer than 80 characters. | 561 | |
'if' construct must use '{}'s. | 563 | |
'if' is not followed by whitespace. | 563 | |
'if' construct must use '{}'s. | 564 | |
Line is longer than 80 characters. | 564 | |
'if' is not followed by whitespace. | 564 | |
'for' is not followed by whitespace. | 568 | |
Line is longer than 80 characters. | 569 | |
'if' is not followed by whitespace. | 575 | |
Line is longer than 80 characters. | 588 | |
'for' is not followed by whitespace. | 592 | |
'for' is not followed by whitespace. | 602 | |
Line is longer than 80 characters. | 619 | |
Line is longer than 80 characters. | 624 | |
'if' is not followed by whitespace. | 624 | |
Line is longer than 80 characters. | 625 | |
'if' is not followed by whitespace. | 637 | |
Line is longer than 80 characters. | 638 | |
'if' is not followed by whitespace. | 639 | |
Line is longer than 80 characters. | 640 | |
'if' is not followed by whitespace. | 644 | |
Line is longer than 80 characters. | 645 | |
Line is longer than 80 characters. | 647 | |
'if' is not followed by whitespace. | 650 | |
Line is longer than 80 characters. | 651 | |
'if' is not followed by whitespace. | 652 | |
Line is longer than 80 characters. | 653 | |
Line is longer than 80 characters. | 655 | |
Line is longer than 80 characters. | 658 | |
Parameter node should be final. | 671 | |
Expected @param tag for 'node'. | 671 | |
Parameter prefixMapList should be final. | 671 | |
Expected @param tag for 'prefixMapList'. | 671 | |
Line is longer than 80 characters. | 672 | |
'if' construct must use '{}'s. | 673 | |
'if' is not followed by whitespace. | 673 | |
'for' is not followed by whitespace. | 675 | |
'if' is not followed by whitespace. | 678 | |
Line is longer than 80 characters. | 679 | |
Line is longer than 80 characters. | 690 | |
'(' is followed by whitespace. | 696 | |
')' is preceded with whitespace. | 696 | |
Line is longer than 80 characters. | 706 | |
Parameter node should be final. | 706 | |
Expected @param tag for 'node'. | 706 | |
Parameter currentEvaluationContext should be final. | 706 | |
Expected @param tag for 'currentEvaluationContext'. | 706 | |
Line is longer than 80 characters. | 707 | |
'if' construct must use '{}'s. | 708 | |
Line is longer than 80 characters. | 708 | |
'if' is not followed by whitespace. | 708 | |
Line is longer than 80 characters. | 713 | |
Line is longer than 80 characters. | 719 | |
Parameter node should be final. | 719 | |
Expected @param tag for 'node'. | 719 | |
Parameter currentEvaluationContext should be final. | 719 | |
Expected @param tag for 'currentEvaluationContext'. | 719 | |
Expected @throws tag for 'URISyntaxException'. | 720 | |
'for' is not followed by whitespace. | 722 | |
Line is longer than 80 characters. | 723 | |
'if' is not followed by whitespace. | 724 | |
Line is longer than 80 characters. | 725 | |
Line is longer than 80 characters. | 730 | |
'if' is not followed by whitespace. | 730 | |
Line is longer than 80 characters. | 731 | |
'if' is not followed by whitespace. | 735 | |
'if' is not followed by whitespace. | 740 | |
'if' is not followed by whitespace. | 743 | |
Line is longer than 80 characters. | 744 | |
Line is longer than 80 characters. | 754 | |
Line is longer than 80 characters. | 760 | |
Parameter node should be final. | 760 | |
Expected @param tag for 'node'. | 760 | |
Parameter currentEvaluationContext should be final. | 760 | |
Expected @param tag for 'currentEvaluationContext'. | 760 | |
Expected @throws tag for 'URISyntaxException'. | 761 | |
Line is longer than 80 characters. | 764 | |
'if' is not followed by whitespace. | 765 | |
Line is longer than 80 characters. | 766 | |
Line is longer than 80 characters. | 768 | |
Line is longer than 80 characters. | 770 | |
Line is longer than 80 characters. | 772 | |
Line is longer than 80 characters. | 773 | |
Line is longer than 80 characters. | 779 | |
Line is longer than 80 characters. | 787 | |
'if' is not followed by whitespace. | 788 | |
Line is longer than 80 characters. | 789 | |
Line is longer than 80 characters. | 793 | |
'if' is not followed by whitespace. | 794 | |
Line is longer than 80 characters. | 795 | |
Missing a Javadoc comment. | 801 | |
Parameter node should be final. | 801 | |
Line is longer than 80 characters. | 802 | |
Missing a Javadoc comment. | 806 | |
Parameter node should be final. | 806 | |
Missing a Javadoc comment. | 811 | |
Parameter node should be final. | 811 | |
Missing a Javadoc comment. | 816 | |
Parameter node should be final. | 816 | |
Line is longer than 80 characters. | 817 | |
'if' construct must use '{}'s. | 818 | |
'if' is not followed by whitespace. | 818 | |
Line is longer than 80 characters. | 824 | |
Expected an @return tag. | 832 | |
Parameter node should be final. | 832 | |
Expected @param tag for 'node'. | 832 | |
Expected @throws tag for 'URISyntaxException'. | 833 | |
Expected @throws tag for 'IOException'. | 833 | |
Expected @throws tag for 'TransformerException'. | 833 | |
Line is longer than 80 characters. | 834 | |
'if' is not followed by whitespace. | 835 | |
Missing a Javadoc comment. | 842 | |
Parameter node should be final. | 842 | |
'if' construct must use '{}'s. | 848 | |
'if' is not followed by whitespace. | 848 | |
'if' is not followed by whitespace. | 851 | |
'if' construct must use '{}'s. | 857 | |
'if' is not followed by whitespace. | 857 | |
Missing a Javadoc comment. | 862 | |
Parameter node should be final. | 862 | |
Line is longer than 80 characters. | 863 | |
'if' construct must use '{}'s. | 864 | |
'if' is not followed by whitespace. | 864 | |
Expected an @return tag. | 876 | |
Parameter node should be final. | 876 | |
Expected @param tag for 'node'. | 876 | |
Expected @throws tag for 'URISyntaxException'. | 876 | |
Line is longer than 80 characters. | 877 | |
Line is longer than 80 characters. | 878 | |
')' is preceded with whitespace. | 878 | |
Line is longer than 80 characters. | 882 | |
Avoid inline conditionals. | 882 | |
Missing a Javadoc comment. | 885 | |
Parameter sourceNode should be final. | 885 | |
Parameter prefixMapList should be final. | 885 | |
'(' is followed by whitespace. | 892 | |
')' is preceded with whitespace. | 892 | |
Missing a Javadoc comment. | 895 | |
Parameter node should be final. | 895 | |
'if' construct must use '{}'s. | 896 | |
'if' is not followed by whitespace. | 896 | |
'if' is not followed by whitespace. | 898 | |
'(' is followed by whitespace. | 898 | |
'!' is followed by whitespace. | 898 | |
')' is preceded with whitespace. | 898 | |
Line is longer than 80 characters. | 906 | |
Expected an @return tag. | 912 | |
Line is longer than 80 characters. | 912 | |
Parameter mapping should be final. | 912 | |
Expected @param tag for 'mapping'. | 912 | |
Parameter resolutionPolicy should be final. | 912 | |
Expected @param tag for 'resolutionPolicy'. | 912 | |
'if' is not followed by whitespace. | 913 | |
'if' is not followed by whitespace. | 918 | |
'if' is not followed by whitespace. | 919 | |
Line is longer than 80 characters. | 921 | |
'if' is not followed by whitespace. | 936 | |
Line is longer than 80 characters. | 937 | |
'(' is followed by whitespace. | 937 | |
')' is preceded with whitespace. | 937 | |
Line is longer than 80 characters. | 939 | |
Line is longer than 80 characters. | 944 | |
')' is preceded with whitespace. | 944 | |
Avoid inline conditionals. | 948 | |
Line is longer than 80 characters. | 956 | |
Missing a Javadoc comment. | 959 | |
Missing a Javadoc comment. | 960 | |
Missing a Javadoc comment. | 961 | |
Missing a Javadoc comment. | 968 | |
Missing a Javadoc comment. | 969 | |
Missing a Javadoc comment. | 970 | |
Missing a Javadoc comment. | 971 | |
Missing a Javadoc comment. | 972 | |
Missing a Javadoc comment. | 973 | |
Missing a Javadoc comment. | 974 | |
Missing a Javadoc comment. | 975 | |
Missing a Javadoc comment. | 976 | |
Line is longer than 80 characters. | 979 | |
Parameter base should be final. | 983 | |
'base' hides a field. | 983 | |
Expected @param tag for 'base'. | 983 | |
'(' is followed by whitespace. | 985 | |
')' is preceded with whitespace. | 985 | |
Missing a Javadoc comment. | 999 | |
Variable 'prefix' must be private and have accessor methods. | 999 | |
Missing a Javadoc comment. | 1000 | |
Variable 'uri' must be private and have accessor methods. | 1000 | |
Missing a Javadoc comment. | 1001 | |
Parameter prefix should be final. | 1001 | |
'prefix' hides a field. | 1001 | |
Parameter uri should be final. | 1001 | |
'uri' hides a field. | 1001 | |
Missing a Javadoc comment. | 1011 | |
Variable 'sourceNode' must be private and have accessor methods. | 1011 | |
Missing a Javadoc comment. | 1012 | |
Variable 'map' must be private and have accessor methods. | 1012 | |
Missing a Javadoc comment. | 1014 | |
Parameter sourceNode should be final. | 1014 | |
'sourceNode' hides a field. | 1014 | |
Parameter map should be final. | 1014 | |
'map' hides a field. | 1014 | |
Missing a Javadoc comment. | 1024 | |
Missing a Javadoc comment. | 1025 | |
Missing a Javadoc comment. | 1032 | |
Variable 'originatingNode' must be private and have accessor methods. | 1032 | |
Missing a Javadoc comment. | 1033 | |
Variable 'subject' must be private and have accessor methods. | 1033 | |
Missing a Javadoc comment. | 1034 | |
Variable 'predicate' must be private and have accessor methods. | 1034 | |
Missing a Javadoc comment. | 1035 | |
Variable 'direction' must be private and have accessor methods. | 1035 | |
Missing a Javadoc comment. | 1037 | |
Parameter originatingNode should be final. | 1038 | |
'originatingNode' hides a field. | 1038 | |
Parameter subject should be final. | 1039 | |
'subject' hides a field. | 1039 | |
Parameter predicate should be final. | 1040 | |
'predicate' hides a field. | 1040 | |
Parameter direction should be final. | 1041 | |
'direction' hides a field. | 1041 | |
'if' construct must use '{}'s. | 1043 | |
Line is longer than 80 characters. | 1043 | |
'if' is not followed by whitespace. | 1043 | |
Line is longer than 80 characters. | 1052 | |
Missing a Javadoc comment. | 1052 | |
Parameter resourceNode should be final. | 1052 | |
Parameter r should be final. | 1052 | |
Parameter extractionResult should be final. | 1052 | |
'if' construct must use '{}'s. | 1053 | |
Line is longer than 80 characters. | 1053 | |
'if' is not followed by whitespace. | 1053 | |
'(' is followed by whitespace. | 1053 | |
'!' is followed by whitespace. | 1053 | |
')' is preceded with whitespace. | 1053 | |
'if' construct must use '{}'s. | 1055 | |
'if' is not followed by whitespace. | 1055 | |
Missing a Javadoc comment. | 1074 | |
Variable 'originatingNode' must be private and have accessor methods. | 1074 | |
Missing a Javadoc comment. | 1075 | |
Variable 'prefix' must be private and have accessor methods. | 1075 | |
Missing a Javadoc comment. | 1077 | |
Parameter originatingNode should be final. | 1077 | |
'originatingNode' hides a field. | 1077 | |
Parameter prefix should be final. | 1077 | |
'prefix' hides a field. | 1077 |
org/apache/any23/extractor/rdfa/RDFa11ParserException.java
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 |
org/apache/any23/extractor/rdfa/RDFaExtractor.java
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 |
org/apache/any23/extractor/rdfa/XSLTStylesheet.java
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 |
org/apache/any23/extractor/rdfa/XSLTStylesheetException.java
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 |
org/apache/any23/extractor/xpath/QuadTemplate.java
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
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 |
org/apache/any23/extractor/xpath/TemplateGraph.java
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 |
org/apache/any23/extractor/xpath/TemplateObject.java
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 |
org/apache/any23/extractor/xpath/TemplatePredicate.java
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 |
org/apache/any23/extractor/xpath/TemplateSubject.java
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 |
org/apache/any23/extractor/xpath/TemplateXPathExtractionRule.java
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 |
org/apache/any23/extractor/xpath/TemplateXPathExtractionRuleImpl.java
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 |
org/apache/any23/extractor/xpath/Term.java
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 |
org/apache/any23/extractor/xpath/Variable.java
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 |
org/apache/any23/extractor/xpath/XPathExtractor.java
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 |
org/apache/any23/filter/ExtractionContextBlocker.java
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 |
org/apache/any23/filter/IgnoreAccidentalRDFa.java
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 |
org/apache/any23/filter/IgnoreTitlesOfEmptyDocuments.java
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 |
org/apache/any23/filter/package-info.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 18 |
org/apache/any23/http/AcceptHeaderBuilder.java
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 | |
Parameter mimeTypes should be final. | 57 | |
'mimeTypes' hides a field. | 57 | |
Unused @throws tag for 'IllegalArgumentException'. | 64 | |
Expected an @return tag. | 66 | |
Method 'getAcceptHeader' is not designed for extension - needs to be abstract, final or empty. | 66 | |
'if' construct must use '{}'s. | 67 | |
'if' construct must use '{}'s. | 84 | |
Missing a Javadoc comment. | 93 | |
Parameter newAccept should be final. | 93 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 100 | |
Line is longer than 80 characters. | 105 | |
Missing a Javadoc comment. | 111 | |
Line is longer than 80 characters. | 114 | |
'if' construct must use '{}'s. | 118 | |
Missing a Javadoc comment. | 126 | |
'if' construct must use '{}'s. | 127 | |
Line has trailing spaces. | 134 |
org/apache/any23/http/DefaultHTTPClient.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Name '_contentLength' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter configuration should be final. | 58 | |
'configuration' hides a field. | 58 | |
'if' construct must use '{}'s. | 59 | |
Line is longer than 80 characters. | 59 | |
'if' is not followed by whitespace. | 59 | |
Method 'openInputStream' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Parameter uri should be final. | 72 | |
Expected @throws tag for 'IOException'. | 72 | |
Line is longer than 80 characters. | 87 | |
Avoid inline conditionals. | 87 | |
Avoid inline conditionals. | 88 | |
Avoid inline conditionals. | 89 | |
Line has trailing spaces. | 91 | |
Avoid inline conditionals. | 94 | |
Line is longer than 80 characters. | 95 | |
Avoid inline conditionals. | 95 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 105 | |
Avoid inline conditionals. | 105 | |
'200' is a magic number. | 106 | |
Line is longer than 80 characters. | 108 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Method 'getContentLength' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Missing a Javadoc comment. | 129 | |
Method 'getActualDocumentURI' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Missing a Javadoc comment. | 133 | |
Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Missing a Javadoc comment. | 137 | |
Method 'getConnectionTimeout' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Method 'getSoTimeout' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Missing a Javadoc comment. | 149 | |
'if' construct must use '{}'s. | 150 | |
Line is longer than 80 characters. | 150 | |
'if' is not followed by whitespace. | 150 | |
'if' construct must use '{}'s. | 151 | |
Line is longer than 80 characters. | 153 | |
Line is longer than 80 characters. | 166 |
org/apache/any23/http/HTTPClient.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Redundant 'public' modifier. | 36 | |
Redundant 'public' modifier. | 45 | |
Redundant 'public' modifier. | 53 | |
Redundant 'public' modifier. | 61 | |
Redundant 'public' modifier. | 66 | |
Redundant 'public' modifier. | 76 | |
Line has trailing spaces. | 77 |
org/apache/any23/http/package-info.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 18 |
org/apache/any23/io/nquads/NQuads.java
Violation | Message | Line |
---|---|---|
Class NQuads should be declared as final. | 29 | |
Name 'FORMAT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
Variable 'FORMAT' must be private and have accessor methods. | 34 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 37 | |
'{' is not preceded with whitespace. | 37 | |
'{' is not followed by whitespace. | 37 | |
'}' is not preceded with whitespace. | 37 |
org/apache/any23/io/nquads/NQuadsParser.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 67 | |
'{' is not followed by whitespace. | 67 | |
'}' is not preceded with whitespace. | 67 | |
Method 'getRDFFormat' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter reader should be final. | 73 | |
Parameter s should be final. | 73 | |
Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter is should be final. | 79 | |
Parameter baseURI should be final. | 79 | |
'if' is not followed by whitespace. | 81 | |
'if' is not followed by whitespace. | 84 | |
Inner assignments should be avoided. | 89 | |
Line is longer than 80 characters. | 96 | |
'(' is followed by whitespace. | 96 | |
')' is preceded with whitespace. | 96 | |
'if' is not followed by whitespace. | 97 | |
'(' is followed by whitespace. | 97 | |
')' is preceded with whitespace. | 97 | |
'while' is not followed by whitespace. | 100 | |
'(' is followed by whitespace. | 100 | |
')' is preceded with whitespace. | 100 | |
'if' is not followed by whitespace. | 104 | |
'if' is not followed by whitespace. | 118 | |
'if' is not followed by whitespace. | 128 | |
Parameter br should be final. | 140 | |
Expected @param tag for 'br'. | 140 | |
Expected @throws tag for 'IOException'. | 140 | |
'if' is not followed by whitespace. | 142 | |
Line is longer than 80 characters. | 157 | |
Parameter br should be final. | 157 | |
Expected @throws tag for 'IOException'. | 157 | |
Expected @throws tag for 'RDFParseException'. | 157 | |
'4' is a magic number. | 158 | |
'for' is not followed by whitespace. | 159 | |
'16' is a magic number. | 164 | |
Line is longer than 80 characters. | 166 | |
Parameter br should be final. | 176 | |
Expected @param tag for 'br'. | 176 | |
Expected @throws tag for 'IOException'. | 176 | |
'5' is a magic number. | 178 | |
Parameter br should be final. | 187 | |
Expected @param tag for 'br'. | 187 | |
Expected @throws tag for 'IOException'. | 187 | |
'if' is not followed by whitespace. | 190 | |
Parameter br should be final. | 202 | |
Expected @param tag for 'br'. | 202 | |
Parameter c should be final. | 202 | |
Expected @param tag for 'c'. | 202 | |
Expected @throws tag for 'IOException'. | 202 | |
'if' is not followed by whitespace. | 203 | |
'(' is followed by whitespace. | 203 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 214 | |
Parameter br should be final. | 219 | |
Expected @throws tag for 'IOException'. | 220 | |
Expected @throws tag for 'RDFParseException'. | 220 | |
Expected @throws tag for 'RDFHandlerException'. | 220 | |
'if' is not followed by whitespace. | 222 | |
'if' construct must use '{}'s. | 228 | |
'if' is not followed by whitespace. | 228 | |
'if' construct must use '{}'s. | 229 | |
'if' is not followed by whitespace. | 229 | |
'(' is followed by whitespace. | 229 | |
')' is preceded with whitespace. | 229 | |
'if' is not followed by whitespace. | 255 | |
Parameter br should be final. | 268 | |
Line is longer than 80 characters. | 281 | |
Line is longer than 80 characters. | 286 | |
Parameter br should be final. | 286 | |
Parameter br should be final. | 302 | |
Expected @throws tag for 'IOException'. | 302 | |
'while' construct must use '{}'s. | 308 | |
Empty statement. | 308 | |
Parameter sub should be final. | 327 | |
Expected @param tag for 'sub'. | 327 | |
Parameter pred should be final. | 327 | |
Expected @param tag for 'pred'. | 327 | |
Parameter obj should be final. | 327 | |
Expected @param tag for 'obj'. | 327 | |
Parameter graph should be final. | 327 | |
Expected @param tag for 'graph'. | 327 | |
Expected @throws tag for 'RDFParseException'. | 328 | |
Expected @throws tag for 'RDFHandlerException'. | 328 | |
Parameter br should be final. | 346 | |
Expected @throws tag for 'IOException'. | 346 | |
'while' is not followed by whitespace. | 348 | |
'if' is not followed by whitespace. | 351 | |
Parameter br should be final. | 366 | |
Expected @param tag for 'br'. | 366 | |
Expected @throws tag for 'IOException'. | 366 | |
Line is longer than 80 characters. | 377 | |
Parameter br should be final. | 377 | |
Expected @param tag for 'br'. | 377 | |
Expected @throws tag for 'IOException'. | 377 | |
Expected @throws tag for 'RDFParseException'. | 377 | |
'while' is not followed by whitespace. | 382 | |
'if' is not followed by whitespace. | 384 | |
Line is longer than 80 characters. | 393 | |
'(' is followed by whitespace. | 394 | |
')' is preceded with whitespace. | 394 | |
'if' is not followed by whitespace. | 396 | |
Line is longer than 80 characters. | 416 | |
Parameter br should be final. | 416 | |
Expected @throws tag for 'IOException'. | 416 | |
Expected @throws tag for 'RDFParseException'. | 416 | |
'while' is not followed by whitespace. | 422 | |
'if' is not followed by whitespace. | 424 | |
'(' is followed by whitespace. | 434 | |
')' is preceded with whitespace. | 434 | |
Line is longer than 80 characters. | 442 | |
Line is longer than 80 characters. | 448 | |
Parameter br should be final. | 448 | |
Expected @param tag for 'br'. | 448 | |
Expected @throws tag for 'IOException'. | 448 | |
'if' is not followed by whitespace. | 450 | |
'if' is not followed by whitespace. | 456 | |
'if' is not followed by whitespace. | 464 | |
'while' is not followed by whitespace. | 469 | |
'if' is not followed by whitespace. | 471 | |
'if' is not followed by whitespace. | 475 | |
'(' is followed by whitespace. | 483 | |
')' is preceded with whitespace. | 483 | |
Line is longer than 80 characters. | 487 | |
Line is longer than 80 characters. | 492 | |
Line is longer than 80 characters. | 495 | |
Parameter value should be final. | 495 | |
Expected @param tag for 'value'. | 495 | |
Parameter datatype should be final. | 495 | |
Expected @param tag for 'datatype'. | 495 | |
Expected @throws tag for 'RDFParseException'. | 495 | |
'if' is not followed by whitespace. | 497 | |
'(' is followed by whitespace. | 497 | |
')' is preceded with whitespace. | 497 | |
'(' is followed by whitespace. | 501 | |
')' is preceded with whitespace. | 501 | |
'if' is not followed by whitespace. | 502 | |
'(' is followed by whitespace. | 502 | |
'!' is followed by whitespace. | 502 | |
'{' is not preceded with whitespace. | 502 | |
'if' is not followed by whitespace. | 505 | |
'(' is followed by whitespace. | 505 | |
'!' is followed by whitespace. | 505 | |
')' is preceded with whitespace. | 505 | |
Line is longer than 80 characters. | 507 | |
')' is preceded with whitespace. | 507 | |
'if' is not followed by whitespace. | 512 | |
'(' is followed by whitespace. | 512 | |
')' is preceded with whitespace. | 512 | |
Line is longer than 80 characters. | 515 | |
'(' is followed by whitespace. | 515 | |
')' is preceded with whitespace. | 515 | |
Parameter c should be final. | 525 | |
Parameter sb should be final. | 525 | |
'if' is not followed by whitespace. | 526 | |
'if' is not followed by whitespace. | 530 | |
'if' is not followed by whitespace. | 534 | |
'if' is not followed by whitespace. | 538 | |
'if' is not followed by whitespace. | 542 | |
Line is longer than 80 characters. | 556 | |
Parameter br should be final. | 556 | |
Expected @param tag for 'br'. | 556 | |
Expected @throws tag for 'IOException'. | 556 | |
Expected @throws tag for 'RDFParseException'. | 556 | |
'while' is not followed by whitespace. | 562 | |
'if' is not followed by whitespace. | 564 | |
'(' is followed by whitespace. | 564 | |
')' is preceded with whitespace. | 564 | |
'if' is not followed by whitespace. | 565 | |
'if' is not followed by whitespace. | 572 | |
'if' is not followed by whitespace. | 575 | |
'if' is not followed by whitespace. | 576 | |
'if' is not followed by whitespace. | 592 | |
'else' is not preceded with whitespace. | 594 | |
'}' is not followed by whitespace. | 594 | |
'if' is not followed by whitespace. | 594 | |
Line is longer than 80 characters. | 605 | |
'(' is followed by whitespace. | 605 | |
')' is preceded with whitespace. | 605 | |
Line is longer than 80 characters. | 623 | |
Parameter br should be final. | 623 | |
Expected @param tag for 'br'. | 623 | |
Expected @throws tag for 'IOException'. | 623 | |
Expected @throws tag for 'RDFParseException'. | 623 | |
'if' is not followed by whitespace. | 627 | |
'(' is followed by whitespace. | 627 | |
')' is preceded with whitespace. | 627 | |
Line is longer than 80 characters. | 642 | |
Parameter br should be final. | 642 | |
Expected @param tag for 'br'. | 642 | |
Expected @throws tag for 'IOException'. | 642 | |
Expected @throws tag for 'RDFParseException'. | 642 | |
Line is longer than 80 characters. | 654 | |
Parameter br should be final. | 654 | |
Expected @param tag for 'br'. | 654 | |
Expected @throws tag for 'IOException'. | 654 | |
Expected @throws tag for 'RDFParseException'. | 654 | |
'if' is not followed by whitespace. | 658 | |
'(' is followed by whitespace. | 658 | |
')' is preceded with whitespace. | 658 | |
'if' is not followed by whitespace. | 660 | |
'(' is followed by whitespace. | 660 | |
Line is longer than 80 characters. | 668 | |
Missing a Javadoc comment. | 671 | |
Variable 'isLang' must be private and have accessor methods. | 671 | |
Missing a Javadoc comment. | 672 | |
Variable 'value' must be private and have accessor methods. | 672 | |
Missing a Javadoc comment. | 674 | |
Parameter lang should be final. | 674 | |
Parameter value should be final. | 674 | |
'value' hides a field. | 674 | |
Line is longer than 80 characters. | 688 | |
Parameter br should be final. | 688 | |
Expected @param tag for 'br'. | 688 | |
Expected @throws tag for 'IOException'. | 688 | |
Expected @throws tag for 'RDFParseException'. | 688 | |
'{' is not followed by whitespace. | 695 | |
'}' is not preceded with whitespace. | 695 |
org/apache/any23/io/nquads/NQuadsWriter.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 40 | |
',' is not followed by whitespace. | 49 | |
Missing a Javadoc comment. | 61 | |
Parameter os should be final. | 61 | |
'(' is followed by whitespace. | 62 | |
')' is preceded with whitespace. | 62 | |
Missing a Javadoc comment. | 65 | |
Parameter w should be final. | 65 | |
'if' is not followed by whitespace. | 66 | |
Method 'getRDFFormat' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Method 'startRDF' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
'if' is not followed by whitespace. | 77 | |
Method 'endRDF' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
'if' is not followed by whitespace. | 84 | |
'if' is not followed by whitespace. | 94 | |
Line is longer than 80 characters. | 100 | |
Method 'handleNamespace' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter ns should be final. | 100 | |
Parameter uri should be final. | 100 | |
'if' is not followed by whitespace. | 101 | |
'if' is not followed by whitespace. | 105 | |
')' is preceded with whitespace. | 108 | |
Line is longer than 80 characters. | 111 | |
Method 'handleStatement' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter statement should be final. | 111 | |
'if' is not followed by whitespace. | 112 | |
Line is longer than 80 characters. | 113 | |
Line is longer than 80 characters. | 126 | |
Method 'handleComment' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter comment should be final. | 130 | |
Line is longer than 80 characters. | 136 | |
Expected @throws tag for 'IOException'. | 145 | |
Line has trailing spaces. | 151 | |
Expected @throws tag for 'IOException'. | 154 | |
Line has trailing spaces. | 160 | |
Parameter uri should be final. | 164 | |
Expected @throws tag for 'IOException'. | 164 | |
'if' is not followed by whitespace. | 168 | |
Line is longer than 80 characters. | 179 | |
'(' is followed by whitespace. | 179 | |
')' is preceded with whitespace. | 179 | |
'(' is followed by whitespace. | 183 | |
')' is preceded with whitespace. | 183 | |
Parameter b should be final. | 194 | |
Expected @throws tag for 'IOException'. | 194 | |
'(' is followed by whitespace. | 195 | |
')' is preceded with whitespace. | 195 | |
Parameter r should be final. | 204 | |
Expected @throws tag for 'IOException'. | 204 | |
'if' is not followed by whitespace. | 205 | |
'if' is not followed by whitespace. | 207 | |
Parameter l should be final. | 220 | |
Expected @throws tag for 'IOException'. | 220 | |
'(' is followed by whitespace. | 221 | |
')' is preceded with whitespace. | 221 | |
Line has trailing spaces. | 226 | |
Parameter s should be final. | 230 | |
Expected @param tag for 's'. | 230 | |
Expected @throws tag for 'IOException'. | 230 | |
'(' is followed by whitespace. | 231 | |
')' is preceded with whitespace. | 231 | |
Parameter s should be final. | 240 | |
Expected @param tag for 's'. | 240 | |
Expected @throws tag for 'IOException'. | 240 | |
'(' is followed by whitespace. | 241 | |
')' is preceded with whitespace. | 241 | |
Parameter s should be final. | 251 | |
Expected @param tag for 's'. | 251 | |
Expected @throws tag for 'IOException'. | 251 | |
'if' is not followed by whitespace. | 253 | |
'(' is followed by whitespace. | 257 | |
')' is preceded with whitespace. | 257 | |
Parameter s should be final. | 266 | |
Expected @param tag for 's'. | 266 | |
Expected @throws tag for 'IOException'. | 266 | |
'if' is not followed by whitespace. | 268 | |
'(' is followed by whitespace. | 269 | |
')' is preceded with whitespace. | 269 |
org/apache/any23/io/nquads/package-info.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 18 |
org/apache/any23/mime/MIMEType.java
Violation | Message | Line |
---|---|---|
Class MIMEType should be declared as final. | 25 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 27 | |
'static' modifier out of order with the JLS suggestions. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 44 | |
Unused @throws tag for 'IllegalArgumentException'. | 44 | |
Parameter mimeType should be final. | 46 | |
Expected @param tag for 'mimeType'. | 46 | |
'if' construct must use '{}'s. | 47 | |
'if' construct must use '{}'s. | 54 | |
'if' construct must use '{}'s. | 55 | |
Line is longer than 80 characters. | 55 | |
Missing a Javadoc comment. | 88 | |
Parameter type should be final. | 88 | |
'type' hides a field. | 88 | |
Parameter subtype should be final. | 88 | |
'subtype' hides a field. | 88 | |
Parameter q should be final. | 88 | |
'q' hides a field. | 88 | |
Missing a Javadoc comment. | 94 | |
Avoid inline conditionals. | 95 | |
Missing a Javadoc comment. | 98 | |
Avoid inline conditionals. | 99 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 106 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 114 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 125 | |
Parameter other should be final. | 125 | |
Line has trailing spaces. | 128 |
org/apache/any23/mime/MIMETypeDetector.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 24 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 36 | |
Redundant 'public' modifier. | 36 |
org/apache/any23/mime/NaiveMIMETypeDetector.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
'static' modifier out of order with the JLS suggestions. | 32 | |
Name 'extensions' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
')' is preceded with whitespace. | 35 | |
')' is preceded with whitespace. | 36 | |
')' is preceded with whitespace. | 39 | |
')' is preceded with whitespace. | 40 | |
')' is preceded with whitespace. | 41 | |
')' is preceded with whitespace. | 42 | |
')' is preceded with whitespace. | 43 | |
')' is preceded with whitespace. | 44 | |
')' is preceded with whitespace. | 45 | |
')' is preceded with whitespace. | 46 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
'static' modifier out of order with the JLS suggestions. | 50 | |
Name 'extensionRegex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
Method 'guessMIMEType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter fileName should be final. | 53 | |
Parameter input should be final. | 54 | |
Parameter mimeTypeFromMetadata should be final. | 56 | |
Missing a Javadoc comment. | 72 | |
Parameter filename should be final. | 72 | |
'if' construct must use '{}'s. | 74 | |
Line has trailing spaces. | 77 |
org/apache/any23/mime/TikaMIMETypeDetector.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 48 | |
Comment matches to-do format 'TODO:'. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Line is longer than 80 characters. | 60 | |
Missing a Javadoc comment. | 60 | |
Line is longer than 80 characters. | 66 | |
')' is preceded with whitespace. | 66 | |
Line is longer than 80 characters. | 67 | |
')' is preceded with whitespace. | 67 | |
Line is longer than 80 characters. | 68 | |
')' is preceded with whitespace. | 68 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 76 | |
')' is preceded with whitespace. | 76 | |
Line is longer than 80 characters. | 77 | |
')' is preceded with whitespace. | 77 | |
Line is longer than 80 characters. | 78 | |
')' is preceded with whitespace. | 78 | |
Line is longer than 80 characters. | 79 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 86 | |
Line is longer than 80 characters. | 92 | |
Parameter is should be final. | 95 | |
Expected @throws tag for 'IOException'. | 95 | |
Line is longer than 80 characters. | 103 | |
Parameter is should be final. | 106 | |
Expected @throws tag for 'IOException'. | 106 | |
Line is longer than 80 characters. | 114 | |
Parameter is should be final. | 117 | |
Expected @throws tag for 'IOException'. | 117 | |
Line is longer than 80 characters. | 123 | |
'(' is followed by whitespace. | 123 | |
')' is preceded with whitespace. | 123 | |
Line is longer than 80 characters. | 136 | |
Parameter is should be final. | 139 | |
Expected @throws tag for 'IOException'. | 139 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 152 | |
Parameter patterns should be final. | 152 | |
Parameter delimiterChar should be final. | 152 | |
Parameter is should be final. | 152 | |
Expected @throws tag for 'IOException'. | 153 | |
'for' is not followed by whitespace. | 155 | |
'if' is not followed by whitespace. | 156 | |
Line is longer than 80 characters. | 172 | |
Parameter is should be final. | 172 | |
Parameter breakChar should be final. | 172 | |
Name 'MAX_SIZE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 | |
Missing a Javadoc comment. | 205 | |
Parameter purifier should be final. | 205 | |
'purifier' hides a field. | 205 | |
Line is longer than 80 characters. | 212 | |
'if' is not followed by whitespace. | 220 | |
Missing a Javadoc comment. | 225 | |
'(' is followed by whitespace. | 226 | |
')' is preceded with whitespace. | 226 | |
Line is longer than 80 characters. | 234 | |
Unclosed HTML tag found: <b>resettable</i> input stream containing data. | 234 | |
Extra HTML tag found: </i> input stream containing data. | 234 | |
Line is longer than 80 characters. | 236 | |
Line is longer than 80 characters. | 237 | |
Unused @throws tag for 'IllegalArgumentException'. | 237 | |
Method 'guessMIMEType' is not designed for extension - needs to be abstract, final or empty. | 239 | |
Parameter fileName should be final. | 240 | |
Parameter input should be final. | 241 | |
Parameter mimeTypeFromMetadata should be final. | 242 | |
'if' is not followed by whitespace. | 244 | |
Line is longer than 80 characters. | 248 | |
'if' construct must use '{}'s. | 253 | |
'if' construct must use '{}'s. | 255 | |
'if' is not followed by whitespace. | 261 | |
'(' is followed by whitespace. | 261 | |
'!' is followed by whitespace. | 261 | |
')' is preceded with whitespace. | 261 | |
'if' is not followed by whitespace. | 264 | |
'(' is followed by whitespace. | 264 | |
')' is preceded with whitespace. | 264 | |
'if' is not followed by whitespace. | 266 | |
'(' is followed by whitespace. | 266 | |
')' is preceded with whitespace. | 266 | |
'if' is not followed by whitespace. | 268 | |
'(' is followed by whitespace. | 268 | |
')' is preceded with whitespace. | 268 | |
'if' is not followed by whitespace. | 270 | |
'(' is followed by whitespace. | 270 | |
')' is preceded with whitespace. | 270 | |
'}' should be on the same line. | 272 | |
Line has trailing spaces. | 274 | |
Line is longer than 80 characters. | 278 | |
Line is longer than 80 characters. | 292 | |
Line is longer than 80 characters. | 313 | |
Parameter stream should be final. | 313 | |
'(' is followed by whitespace. | 317 | |
'!' is followed by whitespace. | 317 | |
')' is preceded with whitespace. | 317 | |
'if' is not followed by whitespace. | 329 | |
'(' is followed by whitespace. | 329 | |
'!' is followed by whitespace. | 329 | |
')' is preceded with whitespace. | 329 | |
'}' should be on the same line. | 335 | |
Must have at least one statement. | 336 | |
'if' is not followed by whitespace. | 351 | |
Missing a Javadoc comment. | 358 | |
Parameter type should be final. | 358 | |
Missing a Javadoc comment. | 365 | |
Parameter type should be final. | 365 |
org/apache/any23/mime/package-info.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 18 |
org/apache/any23/mime/purifier/Purifier.java
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 28 | |
Line is longer than 80 characters. | 34 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 36 | |
Expected @throws tag for 'IOException'. | 38 |
org/apache/any23/mime/purifier/WhiteSpacesPurifier.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 25 | |
Method 'purify' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Parameter inputStream should be final. | 34 | |
'if' construct must use '{}'s. | 35 | |
'if' is not followed by whitespace. | 35 | |
Line is longer than 80 characters. | 36 | |
'while' is not followed by whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 51 | |
Missing a Javadoc comment. | 52 | |
Parameter c should be final. | 52 | |
Line is longer than 80 characters. | 53 |
org/apache/any23/plugin/Any23PluginManager.java
Violation | Message | Line |
---|---|---|
Class Any23PluginManager should be declared as final. | 50 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 75 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 | |
'if' is not followed by whitespace. | 91 | |
Line is longer than 80 characters. | 108 | |
Parameter jar should be final. | 112 | |
'if' construct must use '{}'s. | 113 | |
Line is longer than 80 characters. | 113 | |
'if' is not followed by whitespace. | 113 | |
Line is longer than 80 characters. | 116 | |
Parameter jars should be final. | 128 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 149 | |
Parameter classDir should be final. | 152 | |
'if' construct must use '{}'s. | 153 | |
Line is longer than 80 characters. | 153 | |
'if' is not followed by whitespace. | 153 | |
Line is longer than 80 characters. | 156 | |
Parameter classDirs should be final. | 168 | |
Line is longer than 80 characters. | 176 | |
Parameter jarDir should be final. | 191 | |
'if' construct must use '{}'s. | 192 | |
'if' is not followed by whitespace. | 192 | |
'if' construct must use '{}'s. | 194 | |
'if' is not followed by whitespace. | 194 | |
'(' is followed by whitespace. | 194 | |
'!' is followed by whitespace. | 194 | |
')' is preceded with whitespace. | 194 | |
Line is longer than 80 characters. | 195 | |
'if' construct must use '{}'s. | 196 | |
'if' is not followed by whitespace. | 196 | |
'!' is followed by whitespace. | 196 | |
')' is preceded with whitespace. | 196 | |
Line is longer than 80 characters. | 198 | |
Parameter dir should be final. | 204 | |
Parameter name should be final. | 204 | |
Line is longer than 80 characters. | 215 | |
Parameter files should be final. | 220 | |
'for' is not followed by whitespace. | 222 | |
Line is longer than 80 characters. | 233 | |
Line is longer than 80 characters. | 243 | |
Line is longer than 80 characters. | 244 | |
Line is longer than 80 characters. | 245 | |
Line is longer than 80 characters. | 248 | |
Line is longer than 80 characters. | 249 | |
Line is longer than 80 characters. | 253 | |
Expected @throws tag for 'IOException'. | 254 | |
'for' is not followed by whitespace. | 257 | |
'for' is not followed by whitespace. | 260 | |
Line is longer than 80 characters. | 267 | |
Expected @throws tag for 'IOException'. | 272 | |
Parameter clazz should be final. | 277 | |
Line is longer than 80 characters. | 278 | |
'(' is followed by whitespace. | 282 | |
')' is preceded with whitespace. | 282 | |
Line is longer than 80 characters. | 291 | |
Expected @throws tag for 'IOException'. | 291 | |
Parameter clazz should be final. | 296 | |
Line is longer than 80 characters. | 297 | |
'(' is followed by whitespace. | 301 | |
')' is preceded with whitespace. | 301 | |
Line is longer than 80 characters. | 305 | |
Line is longer than 80 characters. | 306 | |
Expected @param tag for 'pluginLocations'. | 317 | |
Expected @throws tag for 'IOException'. | 318 | |
Expected @throws tag for 'IllegalAccessException'. | 318 | |
Expected @throws tag for 'InstantiationException'. | 318 | |
'if' construct must use '{}'s. | 319 | |
Line is longer than 80 characters. | 319 | |
'if' is not followed by whitespace. | 319 | |
Line is longer than 80 characters. | 331 | |
Line is longer than 80 characters. | 339 | |
Line is longer than 80 characters. | 345 | |
Line is longer than 80 characters. | 346 | |
Line is longer than 80 characters. | 347 | |
Line is longer than 80 characters. | 350 | |
'for' is not followed by whitespace. | 355 | |
Line is longer than 80 characters. | 366 | |
Line is longer than 80 characters. | 367 | |
Line is longer than 80 characters. | 375 | |
Parameter initialExtractorGroup should be final. | 375 | |
Expected @throws tag for 'IOException'. | 376 | |
Expected @throws tag for 'InstantiationException'. | 376 | |
Expected @throws tag for 'IllegalAccessException'. | 376 | |
Line is longer than 80 characters. | 377 | |
Line is longer than 80 characters. | 383 | |
Line is longer than 80 characters. | 384 | |
Line is longer than 80 characters. | 392 | |
Parameter pluginLocations should be final. | 392 | |
Expected @throws tag for 'IOException'. | 393 | |
Expected @throws tag for 'IllegalAccessException'. | 393 | |
Expected @throws tag for 'InstantiationException'. | 393 | |
Line is longer than 80 characters. | 394 | |
Line is longer than 80 characters. | 403 | |
Expected @param tag for '<T>'. | 407 | |
Parameter jarFile should be final. | 408 | |
Parameter packageName should be final. | 409 | |
Parameter filter should be final. | 410 | |
Parameter result should be final. | 411 | |
Expected @throws tag for 'IOException'. | 412 | |
Line is longer than 80 characters. | 415 | |
Line is longer than 80 characters. | 421 | |
Line is longer than 80 characters. | 427 | |
Line is longer than 80 characters. | 429 | |
Line is longer than 80 characters. | 434 | |
Line is longer than 80 characters. | 448 | |
Parameter classDir should be final. | 454 | |
Parameter result should be final. | 457 | |
Expected @throws tag for 'MalformedURLException'. | 458 | |
'if' is not followed by whitespace. | 459 | |
Line is longer than 80 characters. | 460 | |
Name 'PREFIX_LENGTH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 463 | |
Parameter dir should be final. | 468 | |
Parameter name should be final. | 468 | |
'if' construct must use '{}'s. | 469 | |
'if' construct must use '{}'s. | 470 | |
'if' construct must use '{}'s. | 472 | |
Line is longer than 80 characters. | 472 | |
Line is longer than 80 characters. | 489 | |
Line is longer than 80 characters. | 492 | |
Line is longer than 80 characters. | 504 | |
Expected @param tag for '<T>'. | 509 | |
Parameter result should be final. | 512 | |
Expected @throws tag for 'IOException'. | 513 | |
'if' construct must use '{}'s. | 516 | |
'if' is not followed by whitespace. | 516 | |
Line is longer than 80 characters. | 517 | |
'if' construct must use '{}'s. | 518 | |
'if' is not followed by whitespace. | 518 | |
'(' is followed by whitespace. | 518 | |
'!' is followed by whitespace. | 518 | |
')' is preceded with whitespace. | 518 | |
Line is longer than 80 characters. | 520 | |
Line is longer than 80 characters. | 522 | |
Expected an @return tag. | 544 | |
Parameter clazzName should be final. | 544 | |
Expected @param tag for 'clazzName'. | 544 | |
'!' is followed by whitespace. | 545 | |
Expected an @return tag. | 554 | |
Parameter pluginDirsList should be final. | 554 | |
Expected @param tag for 'pluginDirsList'. | 554 | |
Line is longer than 80 characters. | 555 | |
'for' is not followed by whitespace. | 557 | |
'if' is not followed by whitespace. | 559 | |
'(' is followed by whitespace. | 559 | |
'!' is followed by whitespace. | 559 | |
Line is longer than 80 characters. | 561 | |
Missing a Javadoc comment. | 574 | |
Missing a Javadoc comment. | 576 | |
Missing a Javadoc comment. | 578 | |
Missing a Javadoc comment. | 580 | |
Parameter urls should be final. | 580 | |
Missing a Javadoc comment. | 586 | |
Missing a Javadoc comment. | 590 | |
Parameter classDir should be final. | 590 | |
'if' is not followed by whitespace. | 593 | |
'(' is followed by whitespace. | 593 | |
')' is preceded with whitespace. | 593 | |
Missing a Javadoc comment. | 603 | |
Parameter jar should be final. | 603 | |
Missing a Javadoc comment. | 616 | |
Parameter urlPath should be final. | 616 | |
'if' is not followed by whitespace. | 617 |
org/apache/any23/plugin/ExtractorPlugin.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 31 |
org/apache/any23/plugin/package-info.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 18 |
org/apache/any23/rdf/Any23ValueFactoryWrapper.java
Violation | Message | Line |
---|---|---|
Comment matches to-do format 'TODO:'. | 37 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Parameter er should be final. | 57 | |
Parameter defaultLitLanguage should be final. | 58 | |
'if' is not followed by whitespace. | 60 | |
Line is longer than 80 characters. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter er should be final. | 68 | |
Missing a Javadoc comment. | 72 | |
Method 'getErrorReporter' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Method 'setErrorReporter' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter er should be final. | 80 | |
Method 'getDefaultLiteralLanguage' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Method 'createBNode' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Method 'createBNode' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter id should be final. | 92 | |
'if' construct must use '{}'s. | 93 | |
Method 'createLiteral' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter content should be final. | 97 | |
'if' construct must use '{}'s. | 98 | |
Method 'createLiteral' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter b should be final. | 102 | |
Method 'createLiteral' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter b should be final. | 106 | |
Method 'createLiteral' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter i should be final. | 110 | |
Method 'createLiteral' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Parameter i should be final. | 114 | |
Method 'createLiteral' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter l should be final. | 118 | |
Method 'createLiteral' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Parameter v should be final. | 122 | |
Method 'createLiteral' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter v should be final. | 126 | |
Method 'createLiteral' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter calendar should be final. | 130 | |
Method 'createLiteral' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Parameter label should be final. | 134 | |
Parameter language should be final. | 134 | |
'if' construct must use '{}'s. | 135 | |
Method 'createLiteral' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Parameter pref should be final. | 139 | |
Parameter value should be final. | 139 | |
'if' construct must use '{}'s. | 140 | |
Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
Parameter sub should be final. | 144 | |
Parameter pre should be final. | 144 | |
Parameter obj should be final. | 144 | |
Line is longer than 80 characters. | 151 | |
Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Missing a Javadoc comment. | 151 | |
Parameter sub should be final. | 151 | |
Parameter pre should be final. | 151 | |
Parameter obj should be final. | 151 | |
Parameter context should be final. | 151 | |
'if' construct must use '{}'s. | 152 | |
Method 'createURI' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Parameter uriStr should be final. | 160 | |
Expected @param tag for 'uriStr'. | 160 | |
'if' construct must use '{}'s. | 161 | |
Line is longer than 80 characters. | 163 | |
Method 'createURI' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Parameter namespace should be final. | 173 | |
Expected @param tag for 'namespace'. | 173 | |
Parameter localName should be final. | 173 | |
Expected @param tag for 'localName'. | 173 | |
'if' construct must use '{}'s. | 174 | |
Line is longer than 80 characters. | 175 | |
Line is longer than 80 characters. | 179 | |
Line is longer than 80 characters. | 181 | |
Method 'resolveURI' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Parameter uri should be final. | 185 | |
Parameter baseURI should be final. | 185 | |
Line is longer than 80 characters. | 187 | |
Method 'fixURI' is not designed for extension - needs to be abstract, final or empty. | 198 | |
Parameter uri should be final. | 198 | |
Expected @param tag for 'uri'. | 198 | |
Line is longer than 80 characters. | 208 | |
Expected an @return tag. | 210 | |
Method 'fixLink' is not designed for extension - needs to be abstract, final or empty. | 210 | |
Parameter link should be final. | 210 | |
Expected @param tag for 'link'. | 210 | |
Parameter defaultSchema should be final. | 210 | |
Expected @param tag for 'defaultSchema'. | 210 | |
'if' construct must use '{}'s. | 211 | |
'if' construct must use '{}'s. | 213 | |
Method 'fixWhiteSpace' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Missing a Javadoc comment. | 220 | |
Parameter name should be final. | 220 | |
Line has trailing spaces. | 226 | |
Parameter e should be final. | 229 | |
'if' is not followed by whitespace. | 230 | |
Line is longer than 80 characters. | 233 |
org/apache/any23/rdf/PopularPrefixes.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 31 | |
Utility classes should not have a public or default constructor. | 33 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 70 | |
Parameter prefixes should be final. | 72 | |
Parameter stringUri should be final. | 90 | |
Line is longer than 80 characters. | 108 |
org/apache/any23/rdf/Prefixes.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Parameter prefix should be final. | 42 | |
Parameter namespaceURI should be final. | 42 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter prefixesToNamespaceURIs should be final. | 48 | |
Parameter areVolatile should be final. | 48 | |
Line is longer than 80 characters. | 60 | |
Missing a Javadoc comment. | 60 | |
Name 'EMPTY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
Variable 'EMPTY' must be private and have accessor methods. | 60 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 69 | |
Parameter initial should be final. | 69 | |
Missing a Javadoc comment. | 74 | |
Parameter mappings should be final. | 74 | |
'mappings' hides a field. | 74 | |
Method 'expand' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter curie should be final. | 78 | |
Method 'abbreviate' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter uri should be final. | 87 | |
'+' should be on a new line. | 90 | |
Method 'canExpand' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter curie should be final. | 97 | |
Method 'canAbbreviate' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter uri should be final. | 102 | |
Method 'getNamespaceURIFor' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter prefix should be final. | 111 | |
Method 'hasNamespaceURI' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter uri should be final. | 115 | |
Method 'hasPrefix' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter prefix should be final. | 119 | |
Method 'allPrefixes' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Parameter prefix should be final. | 131 | |
Parameter namespaceURI should be final. | 131 | |
Line is longer than 80 characters. | 137 | |
Line is longer than 80 characters. | 139 | |
'+' should be on a new line. | 139 | |
Line is longer than 80 characters. | 140 | |
'+' should be on a new line. | 140 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
Parameter other should be final. | 147 | |
Method 'removePrefix' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Missing a Javadoc comment. | 157 | |
Parameter prefix should be final. | 157 | |
Method 'createSubset' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Missing a Javadoc comment. | 162 | |
Parameter prefixes should be final. | 162 | |
Line is longer than 80 characters. | 166 | |
Method 'addVolatile' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Missing a Javadoc comment. | 173 | |
Parameter prefix should be final. | 173 | |
Parameter namespaceURI should be final. | 173 | |
Line is longer than 80 characters. | 175 | |
Method 'addVolatile' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Missing a Javadoc comment. | 181 | |
Parameter other should be final. | 181 | |
Method 'isVolatile' is not designed for extension - needs to be abstract, final or empty. | 187 | |
Missing a Javadoc comment. | 187 | |
Parameter prefix should be final. | 187 | |
Missing a Javadoc comment. | 191 | |
Method 'asMap' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Missing a Javadoc comment. | 193 | |
Missing a Javadoc comment. | 201 | |
Parameter curie should be final. | 201 | |
Missing a Javadoc comment. | 209 | |
Parameter curie should be final. | 209 | |
Line has trailing spaces. | 216 |
org/apache/any23/rdf/RDFUtils.java
Violation | Message | Line |
---|---|---|
Class RDFUtils should be declared as final. | 60 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 69 | |
Line is longer than 80 characters. | 72 | |
Missing a Javadoc comment. | 72 | |
Name 'valueFactory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 | |
Unused @throws tag for 'IllegalArgumentException'. | 79 | |
Parameter uri should be final. | 81 | |
'if' construct must use '{}'s. | 83 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 96 | |
Parameter dateToBeParsed should be final. | 101 | |
Parameter format should be final. | 101 | |
Expected @throws tag for 'ParseException'. | 102 | |
Expected @throws tag for 'DatatypeConfigurationException'. | 102 | |
Line is longer than 80 characters. | 107 | |
Parameter date should be final. | 118 | |
Line is longer than 80 characters. | 119 | |
'22' is a magic number. | 122 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 135 | |
Parameter unescapedURI should be final. | 142 | |
'if' construct must use '{}'s. | 143 | |
Line is longer than 80 characters. | 143 | |
'if' construct must use '{}'s. | 155 | |
Line is longer than 80 characters. | 155 | |
'if' construct must use '{}'s. | 157 | |
Line is longer than 80 characters. | 160 | |
'if' construct must use '{}'s. | 161 | |
Line is longer than 80 characters. | 162 | |
'if' construct must use '{}'s. | 165 | |
Line is longer than 80 characters. | 166 | |
'if' construct must use '{}'s. | 175 | |
Line is longer than 80 characters. | 176 | |
Expected an @return tag. | 184 | |
Parameter uri should be final. | 184 | |
Expected @param tag for 'uri'. | 184 | |
Expected an @return tag. | 191 | |
Parameter namespace should be final. | 191 | |
Expected @param tag for 'namespace'. | 191 | |
Parameter localName should be final. | 191 | |
Expected @param tag for 'localName'. | 191 | |
Expected an @return tag. | 198 | |
Parameter s should be final. | 198 | |
Expected @param tag for 's'. | 198 | |
Expected an @return tag. | 205 | |
Parameter b should be final. | 205 | |
Expected @param tag for 'b'. | 205 | |
Expected an @return tag. | 212 | |
Parameter b should be final. | 212 | |
Expected @param tag for 'b'. | 212 | |
Expected an @return tag. | 219 | |
Parameter s should be final. | 219 | |
Expected @param tag for 's'. | 219 | |
Expected an @return tag. | 226 | |
Parameter i should be final. | 226 | |
Expected @param tag for 'i'. | 226 | |
Expected an @return tag. | 233 | |
Parameter l should be final. | 233 | |
Expected @param tag for 'l'. | 233 | |
Expected an @return tag. | 240 | |
Parameter f should be final. | 240 | |
Expected @param tag for 'f'. | 240 | |
Expected an @return tag. | 247 | |
Parameter d should be final. | 247 | |
Expected @param tag for 'd'. | 247 | |
Expected an @return tag. | 254 | |
Parameter s should be final. | 254 | |
Expected @param tag for 's'. | 254 | |
Parameter l should be final. | 254 | |
Expected @param tag for 'l'. | 254 | |
Expected an @return tag. | 261 | |
Parameter s should be final. | 261 | |
Expected @param tag for 's'. | 261 | |
Parameter datatype should be final. | 261 | |
Expected @param tag for 'datatype'. | 261 | |
Comment matches to-do format 'TODO:'. | 268 | |
Expected an @return tag. | 269 | |
Parameter id should be final. | 269 | |
Expected @param tag for 'id'. | 269 | |
Expected an @return tag. | 283 | |
Parameter id should be final. | 283 | |
Expected @param tag for 'id'. | 283 | |
Expected an @return tag. | 292 | |
Parameter s should be final. | 292 | |
Expected @param tag for 's'. | 292 | |
Parameter p should be final. | 292 | |
Expected @param tag for 'p'. | 292 | |
Parameter o should be final. | 292 | |
Expected @param tag for 'o'. | 292 | |
Expected an @return tag. | 299 | |
Parameter s should be final. | 299 | |
Expected @param tag for 's'. | 299 | |
Parameter p should be final. | 299 | |
Expected @param tag for 'p'. | 299 | |
Parameter o should be final. | 299 | |
Expected @param tag for 'o'. | 299 | |
Parameter g should be final. | 299 | |
Expected @param tag for 'g'. | 299 | |
Parameter s should be final. | 311 | |
Expected @param tag for 's'. | 311 | |
'if' construct must use '{}'s. | 312 | |
First sentence should end with a period. | 319 | |
Parameter s should be final. | 327 | |
Parameter p should be final. | 327 | |
Parameter o should be final. | 327 | |
Line is longer than 80 characters. | 328 | |
Unused @throws tag for 'IllegalArgumentException'. | 336 | |
Parameter p should be final. | 338 | |
Unused @throws tag for 'IllegalArgumentException'. | 358 | |
Parameter ext should be final. | 360 | |
'if' is not followed by whitespace. | 361 | |
'if' is not followed by whitespace. | 364 | |
'if' is not followed by whitespace. | 367 | |
'if' is not followed by whitespace. | 370 | |
Unclosed HTML tag found: <code>RDF</data>. | 381 | |
Extra HTML tag found: </data>. | 381 | |
Parameter p should be final. | 388 | |
Parameter is should be final. | 388 | |
Parameter baseURI should be final. | 388 | |
Expected @throws tag for 'RDFHandlerException'. | 389 | |
Expected @throws tag for 'IOException'. | 389 | |
Expected @throws tag for 'RDFParseException'. | 389 | |
Line is longer than 80 characters. | 397 | |
'(' is followed by whitespace. | 397 | |
')' is preceded with whitespace. | 397 | |
Unclosed HTML tag found: <code>RDF</data>. | 405 | |
Extra HTML tag found: </data>. | 405 | |
Parameter p should be final. | 411 | |
Parameter is should be final. | 411 | |
Expected @throws tag for 'RDFHandlerException'. | 412 | |
Expected @throws tag for 'IOException'. | 412 | |
Expected @throws tag for 'RDFParseException'. | 412 | |
Unclosed HTML tag found: <code>RDF</data>. | 421 | |
Extra HTML tag found: </data>. | 421 | |
Parameter p should be final. | 427 | |
Parameter in should be final. | 427 | |
Expected @throws tag for 'RDFHandlerException'. | 428 | |
Expected @throws tag for 'IOException'. | 428 | |
Expected @throws tag for 'RDFParseException'. | 428 | |
Line is longer than 80 characters. | 439 | |
Line is longer than 80 characters. | 440 | |
Line is longer than 80 characters. | 442 | |
Parameter resource should be final. | 442 | |
'if' construct must use '{}'s. | 444 | |
'if' is not followed by whitespace. | 444 | |
Line is longer than 80 characters. | 445 | |
Line is longer than 80 characters. | 447 | |
'(' is followed by whitespace. | 447 | |
')' is preceded with whitespace. | 447 | |
Parameter href should be final. | 457 | |
Missing a Javadoc comment. | 469 | |
'{' is not followed by whitespace. | 469 | |
'}' is not preceded with whitespace. | 469 | |
Missing a Javadoc comment. | 471 | |
Missing a Javadoc comment. | 473 | |
Missing a Javadoc comment. | 475 | |
Missing a Javadoc comment. | 476 | |
Line is longer than 80 characters. | 490 | |
Parameter s should be final. | 490 | |
Parameter s1 should be final. | 490 | |
Line is longer than 80 characters. | 495 | |
Parameter statement should be final. | 495 | |
Parameter s should be final. | 500 |
org/apache/any23/rdf/package-info.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 18 |
org/apache/any23/source/ByteArrayDocumentSource.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter bytes should be final. | 36 | |
'bytes' hides a field. | 36 | |
Parameter documentURI should be final. | 36 | |
'documentURI' hides a field. | 36 | |
Parameter contentType should be final. | 36 | |
'contentType' hides a field. | 36 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter inputStream should be final. | 42 | |
Parameter documentURI should be final. | 42 | |
'documentURI' hides a field. | 42 | |
Parameter contentType should be final. | 42 | |
'contentType' hides a field. | 42 | |
Method 'openInputStream' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Method 'getContentLength' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'getDocumentURI' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Method 'isLocal' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Line has trailing spaces. | 66 |
org/apache/any23/source/DocumentSource.java
Violation | Message | Line |
---|---|---|
Expected @throws tag for 'IOException'. | 38 | |
Redundant 'public' modifier. | 43 | |
Redundant 'public' modifier. | 48 | |
Redundant 'public' modifier. | 53 | |
Expected an @return tag. | 62 | |
Redundant 'public' modifier. | 62 |
org/apache/any23/source/FileDocumentSource.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Parameter file should be final. | 36 | |
'file' hides a field. | 36 | |
Missing a Javadoc comment. | 41 | |
Parameter file should be final. | 41 | |
'file' hides a field. | 41 | |
Parameter baseURI should be final. | 41 | |
Method 'openInputStream' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
'(' is followed by whitespace. | 47 | |
')' is preceded with whitespace. | 47 | |
Method 'getContentLength' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Method 'getDocumentURI' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Method 'isLocal' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Method 'readStream' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
'(' is followed by whitespace. | 77 | |
')' is preceded with whitespace. | 77 |
org/apache/any23/source/HTTPDocumentSource.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter client should be final. | 40 | |
'client' hides a field. | 40 | |
Parameter uri should be final. | 40 | |
'uri' hides a field. | 40 | |
Missing a Javadoc comment. | 45 | |
Parameter uri should be final. | 45 | |
'uri' hides a field. | 45 | |
Missing a Javadoc comment. | 49 | |
'if' construct must use '{}'s. | 50 | |
Method 'openInputStream' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Method 'getContentLength' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Method 'getDocumentURI' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Method 'isLocal' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Line has trailing spaces. | 83 |
org/apache/any23/source/MemCopyFactory.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Parameter in should be final. | 35 | |
'if' construct must use '{}'s. | 40 | |
Line is longer than 80 characters. | 46 | |
Method 'createLocalCopy' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Line is longer than 80 characters. | 47 |
org/apache/any23/source/StringDocumentSource.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Parameter in should be final. | 37 | |
'in' hides a field. | 37 | |
Parameter uri should be final. | 37 | |
'uri' hides a field. | 37 | |
Missing a Javadoc comment. | 41 | |
Parameter in should be final. | 41 | |
'in' hides a field. | 41 | |
Parameter uri should be final. | 41 | |
'uri' hides a field. | 41 | |
Parameter contentType should be final. | 41 | |
'contentType' hides a field. | 41 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter in should be final. | 45 | |
'in' hides a field. | 45 | |
Parameter uri should be final. | 45 | |
'uri' hides a field. | 45 | |
Parameter contentType should be final. | 45 | |
'contentType' hides a field. | 45 | |
Parameter encoding should be final. | 45 | |
'encoding' hides a field. | 45 | |
Method 'openInputStream' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Method 'getContentLength' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Method 'getDocumentURI' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Method 'isLocal' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 |
org/apache/any23/source/package-info.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 18 |
org/apache/any23/util/DiscoveryUtils.java
Violation | Message | Line |
---|---|---|
Class DiscoveryUtils should be declared as final. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Parameter packageName should be final. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 70 | |
'(' is followed by whitespace. | 72 | |
')' is preceded with whitespace. | 72 | |
')' is preceded with whitespace. | 76 | |
Line is longer than 80 characters. | 90 | |
Parameter packageName should be final. | 90 | |
Parameter filter should be final. | 90 | |
'for' is not followed by whitespace. | 94 | |
'if' is not followed by whitespace. | 95 | |
Line is longer than 80 characters. | 99 | |
'if' is not followed by whitespace. | 99 | |
'(' is followed by whitespace. | 99 | |
'(' is followed by whitespace. | 99 | |
')' is preceded with whitespace. | 99 | |
')' is preceded with whitespace. | 99 | |
Parameter location should be final. | 113 | |
Parameter packageName should be final. | 113 | |
'if' is not followed by whitespace. | 115 | |
'(' is followed by whitespace. | 115 | |
')' is preceded with whitespace. | 115 | |
Unclosed HTML tag found: <code>file:<path/to.jar>!<path/to/package>. | 123 | |
Parameter location should be final. | 128 | |
'if' is not followed by whitespace. | 130 | |
'while' is not followed by whitespace. | 144 | |
'if' is not followed by whitespace. | 147 | |
'!' is followed by whitespace. | 152 | |
',' is not followed by whitespace. | 157 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 172 | |
Line is longer than 80 characters. | 175 | |
Line is longer than 80 characters. | 178 | |
Parameter directory should be final. | 178 | |
Parameter packageName should be final. | 178 | |
Line is longer than 80 characters. | 188 | |
Line is longer than 80 characters. | 193 | |
'6' is a magic number. | 193 | |
Line is longer than 80 characters. | 196 | |
Line is longer than 80 characters. | 200 | |
'6' is a magic number. | 200 | |
Line is longer than 80 characters. | 207 | |
Missing a Javadoc comment. | 214 | |
Parameter list should be final. | 214 | |
Parameter t should be final. | 214 | |
'for' is not followed by whitespace. | 215 | |
'if' is not followed by whitespace. | 216 | |
'(' is followed by whitespace. | 216 | |
')' is preceded with whitespace. | 216 | |
Missing a Javadoc comment. | 223 | |
'{' is not preceded with whitespace. | 223 | |
'{' is not followed by whitespace. | 223 | |
'}' is not preceded with whitespace. | 223 |
org/apache/any23/util/FileUtils.java
Violation | Message | Line |
---|---|---|
Class FileUtils should be declared as final. | 40 | |
Parameter target should be final. | 49 | |
Parameter dest should be final. | 49 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 58 | |
Parameter is should be final. | 71 | |
Expected @param tag for 'is'. | 71 | |
Parameter dest should be final. | 71 | |
Expected @param tag for 'dest'. | 71 | |
'1024' is a magic number. | 81 | |
'4' is a magic number. | 81 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 103 | |
Parameter src should be final. | 105 | |
Parameter dest should be final. | 105 | |
Parameter f should be final. | 122 | |
Parameter content should be final. | 122 | |
Expected @throws tag for 'IOException'. | 122 | |
Parameter f should be final. | 138 | |
Parameter t should be final. | 138 | |
Expected @throws tag for 'IOException'. | 138 | |
Line is longer than 80 characters. | 154 | |
Parameter clazz should be final. | 154 | |
Parameter resource should be final. | 154 | |
Expected @throws tag for 'IOException'. | 154 | |
'(' is followed by whitespace. | 155 | |
')' is preceded with whitespace. | 155 | |
Line is longer than 80 characters. | 165 | |
Parameter resource should be final. | 165 | |
Expected @throws tag for 'IOException'. | 165 | |
Line is longer than 80 characters. | 174 | |
Parameter f should be final. | 176 | |
Line is longer than 80 characters. | 185 | |
Line is longer than 80 characters. | 186 | |
Parameter f should be final. | 188 | |
Line is longer than 80 characters. | 200 | |
Parameter dir should be final. | 200 | |
Parameter filenameFilter should be final. | 200 | |
'if' is not followed by whitespace. | 201 | |
'(' is followed by whitespace. | 201 | |
'!' is followed by whitespace. | 201 | |
')' is preceded with whitespace. | 201 | |
Line is longer than 80 characters. | 202 | |
'(' is followed by whitespace. | 206 | |
')' is preceded with whitespace. | 206 | |
Line is longer than 80 characters. | 210 | |
Line is longer than 80 characters. | 216 | |
Parameter dir should be final. | 216 | |
Parameter filenameFilter should be final. | 216 | |
Parameter result should be final. | 216 | |
Line is longer than 80 characters. | 219 | |
'{' is not followed by whitespace. | 231 | |
'}' is not preceded with whitespace. | 231 |
org/apache/any23/util/LogUtils.java
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 26 | |
Missing a Javadoc comment. | 28 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 35 |
org/apache/any23/util/MathUtils.java
Violation | Message | Line |
---|---|---|
Class MathUtils should be declared as final. | 29 | |
Missing a Javadoc comment. | 31 | |
'{' is not preceded with whitespace. | 31 | |
'{' is not followed by whitespace. | 31 | |
'}' is not preceded with whitespace. | 31 | |
Missing a Javadoc comment. | 33 | |
Parameter s should be final. | 33 | |
'0xFF' is a magic number. | 41 | |
Line is longer than 80 characters. | 45 |
org/apache/any23/util/ReaderInputStream.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 31 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Parameter reader should be final. | 46 | |
Parameter reader should be final. | 58 | |
Parameter encoding should be final. | 58 | |
'encoding' hides a field. | 58 | |
Line is longer than 80 characters. | 72 | |
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 74 | |
'256' is a magic number. | 94 | |
First sentence should end with a period. | 100 | |
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Parameter b should be final. | 110 | |
Parameter off should be final. | 110 | |
Parameter len should be final. | 110 | |
Inner assignments should be avoided. | 134 | |
Method 'mark' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Method 'available' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Method 'markSupported' is not designed for extension - needs to be abstract, final or empty. | 177 | |
'(' is preceded with whitespace. | 177 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 199 |
org/apache/any23/util/StreamUtils.java
Violation | Message | Line |
---|---|---|
Class StreamUtils should be declared as final. | 36 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 38 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
Missing a Javadoc comment. | 40 | |
'{' is not preceded with whitespace. | 40 | |
'{' is not followed by whitespace. | 40 | |
'}' is not preceded with whitespace. | 40 | |
Parameter is should be final. | 49 | |
Expected @throws tag for 'IOException'. | 49 | |
'(' is followed by whitespace. | 57 | |
')' is preceded with whitespace. | 57 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 71 | |
Parameter is should be final. | 71 | |
Parameter preserveNL should be final. | 71 | |
'if' construct must use '{}'s. | 81 | |
'if' is not followed by whitespace. | 81 | |
Line is longer than 80 characters. | 94 | |
Parameter is should be final. | 96 | |
Parameter closable should be final. | 105 |
org/apache/any23/util/StringUtils.java
Violation | Message | Line |
---|---|---|
Class StringUtils should be declared as final. | 25 | |
Parameter delimiter should be final. | 35 | |
Parameter data should be final. | 35 | |
Line is longer than 80 characters. | 48 | |
Parameter container should be final. | 55 | |
Parameter content should be final. | 55 | |
'while' is not followed by whitespace. | 57 | |
'if' is not followed by whitespace. | 59 | |
Parameter in should be final. | 74 | |
Line is longer than 80 characters. | 80 | |
Expected an @return tag. | 86 | |
Parameter candidatePrefix should be final. | 86 | |
Expected @param tag for 'candidatePrefix'. | 86 | |
Parameter container should be final. | 86 | |
Expected @param tag for 'container'. | 86 | |
'if' is not followed by whitespace. | 87 | |
'if' is not followed by whitespace. | 90 | |
'for' is not followed by whitespace. | 93 | |
'if' is not followed by whitespace. | 94 | |
Line is longer than 80 characters. | 102 | |
Expected an @return tag. | 108 | |
Parameter candidateSuffix should be final. | 108 | |
Expected @param tag for 'candidateSuffix'. | 108 | |
Parameter container should be final. | 108 | |
Expected @param tag for 'container'. | 108 | |
'if' is not followed by whitespace. | 109 | |
'if' is not followed by whitespace. | 112 | |
'for' is not followed by whitespace. | 116 | |
'if' is not followed by whitespace. | 117 | |
Parameter in should be final. | 130 | |
'for' is not followed by whitespace. | 134 | |
'if' is not followed by whitespace. | 136 | |
'if' is not followed by whitespace. | 138 | |
Parameter in should be final. | 153 | |
'(' is followed by whitespace. | 154 | |
')' is preceded with whitespace. | 154 | |
Line is longer than 80 characters. | 158 | |
Unclosed HTML tag found: <code>c<code/> <code>n</code> times. | 158 | |
Parameter c should be final. | 164 | |
Parameter times should be final. | 164 | |
'if' construct must use '{}'s. | 165 | |
Line is longer than 80 characters. | 165 | |
'if' is not followed by whitespace. | 165 | |
'for' is not followed by whitespace. | 167 | |
Missing a Javadoc comment. | 173 | |
'{' is not followed by whitespace. | 173 | |
'}' is not preceded with whitespace. | 173 |
org/apache/any23/util/URLUtils.java
Violation | Message | Line |
---|---|---|
Class URLUtils should be declared as final. | 30 | |
Line is longer than 80 characters. | 36 | |
Parameter url should be final. | 39 | |
'if' is not followed by whitespace. | 45 | |
Missing a Javadoc comment. | 52 | |
'{' is not preceded with whitespace. | 52 | |
'{' is not followed by whitespace. | 52 | |
'}' is not preceded with whitespace. | 52 |
org/apache/any23/util/package-info.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 18 |
org/apache/any23/validator/DOMDocument.java
Violation | Message | Line |
---|---|---|
Unclosed HTML tag found: <code>null</node> if no matches found. | 77 | |
Extra HTML tag found: </node> if no matches found. | 77 |
org/apache/any23/validator/DefaultDOMDocument.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Parameter documentURI should be final. | 41 | |
'documentURI' hides a field. | 41 | |
Parameter document should be final. | 41 | |
'document' hides a field. | 41 | |
'if' is not followed by whitespace. | 42 | |
'if' is not followed by whitespace. | 45 | |
Method 'getDocumentURI' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Method 'getOriginalDocument' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Method 'getNodes' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter xPath should be final. | 60 | |
Method 'getNode' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter xPath should be final. | 64 | |
'if' is not followed by whitespace. | 66 | |
'if' is not followed by whitespace. | 71 | |
Line is longer than 80 characters. | 73 | |
Method 'addAttribute' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter xPath should be final. | 79 | |
Parameter attrName should be final. | 79 | |
Parameter attrValue should be final. | 79 | |
Method 'getNodesWithAttribute' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter attrName should be final. | 87 |
org/apache/any23/validator/DefaultRuleContext.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Method 'putData' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter name should be final. | 33 | |
Parameter value should be final. | 33 | |
Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter name should be final. | 37 | |
Method 'removeData' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter name should be final. | 41 | |
Line has trailing spaces. | 44 |
org/apache/any23/validator/DefaultValidationReport.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 24 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Parameter issues should be final. | 35 | |
'issues' hides a field. | 35 | |
Parameter ruleActivations should be final. | 36 | |
'ruleActivations' hides a field. | 36 | |
Parameter errors should be final. | 37 | |
'errors' hides a field. | 37 | |
Method 'getIssues' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Method 'getRuleActivations' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Method 'getErrors' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 56 | |
'for' is not followed by whitespace. | 59 | |
'for' is not followed by whitespace. | 62 | |
'for' is not followed by whitespace. | 65 |
org/apache/any23/validator/DefaultValidationReportBuilder.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
'{' is not followed by whitespace. | 38 | |
'}' is not preceded with whitespace. | 38 | |
Method 'getReport' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Line is longer than 80 characters. | 42 | |
Avoid inline conditionals. | 42 | |
Line is longer than 80 characters. | 43 | |
Avoid inline conditionals. | 43 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 44 | |
Avoid inline conditionals. | 44 | |
Line is longer than 80 characters. | 48 | |
Method 'reportIssue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter issueLevel should be final. | 48 | |
Parameter message should be final. | 48 | |
Parameter n should be final. | 48 | |
'if' is not followed by whitespace. | 49 | |
'(' is followed by whitespace. | 52 | |
')' is preceded with whitespace. | 52 | |
Line is longer than 80 characters. | 55 | |
Method 'reportIssue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter issueLevel should be final. | 55 | |
Parameter message should be final. | 55 | |
Method 'traceRuleActivation' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter r should be final. | 59 | |
'if' is not followed by whitespace. | 60 | |
'(' is followed by whitespace. | 63 | |
')' is preceded with whitespace. | 63 | |
Method 'reportRuleError' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter r should be final. | 66 | |
Parameter e should be final. | 66 | |
Parameter msg should be final. | 66 | |
'if' is not followed by whitespace. | 67 | |
'(' is followed by whitespace. | 70 | |
')' is preceded with whitespace. | 70 | |
Method 'reportFixError' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter f should be final. | 73 | |
Parameter e should be final. | 73 | |
Parameter msg should be final. | 73 | |
'if' is not followed by whitespace. | 74 | |
'(' is followed by whitespace. | 77 | |
')' is preceded with whitespace. | 77 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 81 | |
'if' is not followed by whitespace. | 84 | |
'for' is not followed by whitespace. | 86 | |
':' is not followed by whitespace. | 86 | |
'if' is not followed by whitespace. | 91 | |
'for' is not followed by whitespace. | 93 | |
'(' is followed by whitespace. | 94 | |
')' is preceded with whitespace. | 94 | |
'(' is followed by whitespace. | 101 | |
')' is preceded with whitespace. | 101 |
org/apache/any23/validator/DefaultValidator.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Line is longer than 80 characters. | 47 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter document should be final. | 52 | |
Parameter applyFix should be final. | 52 | |
Line is longer than 80 characters. | 54 | |
'for' is not followed by whitespace. | 55 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 62 | |
'if' is not followed by whitespace. | 65 | |
'for' is not followed by whitespace. | 68 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 81 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Parameter documentURI should be final. | 81 | |
Parameter document should be final. | 81 | |
Parameter applyFix should be final. | 81 | |
Line is longer than 80 characters. | 83 | |
'(' is followed by whitespace. | 83 | |
')' is preceded with whitespace. | 83 | |
Line is longer than 80 characters. | 86 | |
Method 'addRule' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter rule should be final. | 86 | |
Parameter fix should be final. | 86 | |
'if' is not followed by whitespace. | 88 | |
'if' is not followed by whitespace. | 93 | |
Method 'addRule' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter rule should be final. | 98 | |
Method 'removeRule' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter rule should be final. | 102 | |
Method 'getAllRules' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Method 'getFixes' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter rule should be final. | 111 | |
Avoid inline conditionals. | 114 | |
'(' is followed by whitespace. | 117 | |
')' is preceded with whitespace. | 117 | |
Missing a Javadoc comment. | 120 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter cFix should be final. | 126 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 134 | |
Missing a Javadoc comment. | 134 | |
Parameter cRule should be final. | 134 | |
Line is longer than 80 characters. | 138 |
org/apache/any23/validator/EmptyValidationReport.java
Violation | Message | Line |
---|---|---|
Class EmptyValidationReport should be declared as final. | 30 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 43 | |
'{' is not followed by whitespace. | 43 | |
'}' is not preceded with whitespace. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 53 |
org/apache/any23/validator/Rule.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 42 |
org/apache/any23/validator/RuleContext.java
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 28 | |
Expected @param tag for 'name'. | 36 | |
Expected @param tag for 'value'. | 36 | |
Line has trailing spaces. | 40 | |
Expected @param tag for 'name'. | 44 | |
Line has trailing spaces. | 48 | |
Expected @param tag for 'name'. | 51 |
org/apache/any23/validator/SerializationException.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Parameter message should be final. | 28 | |
Missing a Javadoc comment. | 32 | |
Parameter message should be final. | 32 | |
Parameter cause should be final. | 32 | |
Line has trailing spaces. | 33 |
org/apache/any23/validator/ValidationReport.java
Violation | Message | Line |
---|---|---|
Comment matches to-do format 'TODO:'. | 35 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 77 | |
Parameter level should be final. | 77 | |
'level' hides a field. | 77 | |
Parameter message should be final. | 77 | |
'message' hides a field. | 77 | |
Parameter origin should be final. | 77 | |
'origin' hides a field. | 77 | |
'if' is not followed by whitespace. | 78 | |
'if' is not followed by whitespace. | 81 | |
'if' is not followed by whitespace. | 84 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 100 | |
Line has trailing spaces. | 116 | |
Missing a Javadoc comment. | 120 | |
Missing a Javadoc comment. | 122 | |
Parameter r should be final. | 122 | |
'if' is not followed by whitespace. | 123 | |
Missing a Javadoc comment. | 129 | |
Missing a Javadoc comment. | 144 | |
Missing a Javadoc comment. | 145 | |
Missing a Javadoc comment. | 147 | |
Parameter e should be final. | 147 | |
Parameter msg should be final. | 147 | |
'if' is not followed by whitespace. | 148 | |
'if' is not followed by whitespace. | 151 | |
Missing a Javadoc comment. | 158 | |
Missing a Javadoc comment. | 162 | |
Line is longer than 80 characters. | 168 | |
Missing a Javadoc comment. | 177 | |
Missing a Javadoc comment. | 179 | |
Parameter r should be final. | 179 | |
Parameter e should be final. | 179 | |
Parameter msg should be final. | 179 | |
'if' is not followed by whitespace. | 181 | |
Missing a Javadoc comment. | 187 | |
Line is longer than 80 characters. | 193 | |
Missing a Javadoc comment. | 202 | |
Missing a Javadoc comment. | 204 | |
Parameter f should be final. | 204 | |
Parameter e should be final. | 204 | |
Parameter msg should be final. | 204 | |
Missing a Javadoc comment. | 209 | |
Line is longer than 80 characters. | 215 |
org/apache/any23/validator/ValidationReportBuilder.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 42 | |
Line has trailing spaces. | 54 | |
Line has trailing spaces. | 70 |
org/apache/any23/validator/ValidationReportSerializer.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 35 | |
Expected @throws tag for 'SerializationException'. | 35 |
org/apache/any23/validator/Validator.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 54 | |
First sentence should end with a period. | 57 | |
Expected @param tag for 'rule'. | 62 | |
Line is longer than 80 characters. | 65 | |
Expected @param tag for 'rule'. | 70 | |
Expected @param tag for 'fix'. | 70 | |
Line is longer than 80 characters. | 73 | |
Expected @param tag for 'rule'. | 77 | |
Expected @param tag for 'rule'. | 92 |
org/apache/any23/validator/ValidatorException.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Parameter message should be final. | 29 | |
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 33 | |
Parameter message should be final. | 33 | |
Parameter cause should be final. | 33 |
org/apache/any23/validator/XMLValidationReportSerializer.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 44 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter vr should be final. | 44 | |
Parameter os should be final. | 44 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter o should be final. | 53 | |
Parameter ps should be final. | 53 | |
'if' is not followed by whitespace. | 54 | |
'if' is not followed by whitespace. | 61 | |
'(' is followed by whitespace. | 62 | |
')' is preceded with whitespace. | 62 | |
Missing a Javadoc comment. | 71 | |
Parameter oClass should be final. | 71 | |
Line is longer than 80 characters. | 72 | |
'if' is not followed by whitespace. | 73 | |
Line is longer than 80 characters. | 77 | |
Missing a Javadoc comment. | 80 | |
Parameter c should be final. | 80 | |
'for' is not followed by whitespace. | 83 | |
'if' is not followed by whitespace. | 84 | |
'if' is not followed by whitespace. | 88 | |
Line is longer than 80 characters. | 92 | |
'3' is a magic number. | 92 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 103 | |
Method 'serializeGetterValue' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter o should be final. | 103 | |
Parameter m should be final. | 103 | |
Parameter ps should be final. | 103 | |
Line is longer than 80 characters. | 109 | |
'(' is followed by whitespace. | 109 | |
')' is preceded with whitespace. | 109 | |
'if' is not followed by whitespace. | 112 | |
'(' is followed by whitespace. | 112 | |
')' is preceded with whitespace. | 112 | |
Missing a Javadoc comment. | 124 | |
Parameter methodName should be final. | 124 | |
'if' is not followed by whitespace. | 126 | |
Line is longer than 80 characters. | 127 | |
'(' is followed by whitespace. | 127 | |
')' is preceded with whitespace. | 127 | |
'3' is a magic number. | 127 | |
Line is longer than 80 characters. | 129 | |
'(' is followed by whitespace. | 129 | |
'3' is a magic number. | 129 | |
')' is preceded with whitespace. | 129 | |
'4' is a magic number. | 129 | |
Line is longer than 80 characters. | 132 | |
Missing a Javadoc comment. | 132 | |
Parameter o should be final. | 132 | |
Parameter ps should be final. | 132 | |
'if' is not followed by whitespace. | 133 | |
'if' is not followed by whitespace. | 136 | |
'(' is followed by whitespace. | 137 | |
')' is preceded with whitespace. | 137 | |
'if' is not followed by whitespace. | 140 | |
'if' is not followed by whitespace. | 142 | |
'for' is not followed by whitespace. | 145 | |
'if' is not followed by whitespace. | 150 | |
'if' is not followed by whitespace. | 152 | |
'for' is not followed by whitespace. | 155 | |
'(' is followed by whitespace. | 160 | |
')' is preceded with whitespace. | 160 | |
Missing a Javadoc comment. | 163 | |
Parameter o should be final. | 163 | |
Missing a Javadoc comment. | 183 | |
Line has trailing spaces. | 185 |
org/apache/any23/validator/package-info.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 18 |
org/apache/any23/validator/rule/AboutNotURIRule.java
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'getHRName' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'applyOn' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter document should be final. | 48 | |
Parameter context should be final. | 49 | |
Parameter validationReportBuilder should be final. | 50 | |
Line is longer than 80 characters. | 52 | |
'for' is not followed by whitespace. | 54 | |
'(' is followed by whitespace. | 55 | |
'!' is followed by whitespace. | 55 | |
')' is preceded with whitespace. | 55 | |
'if' is not followed by whitespace. | 64 | |
Missing a Javadoc comment. | 71 | |
Parameter n should be final. | 71 | |
Line is longer than 80 characters. | 72 | |
'if' is not followed by whitespace. | 73 | |
'(' is followed by whitespace. | 73 | |
')' is preceded with whitespace. | 73 | |
Missing a Javadoc comment. | 80 | |
Parameter candidateURIStr should be final. | 80 |
org/apache/any23/validator/rule/MetaNameMisuseFix.java
Violation | Message | Line |
---|---|---|
Method 'getHRName' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter rule should be final. | 42 | |
Parameter context should be final. | 42 | |
Parameter document should be final. | 42 | |
Line is longer than 80 characters. | 43 | |
'for' is not followed by whitespace. | 44 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 47 |
org/apache/any23/validator/rule/MetaNameMisuseRule.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Method 'getHRName' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'applyOn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter document should be final. | 46 | |
Parameter context should be final. | 47 | |
Parameter validationReportBuilder should be final. | 48 | |
'for' is not followed by whitespace. | 53 | |
'if' is not followed by whitespace. | 55 | |
Line is longer than 80 characters. | 60 |
org/apache/any23/validator/rule/MissingOpenGraphNamespaceRule.java
Violation | Message | Line |
---|---|---|
Method 'getHRName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Method 'applyOn' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter document should be final. | 43 | |
Parameter context should be final. | 44 | |
Parameter validationReportBuilder should be final. | 45 | |
'for' is not followed by whitespace. | 49 | |
Line is longer than 80 characters. | 51 | |
'if' is not followed by whitespace. | 51 | |
'(' is followed by whitespace. | 51 | |
'if' is not followed by whitespace. | 56 | |
'if' is not followed by whitespace. | 58 | |
'(' is followed by whitespace. | 58 |
org/apache/any23/validator/rule/OpenGraphNamespaceFix.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'getHRName' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter rule should be final. | 40 | |
Parameter context should be final. | 40 | |
Parameter document should be final. | 40 |
org/apache/any23/vocab/CSV.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Class CSV should be declared as final. | 28 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
'=' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
'=' is not preceded with whitespace. | 38 | |
Missing a Javadoc comment. | 40 | |
Line is longer than 80 characters. | 43 | |
Variable 'row' must be private and have accessor methods. | 46 | |
Variable 'rowPosition' must be private and have accessor methods. | 51 | |
Variable 'numberOfRows' must be private and have accessor methods. | 56 | |
Variable 'numberOfColumns' must be private and have accessor methods. | 61 | |
Variable 'rowType' must be private and have accessor methods. | 66 | |
Variable 'columnPosition' must be private and have accessor methods. | 71 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 87 | |
Parameter localName should be final. | 87 | |
Expected an @return tag. | 96 | |
Parameter localName should be final. | 96 | |
Expected @param tag for 'localName'. | 96 | |
Missing a Javadoc comment. | 100 |
org/apache/any23/vocab/DCTERMS.java
Violation | Message | Line |
---|---|---|
Unclosed HTML tag found: <i>DCTERMS</code> vocabulary. | 23 | |
Extra HTML tag found: </code> vocabulary. | 23 | |
Class DCTERMS should be declared as final. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
'if' is not followed by whitespace. | 33 | |
Missing a Javadoc comment. | 40 | |
Variable 'license' must be private and have accessor methods. | 40 | |
Missing a Javadoc comment. | 41 | |
Variable 'title' must be private and have accessor methods. | 41 | |
')' is preceded with whitespace. | 41 | |
Missing a Javadoc comment. | 42 | |
Variable 'creator' must be private and have accessor methods. | 42 | |
Missing a Javadoc comment. | 43 | |
Variable 'related' must be private and have accessor methods. | 43 | |
Missing a Javadoc comment. | 44 | |
Variable 'date' must be private and have accessor methods. | 44 | |
')' is preceded with whitespace. | 44 | |
Missing a Javadoc comment. | 45 | |
Variable 'source' must be private and have accessor methods. | 45 | |
')' is preceded with whitespace. | 45 | |
Missing a Javadoc comment. | 47 | |
'{' is not preceded with whitespace. | 47 |
org/apache/any23/vocab/DOAC.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 23 | |
Class DOAC should be declared as final. | 25 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
'if' is not followed by whitespace. | 32 | |
Missing a Javadoc comment. | 39 | |
Variable 'summary' must be private and have accessor methods. | 39 | |
Missing a Javadoc comment. | 40 | |
Name 'end_date' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
Variable 'end_date' must be private and have accessor methods. | 40 | |
Missing a Javadoc comment. | 41 | |
Variable 'publication' must be private and have accessor methods. | 41 | |
Missing a Javadoc comment. | 42 | |
Variable 'title' must be private and have accessor methods. | 42 | |
Missing a Javadoc comment. | 43 | |
Variable 'reference' must be private and have accessor methods. | 43 | |
Missing a Javadoc comment. | 44 | |
Variable 'language' must be private and have accessor methods. | 44 | |
Missing a Javadoc comment. | 45 | |
Variable 'experience' must be private and have accessor methods. | 45 | |
Missing a Javadoc comment. | 46 | |
Variable 'organization' must be private and have accessor methods. | 46 | |
Missing a Javadoc comment. | 47 | |
Variable 'affiliation' must be private and have accessor methods. | 47 | |
Missing a Javadoc comment. | 48 | |
Variable 'writes' must be private and have accessor methods. | 48 | |
Missing a Javadoc comment. | 49 | |
Name 'start_date' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
Variable 'start_date' must be private and have accessor methods. | 49 | |
Missing a Javadoc comment. | 50 | |
Variable 'education' must be private and have accessor methods. | 50 | |
Missing a Javadoc comment. | 51 | |
Variable 'skill' must be private and have accessor methods. | 51 | |
Missing a Javadoc comment. | 52 | |
Variable 'referer' must be private and have accessor methods. | 52 | |
Missing a Javadoc comment. | 53 | |
Name 'isco88_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
Variable 'isco88_code' must be private and have accessor methods. | 53 | |
Missing a Javadoc comment. | 54 | |
Variable 'speaks' must be private and have accessor methods. | 54 | |
Missing a Javadoc comment. | 55 | |
Variable 'reads' must be private and have accessor methods. | 55 | |
Missing a Javadoc comment. | 56 | |
Name 'reference_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
Variable 'reference_type' must be private and have accessor methods. | 56 | |
Missing a Javadoc comment. | 59 | |
Name 'Publication' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
Variable 'Publication' must be private and have accessor methods. | 59 | |
Missing a Javadoc comment. | 60 | |
Name 'Education' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
Variable 'Education' must be private and have accessor methods. | 60 | |
Line is longer than 80 characters. | 61 | |
Missing a Javadoc comment. | 61 | |
Name 'OrganisationalSkill' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
Variable 'OrganisationalSkill' must be private and have accessor methods. | 61 | |
Missing a Javadoc comment. | 62 | |
Name 'PrimarySchool' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
Variable 'PrimarySchool' must be private and have accessor methods. | 62 | |
Missing a Javadoc comment. | 63 | |
Name 'Reference' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
Variable 'Reference' must be private and have accessor methods. | 63 | |
Missing a Javadoc comment. | 64 | |
Name 'DrivingSkill' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
Variable 'DrivingSkill' must be private and have accessor methods. | 64 | |
Missing a Javadoc comment. | 65 | |
Name 'Degree' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
Variable 'Degree' must be private and have accessor methods. | 65 | |
Missing a Javadoc comment. | 66 | |
Name 'LanguageSkill' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
Variable 'LanguageSkill' must be private and have accessor methods. | 66 | |
Missing a Javadoc comment. | 67 | |
Name 'Skill' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
Variable 'Skill' must be private and have accessor methods. | 67 | |
Missing a Javadoc comment. | 68 | |
Name 'SecondarySchool' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
Variable 'SecondarySchool' must be private and have accessor methods. | 68 | |
Missing a Javadoc comment. | 69 | |
Name 'Course' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
Variable 'Course' must be private and have accessor methods. | 69 | |
Missing a Javadoc comment. | 70 | |
Name 'Experience' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
Variable 'Experience' must be private and have accessor methods. | 70 | |
Missing a Javadoc comment. | 71 | |
Name 'SocialSkill' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
Variable 'SocialSkill' must be private and have accessor methods. | 71 | |
Missing a Javadoc comment. | 72 | |
Name 'ComputerSkill' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
Variable 'ComputerSkill' must be private and have accessor methods. | 72 | |
Missing a Javadoc comment. | 73 | |
Name 'LanguageLevel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
Variable 'LanguageLevel' must be private and have accessor methods. | 73 | |
Missing a Javadoc comment. | 75 | |
'{' is not preceded with whitespace. | 75 |
org/apache/any23/vocab/FOAF.java
Violation | Message | Line |
---|---|---|
Class FOAF should be declared as final. | 25 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
'if' is not followed by whitespace. | 32 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 39 | |
Name 'topic_interest' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Variable 'topic_interest' must be private and have accessor methods. | 39 | |
Missing a Javadoc comment. | 40 | |
Variable 'phone' must be private and have accessor methods. | 40 | |
Missing a Javadoc comment. | 41 | |
Variable 'icqChatID' must be private and have accessor methods. | 41 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Variable 'yahooChatID' must be private and have accessor methods. | 42 | |
Missing a Javadoc comment. | 43 | |
Variable 'member' must be private and have accessor methods. | 43 | |
Missing a Javadoc comment. | 44 | |
Variable 'givenname' must be private and have accessor methods. | 44 | |
Missing a Javadoc comment. | 45 | |
Variable 'birthday' must be private and have accessor methods. | 45 | |
Missing a Javadoc comment. | 46 | |
Variable 'img' must be private and have accessor methods. | 46 | |
Missing a Javadoc comment. | 47 | |
Variable 'name' must be private and have accessor methods. | 47 | |
Missing a Javadoc comment. | 48 | |
Variable 'maker' must be private and have accessor methods. | 48 | |
Missing a Javadoc comment. | 49 | |
Variable 'tipjar' must be private and have accessor methods. | 49 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
Variable 'membershipClass' must be private and have accessor methods. | 50 | |
Line is longer than 80 characters. | 51 | |
Missing a Javadoc comment. | 51 | |
Variable 'accountName' must be private and have accessor methods. | 51 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
Name 'mbox_sha1sum' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
Variable 'mbox_sha1sum' must be private and have accessor methods. | 52 | |
Missing a Javadoc comment. | 53 | |
Variable 'geekcode' must be private and have accessor methods. | 53 | |
Missing a Javadoc comment. | 54 | |
Variable 'interest' must be private and have accessor methods. | 54 | |
Missing a Javadoc comment. | 55 | |
Variable 'depicts' must be private and have accessor methods. | 55 | |
Missing a Javadoc comment. | 56 | |
Variable 'knows' must be private and have accessor methods. | 56 | |
Missing a Javadoc comment. | 57 | |
Variable 'homepage' must be private and have accessor methods. | 57 | |
Missing a Javadoc comment. | 58 | |
Variable 'firstName' must be private and have accessor methods. | 58 | |
Missing a Javadoc comment. | 59 | |
Variable 'surname' must be private and have accessor methods. | 59 | |
Line is longer than 80 characters. | 60 | |
Missing a Javadoc comment. | 60 | |
Variable 'isPrimaryTopicOf' must be private and have accessor methods. | 60 | |
Missing a Javadoc comment. | 61 | |
Variable 'page' must be private and have accessor methods. | 61 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 62 | |
Variable 'accountServiceHomepage' must be private and have accessor methods. | 62 | |
Missing a Javadoc comment. | 63 | |
Variable 'depiction' must be private and have accessor methods. | 63 | |
Missing a Javadoc comment. | 64 | |
Variable 'fundedBy' must be private and have accessor methods. | 64 | |
Missing a Javadoc comment. | 65 | |
Variable 'title' must be private and have accessor methods. | 65 | |
Missing a Javadoc comment. | 66 | |
Variable 'weblog' must be private and have accessor methods. | 66 | |
Missing a Javadoc comment. | 67 | |
Variable 'logo' must be private and have accessor methods. | 67 | |
Line is longer than 80 characters. | 68 | |
Missing a Javadoc comment. | 68 | |
Variable 'workplaceHomepage' must be private and have accessor methods. | 68 | |
Missing a Javadoc comment. | 69 | |
Name 'based_near' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
Variable 'based_near' must be private and have accessor methods. | 69 | |
Missing a Javadoc comment. | 70 | |
Variable 'thumbnail' must be private and have accessor methods. | 70 | |
Line is longer than 80 characters. | 71 | |
Missing a Javadoc comment. | 71 | |
Variable 'primaryTopic' must be private and have accessor methods. | 71 | |
Missing a Javadoc comment. | 72 | |
Variable 'aimChatID' must be private and have accessor methods. | 72 | |
Missing a Javadoc comment. | 73 | |
Variable 'made' must be private and have accessor methods. | 73 | |
Line is longer than 80 characters. | 74 | |
Missing a Javadoc comment. | 74 | |
Variable 'workInfoHomepage' must be private and have accessor methods. | 74 | |
Line is longer than 80 characters. | 75 | |
Missing a Javadoc comment. | 75 | |
Variable 'currentProject' must be private and have accessor methods. | 75 | |
Line is longer than 80 characters. | 76 | |
Missing a Javadoc comment. | 76 | |
Variable 'holdsAccount' must be private and have accessor methods. | 76 | |
Line is longer than 80 characters. | 77 | |
Missing a Javadoc comment. | 77 | |
Variable 'publications' must be private and have accessor methods. | 77 | |
Missing a Javadoc comment. | 78 | |
Variable 'sha1' must be private and have accessor methods. | 78 | |
Missing a Javadoc comment. | 79 | |
Variable 'gender' must be private and have accessor methods. | 79 | |
Missing a Javadoc comment. | 80 | |
Variable 'mbox' must be private and have accessor methods. | 80 | |
Line is longer than 80 characters. | 81 | |
Missing a Javadoc comment. | 81 | |
Variable 'myersBriggs' must be private and have accessor methods. | 81 | |
Missing a Javadoc comment. | 82 | |
Variable 'plan' must be private and have accessor methods. | 82 | |
Line is longer than 80 characters. | 83 | |
Missing a Javadoc comment. | 83 | |
Variable 'pastProject' must be private and have accessor methods. | 83 | |
Line is longer than 80 characters. | 84 | |
Missing a Javadoc comment. | 84 | |
Variable 'schoolHomepage' must be private and have accessor methods. | 84 | |
Line is longer than 80 characters. | 85 | |
Missing a Javadoc comment. | 85 | |
Name 'family_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
Variable 'family_name' must be private and have accessor methods. | 85 | |
Missing a Javadoc comment. | 86 | |
Variable 'msnChatID' must be private and have accessor methods. | 86 | |
Missing a Javadoc comment. | 87 | |
Variable 'theme' must be private and have accessor methods. | 87 | |
Missing a Javadoc comment. | 88 | |
Variable 'topic' must be private and have accessor methods. | 88 | |
Line is longer than 80 characters. | 89 | |
Missing a Javadoc comment. | 89 | |
Variable 'dnaChecksum' must be private and have accessor methods. | 89 | |
Missing a Javadoc comment. | 90 | |
Variable 'nick' must be private and have accessor methods. | 90 | |
Missing a Javadoc comment. | 91 | |
Variable 'jabberID' must be private and have accessor methods. | 91 | |
Missing a Javadoc comment. | 94 | |
Name 'Person' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
Variable 'Person' must be private and have accessor methods. | 94 | |
Line is longer than 80 characters. | 95 | |
Missing a Javadoc comment. | 95 | |
Name 'PersonalProfileDocument' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
Variable 'PersonalProfileDocument' must be private and have accessor methods. | 95 | |
Missing a Javadoc comment. | 96 | |
Name 'Project' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
Variable 'Project' must be private and have accessor methods. | 96 | |
Line is longer than 80 characters. | 97 | |
Missing a Javadoc comment. | 97 | |
Name 'OnlineChatAccount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
Variable 'OnlineChatAccount' must be private and have accessor methods. | 97 | |
Missing a Javadoc comment. | 98 | |
Name 'OnlineAccount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
Variable 'OnlineAccount' must be private and have accessor methods. | 98 | |
Missing a Javadoc comment. | 99 | |
Name 'Agent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
Variable 'Agent' must be private and have accessor methods. | 99 | |
Missing a Javadoc comment. | 100 | |
Name 'Group' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
Variable 'Group' must be private and have accessor methods. | 100 | |
Line is longer than 80 characters. | 101 | |
Missing a Javadoc comment. | 101 | |
Name 'OnlineGamingAccount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
Variable 'OnlineGamingAccount' must be private and have accessor methods. | 101 | |
Line is longer than 80 characters. | 102 | |
Missing a Javadoc comment. | 102 | |
Name 'OnlineEcommerceAccount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
Variable 'OnlineEcommerceAccount' must be private and have accessor methods. | 102 | |
Missing a Javadoc comment. | 103 | |
Name 'Document' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
Variable 'Document' must be private and have accessor methods. | 103 | |
Missing a Javadoc comment. | 104 | |
Name 'Organization' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
Variable 'Organization' must be private and have accessor methods. | 104 | |
Missing a Javadoc comment. | 105 | |
Name 'Image' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
Variable 'Image' must be private and have accessor methods. | 105 | |
Missing a Javadoc comment. | 107 | |
'{' is not preceded with whitespace. | 107 | |
Line has trailing spaces. | 110 |
org/apache/any23/vocab/GEO.java
Violation | Message | Line |
---|---|---|
Class GEO should be declared as final. | 25 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
'if' is not followed by whitespace. | 32 | |
Missing a Javadoc comment. | 39 | |
Name 'Point' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Variable 'Point' must be private and have accessor methods. | 39 | |
Missing a Javadoc comment. | 42 | |
Variable 'lat' must be private and have accessor methods. | 42 | |
')' is preceded with whitespace. | 42 | |
Missing a Javadoc comment. | 43 | |
Variable 'lon' must be private and have accessor methods. | 43 | |
Missing a Javadoc comment. | 45 | |
'{' is not preceded with whitespace. | 45 |
org/apache/any23/vocab/HLISTING.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 23 | |
Line has trailing spaces. | 26 | |
Class HLISTING should be declared as final. | 28 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
'if' is not followed by whitespace. | 35 | |
Missing a Javadoc comment. | 42 | |
Name 'Listing' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
Variable 'Listing' must be private and have accessor methods. | 42 | |
Missing a Javadoc comment. | 43 | |
Name 'Lister' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
Variable 'Lister' must be private and have accessor methods. | 43 | |
')' is preceded with whitespace. | 43 | |
Missing a Javadoc comment. | 44 | |
Name 'Item' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
Variable 'Item' must be private and have accessor methods. | 44 | |
')' is preceded with whitespace. | 44 | |
Missing a Javadoc comment. | 47 | |
Variable 'action' must be private and have accessor methods. | 47 | |
Missing a Javadoc comment. | 48 | |
Variable 'lister' must be private and have accessor methods. | 48 | |
Missing a Javadoc comment. | 49 | |
Variable 'item' must be private and have accessor methods. | 49 | |
')' is preceded with whitespace. | 49 | |
Missing a Javadoc comment. | 51 | |
Variable 'sell' must be private and have accessor methods. | 51 | |
')' is preceded with whitespace. | 51 | |
Missing a Javadoc comment. | 52 | |
Variable 'rent' must be private and have accessor methods. | 52 | |
')' is preceded with whitespace. | 52 | |
Missing a Javadoc comment. | 53 | |
Variable 'trade' must be private and have accessor methods. | 53 | |
')' is preceded with whitespace. | 53 | |
Missing a Javadoc comment. | 54 | |
Variable 'meet' must be private and have accessor methods. | 54 | |
')' is preceded with whitespace. | 54 | |
Missing a Javadoc comment. | 55 | |
Variable 'announce' must be private and have accessor methods. | 55 | |
Missing a Javadoc comment. | 56 | |
Variable 'offer' must be private and have accessor methods. | 56 | |
')' is preceded with whitespace. | 56 | |
Missing a Javadoc comment. | 57 | |
Variable 'wanted' must be private and have accessor methods. | 57 | |
')' is preceded with whitespace. | 57 | |
Missing a Javadoc comment. | 58 | |
Variable 'event' must be private and have accessor methods. | 58 | |
')' is preceded with whitespace. | 58 | |
Missing a Javadoc comment. | 59 | |
Variable 'service' must be private and have accessor methods. | 59 | |
')' is preceded with whitespace. | 59 | |
Missing a Javadoc comment. | 61 | |
Variable 'tel' must be private and have accessor methods. | 61 | |
Missing a Javadoc comment. | 62 | |
Variable 'dtlisted' must be private and have accessor methods. | 62 | |
')' is preceded with whitespace. | 62 | |
Missing a Javadoc comment. | 63 | |
Variable 'dtexpired' must be private and have accessor methods. | 63 | |
Missing a Javadoc comment. | 64 | |
Variable 'price' must be private and have accessor methods. | 64 | |
')' is preceded with whitespace. | 64 | |
Missing a Javadoc comment. | 66 | |
Variable 'description' must be private and have accessor methods. | 66 | |
Missing a Javadoc comment. | 67 | |
Variable 'summary' must be private and have accessor methods. | 67 | |
')' is preceded with whitespace. | 67 | |
Missing a Javadoc comment. | 68 | |
Variable 'permalink' must be private and have accessor methods. | 68 | |
')' is preceded with whitespace. | 68 | |
Missing a Javadoc comment. | 70 | |
Variable 'region' must be private and have accessor methods. | 70 | |
Missing a Javadoc comment. | 71 | |
Variable 'postOfficeBox' must be private and have accessor methods. | 71 | |
Missing a Javadoc comment. | 72 | |
Variable 'locality' must be private and have accessor methods. | 72 | |
Missing a Javadoc comment. | 73 | |
Variable 'extendedAddress' must be private and have accessor methods. | 73 | |
Missing a Javadoc comment. | 74 | |
Variable 'streetAddress' must be private and have accessor methods. | 74 | |
Missing a Javadoc comment. | 75 | |
Variable 'postalCode' must be private and have accessor methods. | 75 | |
Missing a Javadoc comment. | 76 | |
Variable 'countryName' must be private and have accessor methods. | 76 | |
Missing a Javadoc comment. | 78 | |
Variable 'listerUrl' must be private and have accessor methods. | 78 | |
')' is preceded with whitespace. | 78 | |
Missing a Javadoc comment. | 79 | |
Variable 'listerName' must be private and have accessor methods. | 79 | |
Missing a Javadoc comment. | 80 | |
Variable 'itemName' must be private and have accessor methods. | 80 | |
')' is preceded with whitespace. | 80 | |
Missing a Javadoc comment. | 81 | |
Variable 'itemUrl' must be private and have accessor methods. | 81 | |
')' is preceded with whitespace. | 81 | |
Missing a Javadoc comment. | 82 | |
Variable 'itemPhoto' must be private and have accessor methods. | 82 | |
')' is preceded with whitespace. | 82 | |
Missing a Javadoc comment. | 83 | |
Variable 'listerOrg' must be private and have accessor methods. | 83 | |
')' is preceded with whitespace. | 83 | |
Missing a Javadoc comment. | 84 | |
Variable 'listerLogo' must be private and have accessor methods. | 84 | |
Missing a Javadoc comment. | 86 | |
Parameter localName should be final. | 86 | |
Missing a Javadoc comment. | 90 | |
Parameter localName should be final. | 90 | |
Missing a Javadoc comment. | 94 | |
'{' is not preceded with whitespace. | 94 |
org/apache/any23/vocab/HRECIPE.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 23 | |
Class HRECIPE should be declared as final. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
'if' is not followed by whitespace. | 34 | |
Missing a Javadoc comment. | 41 | |
Name 'Recipe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
Variable 'Recipe' must be private and have accessor methods. | 41 | |
Missing a Javadoc comment. | 42 | |
Name 'Duration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
Variable 'Duration' must be private and have accessor methods. | 42 | |
Missing a Javadoc comment. | 43 | |
Name 'Ingredient' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
Variable 'Ingredient' must be private and have accessor methods. | 43 | |
Missing a Javadoc comment. | 44 | |
Name 'Nutrition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
Variable 'Nutrition' must be private and have accessor methods. | 44 | |
Missing a Javadoc comment. | 47 | |
Variable 'fn' must be private and have accessor methods. | 47 | |
Missing a Javadoc comment. | 48 | |
Variable 'duration' must be private and have accessor methods. | 48 | |
Missing a Javadoc comment. | 49 | |
Variable 'durationTitle' must be private and have accessor methods. | 49 | |
Missing a Javadoc comment. | 50 | |
Variable 'durationTime' must be private and have accessor methods. | 50 | |
Missing a Javadoc comment. | 51 | |
Variable 'photo' must be private and have accessor methods. | 51 | |
Missing a Javadoc comment. | 52 | |
Variable 'summary' must be private and have accessor methods. | 52 | |
Missing a Javadoc comment. | 53 | |
Variable 'author' must be private and have accessor methods. | 53 | |
Missing a Javadoc comment. | 54 | |
Variable 'published' must be private and have accessor methods. | 54 | |
Missing a Javadoc comment. | 55 | |
Variable 'nutrition' must be private and have accessor methods. | 55 | |
Missing a Javadoc comment. | 56 | |
Variable 'nutritionValue' must be private and have accessor methods. | 56 | |
Line is longer than 80 characters. | 57 | |
Missing a Javadoc comment. | 57 | |
Variable 'nutritionValueType' must be private and have accessor methods. | 57 | |
Missing a Javadoc comment. | 58 | |
Variable 'tag' must be private and have accessor methods. | 58 | |
Missing a Javadoc comment. | 59 | |
Variable 'ingredient' must be private and have accessor methods. | 59 | |
Missing a Javadoc comment. | 60 | |
Variable 'ingredientName' must be private and have accessor methods. | 60 | |
Line is longer than 80 characters. | 61 | |
Missing a Javadoc comment. | 61 | |
Variable 'ingredientQuantity' must be private and have accessor methods. | 61 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 62 | |
Variable 'ingredientQuantityType' must be private and have accessor methods. | 62 | |
Missing a Javadoc comment. | 63 | |
Variable 'instructions' must be private and have accessor methods. | 63 | |
Missing a Javadoc comment. | 64 | |
Variable 'yield' must be private and have accessor methods. | 64 | |
Missing a Javadoc comment. | 66 |
org/apache/any23/vocab/ICAL.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 22 | |
Class ICAL should be declared as final. | 25 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
'if' is not followed by whitespace. | 35 | |
Name 'NAMESPACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
Variable 'NAMESPACE' must be private and have accessor methods. | 44 | |
Missing a Javadoc comment. | 46 | |
Name 'DomainOf_rrule' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
Variable 'DomainOf_rrule' must be private and have accessor methods. | 46 | |
Missing a Javadoc comment. | 47 | |
Name 'List_of_Float' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
Variable 'List_of_Float' must be private and have accessor methods. | 47 | |
Name 'Valarm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
Variable 'Valarm' must be private and have accessor methods. | 52 | |
Missing a Javadoc comment. | 54 | |
Name 'Value_CAL_ADDRESS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
Variable 'Value_CAL_ADDRESS' must be private and have accessor methods. | 54 | |
Missing a Javadoc comment. | 56 | |
Name 'Value_DATE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
Variable 'Value_DATE' must be private and have accessor methods. | 56 | |
Missing a Javadoc comment. | 58 | |
Name 'Value_DURATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
Variable 'Value_DURATION' must be private and have accessor methods. | 58 | |
Missing a Javadoc comment. | 60 | |
Name 'Value_PERIOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
Variable 'Value_PERIOD' must be private and have accessor methods. | 60 | |
Missing a Javadoc comment. | 62 | |
Name 'Value_RECUR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
Variable 'Value_RECUR' must be private and have accessor methods. | 62 | |
Missing a Javadoc comment. | 64 | |
Name 'Vcalendar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
Variable 'Vcalendar' must be private and have accessor methods. | 64 | |
Name 'Vevent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
Variable 'Vevent' must be private and have accessor methods. | 69 | |
Line is longer than 80 characters. | 73 | |
Name 'Vfreebusy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
Variable 'Vfreebusy' must be private and have accessor methods. | 76 | |
Line is longer than 80 characters. | 79 | |
Name 'Vjournal' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
Variable 'Vjournal' must be private and have accessor methods. | 81 | |
Name 'Vtimezone' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
Variable 'Vtimezone' must be private and have accessor methods. | 86 | |
Name 'Vtodo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
Variable 'Vtodo' must be private and have accessor methods. | 91 | |
Variable 'attach' must be private and have accessor methods. | 98 | |
Variable 'attendee' must be private and have accessor methods. | 104 | |
Missing a Javadoc comment. | 105 | |
Variable 'calAddress' must be private and have accessor methods. | 105 | |
Missing a Javadoc comment. | 106 | |
Variable 'component' must be private and have accessor methods. | 106 | |
Missing a Javadoc comment. | 107 | |
Variable 'daylight' must be private and have accessor methods. | 107 | |
Variable 'duration' must be private and have accessor methods. | 112 | |
Line is longer than 80 characters. | 115 | |
Variable 'exrule' must be private and have accessor methods. | 118 | |
Line is longer than 80 characters. | 121 | |
Variable 'freebusy' must be private and have accessor methods. | 123 | |
Variable 'geo' must be private and have accessor methods. | 129 | |
Line is longer than 80 characters. | 132 | |
Variable 'organizer' must be private and have accessor methods. | 134 | |
Line is longer than 80 characters. | 137 | |
Variable 'rrule' must be private and have accessor methods. | 140 | |
Missing a Javadoc comment. | 142 | |
Variable 'standard' must be private and have accessor methods. | 142 | |
Line is longer than 80 characters. | 145 | |
Variable 'trigger' must be private and have accessor methods. | 147 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 151 | |
Variable 'tzurl' must be private and have accessor methods. | 154 | |
Variable 'url' must be private and have accessor methods. | 160 | |
Line is longer than 80 characters. | 163 | |
Name 'X_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 166 | |
Variable 'X_' must be private and have accessor methods. | 166 | |
Variable 'action' must be private and have accessor methods. | 172 | |
Variable 'altrep' must be private and have accessor methods. | 177 | |
Missing a Javadoc comment. | 179 | |
Variable 'byday' must be private and have accessor methods. | 179 | |
Missing a Javadoc comment. | 181 | |
Variable 'byhour' must be private and have accessor methods. | 181 | |
Missing a Javadoc comment. | 183 | |
Variable 'byminute' must be private and have accessor methods. | 183 | |
Missing a Javadoc comment. | 185 | |
Variable 'bymonth' must be private and have accessor methods. | 185 | |
Missing a Javadoc comment. | 187 | |
Variable 'bysecond' must be private and have accessor methods. | 187 | |
Missing a Javadoc comment. | 189 | |
Variable 'bysetpos' must be private and have accessor methods. | 189 | |
Missing a Javadoc comment. | 191 | |
Variable 'byweekno' must be private and have accessor methods. | 191 | |
Missing a Javadoc comment. | 193 | |
Variable 'byyearday' must be private and have accessor methods. | 193 | |
Variable 'calscale' must be private and have accessor methods. | 199 | |
Line is longer than 80 characters. | 202 | |
Variable 'categories' must be private and have accessor methods. | 204 | |
Name 'class_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 | |
Variable 'class_' must be private and have accessor methods. | 210 | |
Line is longer than 80 characters. | 213 | |
Variable 'cn' must be private and have accessor methods. | 216 | |
Variable 'comment' must be private and have accessor methods. | 222 | |
Variable 'completed' must be private and have accessor methods. | 228 | |
Line is longer than 80 characters. | 231 | |
Line is longer than 80 characters. | 232 | |
Variable 'contact' must be private and have accessor methods. | 234 | |
Missing a Javadoc comment. | 236 | |
Variable 'count' must be private and have accessor methods. | 236 | |
Line is longer than 80 characters. | 240 | |
Line is longer than 80 characters. | 241 | |
Variable 'created' must be private and have accessor methods. | 243 | |
Variable 'cutype' must be private and have accessor methods. | 248 | |
Line is longer than 80 characters. | 251 | |
Variable 'delegatedFrom' must be private and have accessor methods. | 254 | |
Line is longer than 80 characters. | 257 | |
Variable 'delegatedTo' must be private and have accessor methods. | 260 | |
Variable 'description' must be private and have accessor methods. | 266 | |
Line is longer than 80 characters. | 269 | |
Variable 'dir' must be private and have accessor methods. | 272 | |
Line is longer than 80 characters. | 275 | |
Variable 'dtend' must be private and have accessor methods. | 278 | |
Variable 'dtstamp' must be private and have accessor methods. | 284 | |
Line is longer than 80 characters. | 287 | |
Variable 'dtstart' must be private and have accessor methods. | 290 | |
Variable 'due' must be private and have accessor methods. | 296 | |
Variable 'encoding' must be private and have accessor methods. | 301 | |
Line is longer than 80 characters. | 304 | |
Variable 'exdate' must be private and have accessor methods. | 307 | |
Variable 'fbtype' must be private and have accessor methods. | 312 | |
Variable 'fmttype' must be private and have accessor methods. | 317 | |
Missing a Javadoc comment. | 319 | |
Variable 'freq' must be private and have accessor methods. | 319 | |
Missing a Javadoc comment. | 321 | |
Variable 'interval' must be private and have accessor methods. | 321 | |
Variable 'language' must be private and have accessor methods. | 326 | |
Line is longer than 80 characters. | 329 | |
Line is longer than 80 characters. | 330 | |
Line is longer than 80 characters. | 331 | |
Variable 'lastModified' must be private and have accessor methods. | 334 | |
Line is longer than 80 characters. | 337 | |
Variable 'location' must be private and have accessor methods. | 340 | |
Variable 'member' must be private and have accessor methods. | 346 | |
Variable 'method' must be private and have accessor methods. | 352 | |
Line is longer than 80 characters. | 355 | |
Variable 'partstat' must be private and have accessor methods. | 358 | |
Variable 'percentComplete' must be private and have accessor methods. | 364 | |
Variable 'priority' must be private and have accessor methods. | 370 | |
Variable 'prodid' must be private and have accessor methods. | 376 | |
Line is longer than 80 characters. | 379 | |
Variable 'range' must be private and have accessor methods. | 382 | |
Variable 'rdate' must be private and have accessor methods. | 388 | |
Variable 'recurrenceId' must be private and have accessor methods. | 396 | |
Line is longer than 80 characters. | 399 | |
Variable 'related' must be private and have accessor methods. | 402 | |
Variable 'relatedTo' must be private and have accessor methods. | 408 | |
Line is longer than 80 characters. | 411 | |
Variable 'reltype' must be private and have accessor methods. | 414 | |
Variable 'repeat' must be private and have accessor methods. | 420 | |
Line is longer than 80 characters. | 423 | |
Variable 'requestStatus' must be private and have accessor methods. | 426 | |
Variable 'resources' must be private and have accessor methods. | 432 | |
Line is longer than 80 characters. | 435 | |
Variable 'role' must be private and have accessor methods. | 437 | |
Variable 'rsvp' must be private and have accessor methods. | 443 | |
Line is longer than 80 characters. | 446 | |
Variable 'sentBy' must be private and have accessor methods. | 449 | |
Variable 'sequence' must be private and have accessor methods. | 455 | |
Variable 'status' must be private and have accessor methods. | 461 | |
Line is longer than 80 characters. | 464 | |
Variable 'summary' must be private and have accessor methods. | 467 | |
Variable 'transp' must be private and have accessor methods. | 473 | |
Line is longer than 80 characters. | 476 | |
Variable 'tzid' must be private and have accessor methods. | 480 | |
Variable 'tzname' must be private and have accessor methods. | 486 | |
Variable 'tzoffsetfrom' must be private and have accessor methods. | 492 | |
Variable 'tzoffsetto' must be private and have accessor methods. | 498 | |
Line is longer than 80 characters. | 501 | |
Variable 'uid' must be private and have accessor methods. | 504 | |
Missing a Javadoc comment. | 506 | |
Variable 'until' must be private and have accessor methods. | 506 | |
Line is longer than 80 characters. | 510 | |
Variable 'version' must be private and have accessor methods. | 513 | |
Missing a Javadoc comment. | 515 | |
Parameter string should be final. | 515 | |
Missing a Javadoc comment. | 519 | |
Parameter string should be final. | 519 | |
Missing a Javadoc comment. | 523 | |
'{' is not preceded with whitespace. | 523 |
org/apache/any23/vocab/OGP.java
Violation | Message | Line |
---|---|---|
Unclosed HTML tag found: <a href="http://ogp.me/">Open Graph Protocol</> vocabulary. | 23 | |
Class OGP should be declared as final. | 27 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 54 | |
Name 'LOCALE__ALTERNATE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 | |
Name 'IMAGE__URL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 | |
Name 'IMAGE__SECURE_URL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 | |
Name 'IMAGE__TYPE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 | |
Name 'IMAGE__WIDTH' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 | |
Name 'IMAGE__HEIGHT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 78 | |
Name 'VIDEO__URL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 81 | |
Name 'VIDEO__SECURE_URL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 83 | |
Name 'VIDEO__TYPE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 85 | |
Name 'VIDEO__WIDTH' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 87 | |
Name 'VIDEO__HEIGHT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 89 | |
Name 'AUDIO__SECURE_URL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 92 | |
Name 'AUDIO__TYPE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 94 | |
Missing a Javadoc comment. | 98 | |
Missing a Javadoc comment. | 100 | |
'if' is not followed by whitespace. | 101 | |
Missing a Javadoc comment. | 107 | |
Name 'NAMESPACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
Variable 'NAMESPACE' must be private and have accessor methods. | 107 | |
Line has trailing spaces. | 108 | |
Missing a Javadoc comment. | 110 | |
Variable 'title' must be private and have accessor methods. | 110 | |
Missing a Javadoc comment. | 111 | |
Variable 'type' must be private and have accessor methods. | 111 | |
Missing a Javadoc comment. | 112 | |
Variable 'url' must be private and have accessor methods. | 112 | |
Missing a Javadoc comment. | 113 | |
Variable 'image' must be private and have accessor methods. | 113 | |
Missing a Javadoc comment. | 114 | |
Variable 'description' must be private and have accessor methods. | 114 | |
Missing a Javadoc comment. | 115 | |
Variable 'determiner' must be private and have accessor methods. | 115 | |
Missing a Javadoc comment. | 116 | |
Variable 'locale' must be private and have accessor methods. | 116 | |
Missing a Javadoc comment. | 117 | |
Variable 'localeAlternate' must be private and have accessor methods. | 117 | |
Missing a Javadoc comment. | 118 | |
Variable 'siteName' must be private and have accessor methods. | 118 | |
Missing a Javadoc comment. | 119 | |
Variable 'video' must be private and have accessor methods. | 119 | |
Missing a Javadoc comment. | 121 | |
Variable 'imageURL' must be private and have accessor methods. | 121 | |
Missing a Javadoc comment. | 122 | |
Variable 'imageSecureURL' must be private and have accessor methods. | 122 | |
Missing a Javadoc comment. | 123 | |
Variable 'imageType' must be private and have accessor methods. | 123 | |
Missing a Javadoc comment. | 124 | |
Variable 'imageWidth' must be private and have accessor methods. | 124 | |
Missing a Javadoc comment. | 125 | |
Variable 'imageHeight' must be private and have accessor methods. | 125 | |
Missing a Javadoc comment. | 127 | |
Variable 'videoURL' must be private and have accessor methods. | 127 | |
Missing a Javadoc comment. | 128 | |
Variable 'videoSecureURL' must be private and have accessor methods. | 128 | |
Missing a Javadoc comment. | 129 | |
Variable 'videoType' must be private and have accessor methods. | 129 | |
Missing a Javadoc comment. | 130 | |
Variable 'videoWidth' must be private and have accessor methods. | 130 | |
Missing a Javadoc comment. | 131 | |
Variable 'videoHeight' must be private and have accessor methods. | 131 | |
Missing a Javadoc comment. | 133 | |
Variable 'audio' must be private and have accessor methods. | 133 | |
Missing a Javadoc comment. | 134 | |
Variable 'audioSecureURL' must be private and have accessor methods. | 134 | |
Missing a Javadoc comment. | 135 | |
Variable 'audioType' must be private and have accessor methods. | 135 | |
Missing a Javadoc comment. | 137 | |
Parameter localName should be final. | 137 | |
Missing a Javadoc comment. | 141 | |
Parameter localName should be final. | 141 | |
Missing a Javadoc comment. | 145 |
org/apache/any23/vocab/RDFSchemaUtils.java
Violation | Message | Line |
---|---|---|
Class RDFSchemaUtils should be declared as final. | 44 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 | |
Line has trailing spaces. | 47 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Parameter namespace should be final. | 69 | |
Parameter classes should be final. | 70 | |
Parameter properties should be final. | 71 | |
Parameter comments should be final. | 72 | |
',' is not followed by whitespace. | 72 | |
Parameter writer should be final. | 73 | |
Expected @throws tag for 'RDFHandlerException'. | 74 | |
'for' is not followed by whitespace. | 76 | |
Line is longer than 80 characters. | 77 | |
'(' is followed by whitespace. | 77 | |
')' is preceded with whitespace. | 77 | |
Line is longer than 80 characters. | 78 | |
'(' is followed by whitespace. | 78 | |
')' is preceded with whitespace. | 78 | |
'if' construct must use '{}'s. | 80 | |
'if' is not followed by whitespace. | 80 | |
Line is longer than 80 characters. | 81 | |
'(' is followed by whitespace. | 81 | |
')' is preceded with whitespace. | 81 | |
'for' is not followed by whitespace. | 83 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 85 | |
'if' construct must use '{}'s. | 87 | |
'if' is not followed by whitespace. | 87 | |
Line is longer than 80 characters. | 88 | |
'(' is followed by whitespace. | 88 | |
')' is preceded with whitespace. | 88 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 100 | |
Parameter vocabulary should be final. | 100 | |
Parameter writer should be final. | 100 | |
Expected @throws tag for 'RDFHandlerException'. | 101 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 116 | |
Parameter vocabulary should be final. | 121 | |
Parameter format should be final. | 122 | |
Parameter willFollowAnother should be final. | 123 | |
Parameter ps should be final. | 124 | |
Expected @throws tag for 'RDFHandlerException'. | 125 | |
'if' is not followed by whitespace. | 127 | |
'if' construct must use '{}'s. | 129 | |
'if' is not followed by whitespace. | 129 | |
'if' is not followed by whitespace. | 133 | |
'if' is not followed by whitespace. | 135 | |
'}' should be on the same line. | 137 | |
Line is longer than 80 characters. | 145 | |
Line is longer than 80 characters. | 152 | |
Parameter vocabulary should be final. | 152 | |
Parameter format should be final. | 152 | |
Expected @throws tag for 'RDFHandlerException'. | 153 | |
Line is longer than 80 characters. | 162 | |
Line is longer than 80 characters. | 167 | |
Parameter format should be final. | 167 | |
Parameter ps should be final. | 167 | |
Line is longer than 80 characters. | 177 | |
Line is longer than 80 characters. | 181 | |
Line is longer than 80 characters. | 184 | |
Line is longer than 80 characters. | 186 | |
Missing a Javadoc comment. | 191 | |
'{' is not followed by whitespace. | 191 | |
'}' is not preceded with whitespace. | 191 |
org/apache/any23/vocab/REVIEW.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 22 | |
Class REVIEW should be declared as final. | 25 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
'if' is not followed by whitespace. | 30 | |
Name 'NAMESPACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
Variable 'NAMESPACE' must be private and have accessor methods. | 44 | |
Variable 'commenter' must be private and have accessor methods. | 49 | |
Variable 'hasComment' must be private and have accessor methods. | 54 | |
Variable 'hasFeedback' must be private and have accessor methods. | 59 | |
Variable 'hasReview' must be private and have accessor methods. | 64 | |
Variable 'maxRating' must be private and have accessor methods. | 69 | |
Variable 'minRating' must be private and have accessor methods. | 74 | |
Variable 'positiveVotes' must be private and have accessor methods. | 79 | |
Variable 'rating' must be private and have accessor methods. | 84 | |
Variable 'reviewer' must be private and have accessor methods. | 89 | |
Variable 'text' must be private and have accessor methods. | 94 | |
Variable 'title' must be private and have accessor methods. | 99 | |
Variable 'totalVotes' must be private and have accessor methods. | 104 | |
Variable 'type' must be private and have accessor methods. | 109 | |
Name 'Comment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
Variable 'Comment' must be private and have accessor methods. | 114 | |
Name 'Feedback' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
Variable 'Feedback' must be private and have accessor methods. | 119 | |
Name 'Review' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
Variable 'Review' must be private and have accessor methods. | 124 | |
Missing a Javadoc comment. | 126 | |
Parameter localName should be final. | 126 | |
Missing a Javadoc comment. | 130 | |
'{' is not preceded with whitespace. | 130 |
org/apache/any23/vocab/SCHEMAORG.java
Violation | Message | Line |
---|---|---|
Class SCHEMAORG should be declared as final. | 25 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
'if' is not followed by whitespace. | 35 | |
Missing a Javadoc comment. | 41 | |
'{' is not preceded with whitespace. | 41 |
org/apache/any23/vocab/SINDICE.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 25 | |
Class SINDICE should be declared as final. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
'if' is not followed by whitespace. | 52 | |
Name 'NAMESPACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
Variable 'NAMESPACE' must be private and have accessor methods. | 61 | |
Line is longer than 80 characters. | 65 | |
Variable 'domain' must be private and have accessor methods. | 68 | |
Variable 'nesting' must be private and have accessor methods. | 74 | |
Line is longer than 80 characters. | 77 | |
Name 'nesting_original' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
Variable 'nesting_original' must be private and have accessor methods. | 79 | |
First sentence should end with a period. | 81 | |
Line is longer than 80 characters. | 82 | |
Line has trailing spaces. | 83 | |
Name 'nesting_structured' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
Variable 'nesting_structured' must be private and have accessor methods. | 85 | |
Line is longer than 80 characters. | 88 | |
Variable 'size' must be private and have accessor methods. | 90 | |
Variable 'date' must be private and have accessor methods. | 95 | |
Missing a Javadoc comment. | 98 | |
Parameter localName should be final. | 98 | |
Missing a Javadoc comment. | 102 | |
Parameter localName should be final. | 102 | |
Missing a Javadoc comment. | 106 | |
'{' is not preceded with whitespace. | 106 |
org/apache/any23/vocab/VCARD.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 22 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
'if' is not followed by whitespace. | 35 | |
Name 'NAMESPACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
Variable 'NAMESPACE' must be private and have accessor methods. | 44 | |
Name 'additional_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
Variable 'additional_name' must be private and have accessor methods. | 49 | |
Variable 'adr' must be private and have accessor methods. | 54 | |
Variable 'agent' must be private and have accessor methods. | 59 | |
Variable 'bday' must be private and have accessor methods. | 64 | |
Variable 'category' must be private and have accessor methods. | 69 | |
Name 'class_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
Variable 'class_' must be private and have accessor methods. | 74 | |
Name 'country_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
Variable 'country_name' must be private and have accessor methods. | 79 | |
Variable 'email' must be private and have accessor methods. | 84 | |
Name 'extended_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
Variable 'extended_address' must be private and have accessor methods. | 89 | |
Name 'family_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
Variable 'family_name' must be private and have accessor methods. | 94 | |
Variable 'fax' must be private and have accessor methods. | 99 | |
Variable 'fn' must be private and have accessor methods. | 104 | |
Variable 'geo' must be private and have accessor methods. | 109 | |
Name 'given_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
Variable 'given_name' must be private and have accessor methods. | 114 | |
Variable 'homeAdr' must be private and have accessor methods. | 119 | |
Variable 'homeTel' must be private and have accessor methods. | 124 | |
Name 'honorific_prefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
Variable 'honorific_prefix' must be private and have accessor methods. | 129 | |
Name 'honorific_suffix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
Variable 'honorific_suffix' must be private and have accessor methods. | 134 | |
Variable 'key' must be private and have accessor methods. | 139 | |
Line is longer than 80 characters. | 142 | |
Variable 'label' must be private and have accessor methods. | 145 | |
Variable 'latitude' must be private and have accessor methods. | 150 | |
Variable 'locality' must be private and have accessor methods. | 155 | |
Variable 'logo' must be private and have accessor methods. | 160 | |
Variable 'longitude' must be private and have accessor methods. | 165 | |
Variable 'mailer' must be private and have accessor methods. | 170 | |
Variable 'mobileEmail' must be private and have accessor methods. | 175 | |
Variable 'mobileTel' must be private and have accessor methods. | 180 | |
Variable 'n' must be private and have accessor methods. | 185 | |
Variable 'nickname' must be private and have accessor methods. | 190 | |
Variable 'note' must be private and have accessor methods. | 195 | |
Variable 'org' must be private and have accessor methods. | 200 | |
Name 'organization_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 | |
Variable 'organization_name' must be private and have accessor methods. | 205 | |
Name 'organization_unit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 | |
Variable 'organization_unit' must be private and have accessor methods. | 210 | |
Line is longer than 80 characters. | 213 | |
Variable 'personalEmail' must be private and have accessor methods. | 216 | |
Variable 'photo' must be private and have accessor methods. | 221 | |
Name 'post_office_box' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 226 | |
Variable 'post_office_box' must be private and have accessor methods. | 226 | |
Name 'postal_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 | |
Variable 'postal_code' must be private and have accessor methods. | 231 | |
Variable 'region' must be private and have accessor methods. | 236 | |
Variable 'rev' must be private and have accessor methods. | 241 | |
Variable 'role' must be private and have accessor methods. | 246 | |
Name 'sort_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 251 | |
Variable 'sort_string' must be private and have accessor methods. | 251 | |
Variable 'sound' must be private and have accessor methods. | 256 | |
Name 'street_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 261 | |
Variable 'street_address' must be private and have accessor methods. | 261 | |
Variable 'tel' must be private and have accessor methods. | 266 | |
Variable 'title' must be private and have accessor methods. | 271 | |
Variable 'tz' must be private and have accessor methods. | 276 | |
Variable 'uid' must be private and have accessor methods. | 281 | |
Variable 'unlabeledAdr' must be private and have accessor methods. | 286 | |
Variable 'unlabeledEmail' must be private and have accessor methods. | 291 | |
Variable 'unlabeledTel' must be private and have accessor methods. | 296 | |
Variable 'url' must be private and have accessor methods. | 301 | |
Variable 'workAdr' must be private and have accessor methods. | 306 | |
Variable 'workEmail' must be private and have accessor methods. | 311 | |
Variable 'workTel' must be private and have accessor methods. | 316 | |
Line is longer than 80 characters. | 321 | |
Name 'Address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 321 | |
Variable 'Address' must be private and have accessor methods. | 321 | |
Missing a Javadoc comment. | 323 | |
Variable 'addressType' must be private and have accessor methods. | 323 | |
Line is longer than 80 characters. | 328 | |
Name 'Telephone' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 | |
Variable 'Telephone' must be private and have accessor methods. | 328 | |
Line is longer than 80 characters. | 333 | |
Name 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 333 | |
Variable 'Location' must be private and have accessor methods. | 333 | |
Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 338 | |
Variable 'Name' must be private and have accessor methods. | 338 | |
Line is longer than 80 characters. | 343 | |
Name 'Organization' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 343 | |
Variable 'Organization' must be private and have accessor methods. | 343 | |
First sentence should end with a period. | 345 | |
Name 'VCard' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 | |
Variable 'VCard' must be private and have accessor methods. | 348 | |
Missing a Javadoc comment. | 351 | |
Parameter localName should be final. | 351 | |
Missing a Javadoc comment. | 355 | |
'{' is not preceded with whitespace. | 355 |
org/apache/any23/vocab/Vocabulary.java
Violation | Message | Line |
---|---|---|
'}' is not preceded with whitespace. | 46 | |
Missing a Javadoc comment. | 49 | |
',' is not followed by whitespace. | 60 | |
',' is not followed by whitespace. | 65 | |
',' is not followed by whitespace. | 70 | |
Parameter namespace should be final. | 77 | |
'namespace' hides a field. | 77 | |
Line is longer than 80 characters. | 81 | |
Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Method 'getClass' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Parameter name should be final. | 98 | |
Line is longer than 80 characters. | 101 | |
Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Parameter name should be final. | 112 | |
Line is longer than 80 characters. | 115 | |
Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Parameter name should be final. | 128 | |
Parameter defaultValue should be final. | 128 | |
Method 'getPropertyCamelCase' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Parameter property should be final. | 144 | |
Line is longer than 80 characters. | 149 | |
Method 'getClasses' is not designed for extension - needs to be abstract, final or empty. | 157 | |
'if' is not followed by whitespace. | 158 | |
'(' is followed by whitespace. | 162 | |
')' is preceded with whitespace. | 162 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 168 | |
'if' is not followed by whitespace. | 169 | |
'(' is followed by whitespace. | 173 | |
')' is preceded with whitespace. | 173 | |
Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 181 | |
',' is not followed by whitespace. | 181 | |
Method 'getCommentFor' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Parameter resource should be final. | 193 | |
Line has trailing spaces. | 197 | |
Method 'createURI' is not designed for extension - needs to be abstract, final or empty. | 204 | |
Parameter uriStr should be final. | 204 | |
Method 'createClass' is not designed for extension - needs to be abstract, final or empty. | 215 | |
Parameter namespace should be final. | 215 | |
'namespace' hides a field. | 215 | |
Parameter resource should be final. | 215 | |
'if' is not followed by whitespace. | 217 | |
'10' is a magic number. | 218 | |
Method 'createProperty' is not designed for extension - needs to be abstract, final or empty. | 231 | |
Parameter namespace should be final. | 231 | |
'namespace' hides a field. | 231 | |
Parameter property should be final. | 231 | |
'if' is not followed by whitespace. | 233 | |
'10' is a magic number. | 234 | |
Expected an @return tag. | 247 | |
Parameter namespace should be final. | 247 | |
'namespace' hides a field. | 247 | |
Expected @param tag for 'namespace'. | 247 | |
Parameter localName should be final. | 247 | |
Expected @param tag for 'localName'. | 247 | |
Missing a Javadoc comment. | 251 | |
'if' construct must use '{}'s. | 252 | |
'if' is not followed by whitespace. | 252 | |
',' is not followed by whitespace. | 253 | |
'if' is not followed by whitespace. | 257 | |
'if' construct must use '{}'s. | 259 | |
Line is longer than 80 characters. | 259 | |
'if' is not followed by whitespace. | 259 | |
Line is longer than 80 characters. | 262 |
org/apache/any23/vocab/WO.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 23 | |
Class WO should be declared as final. | 27 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
'if' is not followed by whitespace. | 37 | |
Name 'NAMESPACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
Variable 'NAMESPACE' must be private and have accessor methods. | 46 | |
First sentence should end with a period. | 48 | |
Variable 'species' must be private and have accessor methods. | 51 | |
Missing a Javadoc comment. | 53 | |
Variable 'kingdomClass' must be private and have accessor methods. | 53 | |
Missing a Javadoc comment. | 55 | |
Variable 'divisionClass' must be private and have accessor methods. | 55 | |
Missing a Javadoc comment. | 57 | |
Variable 'phylumClass' must be private and have accessor methods. | 57 | |
Missing a Javadoc comment. | 59 | |
Variable 'orderClass' must be private and have accessor methods. | 59 | |
Missing a Javadoc comment. | 61 | |
Variable 'genusClass' must be private and have accessor methods. | 61 | |
Missing a Javadoc comment. | 63 | |
Variable 'classClass' must be private and have accessor methods. | 63 | |
Line is longer than 80 characters. | 69 | |
Variable 'family' must be private and have accessor methods. | 71 | |
First sentence should end with a period. | 73 | |
Line has trailing spaces. | 74 | |
Variable 'familyProperty' must be private and have accessor methods. | 76 | |
First sentence should end with a period. | 78 | |
Variable 'familyName' must be private and have accessor methods. | 81 | |
Line has trailing spaces. | 87 | |
Variable 'speciesName' must be private and have accessor methods. | 90 | |
Variable 'scientificName' must be private and have accessor methods. | 99 | |
Missing a Javadoc comment. | 101 | |
Variable 'kingdom' must be private and have accessor methods. | 101 | |
Missing a Javadoc comment. | 103 | |
Variable 'phylum' must be private and have accessor methods. | 103 | |
Missing a Javadoc comment. | 105 | |
Variable 'order' must be private and have accessor methods. | 105 | |
Missing a Javadoc comment. | 107 | |
Variable 'genus' must be private and have accessor methods. | 107 | |
Missing a Javadoc comment. | 109 | |
Variable 'division' must be private and have accessor methods. | 109 | |
Missing a Javadoc comment. | 111 | |
Variable 'clazz' must be private and have accessor methods. | 111 | |
Missing a Javadoc comment. | 113 | |
Variable 'kingdomName' must be private and have accessor methods. | 113 | |
Missing a Javadoc comment. | 115 | |
Variable 'phylumName' must be private and have accessor methods. | 115 | |
Missing a Javadoc comment. | 117 | |
Variable 'orderName' must be private and have accessor methods. | 117 | |
Missing a Javadoc comment. | 119 | |
Variable 'genusName' must be private and have accessor methods. | 119 | |
Missing a Javadoc comment. | 121 | |
Variable 'divisionName' must be private and have accessor methods. | 121 | |
Missing a Javadoc comment. | 123 | |
Variable 'clazzName' must be private and have accessor methods. | 123 | |
Missing a Javadoc comment. | 125 | |
Parameter name should be final. | 125 | |
Missing a Javadoc comment. | 129 | |
Parameter name should be final. | 129 | |
Missing a Javadoc comment. | 133 | |
'{' is not preceded with whitespace. | 133 |
org/apache/any23/vocab/XFN.java
Violation | Message | Line |
---|---|---|
Class XFN should be declared as final. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
'if' is not followed by whitespace. | 38 | |
Missing a Javadoc comment. | 44 | |
Variable 'contact' must be private and have accessor methods. | 44 | |
Missing a Javadoc comment. | 45 | |
Variable 'acquaintance' must be private and have accessor methods. | 45 | |
Missing a Javadoc comment. | 46 | |
Variable 'friend' must be private and have accessor methods. | 46 | |
Missing a Javadoc comment. | 47 | |
Variable 'met' must be private and have accessor methods. | 47 | |
Missing a Javadoc comment. | 48 | |
Variable 'coWorker' must be private and have accessor methods. | 48 | |
Missing a Javadoc comment. | 49 | |
Variable 'colleague' must be private and have accessor methods. | 49 | |
Missing a Javadoc comment. | 50 | |
Variable 'coResident' must be private and have accessor methods. | 50 | |
Missing a Javadoc comment. | 51 | |
Variable 'neighbor' must be private and have accessor methods. | 51 | |
Missing a Javadoc comment. | 52 | |
Variable 'child' must be private and have accessor methods. | 52 | |
Missing a Javadoc comment. | 53 | |
Variable 'parent' must be private and have accessor methods. | 53 | |
Missing a Javadoc comment. | 54 | |
Variable 'spouse' must be private and have accessor methods. | 54 | |
Missing a Javadoc comment. | 55 | |
Variable 'kin' must be private and have accessor methods. | 55 | |
Missing a Javadoc comment. | 56 | |
Variable 'muse' must be private and have accessor methods. | 56 | |
Missing a Javadoc comment. | 57 | |
Variable 'crush' must be private and have accessor methods. | 57 | |
Missing a Javadoc comment. | 58 | |
Variable 'date' must be private and have accessor methods. | 58 | |
Missing a Javadoc comment. | 59 | |
Variable 'sweetheart' must be private and have accessor methods. | 59 | |
Missing a Javadoc comment. | 60 | |
Variable 'me' must be private and have accessor methods. | 60 | |
Missing a Javadoc comment. | 62 | |
Variable 'mePage' must be private and have accessor methods. | 62 | |
Missing a Javadoc comment. | 64 | |
Name 'PeopleXFNProperties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
Missing a Javadoc comment. | 66 | |
Name 'HyperlinkXFNProperties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
Missing a Javadoc comment. | 68 | |
Parameter localName should be final. | 68 | |
Missing a Javadoc comment. | 72 | |
Parameter localName should be final. | 72 | |
Missing a Javadoc comment. | 76 | |
Parameter localName should be final. | 76 | |
Missing a Javadoc comment. | 80 | |
Parameter localName should be final. | 80 | |
Missing a Javadoc comment. | 84 | |
Parameter localName should be final. | 84 | |
'if' is not followed by whitespace. | 85 | |
'if' is not followed by whitespace. | 88 | |
Missing a Javadoc comment. | 100 | |
'{' is not preceded with whitespace. | 100 |
org/apache/any23/vocab/XHTML.java
Violation | Message | Line |
---|---|---|
Class XHTML should be declared as final. | 25 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
'if' is not followed by whitespace. | 32 | |
Missing a Javadoc comment. | 38 | |
Variable 'license' must be private and have accessor methods. | 38 | |
')' is preceded with whitespace. | 38 | |
Missing a Javadoc comment. | 39 | |
Variable 'meta' must be private and have accessor methods. | 39 | |
')' is preceded with whitespace. | 39 | |
Missing a Javadoc comment. | 40 | |
Variable 'alternate' must be private and have accessor methods. | 40 | |
')' is preceded with whitespace. | 40 | |
Missing a Javadoc comment. | 41 | |
Variable 'stylesheet' must be private and have accessor methods. | 41 | |
Missing a Javadoc comment. | 43 | |
'{' is not preceded with whitespace. | 43 | |
Line has trailing spaces. | 46 |
org/apache/any23/vocab/package-info.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 18 |
org/apache/any23/writer/BenchmarkTripleHandler.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 42 | |
Parameter tripleHandler should be final. | 49 | |
Expected @param tag for 'tripleHandler'. | 49 | |
'if' is not followed by whitespace. | 50 | |
Method 'report' is not designed for extension - needs to be abstract, final or empty. | 63 | |
'if' construct must use '{}'s. | 71 | |
'if' construct must use '{}'s. | 73 | |
')' is preceded with whitespace. | 79 | |
Line is longer than 80 characters. | 80 | |
')' is preceded with whitespace. | 80 | |
Line is longer than 80 characters. | 82 | |
'if' construct must use '{}'s. | 83 | |
Line is longer than 80 characters. | 84 | |
')' is preceded with whitespace. | 84 | |
'if' construct must use '{}'s. | 85 | |
Line is longer than 80 characters. | 86 | |
')' is preceded with whitespace. | 86 | |
Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter documentURI should be final. | 93 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Line is longer than 80 characters. | 101 | |
Method 'closeContext' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter context should be final. | 101 | |
Line is longer than 80 characters. | 109 | |
Method 'openContext' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Parameter context should be final. | 109 | |
Line is longer than 80 characters. | 120 | |
Method 'receiveTriple' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Missing a Javadoc comment. | 120 | |
Parameter s should be final. | 120 | |
Parameter p should be final. | 120 | |
Parameter o should be final. | 120 | |
Parameter g should be final. | 120 | |
Parameter context should be final. | 120 | |
Line is longer than 80 characters. | 130 | |
Method 'receiveNamespace' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter prefix should be final. | 130 | |
Parameter uri should be final. | 130 | |
Parameter context should be final. | 130 | |
Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Parameter documentURI should be final. | 134 | |
Method 'setContentLength' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Missing a Javadoc comment. | 138 | |
Parameter contentLength should be final. | 138 | |
Missing a Javadoc comment. | 147 | |
Variable 'methodCalls' must be private and have accessor methods. | 147 | |
Missing a Javadoc comment. | 148 | |
Variable 'triples' must be private and have accessor methods. | 148 | |
Missing a Javadoc comment. | 149 | |
Variable 'runtime' must be private and have accessor methods. | 149 | |
Missing a Javadoc comment. | 150 | |
Variable 'intStart' must be private and have accessor methods. | 150 |
org/apache/any23/writer/CompositeTripleHandler.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 49 | |
Parameter children should be final. | 51 | |
'children' hides a field. | 51 | |
Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Parameter child should be final. | 60 | |
Method 'getChilds' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter documentURI should be final. | 68 | |
Line is longer than 80 characters. | 74 | |
Method 'openContext' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter context should be final. | 74 | |
Line is longer than 80 characters. | 80 | |
Method 'closeContext' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter context should be final. | 80 | |
Line is longer than 80 characters. | 86 | |
Method 'receiveTriple' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter s should be final. | 86 | |
Parameter p should be final. | 86 | |
Parameter o should be final. | 86 | |
Parameter g should be final. | 86 | |
Parameter context should be final. | 86 | |
Line is longer than 80 characters. | 93 | |
Method 'receiveNamespace' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter prefix should be final. | 93 | |
Parameter uri should be final. | 93 | |
Parameter context should be final. | 93 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter documentURI should be final. | 106 | |
Missing a Javadoc comment. | 112 | |
Parameter contentLength should be final. | 112 | |
Line has trailing spaces. | 115 |
org/apache/any23/writer/CountingTripleHandler.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Parameter logTriples should be final. | 42 | |
'logTriples' hides a field. | 42 | |
Missing a Javadoc comment. | 46 | |
Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 58 | |
Parameter documentURI should be final. | 58 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter context should be final. | 62 | |
Line is longer than 80 characters. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter context should be final. | 66 | |
Line is longer than 80 characters. | 70 | |
Method 'receiveTriple' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Parameter s should be final. | 70 | |
Parameter p should be final. | 70 | |
Parameter o should be final. | 70 | |
Parameter g should be final. | 70 | |
Parameter context should be final. | 70 | |
'if' construct must use '{}'s. | 73 | |
Line is longer than 80 characters. | 73 | |
'if' is not followed by whitespace. | 73 | |
'(' is followed by whitespace. | 73 | |
')' is preceded with whitespace. | 73 | |
Line is longer than 80 characters. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter prefix should be final. | 76 | |
Parameter uri should be final. | 76 | |
Parameter context should be final. | 76 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 85 | |
Parameter documentURI should be final. | 85 | |
Missing a Javadoc comment. | 89 | |
Parameter contentLength should be final. | 89 |
org/apache/any23/writer/JSONWriter.java
Violation | Message | Line |
---|---|---|
')' is preceded with whitespace. | 36 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Parameter os should be final. | 46 | |
'if' is not followed by whitespace. | 47 | |
Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter documentURI should be final. | 53 | |
'if' is not followed by whitespace. | 54 | |
Line is longer than 80 characters. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter context should be final. | 63 | |
Line is longer than 80 characters. | 67 | |
Method 'receiveTriple' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter s should be final. | 67 | |
Parameter p should be final. | 67 | |
Parameter o should be final. | 67 | |
Parameter g should be final. | 67 | |
Parameter context should be final. | 67 | |
'if' is not followed by whitespace. | 71 | |
Line has trailing spaces. | 77 | |
'if' is not followed by whitespace. | 80 | |
'if' is not followed by whitespace. | 88 | |
'if' is not followed by whitespace. | 90 | |
Avoid inline conditionals. | 96 | |
Line is longer than 80 characters. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter prefix should be final. | 101 | |
Parameter uri should be final. | 101 | |
Parameter context should be final. | 101 | |
Line is longer than 80 characters. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter context should be final. | 106 | |
Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter documentURI should be final. | 110 | |
Missing a Javadoc comment. | 116 | |
Parameter contentLength should be final. | 116 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Missing a Javadoc comment. | 120 | |
Missing a Javadoc comment. | 124 | |
'if' is not followed by whitespace. | 125 | |
Missing a Javadoc comment. | 130 | |
Parameter uri should be final. | 130 | |
Parameter ps should be final. | 130 | |
'ps' hides a field. | 130 | |
Missing a Javadoc comment. | 134 | |
Parameter uri should be final. | 134 | |
Parameter ps should be final. | 134 | |
'ps' hides a field. | 134 | |
Missing a Javadoc comment. | 138 | |
Parameter bnode should be final. | 138 | |
Parameter ps should be final. | 138 | |
'ps' hides a field. | 138 | |
Missing a Javadoc comment. | 142 | |
Parameter ps should be final. | 142 | |
'ps' hides a field. | 142 | |
'if' is not followed by whitespace. | 143 | |
Missing a Javadoc comment. | 150 | |
Parameter literal should be final. | 150 | |
Parameter ps should be final. | 150 | |
'ps' hides a field. | 150 | |
'if' is not followed by whitespace. | 180 | |
Missing a Javadoc comment. | 191 | |
Parameter type should be final. | 191 | |
Parameter value should be final. | 191 | |
Parameter ps should be final. | 191 | |
'ps' hides a field. | 191 | |
Missing a Javadoc comment. | 207 | |
Parameter value should be final. | 207 | |
Parameter ps should be final. | 207 | |
'ps' hides a field. | 207 | |
Method 'isAnnotated' is not designed for extension - needs to be abstract, final or empty. | 219 | |
Comment matches to-do format 'TODO:'. | 221 | |
Parameter f should be final. | 225 |
org/apache/any23/writer/LoggingTripleHandler.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter tripleHandler should be final. | 45 | |
Parameter destination should be final. | 45 | |
'destination' hides a field. | 45 | |
'if' is not followed by whitespace. | 46 | |
'if' is not followed by whitespace. | 49 | |
Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter documentURI should be final. | 58 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Line is longer than 80 characters. | 69 | |
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 | |
Line is longer than 80 characters. | 73 | |
Method 'openContext' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter context should be final. | 73 | |
Line is longer than 80 characters. | 77 | |
Method 'receiveTriple' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter s should be final. | 77 | |
Parameter p should be final. | 77 | |
Parameter o should be final. | 77 | |
Parameter g should be final. | 77 | |
Parameter context should be final. | 77 | |
'if' construct must use '{}'s. | 81 | |
Line is longer than 80 characters. | 85 | |
Method 'receiveNamespace' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter prefix should be final. | 85 | |
Parameter uri should be final. | 85 | |
Parameter context should be final. | 85 | |
Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Parameter documentURI should be final. | 90 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 103 | |
Method 'setContentLength' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Parameter contentLength should be final. | 108 | |
'contentLength' hides a field. | 108 | |
Missing a Javadoc comment. | 113 | |
Parameter writer should be final. | 113 | |
Line is longer than 80 characters. | 114 |
org/apache/any23/writer/NQuadsWriter.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 30 | |
Parameter os should be final. | 30 | |
'(' is followed by whitespace. | 31 | |
')' is preceded with whitespace. | 31 |
org/apache/any23/writer/NTriplesWriter.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 28 | |
Parameter out should be final. | 28 |
org/apache/any23/writer/RDFWriterTripleHandler.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 47 | |
Parameter destination should be final. | 47 | |
Method 'isAnnotated' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Line is longer than 80 characters. | 70 | |
Method 'setAnnotated' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Parameter f should be final. | 74 | |
Parameter documentURI should be final. | 79 | |
Method 'openContext' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Line is longer than 80 characters. | 84 | |
Parameter context should be final. | 84 | |
'(' is followed by whitespace. | 85 | |
')' is preceded with whitespace. | 85 | |
Method 'receiveTriple' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Line is longer than 80 characters. | 89 | |
Parameter s should be final. | 89 | |
Parameter p should be final. | 89 | |
Parameter o should be final. | 89 | |
Parameter g should be final. | 89 | |
Parameter context should be final. | 89 | |
Avoid inline conditionals. | 91 | |
Line is longer than 80 characters. | 97 | |
Method 'receiveNamespace' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Line is longer than 80 characters. | 104 | |
Parameter prefix should be final. | 104 | |
Parameter uri should be final. | 104 | |
Parameter context should be final. | 104 | |
Line is longer than 80 characters. | 109 | |
Method 'closeContext' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Line is longer than 80 characters. | 116 | |
Parameter context should be final. | 116 | |
'(' is followed by whitespace. | 117 | |
')' is preceded with whitespace. | 117 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 120 | |
'if' construct must use '{}'s. | 122 | |
Line is longer than 80 characters. | 127 | |
Parameter documentURI should be final. | 132 | |
Parameter contentLength should be final. | 137 | |
Missing a Javadoc comment. | 141 | |
Parameter comment should be final. | 141 | |
'if' construct must use '{}'s. | 142 | |
'if' is not followed by whitespace. | 142 | |
'(' is followed by whitespace. | 142 | |
')' is preceded with whitespace. | 142 | |
Line is longer than 80 characters. | 146 |
org/apache/any23/writer/RDFXMLWriter.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 28 | |
Parameter out should be final. | 28 | |
'(' is followed by whitespace. | 29 | |
')' is preceded with whitespace. | 29 |
org/apache/any23/writer/ReportingTripleHandler.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Parameter wrapped should be final. | 43 | |
'wrapped' hides a field. | 43 | |
'if' is not followed by whitespace. | 44 | |
Method 'getExtractorNames' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Method 'getTotalTriples' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Method 'getTotalDocuments' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Method 'printReport' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Line is longer than 80 characters. | 66 | |
Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter documentURI should be final. | 69 | |
Line is longer than 80 characters. | 74 | |
Method 'openContext' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter context should be final. | 74 | |
Method 'receiveNamespace' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter prefix should be final. | 79 | |
Parameter uri should be final. | 80 | |
Parameter context should be final. | 81 | |
Method 'receiveTriple' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter s should be final. | 87 | |
Parameter p should be final. | 88 | |
Parameter o should be final. | 89 | |
Parameter g should be final. | 90 | |
Parameter context should be final. | 91 | |
Method 'setContentLength' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter contentLength should be final. | 98 | |
Line is longer than 80 characters. | 102 | |
Method 'closeContext' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter context should be final. | 102 | |
Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter documentURI should be final. | 106 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 |
org/apache/any23/writer/RepositoryWriter.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Parameter conn should be final. | 37 | |
'conn' hides a field. | 37 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter conn should be final. | 41 | |
'conn' hides a field. | 41 | |
Parameter overrideContext should be final. | 41 | |
'overrideContext' hides a field. | 41 | |
Missing a Javadoc comment. | 46 | |
Parameter documentURI should be final. | 46 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter context should be final. | 50 | |
Method 'receiveTriple' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter s should be final. | 55 | |
Parameter p should be final. | 56 | |
Parameter o should be final. | 57 | |
Parameter g should be final. | 58 | |
Parameter context should be final. | 59 | |
Line is longer than 80 characters. | 67 | |
Method 'receiveNamespace' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter prefix should be final. | 74 | |
Parameter uri should be final. | 75 | |
Parameter context should be final. | 76 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter context should be final. | 87 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 95 | |
Parameter documentURI should be final. | 95 | |
Missing a Javadoc comment. | 99 | |
Parameter contentLength should be final. | 99 | |
Missing a Javadoc comment. | 103 | |
Parameter fromExtractor should be final. | 103 |
org/apache/any23/writer/TriXWriter.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 23 | |
Missing a Javadoc comment. | 30 | |
Parameter out should be final. | 30 | |
'(' is followed by whitespace. | 31 | |
')' is preceded with whitespace. | 31 |
org/apache/any23/writer/TripleHandler.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 30 | |
Expected @param tag for 'context'. | 37 | |
Expected @throws tag for 'TripleHandlerException'. | 37 | |
Line is longer than 80 characters. | 50 | |
Expected @throws tag for 'TripleHandlerException'. | 50 | |
Line is longer than 80 characters. | 61 | |
Expected @throws tag for 'TripleHandlerException'. | 61 | |
Expected @throws tag for 'TripleHandlerException'. | 73 | |
Expected @throws tag for 'TripleHandlerException'. | 82 | |
Expected @param tag for 'contentLength'. | 90 | |
Expected @throws tag for 'TripleHandlerException'. | 96 |
org/apache/any23/writer/TripleHandlerException.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 22 | |
Missing a Javadoc comment. | 27 | |
Parameter s should be final. | 27 | |
Missing a Javadoc comment. | 32 | |
Parameter s should be final. | 32 | |
Parameter exception should be final. | 32 |
org/apache/any23/writer/TurtleWriter.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 26 | |
Parameter out should be final. | 33 |
org/apache/any23/writer/URIListWriter.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 33 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Parameter outputStream should be final. | 47 | |
Missing a Javadoc comment. | 52 | |
Parameter documentURI should be final. | 52 | |
'{' is not followed by whitespace. | 52 | |
'}' is not preceded with whitespace. | 52 | |
Line is longer than 80 characters. | 54 | |
Method 'openContext' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter context should be final. | 54 | |
Line is longer than 80 characters. | 58 | |
Method 'receiveTriple' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter s should be final. | 58 | |
Parameter p should be final. | 58 | |
Parameter o should be final. | 58 | |
Parameter g should be final. | 58 | |
Parameter context should be final. | 58 | |
'if' is not followed by whitespace. | 60 | |
'if' is not followed by whitespace. | 64 | |
Line is longer than 80 characters. | 70 | |
Missing a Javadoc comment. | 70 | |
Parameter prefix should be final. | 70 | |
Parameter uri should be final. | 70 | |
Parameter context should be final. | 70 | |
Line is longer than 80 characters. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter context should be final. | 74 | |
Missing a Javadoc comment. | 77 | |
Parameter documentURI should be final. | 77 | |
Method 'setContentLength' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter contentLength should be final. | 80 | |
'contentLength' hides a field. | 80 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Method 'isAnnotated' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Parameter f should be final. | 94 |
org/apache/any23/writer/Writer.java
Violation | Message | Line |
---|---|---|
'}' is not preceded with whitespace. | 26 | |
Unused Javadoc tag. | 32 | |
Unused Javadoc tag. | 39 |
org/apache/any23/writer/WriterRegistry.java
Violation | Message | Line |
---|---|---|
Class WriterRegistry should be declared as final. | 31 | |
',' is not followed by whitespace. | 47 | |
',' is not followed by whitespace. | 53 | |
Line is longer than 80 characters. | 62 | |
Parameter writerClass should be final. | 62 | |
Line is longer than 80 characters. | 72 | |
Parameter writerClass should be final. | 72 | |
'static' modifier out of order with the JLS suggestions. | 79 | |
'if' is not followed by whitespace. | 80 | |
Unused @throws tag for 'IllegalArgumentException'. | 91 | |
Line is longer than 80 characters. | 93 | |
Parameter writerClass should be final. | 93 | |
'if' construct must use '{}'s. | 95 | |
'if' is not followed by whitespace. | 95 | |
Line is longer than 80 characters. | 97 | |
',' is not followed by whitespace. | 97 | |
Missing a Javadoc comment. | 102 | |
Unused @throws tag for 'IllegalArgumentException'. | 116 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 119 | |
Parameter writerClass should be final. | 119 | |
'if' construct must use '{}'s. | 120 | |
Line is longer than 80 characters. | 120 | |
'if' is not followed by whitespace. | 120 | |
'if' is not followed by whitespace. | 124 | |
Line is longer than 80 characters. | 125 | |
'if' is not followed by whitespace. | 127 | |
Line is longer than 80 characters. | 128 | |
'if' construct must use '{}'s. | 130 | |
'if' is not followed by whitespace. | 130 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 134 | |
'if' is not followed by whitespace. | 135 | |
Line is longer than 80 characters. | 144 | |
Line is longer than 80 characters. | 147 | |
Parameter id should be final. | 149 | |
'(' is followed by whitespace. | 159 | |
')' is preceded with whitespace. | 159 | |
Line is longer than 80 characters. | 165 | |
Line is longer than 80 characters. | 168 | |
'(' is followed by whitespace. | 168 | |
')' is preceded with whitespace. | 168 | |
'(' is followed by whitespace. | 176 | |
')' is preceded with whitespace. | 176 | |
Line is longer than 80 characters. | 183 | |
Line is longer than 80 characters. | 186 | |
Parameter id should be final. | 186 | |
Line is longer than 80 characters. | 197 | |
Parameter mimeType should be final. | 197 | |
Line is longer than 80 characters. | 198 | |
'(' is followed by whitespace. | 199 | |
')' is preceded with whitespace. | 199 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 206 | |
Line is longer than 80 characters. | 209 | |
Unused @throws tag for 'NullPointerException'. | 209 | |
Line is longer than 80 characters. | 211 | |
Parameter id should be final. | 211 | |
Parameter os should be final. | 211 | |
Line is longer than 80 characters. | 212 | |
'if' construct must use '{}'s. | 213 | |
'if' is not followed by whitespace. | 213 | |
Unused @throws tag for 'IllegalArgumentException'. | 226 | |
Line is longer than 80 characters. | 228 | |
Parameter clazz should be final. | 228 | |
Parameter os should be final. | 228 | |
Line is longer than 80 characters. | 232 |
org/apache/any23/writer/package-info.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 18 |