The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | ![]() |
RegexpHeader
| 3 | ![]() |
FileTabCharacter
| 0 | ![]() |
LeftCurly
| 0 | ![]() |
RightCurly
| 0 | ![]() |
LineLength
| 20 | ![]() |
MemberName | 0 | ![]() |
JavadocMethod
| 903 | ![]() |
JavadocType
| 36 | ![]() |
JavadocVariable
| 113 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 1 | ![]() |
LocalVariableName | 1 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 1 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 13 | ![]() |
MethodLength | 1 | ![]() |
ParameterNumber | 5 | ![]() |
EmptyForIteratorPad
| 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad
| 2 | ![]() |
WhitespaceAfter | 0 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 2 | ![]() |
RedundantModifier | 1 | ![]() |
AvoidNestedBlocks | 5 | ![]() |
EmptyBlock
| 10 | ![]() |
NeedBraces | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField
| 10 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber
| 32 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 42 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
InterfaceIsType | 3 | ![]() |
VisibilityModifier
| 34 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 39 |
![]() | Expected an @return tag. | 56 |
![]() | Expected an @return tag. | 72 |
![]() | Expected @param tag for 'ctx'. | 72 |
![]() | Expected @param tag for 'ai'. | 72 |
![]() | Expected an @return tag. | 93 |
![]() | 'filters' hides a field. | 93 |
![]() | Expected @param tag for 'filters'. | 93 |
![]() | Expected @param tag for 'ctx'. | 93 |
![]() | Expected @param tag for 'ai'. | 93 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Expected an @return tag. | 60 |
![]() | Expected @param tag for 'start'. | 70 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Expected an @return tag. | 115 |
![]() | Expected @param tag for 'count'. | 125 |
![]() | Expected an @return tag. | 142 |
![]() | Expected an @return tag. | 154 |
![]() | Expected @param tag for 'resultHitLimit'. | 166 |
![]() | Missing a Javadoc comment. | 171 |
![]() | Missing a Javadoc comment. | 176 |
![]() | Missing a Javadoc comment. | 181 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Missing a Javadoc comment. | 191 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Missing a Javadoc comment. | 211 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Expected an @return tag. | 56 |
![]() | Expected an @return tag. | 68 |
![]() | Expected an @return tag. | 81 |
![]() | Expected an @return tag. | 93 |
![]() | Expected @throws tag for 'IOException'. | 105 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 69 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 70 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Empty catch block. | 99 |
![]() | Empty catch block. | 120 |
![]() | Empty catch block. | 129 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Expected an @return tag. | 170 |
![]() | Expected @param tag for 'context'. | 170 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Empty catch block. | 250 |
![]() | Empty catch block. | 253 |
![]() | Empty catch block. | 262 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 160 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Variable 'fname' must be private and have accessor methods. | 166 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Variable 'fextension' must be private and have accessor methods. | 168 |
![]() | Missing a Javadoc comment. | 170 |
![]() | Variable 'groupId' must be private and have accessor methods. | 170 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Variable 'artifactId' must be private and have accessor methods. | 172 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Variable 'version' must be private and have accessor methods. | 174 |
![]() | Missing a Javadoc comment. | 180 |
![]() | Variable 'classifier' must be private and have accessor methods. | 180 |
![]() | Variable 'packaging' must be private and have accessor methods. | 185 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Variable 'name' must be private and have accessor methods. | 187 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Variable 'description' must be private and have accessor methods. | 189 |
![]() | Missing a Javadoc comment. | 191 |
![]() | Variable 'lastModified' must be private and have accessor methods. | 191 |
![]() | Missing a Javadoc comment. | 193 |
![]() | Variable 'size' must be private and have accessor methods. | 193 |
![]() | Missing a Javadoc comment. | 195 |
![]() | Variable 'md5' must be private and have accessor methods. | 195 |
![]() | Missing a Javadoc comment. | 197 |
![]() | Variable 'sha1' must be private and have accessor methods. | 197 |
![]() | Missing a Javadoc comment. | 199 |
![]() | Variable 'sourcesExists' must be private and have accessor methods. | 199 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Variable 'javadocExists' must be private and have accessor methods. | 201 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Variable 'signatureExists' must be private and have accessor methods. | 203 |
![]() | Missing a Javadoc comment. | 205 |
![]() | Variable 'classNames' must be private and have accessor methods. | 205 |
![]() | Missing a Javadoc comment. | 207 |
![]() | Variable 'repository' must be private and have accessor methods. | 207 |
![]() | Missing a Javadoc comment. | 209 |
![]() | Variable 'path' must be private and have accessor methods. | 209 |
![]() | Missing a Javadoc comment. | 211 |
![]() | Variable 'remoteUrl' must be private and have accessor methods. | 211 |
![]() | Missing a Javadoc comment. | 213 |
![]() | Variable 'context' must be private and have accessor methods. | 213 |
![]() | Variable 'prefix' must be private and have accessor methods. | 218 |
![]() | Variable 'goals' must be private and have accessor methods. | 223 |
![]() | Variable 'bundleVersion' must be private and have accessor methods. | 229 |
![]() | Variable 'bundleSymbolicName' must be private and have accessor methods. | 235 |
![]() | Variable 'bundleExportPackage' must be private and have accessor methods. | 241 |
![]() | Variable 'bundleExportService' must be private and have accessor methods. | 247 |
![]() | Variable 'bundleDescription' must be private and have accessor methods. | 253 |
![]() | Variable 'bundleName' must be private and have accessor methods. | 259 |
![]() | Variable 'bundleLicense' must be private and have accessor methods. | 265 |
![]() | Variable 'bundleDocUrl' must be private and have accessor methods. | 271 |
![]() | Variable 'bundleImportPackage' must be private and have accessor methods. | 277 |
![]() | Variable 'bundleRequireBundle' must be private and have accessor methods. | 283 |
![]() | Missing a Javadoc comment. | 293 |
![]() | Missing a Javadoc comment. | 298 |
![]() | Missing a Javadoc comment. | 308 |
![]() | Missing a Javadoc comment. | 326 |
![]() | Missing a Javadoc comment. | 331 |
![]() | Missing a Javadoc comment. | 336 |
![]() | Missing a Javadoc comment. | 352 |
![]() | Missing a Javadoc comment. | 362 |
![]() | Missing a Javadoc comment. | 373 |
![]() | Missing a Javadoc comment. | 378 |
![]() | Missing a Javadoc comment. | 409 |
![]() | Expected an @return tag. | 427 |
![]() | Expected @param tag for 'field'. | 427 |
![]() | Missing a Javadoc comment. | 474 |
![]() | Missing a Javadoc comment. | 525 |
![]() | Missing a Javadoc comment. | 530 |
![]() | Missing a Javadoc comment. | 535 |
![]() | Missing a Javadoc comment. | 545 |
![]() | Avoid nested blocks. | 576 |
![]() | Avoid nested blocks. | 601 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'artifactInfos' must be private and have accessor methods. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Expected an @return tag. | 56 |
![]() | Expected @param tag for 'context'. | 56 |
![]() | Expected @param tag for 'file'. | 56 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 71 |
![]() | More than 7 parameters. | 71 |
![]() | Redundant throws: 'ExistingLuceneIndexMismatchException' is subclass of 'IOException'. | 74 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 74 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Line is longer than 120 characters. | 166 |
![]() | Missing a Javadoc comment. | 179 |
![]() | '4096' is a magic number. | 187 |
![]() | Missing a Javadoc comment. | 208 |
![]() | Missing a Javadoc comment. | 232 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 233 |
![]() | '0xF0' is a magic number. | 257 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 93 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 82 |
![]() | Avoid nested blocks. | 93 |
![]() | Line is longer than 120 characters. | 98 |
![]() | 'matchHighlightRequests' hides a field. | 113 |
![]() | Line is longer than 120 characters. | 117 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Missing a Javadoc comment. | 209 |
![]() | Missing a Javadoc comment. | 271 |
![]() | Expected @param tag for 'context'. | 297 |
![]() | Expected @param tag for 'd'. | 297 |
![]() | 'ai' hides a field. | 297 |
![]() | Expected @param tag for 'ai'. | 297 |
![]() | Expected @throws tag for 'IOException'. | 298 |
![]() | Expected an @return tag. | 335 |
![]() | Expected @param tag for 'field'. | 335 |
![]() | Expected an @return tag. | 358 |
![]() | Expected @param tag for 'context'. | 358 |
![]() | Expected @param tag for 'hr'. | 358 |
![]() | Expected @param tag for 'field'. | 358 |
![]() | Expected @param tag for 'text'. | 359 |
![]() | Expected @throws tag for 'IOException'. | 360 |
![]() | Missing a Javadoc comment. | 387 |
![]() | Missing a Javadoc comment. | 423 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 85 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Missing a Javadoc comment. | 173 |
![]() | Missing a Javadoc comment. | 185 |
![]() | Missing a Javadoc comment. | 196 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Missing a Javadoc comment. | 215 |
![]() | Missing a Javadoc comment. | 221 |
![]() | Missing a Javadoc comment. | 227 |
![]() | Missing a Javadoc comment. | 233 |
![]() | Expected @param tag for 'context'. | 247 |
![]() | Expected @param tag for 'fromPath'. | 247 |
![]() | Expected @param tag for 'listener'. | 247 |
![]() | Expected @param tag for 'update'. | 248 |
![]() | Expected @throws tag for 'IOException'. | 249 |
![]() | Expected @param tag for 'ac'. | 319 |
![]() | Expected @param tag for 'context'. | 319 |
![]() | Expected @throws tag for 'IOException'. | 320 |
![]() | Expected @param tag for 'ac'. | 335 |
![]() | Expected @param tag for 'context'. | 335 |
![]() | Expected @throws tag for 'IOException'. | 336 |
![]() | Missing a Javadoc comment. | 341 |
![]() | Expected @param tag for 'ac'. | 350 |
![]() | Expected @param tag for 'context'. | 350 |
![]() | Expected @throws tag for 'IOException'. | 351 |
![]() | Missing a Javadoc comment. | 356 |
![]() | Missing a Javadoc comment. | 366 |
![]() | Missing a Javadoc comment. | 376 |
![]() | Missing a Javadoc comment. | 386 |
![]() | Missing a Javadoc comment. | 400 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 402 |
![]() | Missing a Javadoc comment. | 414 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 415 |
![]() | Missing a Javadoc comment. | 424 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 425 |
![]() | Missing a Javadoc comment. | 430 |
![]() | Missing a Javadoc comment. | 436 |
![]() | Missing a Javadoc comment. | 442 |
![]() | Missing a Javadoc comment. | 448 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Line is longer than 120 characters. | 153 |
![]() | Method length is 210 lines (max allowed is 150). | 180 |
![]() | Missing a Javadoc comment. | 180 |
![]() | Line is longer than 120 characters. | 189 |
![]() | Line is longer than 120 characters. | 250 |
![]() | Line is longer than 120 characters. | 263 |
![]() | '0.8f' is a magic number. | 295 |
![]() | Missing a Javadoc comment. | 394 |
![]() | Missing a Javadoc comment. | 466 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Missing a Javadoc comment. | 198 |
![]() | Redundant throws: 'CorruptIndexException' is subclass of 'IOException'. | 209 |
![]() | 'context' hides a field. | 253 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Missing a Javadoc comment. | 191 |
![]() | Missing a Javadoc comment. | 253 |
![]() | Missing a Javadoc comment. | 260 |
![]() | Missing a Javadoc comment. | 314 |
![]() | Line is longer than 120 characters. | 350 |
![]() | Expected an @return tag. | 365 |
![]() | Expected @param tag for 'indexingContexts'. | 365 |
![]() | Expected @param tag for 'ignoreContext'. | 366 |
![]() | Expected an @return tag. | 392 |
![]() | Expected @param tag for 'indexingContexts'. | 392 |
![]() | Expected @param tag for 'ignoreContext'. | 393 |
![]() | Expected @throws tag for 'IOException'. | 394 |
![]() | Missing a Javadoc comment. | 400 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Missing a Javadoc comment. | 94 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 81 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Expected @param tag for 'result'. | 40 |
![]() | Expected @param tag for 'artifactInfo'. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^/\*\s*$'. | 3 |
![]() | Unused import - org.apache.maven.index.expr.SourcedSearchExpression. | 14 |
![]() | Unused import - org.apache.maven.index.expr.UserInputSearchExpression. | 15 |
![]() | More than 7 parameters. | 74 |
![]() | Redundant throws: 'ExistingLuceneIndexMismatchException' is subclass of 'IOException'. | 77 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 77 |
![]() | Expected @throws tag for 'IOException'. | 105 |
![]() | Expected @param tag for 'acs'. | 118 |
![]() | Expected @param tag for 'context'. | 118 |
![]() | Expected @throws tag for 'IOException'. | 119 |
![]() | Expected @param tag for 'acs'. | 128 |
![]() | Expected @param tag for 'context'. | 128 |
![]() | Expected @throws tag for 'IOException'. | 129 |
![]() | Expected @param tag for 'request'. | 142 |
![]() | Expected @throws tag for 'IOException'. | 143 |
![]() | Expected @param tag for 'request'. | 152 |
![]() | Expected @throws tag for 'IOException'. | 153 |
![]() | Expected @param tag for 'request'. | 162 |
![]() | Expected @throws tag for 'IOException'. | 163 |
![]() | Expected @throws tag for 'IOException'. | 181 |
![]() | Expected @param tag for 'query'. | 192 |
![]() | Expected @param tag for 'contexts'. | 192 |
![]() | Expected @throws tag for 'IOException'. | 193 |
![]() | Expected @param tag for 'field'. | 211 |
![]() | Expected @param tag for 'expression'. | 211 |
![]() | Expected @throws tag for 'IllegalArgumentException'. | 212 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 212 |
Violation | Message | Line |
---|---|---|
![]() | Expected @param tag for 'context'. | 34 |
![]() | Expected @param tag for 'ac'. | 34 |
![]() | Expected @throws tag for 'IOException'. | 35 |
![]() | Expected @param tag for 'context'. | 40 |
![]() | Expected @param tag for 'ac'. | 40 |
![]() | Expected @throws tag for 'IOException'. | 41 |
![]() | Expected @param tag for 'context'. | 46 |
![]() | Expected @param tag for 'ac'. | 46 |
![]() | Expected @throws tag for 'IOException'. | 47 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Missing a Javadoc comment. | 117 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Expected an @return tag. | 70 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Line is longer than 120 characters. | 125 |
![]() | Line is longer than 120 characters. | 127 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
![]() | 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. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 51 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.apache.maven.index.packer.IndexPacker. | 35 |
![]() | Unused import - org.apache.maven.index.updater.IndexUpdater. | 36 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Expected @param tag for 'context'. | 99 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 116 |
![]() | Expected an @return tag. | 119 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 139 |
![]() | Expected an @return tag. | 142 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 163 |
![]() | Expected an @return tag. | 166 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 186 |
![]() | Expected an @return tag. | 189 |
![]() | Missing a Javadoc comment. | 195 |
![]() | Missing a Javadoc comment. | 200 |
![]() | Missing a Javadoc comment. | 205 |
![]() | Missing a Javadoc comment. | 211 |
![]() | Expected @param tag for 'context'. | 226 |
![]() | Expected @param tag for 'deleteFiles'. | 226 |
![]() | Expected @throws tag for 'IOException'. | 227 |
![]() | Expected an @return tag. | 234 |
![]() | Expected @param tag for 'context'. | 247 |
![]() | Expected @throws tag for 'IOException'. | 248 |
![]() | Expected @param tag for 'context'. | 259 |
![]() | Expected @param tag for 'listener'. | 259 |
![]() | Expected @throws tag for 'IOException'. | 260 |
![]() | Expected @param tag for 'context'. | 271 |
![]() | Expected @throws tag for 'IOException'. | 272 |
![]() | Expected @param tag for 'context'. | 283 |
![]() | Expected @param tag for 'listener'. | 283 |
![]() | Expected @throws tag for 'IOException'. | 284 |
![]() | Expected @param tag for 'context'. | 297 |
![]() | Expected @param tag for 'listener'. | 297 |
![]() | Expected @throws tag for 'IOException'. | 298 |
![]() | Missing a Javadoc comment. | 300 |
![]() | Missing a Javadoc comment. | 308 |
![]() | Missing a Javadoc comment. | 312 |
![]() | Missing a Javadoc comment. | 316 |
![]() | Missing a Javadoc comment. | 320 |
![]() | Expected an @return tag. | 336 |
![]() | Expected @param tag for 'request'. | 337 |
![]() | Expected @throws tag for 'IOException'. | 338 |
![]() | Expected an @return tag. | 348 |
![]() | Expected @param tag for 'request'. | 349 |
![]() | Expected @throws tag for 'IOException'. | 350 |
![]() | Expected an @return tag. | 360 |
![]() | Expected @param tag for 'request'. | 361 |
![]() | Expected @throws tag for 'IOException'. | 362 |
![]() | Expected an @return tag. | 378 |
![]() | Expected @param tag for 'field'. | 379 |
![]() | Expected @param tag for 'query'. | 379 |
![]() | Expected @param tag for 'type'. | 379 |
![]() | Expected @throws tag for 'IllegalArgumentException'. | 380 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 380 |
![]() | Expected an @return tag. | 391 |
![]() | Expected @param tag for 'field'. | 392 |
![]() | Expected @param tag for 'expression'. | 392 |
![]() | Expected @throws tag for 'IllegalArgumentException'. | 393 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 393 |
![]() | Missing a Javadoc comment. | 400 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 402 |
![]() | Missing a Javadoc comment. | 404 |
![]() | Missing a Javadoc comment. | 408 |
![]() | Missing a Javadoc comment. | 412 |
![]() | Missing a Javadoc comment. | 416 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 28 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Missing a Javadoc comment. | 80 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 34 |
![]() | Expected an @return tag. | 43 |
![]() | Expected @param tag for 'field'. | 43 |
![]() | Expected @param tag for 'type'. | 43 |
![]() | Expected an @return tag. | 55 |
![]() | Expected @param tag for 'field'. | 55 |
![]() | Expected @param tag for 'expression'. | 55 |
![]() | Expected an @return tag. | 69 |
![]() | Expected @param tag for 'field'. | 69 |
![]() | Expected @param tag for 'query'. | 69 |
![]() | Expected @param tag for 'type'. | 69 |
![]() | Expected @param tag for 'field'. | 81 |
![]() | Expected @param tag for 'query'. | 81 |
Violation | Message | Line |
---|---|---|
![]() | Expected an @return tag. | 32 |
![]() | Expected @param tag for 'request'. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 68 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 80 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Expected an @return tag. | 52 |
![]() | Expected @param tag for 'request'. | 52 |
![]() | Expected @param tag for 'indexingContexts'. | 52 |
![]() | Expected @throws tag for 'IOException'. | 53 |
![]() | Expected an @return tag. | 58 |
![]() | Expected @param tag for 'request'. | 58 |
![]() | Expected @param tag for 'indexingContexts'. | 59 |
![]() | Expected @throws tag for 'IOException'. | 60 |
![]() | Expected an @return tag. | 65 |
![]() | Expected @param tag for 'request'. | 65 |
![]() | Expected @param tag for 'indexingContexts'. | 65 |
![]() | Expected @throws tag for 'IOException'. | 66 |
![]() | Expected an @return tag. | 71 |
![]() | Expected @param tag for 'request'. | 71 |
![]() | Expected @param tag for 'indexingContexts'. | 71 |
![]() | Expected @throws tag for 'IOException'. | 72 |
![]() | Expected an @return tag. | 77 |
![]() | Expected @param tag for 'request'. | 77 |
![]() | Expected @param tag for 'indexingContexts'. | 78 |
![]() | Expected @throws tag for 'IOException'. | 79 |
![]() | Expected an @return tag. | 84 |
![]() | Expected @param tag for 'request'. | 84 |
![]() | Expected @param tag for 'indexingContexts'. | 85 |
![]() | Expected @throws tag for 'IOException'. | 86 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 71 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line is longer than 120 characters. | 56 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Missing a Javadoc comment. | 103 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 67 |
![]() | More than 7 parameters. | 108 |
![]() | Redundant throws: 'ExistingLuceneIndexMismatchException' is subclass of 'IOException'. | 114 |
![]() | Missing a Javadoc comment. | 150 |
![]() | More than 7 parameters. | 150 |
![]() | Redundant throws: 'ExistingLuceneIndexMismatchException' is subclass of 'IOException'. | 153 |
![]() | Missing a Javadoc comment. | 161 |
![]() | More than 7 parameters. | 162 |
![]() | Redundant throws: 'ExistingLuceneIndexMismatchException' is subclass of 'IOException'. | 165 |
![]() | Line is longer than 120 characters. | 167 |
![]() | Missing a Javadoc comment. | 175 |
![]() | Missing a Javadoc comment. | 180 |
![]() | Redundant throws: 'ExistingLuceneIndexMismatchException' is subclass of 'IOException'. | 186 |
![]() | Redundant throws: 'ExistingLuceneIndexMismatchException' is subclass of 'IOException'. | 249 |
![]() | Line is longer than 120 characters. | 319 |
![]() | Missing a Javadoc comment. | 367 |
![]() | Missing a Javadoc comment. | 372 |
![]() | Missing a Javadoc comment. | 377 |
![]() | Missing a Javadoc comment. | 382 |
![]() | Missing a Javadoc comment. | 388 |
![]() | Missing a Javadoc comment. | 394 |
![]() | 'timestamp' hides a field. | 394 |
![]() | Missing a Javadoc comment. | 405 |
![]() | Missing a Javadoc comment. | 410 |
![]() | Missing a Javadoc comment. | 424 |
![]() | Missing a Javadoc comment. | 429 |
![]() | Missing a Javadoc comment. | 434 |
![]() | Missing a Javadoc comment. | 439 |
![]() | Missing a Javadoc comment. | 451 |
![]() | Missing a Javadoc comment. | 456 |
![]() | Expected an @return tag. | 483 |
![]() | Missing a Javadoc comment. | 488 |
![]() | Missing a Javadoc comment. | 494 |
![]() | Missing a Javadoc comment. | 502 |
![]() | Missing a Javadoc comment. | 512 |
![]() | Missing a Javadoc comment. | 518 |
![]() | Missing a Javadoc comment. | 524 |
![]() | Redundant throws: 'CorruptIndexException' is subclass of 'IOException'. | 525 |
![]() | Missing a Javadoc comment. | 531 |
![]() | Missing a Javadoc comment. | 547 |
![]() | Missing a Javadoc comment. | 565 |
![]() | Missing a Javadoc comment. | 580 |
![]() | Missing a Javadoc comment. | 586 |
![]() | Redundant throws: 'CorruptIndexException' is subclass of 'IOException'. | 664 |
![]() | Missing a Javadoc comment. | 678 |
![]() | Missing a Javadoc comment. | 683 |
![]() | Missing a Javadoc comment. | 690 |
![]() | Missing a Javadoc comment. | 733 |
![]() | Missing a Javadoc comment. | 739 |
![]() | Missing a Javadoc comment. | 746 |
![]() | Missing a Javadoc comment. | 752 |
![]() | Missing a Javadoc comment. | 759 |
![]() | Redundant throws: 'CorruptIndexException' is subclass of 'IOException'. | 760 |
![]() | Missing a Javadoc comment. | 786 |
![]() | Redundant throws: 'CorruptIndexException' is subclass of 'IOException'. | 788 |
![]() | Missing a Javadoc comment. | 795 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^/\*\s*$'. | 3 |
![]() | Missing a Javadoc comment. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Expected an @return tag. | 45 |
![]() | Expected an @return tag. | 54 |
![]() | Expected an @return tag. | 61 |
![]() | Expected @param tag for 'artifactContext'. | 66 |
![]() | Expected @throws tag for 'IOException'. | 67 |
![]() | Expected @param tag for 'artifactInfo'. | 72 |
![]() | Expected @param tag for 'document'. | 72 |
![]() | Expected @param tag for 'document'. | 79 |
![]() | Expected @param tag for 'artifactInfo'. | 79 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Missing a Javadoc comment. | 173 |
![]() | Missing a Javadoc comment. | 200 |
![]() | Empty catch block. | 224 |
![]() | Missing a Javadoc comment. | 233 |
![]() | Missing a Javadoc comment. | 248 |
![]() | Missing a Javadoc comment. | 263 |
![]() | Missing a Javadoc comment. | 278 |
![]() | Missing a Javadoc comment. | 293 |
![]() | Missing a Javadoc comment. | 308 |
![]() | Missing a Javadoc comment. | 323 |
![]() | Missing a Javadoc comment. | 338 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Expected an @return tag. | 106 |
![]() | Expected an @return tag. | 111 |
![]() | Expected an @return tag. | 116 |
![]() | Expected an @return tag. | 121 |
![]() | Expected an @return tag. | 126 |
![]() | Expected an @return tag. | 134 |
![]() | Expected @param tag for 'searchable'. | 141 |
![]() | Expected an @return tag. | 146 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Expected an @return tag. | 165 |
![]() | Expected @throws tag for 'IOException'. | 166 |
![]() | Expected an @return tag. | 174 |
![]() | Expected @throws tag for 'IOException'. | 175 |
![]() | Expected @param tag for 's'. | 182 |
![]() | Expected @throws tag for 'IOException'. | 183 |
![]() | Expected @throws tag for 'IOException'. | 192 |
![]() | Expected an @return tag. | 207 |
![]() | Expected @throws tag for 'IOException'. | 215 |
![]() | Expected @throws tag for 'IOException'. | 223 |
![]() | Expected @throws tag for 'IOException'. | 230 |
![]() | Expected @param tag for 'deleteFiles'. | 235 |
![]() | Expected @throws tag for 'IOException'. | 236 |
![]() | Expected @throws tag for 'IOException'. | 244 |
![]() | Expected @throws tag for 'IOException'. | 252 |
![]() | Expected @param tag for 'filter'. | 259 |
![]() | Expected @throws tag for 'IOException'. | 260 |
![]() | Expected @param tag for 'directory'. | 268 |
![]() | Expected @throws tag for 'IOException'. | 269 |
![]() | Missing a Javadoc comment. | 271 |
![]() | Missing a Javadoc comment. | 273 |
![]() | Expected an @return tag. | 278 |
![]() | Expected @param tag for 'groups'. | 283 |
![]() | Expected @throws tag for 'IOException'. | 284 |
![]() | Expected an @return tag. | 289 |
![]() | Expected @throws tag for 'IOException'. | 290 |
![]() | Expected @param tag for 'groups'. | 295 |
![]() | Expected @throws tag for 'IOException'. | 296 |
![]() | Expected an @return tag. | 301 |
![]() | Expected @throws tag for 'IOException'. | 302 |
![]() | Expected @throws tag for 'IOException'. | 308 |
![]() | Expected an @return tag. | 315 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Missing a Javadoc comment. | 171 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Missing a Javadoc comment. | 197 |
![]() | Missing a Javadoc comment. | 213 |
![]() | Missing a Javadoc comment. | 219 |
![]() | Missing a Javadoc comment. | 231 |
![]() | Missing a Javadoc comment. | 236 |
![]() | Missing a Javadoc comment. | 242 |
![]() | Missing a Javadoc comment. | 248 |
![]() | Missing a Javadoc comment. | 254 |
![]() | Missing a Javadoc comment. | 260 |
![]() | Missing a Javadoc comment. | 266 |
![]() | 'directory' hides a field. | 266 |
![]() | Missing a Javadoc comment. | 272 |
![]() | 'directory' hides a field. | 272 |
![]() | Missing a Javadoc comment. | 278 |
![]() | 'directory' hides a field. | 278 |
![]() | Missing a Javadoc comment. | 284 |
![]() | Missing a Javadoc comment. | 289 |
![]() | Missing a Javadoc comment. | 294 |
![]() | Missing a Javadoc comment. | 299 |
![]() | Missing a Javadoc comment. | 305 |
![]() | Missing a Javadoc comment. | 318 |
![]() | Missing a Javadoc comment. | 324 |
![]() | Missing a Javadoc comment. | 337 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Missing a Javadoc comment. | 101 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line is longer than 120 characters. | 78 |
![]() | Expected an @return tag. | 91 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 41 |
![]() | Redundant throws: 'CorruptIndexException' is subclass of 'IOException'. | 43 |
![]() | Redundant throws: 'LockObtainFailedException' is subclass of 'IOException'. | 43 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Redundant throws: 'CorruptIndexException' is subclass of 'IOException'. | 51 |
![]() | Redundant throws: 'LockObtainFailedException' is subclass of 'IOException'. | 51 |
![]() | Missing a Javadoc comment. | 58 |
Violation | Message | Line |
---|---|---|
![]() | Name 'DEFAULT_ANALYZER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
![]() | Missing a Javadoc comment. | 97 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 49 |
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^/\*\s*$'. | 3 |
![]() | Unused import - org.apache.maven.index.Indexer. | 3 |
![]() | Unused import - org.apache.maven.index.NexusIndexer. | 4 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 76 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Line is longer than 120 characters. | 191 |
![]() | '(' is not followed by whitespace. | 191 |
![]() | ')' is not preceded with whitespace. | 191 |
![]() | Missing a Javadoc comment. | 230 |
Violation | Message | Line |
---|---|---|
![]() | Expected @param tag for 'ai'. | 36 |
![]() | Expected @param tag for 'doc'. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Empty catch block. | 123 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Missing a Javadoc comment. | 148 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Line is longer than 120 characters. | 80 |
![]() | Empty catch block. | 146 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Missing a Javadoc comment. | 191 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Missing a Javadoc comment. | 257 |
![]() | Missing a Javadoc comment. | 303 |
![]() | Missing a Javadoc comment. | 323 |
![]() | Missing a Javadoc comment. | 432 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Missing a Javadoc comment. | 215 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 35 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 36 |
![]() | Missing a Javadoc comment. | 48 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 34 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 35 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 33 |
![]() | Expected an @return tag. | 39 |
![]() | Expected @param tag for 'directory'. | 39 |
![]() | Expected @throws tag for 'IOException'. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Missing a Javadoc comment. | 130 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 47 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Expected an @return tag. | 35 |
![]() | Expected @param tag for 'source'. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Expected an @return tag. | 35 |
![]() | Expected @param tag for 'source'. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 75 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 76 |
![]() | '4096' is a magic number. | 251 |
![]() | Expected @param tag for 'context'. | 264 |
![]() | Expected @param tag for 'os'. | 264 |
![]() | Expected @throws tag for 'IOException'. | 265 |
![]() | Redundant throws: 'CorruptIndexException' is subclass of 'IOException'. | 301 |
![]() | Redundant throws: 'LockObtainFailedException' is subclass of 'IOException'. | 301 |
![]() | '8192' is a magic number. | 360 |
![]() | Line is longer than 120 characters. | 482 |
Violation | Message | Line |
---|---|---|
![]() | Expected an @return tag. | 99 |
![]() | Expected @param tag for 'content'. | 99 |
![]() | Expected an @return tag. | 125 |
![]() | Expected @param tag for 'is'. | 125 |
![]() | Expected an @return tag. | 144 |
![]() | Expected @param tag for 'file'. | 144 |
![]() | Expected an @return tag. | 178 |
![]() | Expected @param tag for 'content'. | 178 |
![]() | Expected an @return tag. | 204 |
![]() | Expected @param tag for 'is'. | 204 |
![]() | Expected an @return tag. | 223 |
![]() | Expected @param tag for 'file'. | 223 |
![]() | Expected an @return tag. | 260 |
![]() | Expected @param tag for 'data'. | 260 |
![]() | '0xF0' is a magic number. | 269 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.apache.maven.index.updater.IndexUpdater. | 24 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Unused @param tag for 'context'. | 39 |
![]() | Unused @param tag for 'targetDir'. | 40 |
![]() | Expected @param tag for 'request'. | 44 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 45 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Expected @param tag for 'formats'. | 79 |
![]() | Expected an @return tag. | 87 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Missing a Javadoc comment. | 147 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 66 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.apache.maven.index.Grouping. | 25 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.apache.maven.index.Grouping. | 25 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.apache.maven.index.Grouping. | 25 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.apache.maven.index.Grouping. | 25 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.apache.maven.index.Grouping. | 25 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
![]() | 'private' modifier out of order with the JLS suggestions. | 77 |
![]() | 'private' modifier out of order with the JLS suggestions. | 79 |
![]() | Expected @param tag for 'tview'. | 87 |
![]() | Expected @param tag for 'request'. | 87 |
![]() | Expected @param tag for 'type'. | 109 |
![]() | Expected @param tag for 'leaf'. | 129 |
![]() | Expected @param tag for 'nodeName'. | 149 |
![]() | Expected @param tag for 'path'. | 169 |
![]() | Expected @param tag for 'groupId'. | 189 |
![]() | Expected @param tag for 'artifactId'. | 209 |
![]() | Expected @param tag for 'version'. | 229 |
![]() | Expected @param tag for 'repositoryId'. | 249 |
![]() | Expected @throws tag for 'IOException'. | 278 |
![]() | 'path' hides a field. | 296 |
![]() | Expected @param tag for 'path'. | 296 |
![]() | 'type' hides a field. | 296 |
![]() | Expected @param tag for 'type'. | 296 |
![]() | Expected @throws tag for 'IOException'. | 297 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Expected @param tag for 'root'. | 130 |
![]() | Expected @param tag for 'request'. | 130 |
![]() | Expected @param tag for 'allGroups'. | 130 |
![]() | Expected @throws tag for 'IOException'. | 131 |
![]() | Line is longer than 120 characters. | 185 |
![]() | Line is longer than 120 characters. | 215 |
![]() | Expected @param tag for 'ai'. | 274 |
![]() | Expected @param tag for 'field'. | 274 |
![]() | Missing a Javadoc comment. | 314 |
![]() | Missing a Javadoc comment. | 345 |
![]() | Missing a Javadoc comment. | 448 |
![]() | Missing a Javadoc comment. | 473 |
![]() | Missing a Javadoc comment. | 479 |
![]() | Missing a Javadoc comment. | 485 |
![]() | Missing a Javadoc comment. | 491 |
Violation | Message | Line |
---|---|---|
![]() | Expected @param tag for 'tview'. | 36 |
![]() | Expected @param tag for 'request'. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Missing a Javadoc comment. | 140 |
Violation | Message | Line |
---|---|---|
![]() | Expected an @return tag. | 38 |
![]() | Expected @param tag for 'request'. | 38 |
![]() | Expected @throws tag for 'IOException'. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 69 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Missing a Javadoc comment. | 119 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 87 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Expected @param tag for 'context'. | 259 |
![]() | Expected @throws tag for 'IOException'. | 260 |
![]() | '4096' is a magic number. | 290 |
![]() | Redundant throws: 'CorruptIndexException' is subclass of 'IOException'. | 331 |
![]() | Redundant throws: 'LockObtainFailedException' is subclass of 'IOException'. | 331 |
![]() | Missing a Javadoc comment. | 475 |
![]() | Empty catch block. | 488 |
![]() | Unused @param tag for 'w'. | 498 |
![]() | Unused @param tag for 'ics'. | 499 |
![]() | Expected an @return tag. | 501 |
![]() | Expected @param tag for 'd'. | 501 |
![]() | Expected @param tag for 'context'. | 501 |
![]() | Expected @throws tag for 'IOException'. | 502 |
![]() | Missing a Javadoc comment. | 527 |
![]() | Missing a Javadoc comment. | 532 |
![]() | Missing a Javadoc comment. | 538 |
![]() | Missing a Javadoc comment. | 544 |
![]() | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 545 |
![]() | Missing a Javadoc comment. | 551 |
![]() | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 552 |
![]() | Expected @param tag for 'dir'. | 893 |
![]() | Expected @throws tag for 'IOException'. | 894 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 49 |
![]() | '0x1f' is a magic number. | 59 |
![]() | '0x8b' is a magic number. | 59 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Name 'HDRBYTE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
![]() | '24' is a magic number. | 109 |
![]() | '24' is a magic number. | 109 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Line is longer than 120 characters. | 184 |
![]() | Name 'chararr_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 191 |
![]() | '0xff' is a magic number. | 197 |
![]() | '127' is a magic number. | 198 |
![]() | '0xff' is a magic number. | 208 |
![]() | '0xC0' is a magic number. | 233 |
![]() | '0x1F' is a magic number. | 237 |
![]() | '0x3F' is a magic number. | 237 |
![]() | '0xC0' is a magic number. | 249 |
![]() | '0xC0' is a magic number. | 249 |
![]() | '0x3F' is a magic number. | 254 |
![]() | '0x3F' is a magic number. | 254 |
![]() | Missing a Javadoc comment. | 276 |
![]() | Missing a Javadoc comment. | 281 |
![]() | Missing a Javadoc comment. | 286 |
![]() | Missing a Javadoc comment. | 291 |
![]() | Redundant 'static' modifier. | 340 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 72 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Avoid nested blocks. | 130 |
![]() | Avoid nested blocks. | 139 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Missing a Javadoc comment. | 184 |
![]() | Missing a Javadoc comment. | 240 |
![]() | Missing a Javadoc comment. | 251 |
![]() | '0x007F' is a magic number. | 278 |
![]() | '0x07FF' is a magic number. | 282 |
![]() | '0x007F' is a magic number. | 303 |
![]() | '0x007F' is a magic number. | 313 |
![]() | '0x07FF' is a magic number. | 318 |
![]() | '0xE0' is a magic number. | 320 |
![]() | '0x3F' is a magic number. | 321 |
![]() | '0x3F' is a magic number. | 322 |
![]() | '0xC0' is a magic number. | 326 |
![]() | '0x1F' is a magic number. | 326 |
![]() | '0x3F' is a magic number. | 327 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Missing a Javadoc comment. | 127 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 45 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.apache.maven.index.packer.IndexPacker. | 24 |
![]() | Expected @param tag for 'updateRequest'. | 59 |
![]() | Expected @throws tag for 'IOException'. | 60 |
Violation | Message | Line |
---|---|---|
![]() | Expected @param tag for 'id'. | 36 |
![]() | Expected @param tag for 'url'. | 36 |
![]() | Expected @throws tag for 'IOException'. | 37 |
![]() | Expected @throws tag for 'IOException'. | 43 |
![]() | Expected an @return tag. | 50 |
![]() | Expected @throws tag for 'IOException'. | 51 |
![]() | Expected @throws tag for 'FileNotFoundException'. | 51 |
![]() | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Expected an @return tag. | 73 |
![]() | Expected @param tag for 'listener'. | 73 |
![]() | Expected @param tag for 'authenticationInfo'. | 74 |
![]() | Expected @param tag for 'proxyInfo'. | 75 |
![]() | Expected @throws tag for 'ComponentLookupException'. | 76 |
![]() | Expected an @return tag. | 92 |
![]() | Expected @param tag for 'listener'. | 92 |
![]() | Expected @param tag for 'authenticationInfo'. | 93 |
![]() | Expected @param tag for 'proxyInfo'. | 93 |
![]() | Expected @throws tag for 'ComponentLookupException'. | 95 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Missing a Javadoc comment. | 179 |
![]() | Missing a Javadoc comment. | 197 |
![]() | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 198 |
![]() | Missing a Javadoc comment. | 214 |
![]() | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 215 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Missing a Javadoc comment. | 105 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Missing a Javadoc comment. | 106 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 68 |
Violation | Message | Line |
---|---|---|
![]() | Expected an @return tag. | 40 |
![]() | Expected @param tag for 'path'. | 40 |
![]() | Expected @throws tag for 'IOException'. | 41 |
![]() | Expected an @return tag. | 48 |
![]() | Expected an @return tag. | 55 |
![]() | Expected @param tag for 'filter'. | 55 |
![]() | Expected an @return tag. | 64 |
![]() | Expected @param tag for 'path'. | 64 |
![]() | Expected @throws tag for 'IOException'. | 65 |
![]() | Expected @throws tag for 'IOException'. | 72 |