The following document contains the results of Checkstyle 9.2.1 with config/maven_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | AvoidNestedBlocks | 5 | Error |
coding | HiddenField
|
13 | Warning |
MagicNumber
|
28 | Error | |
design | InterfaceIsType | 3 | Error |
javadoc | JavadocMethod
|
154 | Warning |
JavadocVariable
|
103 | Info | |
sizes | MethodLength | 2 | Error |
ParameterNumber | 9 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 56 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 72 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ctx'. | 72 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ai'. | 72 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 93 |
Warning | coding | HiddenField | 'filters' hides a field. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 115 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 142 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 154 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 56 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 68 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 81 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'pom' hides a field. | 91 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 163 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 163 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 172 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 174 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 176 |
Warning | coding | HiddenField | 'packaging' hides a field. | 424 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 467 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 616 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 641 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 65 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 65 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'file'. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 79 |
Error | coding | MagicNumber | '4096' is a magic number. | 204 |
Error | coding | MagicNumber | '0xF0' is a magic number. | 268 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 94 |
Warning | coding | HiddenField | 'matchHighlightRequests' hides a field. | 115 |
Warning | coding | HiddenField | 'ai' hides a field. | 300 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 338 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 361 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 256 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'fromPath'. | 256 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'listener'. | 256 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'update'. | 257 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ac'. | 316 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 316 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ac'. | 332 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 332 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ac'. | 347 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 347 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | MethodLength | Method constructQuery length is 195 lines (max allowed is 150). | 181 |
Error | coding | MagicNumber | '0.8f' is a magic number. | 287 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'context' hides a field. | 254 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 362 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'indexingContexts'. | 362 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ignoreContext'. | 363 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 389 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 72 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 232 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 34 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ac'. | 34 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 40 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ac'. | 40 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 46 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ac'. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 70 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 27 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 30 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 99 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 119 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 142 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 166 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 189 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 234 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 336 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 348 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 360 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 378 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 391 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 28 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 43 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 54 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 32 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'request'. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 52 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'request'. | 52 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'indexingContexts'. | 52 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 58 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'request'. | 58 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'indexingContexts'. | 59 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 65 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'request'. | 65 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'indexingContexts'. | 65 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 71 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'request'. | 71 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'indexingContexts'. | 71 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 77 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'request'. | 77 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'indexingContexts'. | 78 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 84 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'request'. | 84 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'indexingContexts'. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | sizes | ParameterNumber | More than 7 parameters (found 12). | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 30 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 30 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 38 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 38 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 46 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 46 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 54 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 151 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'gav'. | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 30 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 30 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 38 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 38 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 49 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 57 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | ParameterNumber | More than 7 parameters (found 10). | 118 |
Error | sizes | ParameterNumber | More than 7 parameters (found 10). | 149 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | sizes | ParameterNumber | More than 7 parameters (found 10). | 122 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 171 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 181 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 191 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'dir'. | 211 |
Warning | coding | HiddenField | 'timestamp' hides a field. | 455 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 544 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 45 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 54 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 61 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'artifactContext'. | 66 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'artifactInfo'. | 72 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'document'. | 72 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'document'. | 79 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'artifactInfo'. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 106 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 111 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 116 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 121 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 126 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 134 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 146 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 165 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 174 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 207 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'deleteFiles'. | 235 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'filter'. | 259 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 281 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'groups'. | 286 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 292 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'groups'. | 298 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 304 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 318 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'directory' hides a field. | 269 |
Warning | coding | HiddenField | 'directory' hides a field. | 275 |
Warning | coding | HiddenField | 'directory' hides a field. | 281 |
Warning | coding | HiddenField | 'directory' hides a field. | 287 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'dir'. | 307 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'ai'. | 36 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'doc'. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 121 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 134 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 140 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 146 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 152 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 158 |
Error | sizes | MethodLength | Method updateArtifactInfo length is 194 lines (max allowed is 150). | 419 |
Error | coding | MagicNumber | '8192' is a magic number. | 626 |
Error | coding | MagicNumber | '0xff' is a magic number. | 635 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 39 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'directory'. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 35 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'source'. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 35 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'source'. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 97 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 118 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 137 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 159 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 180 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 199 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 225 |
Error | coding | MagicNumber | '0xF0' is a magic number. | 234 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'formats'. | 86 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 94 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 149 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'path' hides a field. | 296 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 296 |
Warning | coding | HiddenField | 'type' hides a field. | 296 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'type'. | 296 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 385 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'dir'. | 780 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | MagicNumber | '0x8b' is a magic number. | 60 |
Error | coding | MagicNumber | '24' is a magic number. | 126 |
Error | coding | MagicNumber | '24' is a magic number. | 126 |
Error | coding | MagicNumber | '0xff' is a magic number. | 225 |
Error | coding | MagicNumber | '127' is a magic number. | 226 |
Error | coding | MagicNumber | '0xff' is a magic number. | 236 |
Error | coding | MagicNumber | '0xC0' is a magic number. | 261 |
Error | coding | MagicNumber | '0x3F' is a magic number. | 265 |
Error | coding | MagicNumber | '0xC0' is a magic number. | 277 |
Error | coding | MagicNumber | '0xC0' is a magic number. | 277 |
Error | coding | MagicNumber | '0x3F' is a magic number. | 282 |
Error | coding | MagicNumber | '0x3F' is a magic number. | 282 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 123 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 132 |
Error | coding | MagicNumber | '0x007F' is a magic number. | 272 |
Error | coding | MagicNumber | '0x07FF' is a magic number. | 276 |
Error | coding | MagicNumber | '0x007F' is a magic number. | 297 |
Error | coding | MagicNumber | '0x007F' is a magic number. | 307 |
Error | coding | MagicNumber | '0x07FF' is a magic number. | 312 |
Error | coding | MagicNumber | '0xE0' is a magic number. | 314 |
Error | coding | MagicNumber | '0x3F' is a magic number. | 315 |
Error | coding | MagicNumber | '0x3F' is a magic number. | 316 |
Error | coding | MagicNumber | '0xC0' is a magic number. | 320 |
Error | coding | MagicNumber | '0x3F' is a magic number. | 321 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'updateRequest'. | 57 |