The following document contains the results of Checkstyle 10.9.3 with /Users/connor/Projects/work/emissary/contrib/checkstyle.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
586 | 0 | 10787 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | AvoidNestedBlocks | 2 | ![]() |
EmptyCatchBlock
|
3 | ![]() | |
LeftCurly | 2 | ![]() | |
RightCurly
|
151 | ![]() | |
coding | EqualsAvoidNull | 28 | ![]() |
FallThrough | 3 | ![]() | |
FinalLocalVariable | 2598 | ![]() | |
HiddenField
|
143 | ![]() | |
IllegalTokenText
|
2 | ![]() | |
MissingSwitchDefault | 2 | ![]() | |
ModifiedControlVariable | 15 | ![]() | |
ParameterAssignment | 19 | ![]() | |
RequireThis
|
4522 | ![]() | |
SimplifyBooleanExpression | 2 | ![]() | |
VariableDeclarationUsageDistance | 41 | ![]() | |
design | VisibilityModifier | 798 | ![]() |
indentation | Indentation
|
74 | ![]() |
javadoc | AtclauseOrder
|
5 | ![]() |
misc | FinalParameters | 2204 | ![]() |
modifier | ModifierOrder | 5 | ![]() |
RedundantModifier | 83 | ![]() | |
naming | MethodName
|
3 | ![]() |
TypeName | 1 | ![]() | |
sizes | LineLength
|
1 | ![]() |
whitespace | EmptyLineSeparator
|
7 | ![]() |
OperatorWrap
|
48 | ![]() | |
SeparatorWrap
|
25 | ![]() | |
SeparatorWrap
|
25 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'commandClasses' should be declared final. | 57 |
![]() |
coding | FinalLocalVariable | Variable 'staticCopy' should be declared final. | 61 |
![]() |
coding | FinalLocalVariable | Variable 'command' should be declared final. | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'cli' needs "this.". | 76 |
![]() |
misc | FinalParameters | Parameter cmds should be final. | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'commands' needs "this.". | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'commands' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'cli' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'commands' needs "this.". | 87 |
![]() |
misc | FinalParameters | Parameter args should be final. | 91 |
![]() |
coding | FinalLocalVariable | Variable 'shouldSetVerbose' should be declared final. | 93 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'cli' needs "this.". | 98 |
![]() |
coding | FinalLocalVariable | Variable 'commandNames' should be declared final. | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'cli' needs "this.". | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'cli' needs "this.". | 103 |
![]() |
coding | FinalLocalVariable | Variable 'commandName' should be declared final. | 106 |
![]() |
coding | FinalLocalVariable | Variable 'cmd' should be declared final. | 107 |
![]() |
coding | RequireThis | Reference to instance variable 'commands' needs "this.". | 107 |
![]() |
coding | RequireThis | Reference to instance variable 'cli' needs "this.". | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'cli' needs "this.". | 117 |
![]() |
coding | RequireThis | Reference to instance variable 'cli' needs "this.". | 123 |
![]() |
misc | FinalParameters | Parameter cmd should be final. | 132 |
![]() |
coding | RequireThis | Reference to instance variable 'bannerDumped' needs "this.". | 133 |
![]() |
coding | RequireThis | Reference to instance variable 'bannerDumped' needs "this.". | 134 |
![]() |
misc | FinalParameters | Parameter retCode should be final. | 159 |
![]() |
misc | FinalParameters | Parameter args should be final. | 163 |
![]() |
coding | FinalLocalVariable | Variable 'root' should be declared final. | 181 |
![]() |
coding | FinalLocalVariable | Variable 'lc' should be declared final. | 184 |
![]() |
coding | FinalLocalVariable | Variable 'ple' should be declared final. | 187 |
![]() |
coding | FinalLocalVariable | Variable 'consoleAppender' should be declared final. | 192 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'cmd' should be declared final. | 38 |
![]() |
coding | FinalLocalVariable | Variable 'cmds' should be declared final. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'emissary' should be declared final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'sortedNames' should be declared final. | 51 |
![]() |
coding | FinalLocalVariable | Variable 'namesAsStored' should be declared final. | 53 |
![]() |
coding | FinalLocalVariable | Variable 'emissary' should be declared final. | 61 |
![]() |
coding | FinalLocalVariable | Variable 'emissary' should be declared final. | 70 |
![]() |
coding | FinalLocalVariable | Variable 'emissary' should be declared final. | 79 |
![]() |
coding | FinalLocalVariable | Variable 'cmds' should be declared final. | 89 |
![]() |
coding | FinalLocalVariable | Variable 'emissary' should be declared final. | 92 |
![]() |
coding | FinalLocalVariable | Variable 'cmds' should be declared final. | 102 |
![]() |
coding | FinalLocalVariable | Variable 'emissary' should be declared final. | 105 |
![]() |
coding | FinalLocalVariable | Variable 'cmds' should be declared final. | 116 |
![]() |
coding | FinalLocalVariable | Variable 'emissary' should be declared final. | 121 |
![]() |
misc | FinalParameters | Parameter args should be final. | 127 |
![]() |
coding | FinalLocalVariable | Variable 'ret' should be declared final. | 128 |
![]() |
design | VisibilityModifier | Variable 'outContent' must be private and have accessor methods. | 136 |
![]() |
design | VisibilityModifier | Variable 'errContent' must be private and have accessor methods. | 137 |
![]() |
coding | RequireThis | Reference to instance variable 'outContent' needs "this.". | 140 |
![]() |
coding | RequireThis | Reference to instance variable 'errContent' needs "this.". | 144 |
![]() |
misc | FinalParameters | Parameter cmds should be final. | 151 |
![]() |
coding | RequireThis | Reference to instance variable 'outContent' needs "this.". | 158 |
![]() |
coding | RequireThis | Reference to instance variable 'errContent' needs "this.". | 159 |
![]() |
misc | FinalParameters | Parameter retCode should be final. | 163 |
![]() |
misc | FinalParameters | Parameter retOutput should be final. | 167 |
![]() |
coding | RequireThis | Reference to instance variable 'outContent' needs "this.". | 169 |
![]() |
misc | FinalParameters | Parameter c should be final. | 186 |
![]() |
misc | FinalParameters | Parameter c should be final. | 216 |
![]() |
misc | FinalParameters | Parameter c should be final. | 238 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter isStrictMode should be final. | 230 |
![]() |
blocks | RightCurly | '}' at column 29 should be alone on a line. | 250 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'directoryAction' must be private and have accessor methods. | 49 |
![]() |
design | VisibilityModifier | Variable 'hostsConfig' must be private and have accessor methods. | 59 |
![]() |
design | VisibilityModifier | Variable 'localDirectories' must be private and have accessor methods. | 62 |
![]() |
design | VisibilityModifier | Variable 'failedLocalDirectories' must be private and have accessor methods. | 65 |
![]() |
design | VisibilityModifier | Variable 'failedPlaces' must be private and have accessor methods. | 67 |
![]() |
design | VisibilityModifier | Variable 'placesToStart' must be private and have accessor methods. | 73 |
![]() |
design | VisibilityModifier | Variable 'placeLists' must be private and have accessor methods. | 76 |
![]() |
design | VisibilityModifier | Variable 'pickupLists' must be private and have accessor methods. | 77 |
![]() |
design | VisibilityModifier | Variable 'invisPlacesStartedInStrictMode' must be private and have accessor methods. | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'node' needs "this.". | 184 |
![]() |
misc | FinalParameters | Parameter node should be final. | 195 |
![]() |
misc | FinalParameters | Parameter node should be final. | 200 |
![]() |
misc | FinalParameters | Parameter node should be final. | 204 |
![]() |
coding | FinalLocalVariable | Variable 'emissaryNode' should be declared final. | 294 |
![]() |
coding | RequireThis | Reference to instance variable 'placesToStart' needs "this.". | 358 |
![]() |
coding | RequireThis | Reference to instance variable 'failedLocalDirectories' needs "this.". | 359 |
![]() |
coding | RequireThis | Reference to instance variable 'placesToStart' needs "this.". | 368 |
![]() |
coding | FinalLocalVariable | Variable 'parallelPlaceStartup' should be declared final. | 375 |
![]() |
coding | RequireThis | Reference to instance variable 'hostsConfig' needs "this.". | 375 |
![]() |
coding | FinalLocalVariable | Variable 'hostParametersStream' should be declared final. | 376 |
![]() |
coding | FinalLocalVariable | Variable 'startupBuilder' should be declared final. | 387 |
![]() |
coding | RequireThis | Reference to instance variable 'placesToStart' needs "this.". | 394 |
![]() |
coding | RequireThis | Reference to instance variable 'node' needs "this.". | 399 |
![]() |
coding | RequireThis | Reference to instance variable 'node' needs "this.". | 399 |
![]() |
coding | RequireThis | Reference to instance variable 'placesToStart' needs "this.". | 403 |
![]() |
coding | RequireThis | Reference to instance variable 'failedPlaces' needs "this.". | 417 |
![]() |
coding | RequireThis | Reference to instance variable 'placesToStart' needs "this.". | 418 |
![]() |
coding | RequireThis | Reference to instance variable 'placesToStart' needs "this.". | 438 |
![]() |
coding | RequireThis | Reference to instance variable 'placesToStart' needs "this.". | 439 |
![]() |
coding | FinalLocalVariable | Variable 'failedPlaceList' should be declared final. | 453 |
![]() |
coding | FinalLocalVariable | Variable 'failedCoordPlaceList' should be declared final. | 458 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 464 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 505 |
![]() |
misc | FinalParameters | Parameter theLocation should be final. | 527 |
![]() |
misc | FinalParameters | Parameter placeList should be final. | 527 |
![]() |
coding | FinalLocalVariable | Variable 'l' should be declared final. | 529 |
![]() |
misc | FinalParameters | Parameter location should be final. | 537 |
![]() |
coding | FinalLocalVariable | Variable 'dirPlace' should be declared final. | 549 |
![]() |
coding | FinalLocalVariable | Variable 'dirEntries' should be declared final. | 550 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'somePlaces' should be declared final. | 38 |
![]() |
coding | FinalLocalVariable | Variable 'node' should be declared final. | 39 |
![]() |
coding | FinalLocalVariable | Variable 'location' should be declared final. | 40 |
![]() |
coding | FinalLocalVariable | Variable 'startup' should be declared final. | 48 |
![]() |
coding | FinalLocalVariable | Variable 'pickups' should be declared final. | 53 |
![]() |
coding | FinalLocalVariable | Variable 'places' should be declared final. | 54 |
![]() |
coding | FinalLocalVariable | Variable 'node' should be declared final. | 63 |
![]() |
coding | FinalLocalVariable | Variable 'location' should be declared final. | 64 |
![]() |
coding | FinalLocalVariable | Variable 'entry' should be declared final. | 94 |
![]() |
coding | FinalLocalVariable | Variable 'dirEntries' should be declared final. | 97 |
![]() |
coding | FinalLocalVariable | Variable 'directoryPlace' should be declared final. | 100 |
![]() |
coding | FinalLocalVariable | Variable 'serverConfigStream' should be declared final. | 116 |
![]() |
coding | FinalLocalVariable | Variable 'serverLocation' should be declared final. | 117 |
![]() |
coding | FinalLocalVariable | Variable 'clientConfigStream' should be declared final. | 123 |
![]() |
coding | FinalLocalVariable | Variable 'clientLocation' should be declared final. | 124 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'preferredViews' must be private and have accessor methods. | 17 |
![]() |
design | VisibilityModifier | Variable 'analyzedDataName' must be private and have accessor methods. | 18 |
![]() |
design | VisibilityModifier | Variable 'preferredViewPatternList' must be private and have accessor methods. | 19 |
![]() |
design | VisibilityModifier | Variable 'findPreferredViewByRegex' must be private and have accessor methods. | 21 |
![]() |
coding | RequireThis | Reference to instance variable 'findPreferredViewByRegex' needs "this.". | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'preferredViewPatternList' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'preferredViews' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'findPreferredViewByRegex' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'preferredViewPatternList' needs "this.". | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'preferredViews' needs "this.". | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 74 |
![]() |
design | VisibilityModifier | Variable 'retries' must be private and have accessor methods. | 75 |
![]() |
design | VisibilityModifier | Variable 'username' must be private and have accessor methods. | 76 |
![]() |
design | VisibilityModifier | Variable 'connectionTimeout' must be private and have accessor methods. | 78 |
![]() |
design | VisibilityModifier | Variable 'connectionManagerTimeout' must be private and have accessor methods. | 80 |
![]() |
design | VisibilityModifier | Variable 'socketTimeout' must be private and have accessor methods. | 82 |
![]() |
misc | FinalParameters | Parameter requestConfig should be final. | 168 |
![]() |
misc | FinalParameters | Parameter connectionConfig should be final. | 168 |
![]() |
misc | FinalParameters | Parameter client should be final. | 172 |
![]() |
misc | FinalParameters | Parameter client should be final. | 176 |
![]() |
misc | FinalParameters | Parameter requestConfig should be final. | 176 |
![]() |
misc | FinalParameters | Parameter connectionConfig should be final. | 176 |
![]() |
coding | FinalLocalVariable | Variable 'localContext' should be declared final. | 199 |
![]() |
coding | RequireThis | Reference to instance variable 'requestConfig' needs "this.". | 210 |
![]() |
coding | FinalLocalVariable | Variable 'thisClient' should be declared final. | 211 |
![]() |
coding | FinalLocalVariable | Variable 'response' should be declared final. | 215 |
![]() |
coding | RequireThis | Reference to instance variable 'client' needs "this.". | 222 |
![]() |
coding | RequireThis | Reference to instance variable 'requestConfig' needs "this.". | 226 |
![]() |
coding | RequireThis | Reference to instance variable 'connectionConfig' needs "this.". | 230 |
![]() |
misc | FinalParameters | Parameter timeout should be final. | 234 |
![]() |
coding | RequireThis | Reference to instance variable 'connectionConfig' needs "this.". | 236 |
![]() |
coding | RequireThis | Reference to instance variable 'connectionConfig' needs "this.". | 236 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 246 |
![]() |
misc | FinalParameters | Parameter context should be final. | 246 |
![]() |
coding | HiddenField | 'context' hides a field. | 246 |
![]() |
misc | FinalParameters | Parameter endpoint should be final. | 246 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 250 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 254 |
![]() |
misc | FinalParameters | Parameter csrfToken should be final. | 254 |
![]() |
coding | FinalLocalVariable | Variable 'method' should be declared final. | 255 |
![]() |
misc | FinalParameters | Parameter request should be final. | 260 |
![]() |
misc | FinalParameters | Parameter csrfToken should be final. | 260 |
![]() |
misc | FinalParameters | Parameter request should be final. | 264 |
![]() |
misc | FinalParameters | Parameter csrfParam should be final. | 264 |
![]() |
misc | FinalParameters | Parameter csrfToken should be final. | 264 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'origCfg' should be declared final. | 31 |
![]() |
coding | FinalLocalVariable | Variable 'hiddenCfg' should be declared final. | 32 |
![]() |
coding | FinalLocalVariable | Variable 'client' should be declared final. | 37 |
![]() |
coding | FinalLocalVariable | Variable 'requestConfig' should be declared final. | 38 |
![]() |
coding | FinalLocalVariable | Variable 'connectionConfig' should be declared final. | 39 |
![]() |
coding | FinalLocalVariable | Variable 'client' should be declared final. | 62 |
![]() |
coding | FinalLocalVariable | Variable 'requestConfig' should be declared final. | 63 |
![]() |
coding | FinalLocalVariable | Variable 'connectionConfig' should be declared final. | 64 |
![]() |
coding | FinalLocalVariable | Variable 'cfgFile' should be declared final. | 75 |
![]() |
coding | FinalLocalVariable | Variable 'newConnectionTimeout' should be declared final. | 77 |
![]() |
coding | FinalLocalVariable | Variable 'newConnectionManagerTimeout' should be declared final. | 78 |
![]() |
coding | FinalLocalVariable | Variable 'newSocketTimeout' should be declared final. | 79 |
![]() |
coding | FinalLocalVariable | Variable 'cfg' should be declared final. | 80 |
![]() |
coding | FinalLocalVariable | Variable 'data' should be declared final. | 83 |
![]() |
coding | FinalLocalVariable | Variable 'client' should be declared final. | 86 |
![]() |
coding | FinalLocalVariable | Variable 'requestConfig' should be declared final. | 87 |
![]() |
coding | FinalLocalVariable | Variable 'connectionConfig' should be declared final. | 88 |
![]() |
coding | FinalLocalVariable | Variable 'client' should be declared final. | 103 |
![]() |
coding | FinalLocalVariable | Variable 'connectionConfig' should be declared final. | 105 |
![]() |
coding | FinalLocalVariable | Variable 'valueInCfgOnClasspath' should be declared final. | 107 |
![]() |
coding | FinalLocalVariable | Variable 'newTimeout' should be declared final. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 28 |
![]() |
design | VisibilityModifier | Variable 'content' must be private and have accessor methods. | 30 |
![]() |
design | VisibilityModifier | Variable 'contentType' must be private and have accessor methods. | 31 |
![]() |
design | VisibilityModifier | Variable 'headers' must be private and have accessor methods. | 32 |
![]() |
design | VisibilityModifier | Variable 'objectMapper' must be private and have accessor methods. | 33 |
![]() |
misc | FinalParameters | Parameter response should be final. | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'headers' needs "this.". | 38 |
![]() |
coding | FinalLocalVariable | Variable 'contentHeaders' should be declared final. | 39 |
![]() |
coding | RequireThis | Reference to instance variable 'contentType' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'contentType' needs "this.". | 50 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'status' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'content' needs "this.". | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'status' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'headers' needs "this.". | 75 |
![]() |
coding | RequireThis | Reference to instance variable 'content' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'status' needs "this.". | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'content' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'status' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'content' needs "this.". | 87 |
![]() |
misc | FinalParameters | Parameter mapper should be final. | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'content' needs "this.". | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'status' needs "this.". | 96 |
![]() |
coding | RequireThis | Reference to instance variable 'objectMapper' needs "this.". | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'content' needs "this.". | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'content' needs "this.". | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'content' needs "this.". | 103 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 107 |
![]() |
misc | FinalParameters | Parameter mapper should be final. | 107 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 110 |
![]() |
misc | FinalParameters | Parameter response should be final. | 124 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 125 |
![]() |
coding | FinalLocalVariable | Variable 'er' should be declared final. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'connMan' must be private and have accessor methods. | 79 |
![]() |
design | VisibilityModifier | Variable 'maxConns' must be private and have accessor methods. | 83 |
![]() |
design | VisibilityModifier | Variable 'userAgent' must be private and have accessor methods. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'pw' should be declared final. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 21 should be alone on a line. | 22 |
![]() |
misc | FinalParameters | Parameter name should be final. | 24 |
![]() |
misc | FinalParameters | Parameter status should be final. | 24 |
![]() |
coding | RequireThis | Reference to instance variable 'name' needs "this.". | 30 |
![]() |
misc | FinalParameters | Parameter name should be final. | 33 |
![]() |
coding | HiddenField | 'name' hides a field. | 33 |
![]() |
coding | RequireThis | Reference to instance variable 'status' needs "this.". | 38 |
![]() |
misc | FinalParameters | Parameter status should be final. | 41 |
![]() |
coding | HiddenField | 'status' hides a field. | 41 |
![]() |
misc | FinalParameters | Parameter o should be final. | 46 |
![]() |
misc | FinalParameters | Parameter o should be final. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'agents' needs "this.". | 27 |
![]() |
misc | FinalParameters | Parameter host should be final. | 30 |
![]() |
misc | FinalParameters | Parameter agents should be final. | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'host' needs "this.". | 36 |
![]() |
misc | FinalParameters | Parameter host should be final. | 39 |
![]() |
coding | HiddenField | 'host' hides a field. | 39 |
![]() |
coding | RequireThis | Reference to instance variable 'agents' needs "this.". | 44 |
![]() |
misc | FinalParameters | Parameter agents should be final. | 47 |
![]() |
coding | HiddenField | 'agents' hides a field. | 47 |
![]() |
misc | FinalParameters | Parameter agent should be final. | 51 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'json' should be declared final. | 22 |
![]() |
coding | FinalLocalVariable | Variable 'json' should be declared final. | 29 |
![]() |
coding | FinalLocalVariable | Variable 'json' should be declared final. | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'timestamp' needs "this.". | 36 |
![]() |
coding | RequireThis | Reference to instance variable 'host' needs "this.". | 37 |
![]() |
coding | HiddenField | 'host' hides a field. | 49 |
![]() |
coding | HiddenField | 'timestamp' hides a field. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'expected' should be declared final. | 11 |
![]() |
coding | FinalLocalVariable | Variable 'formatter' should be declared final. | 12 |
![]() |
coding | FinalLocalVariable | Variable 'agent' should be declared final. | 18 |
![]() |
coding | FinalLocalVariable | Variable 'expected' should be declared final. | 19 |
![]() |
coding | FinalLocalVariable | Variable 'formatter' should be declared final. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'lc' needs "this.". | 21 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 25 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 26 |
![]() |
coding | RequireThis | Reference to instance variable 'rootLogger' needs "this.". | 27 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 27 |
![]() |
coding | RequireThis | Reference to instance variable 'rootLogger' needs "this.". | 32 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 32 |
![]() |
coding | FinalLocalVariable | Variable 'agent1' should be declared final. | 37 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'agent2' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 38 |
![]() |
coding | FinalLocalVariable | Variable 'agent2' should be declared final. | 38 |
![]() |
coding | FinalLocalVariable | Variable 'agent3' should be declared final. | 39 |
![]() |
coding | FinalLocalVariable | Variable 'agentSet' should be declared final. | 42 |
![]() |
coding | FinalLocalVariable | Variable 'agentList' should be declared final. | 46 |
![]() |
coding | FinalLocalVariable | Variable 'expected' should be declared final. | 50 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 50 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 51 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 36 should be alone on a line. | 26 |
![]() |
misc | FinalParameters | Parameter local should be final. | 28 |
![]() |
misc | FinalParameters | Parameter pl should be final. | 32 |
![]() |
coding | RequireThis | Reference to instance variable 'local' needs "this.". | 39 |
![]() |
misc | FinalParameters | Parameter local should be final. | 42 |
![]() |
coding | HiddenField | 'local' hides a field. | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'cluster' needs "this.". | 47 |
![]() |
misc | FinalParameters | Parameter e should be final. | 51 |
![]() |
coding | FinalLocalVariable | Variable 'pre' should be declared final. | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'cluster' needs "this.". | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'local' needs "this.". | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter error should be final. | 24 |
![]() |
coding | RequireThis | Reference to instance variable 'errors' needs "this.". | 25 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 34 |
![]() |
misc | FinalParameters | Parameter errors should be final. | 39 |
![]() |
coding | HiddenField | 'errors' hides a field. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'flavors' must be private and have accessor methods. | 18 |
![]() |
design | VisibilityModifier | Variable 'configs' must be private and have accessor methods. | 21 |
![]() |
design | VisibilityModifier | Variable 'entries' must be private and have accessor methods. | 24 |
![]() |
blocks | RightCurly | '}' at column 22 should be alone on a line. | 26 |
![]() |
misc | FinalParameters | Parameter flavors should be final. | 28 |
![]() |
misc | FinalParameters | Parameter configs should be final. | 28 |
![]() |
misc | FinalParameters | Parameter entries should be final. | 28 |
![]() |
coding | RequireThis | Reference to instance variable 'flavors' needs "this.". | 35 |
![]() |
misc | FinalParameters | Parameter flavors should be final. | 38 |
![]() |
coding | HiddenField | 'flavors' hides a field. | 38 |
![]() |
coding | RequireThis | Reference to instance variable 'configs' needs "this.". | 43 |
![]() |
misc | FinalParameters | Parameter configs should be final. | 46 |
![]() |
coding | HiddenField | 'configs' hides a field. | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'entries' needs "this.". | 51 |
![]() |
misc | FinalParameters | Parameter entries should be final. | 54 |
![]() |
coding | HiddenField | 'entries' hides a field. | 54 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'configs' needs "this.". | 25 |
![]() |
coding | RequireThis | Reference to instance variable 'configs' needs "this.". | 29 |
![]() |
misc | FinalParameters | Parameter configs should be final. | 32 |
![]() |
coding | HiddenField | 'configs' hides a field. | 32 |
![]() |
misc | FinalParameters | Parameter config should be final. | 36 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 37 should be alone on a line. | 21 |
![]() |
misc | FinalParameters | Parameter local should be final. | 23 |
![]() |
coding | RequireThis | Reference to instance variable 'local' needs "this.". | 28 |
![]() |
misc | FinalParameters | Parameter local should be final. | 31 |
![]() |
coding | HiddenField | 'local' hides a field. | 31 |
![]() |
misc | FinalParameters | Parameter e should be final. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 25 should be alone on a line. | 35 |
![]() |
misc | FinalParameters | Parameter directoryEntry should be final. | 37 |
![]() |
coding | RequireThis | Reference to instance variable 'entry' needs "this.". | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'directoryEntry' needs "this.". | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'dataId' needs "this.". | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'directoryEntry' needs "this.". | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'cost' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'directoryEntry' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'quality' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'directoryEntry' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'expense' needs "this.". | 47 |
![]() |
coding | RequireThis | Reference to instance variable 'directoryEntry' needs "this.". | 47 |
![]() |
coding | RequireThis | Reference to instance variable 'directoryEntry' needs "this.". | 51 |
![]() |
misc | FinalParameters | Parameter directoryEntry should be final. | 54 |
![]() |
coding | HiddenField | 'directoryEntry' hides a field. | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'entry' needs "this.". | 59 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 62 |
![]() |
coding | HiddenField | 'entry' hides a field. | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'dataId' needs "this.". | 67 |
![]() |
misc | FinalParameters | Parameter dataId should be final. | 70 |
![]() |
coding | HiddenField | 'dataId' hides a field. | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'cost' needs "this.". | 75 |
![]() |
misc | FinalParameters | Parameter cost should be final. | 78 |
![]() |
coding | HiddenField | 'cost' hides a field. | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'quality' needs "this.". | 83 |
![]() |
misc | FinalParameters | Parameter quality should be final. | 86 |
![]() |
coding | HiddenField | 'quality' hides a field. | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'expense' needs "this.". | 91 |
![]() |
misc | FinalParameters | Parameter expense should be final. | 94 |
![]() |
coding | HiddenField | 'expense' hides a field. | 94 |
![]() |
misc | FinalParameters | Parameter o should be final. | 99 |
![]() |
misc | FinalParameters | Parameter o should be final. | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'entries' needs "this.". | 27 |
![]() |
misc | FinalParameters | Parameter directoryPlace should be final. | 30 |
![]() |
misc | FinalParameters | Parameter entries should be final. | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'directoryPlace' needs "this.". | 36 |
![]() |
misc | FinalParameters | Parameter directoryPlace should be final. | 39 |
![]() |
coding | HiddenField | 'directoryPlace' hides a field. | 39 |
![]() |
coding | RequireThis | Reference to instance variable 'entries' needs "this.". | 44 |
![]() |
misc | FinalParameters | Parameter entries should be final. | 47 |
![]() |
coding | HiddenField | 'entries' hides a field. | 47 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 51 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 39 should be alone on a line. | 20 |
![]() |
misc | FinalParameters | Parameter local should be final. | 22 |
![]() |
coding | RequireThis | Reference to instance variable 'local' needs "this.". | 27 |
![]() |
misc | FinalParameters | Parameter local should be final. | 30 |
![]() |
coding | HiddenField | 'local' hides a field. | 30 |
![]() |
misc | FinalParameters | Parameter local should be final. | 34 |
![]() |
coding | HiddenField | 'local' hides a field. | 34 |
![]() |
misc | FinalParameters | Parameter e should be final. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'response' needs "this.". | 24 |
![]() |
misc | FinalParameters | Parameter key should be final. | 27 |
![]() |
misc | FinalParameters | Parameter value should be final. | 27 |
![]() |
misc | FinalParameters | Parameter e should be final. | 36 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter host should be final. | 24 |
![]() |
misc | FinalParameters | Parameter peers should be final. | 24 |
![]() |
blocks | RightCurly | '}' at column 24 should be alone on a line. | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'host' needs "this.". | 33 |
![]() |
misc | FinalParameters | Parameter host should be final. | 36 |
![]() |
coding | HiddenField | 'host' hides a field. | 36 |
![]() |
coding | RequireThis | Reference to instance variable 'peers' needs "this.". | 41 |
![]() |
misc | FinalParameters | Parameter peers should be final. | 44 |
![]() |
coding | HiddenField | 'peers' hides a field. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 35 should be alone on a line. | 27 |
![]() |
misc | FinalParameters | Parameter local should be final. | 29 |
![]() |
misc | FinalParameters | Parameter pl should be final. | 33 |
![]() |
coding | RequireThis | Reference to instance variable 'cluster' needs "this.". | 34 |
![]() |
coding | RequireThis | Reference to instance variable 'cluster' needs "this.". | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'local' needs "this.". | 41 |
![]() |
misc | FinalParameters | Parameter local should be final. | 44 |
![]() |
coding | HiddenField | 'local' hides a field. | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'cluster' needs "this.". | 49 |
![]() |
misc | FinalParameters | Parameter e should be final. | 53 |
![]() |
coding | FinalLocalVariable | Variable 'pre' should be declared final. | 56 |
![]() |
coding | FinalLocalVariable | Variable 'errors' should be declared final. | 69 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'places' needs "this.". | 27 |
![]() |
misc | FinalParameters | Parameter host should be final. | 30 |
![]() |
misc | FinalParameters | Parameter places should be final. | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'host' needs "this.". | 36 |
![]() |
misc | FinalParameters | Parameter host should be final. | 39 |
![]() |
coding | HiddenField | 'host' hides a field. | 39 |
![]() |
coding | RequireThis | Reference to instance variable 'places' needs "this.". | 44 |
![]() |
misc | FinalParameters | Parameter places should be final. | 47 |
![]() |
coding | HiddenField | 'places' hides a field. | 47 |
![]() |
misc | FinalParameters | Parameter place should be final. | 51 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 36 should be alone on a line. | 27 |
![]() |
misc | FinalParameters | Parameter local should be final. | 29 |
![]() |
misc | FinalParameters | Parameter pl should be final. | 33 |
![]() |
coding | RequireThis | Reference to instance variable 'cluster' needs "this.". | 34 |
![]() |
coding | RequireThis | Reference to instance variable 'cluster' needs "this.". | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'local' needs "this.". | 44 |
![]() |
misc | FinalParameters | Parameter local should be final. | 47 |
![]() |
coding | HiddenField | 'local' hides a field. | 47 |
![]() |
coding | RequireThis | Reference to instance variable 'cluster' needs "this.". | 52 |
![]() |
misc | FinalParameters | Parameter e should be final. | 56 |
![]() |
coding | FinalLocalVariable | Variable 'pre' should be declared final. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter client should be final. | 23 |
![]() |
misc | FinalParameters | Parameter endpoint should be final. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'in' should be declared final. | 18 |
![]() |
coding | RequireThis | Reference to instance variable 'bannerText' needs "this.". | 20 |
![]() |
coding | FinalLocalVariable | Variable 'reader' should be declared final. | 24 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 25 |
![]() |
coding | RequireThis | Reference to instance variable 'bannerText' needs "this.". | 34 |
![]() |
coding | RequireThis | Reference to instance variable 'bannerText' needs "this.". | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 68 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'projectBase' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'logbackConfig' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'logbackConfig' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'flavor' needs "this.". | 89 |
![]() |
misc | FinalParameters | Parameter flavor should be final. | 92 |
![]() |
coding | HiddenField | 'flavor' hides a field. | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'binDir' needs "this.". | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'binDir' needs "this.". | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'outputDir' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'outputDir' needs "this.". | 109 |
![]() |
coding | RequireThis | Reference to instance variable 'errorDir' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'errorDir' needs "this.". | 116 |
![]() |
coding | RequireThis | Reference to instance variable 'quiet' needs "this.". | 120 |
![]() |
misc | FinalParameters | Parameter key should be final. | 143 |
![]() |
misc | FinalParameters | Parameter value should be final. | 143 |
![]() |
misc | FinalParameters | Parameter clazz should be final. | 157 |
![]() |
misc | FinalParameters | Parameter args should be final. | 157 |
![]() |
coding | FinalLocalVariable | Variable 'cmd' should be declared final. | 158 |
![]() |
coding | FinalLocalVariable | Variable 'baos' should be declared final. | 164 |
![]() |
coding | FinalLocalVariable | Variable 'ps' should be declared final. | 165 |
![]() |
coding | FinalLocalVariable | Variable 'old' should be declared final. | 166 |
![]() |
coding | FinalLocalVariable | Variable 'cl' should be declared final. | 169 |
![]() |
coding | FinalLocalVariable | Variable 'code' should be declared final. | 170 |
![]() |
misc | FinalParameters | Parameter clazz should be final. | 193 |
![]() |
misc | FinalParameters | Parameter args should be final. | 193 |
![]() |
coding | FinalLocalVariable | Variable 'loggerContext' should be declared final. | 206 |
![]() |
coding | FinalLocalVariable | Variable 'logCfg' should be declared final. | 207 |
![]() |
misc | FinalParameters | Parameter loggerContext should be final. | 221 |
![]() |
misc | FinalParameters | Parameter configFilePath should be final. | 221 |
![]() |
coding | FinalLocalVariable | Variable 'newContext' should be declared final. | 224 |
![]() |
misc | FinalParameters | Parameter format should be final. | 232 |
![]() |
misc | FinalParameters | Parameter args should be final. | 232 |
![]() |
blocks | RightCurly | '}' at column 24 should be alone on a line. | 246 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'flavorString' should be declared final. | 18 |
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 19 |
![]() |
coding | FinalLocalVariable | Variable 'cmd' should be declared final. | 24 |
![]() |
misc | FinalParameters | Parameter c should be final. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'offline' needs "this.". | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'spec' needs "this.". | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'offline' needs "this.". | 55 |
![]() |
misc | FinalParameters | Parameter c should be final. | 62 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'offline' needs "this.". | 65 |
![]() |
coding | FinalLocalVariable | Variable 'endpoint' should be declared final. | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'detailed' needs "this.". | 73 |
![]() |
coding | FinalLocalVariable | Variable 'client' should be declared final. | 75 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'detailed' needs "this.". | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter client should be final. | 28 |
![]() |
misc | FinalParameters | Parameter endpoint should be final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 25 should be alone on a line. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'bashable' needs "this.". | 37 |
![]() |
coding | RequireThis | Reference to instance variable 'bashable' needs "this.". | 43 |
![]() |
misc | FinalParameters | Parameter c should be final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'lc' should be declared final. | 55 |
![]() |
coding | FinalLocalVariable | Variable 'jettyUtilLogger' should be declared final. | 58 |
![]() |
coding | FinalLocalVariable | Variable 'client' should be declared final. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'priorityDirectories' needs "this.". | 101 |
![]() |
coding | RequireThis | Reference to instance variable 'spec' needs "this.". | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'workspaceClass' needs "this.". | 106 |
![]() |
coding | FinalLocalVariable | Variable 'ws' should be declared final. | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'workspaceClass' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'workspaceClass' needs "this.". | 111 |
![]() |
coding | FinalLocalVariable | Variable 'flavorSet' should be declared final. | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'workspaceClass' needs "this.". | 138 |
![]() |
coding | RequireThis | Reference to instance variable 'simple' needs "this.". | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'caseId' needs "this.". | 146 |
![]() |
coding | RequireThis | Reference to instance variable 'caseClass' needs "this.". | 150 |
![]() |
coding | RequireThis | Reference to instance variable 'eatPrefix' needs "this.". | 154 |
![]() |
coding | RequireThis | Reference to instance variable 'skipDotFile' needs "this.". | 158 |
![]() |
coding | RequireThis | Reference to instance variable 'includeDirs' needs "this.". | 162 |
![]() |
coding | RequireThis | Reference to instance variable 'clientPattern' needs "this.". | 166 |
![]() |
coding | RequireThis | Reference to instance variable 'bundleSize' needs "this.". | 170 |
![]() |
coding | RequireThis | Reference to instance variable 'priorityDirectories' needs "this.". | 181 |
![]() |
coding | RequireThis | Reference to instance variable 'sort' needs "this.". | 185 |
![]() |
coding | RequireThis | Reference to instance variable 'workspaceName' needs "this.". | 189 |
![]() |
coding | RequireThis | Reference to instance variable 'loop' needs "this.". | 193 |
![]() |
coding | RequireThis | Reference to instance variable 'retry' needs "this.". | 197 |
![]() |
coding | RequireThis | Reference to instance variable 'fileTimestamp' needs "this.". | 201 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'tmpDir' must be private and have accessor methods. | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'baseDir' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'inputDir' needs "this.". | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'inputDir' needs "this.". | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'baseDir' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'inputDir' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'inputDir' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'baseDir' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 95 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 96 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'baseDir' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 101 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 104 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 105 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 107 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 109 |
![]() |
design | VisibilityModifier | Variable 'cartesian' must be private and have accessor methods. | 113 |
![]() |
misc | FinalParameters | Parameter context should be final. | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'cartesian' needs "this.". | 122 |
![]() |
misc | FinalParameters | Parameter baseDirArg should be final. | 128 |
![]() |
misc | FinalParameters | Parameter inputDirArg should be final. | 129 |
![]() |
misc | FinalParameters | Parameter stringArg should be final. | 130 |
![]() |
misc | FinalParameters | Parameter booleanArg should be final. | 131 |
![]() |
misc | FinalParameters | Parameter intArg should be final. | 132 |
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 135 |
![]() |
coding | RequireThis | Reference to instance variable 'baseDir' needs "this.". | 135 |
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 136 |
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 137 |
![]() |
coding | RequireThis | Reference to instance variable 'inputDir' needs "this.". | 137 |
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 138 |
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 139 |
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 140 |
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 141 |
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 145 |
![]() |
coding | RequireThis | Reference to instance variable 'baseDir' needs "this.". | 150 |
![]() |
coding | RequireThis | Reference to instance variable 'inputDir' needs "this.". | 150 |
![]() |
coding | RequireThis | Reference to instance variable 'baseDir' needs "this.". | 156 |
![]() |
coding | RequireThis | Reference to instance variable 'inputDir' needs "this.". | 156 |
![]() |
coding | RequireThis | Reference to instance variable 'baseDir' needs "this.". | 163 |
![]() |
coding | RequireThis | Reference to instance variable 'inputDir' needs "this.". | 163 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'subcommands' must be private and have accessor methods. | 26 |
![]() |
coding | RequireThis | Reference to instance variable 'subcommands' needs "this.". | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'subcommands' needs "this.". | 34 |
![]() |
misc | FinalParameters | Parameter c should be final. | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'subcommands' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'subcommands' needs "this.". | 47 |
![]() |
coding | FinalLocalVariable | Variable 'subcommand' should be declared final. | 51 |
![]() |
misc | FinalParameters | Parameter cl should be final. | 61 |
![]() |
coding | FinalLocalVariable | Variable 'descList' should be declared final. | 65 |
![]() |
misc | FinalParameters | Parameter c should be final. | 75 |
![]() |
misc | FinalParameters | Parameter subcommand should be final. | 75 |
![]() |
coding | FinalLocalVariable | Variable 'help' should be declared final. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'port' needs "this.". | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'host' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'scheme' needs "this.". | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'jettyUserFile' needs "this.". | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'sslEnabled' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'sniDisabled' needs "this.". | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'sslEnabled' needs "this.". | 94 |
![]() |
coding | FinalLocalVariable | Variable 'flavorMode' should be declared final. | 95 |
![]() |
coding | FinalLocalVariable | Variable 'flavorSet' should be declared final. | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'scheme' needs "this.". | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'host' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'port' needs "this.". | 119 |
![]() |
coding | RequireThis | Reference to instance variable 'scheme' needs "this.". | 120 |
![]() |
misc | FinalParameters | Parameter endpoint should be final. | 130 |
![]() |
misc | FinalParameters | Parameter endpoint should be final. | 140 |
![]() |
coding | FinalLocalVariable | Variable 'client' should be declared final. | 141 |
![]() |
coding | FinalLocalVariable | Variable 'post' should be declared final. | 142 |
![]() |
misc | FinalParameters | Parameter endpoint should be final. | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'monitor' needs "this.". | 34 |
![]() |
coding | RequireThis | Reference to instance variable 'sleepInterval' needs "this.". | 38 |
![]() |
coding | RequireThis | Reference to instance variable 'clustered' needs "this.". | 42 |
![]() |
misc | FinalParameters | Parameter c should be final. | 50 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 59 |
![]() |
coding | FinalLocalVariable | Variable 'client' should be declared final. | 66 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 68 |
![]() |
coding | FinalLocalVariable | Variable 'endpoint' should be declared final. | 83 |
![]() |
coding | FinalLocalVariable | Variable 'response' should be declared final. | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 90 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter c should be final. | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'delimiter' needs "this.". | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'ignoreHost' needs "this.". | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'delimiter' needs "this.". | 52 |
![]() |
coding | FinalLocalVariable | Variable 'replaced' should be declared final. | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'delimiter' needs "this.". | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'delimiter' needs "this.". | 54 |
![]() |
misc | FinalParameters | Parameter wantPort should be final. | 59 |
![]() |
coding | FinalLocalVariable | Variable 'peerConfig' should be declared final. | 60 |
![]() |
coding | FinalLocalVariable | Variable 'peer' should be declared final. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'outContent' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'errContent' needs "this.". | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'outContent' needs "this.". | 50 |
![]() |
coding | RequireThis | Reference to instance variable 'errContent' needs "this.". | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'outContent' needs "this.". | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'outContent' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'arguments' needs "this.". | 90 |
![]() |
coding | FinalLocalVariable | Variable 'newLine' should be declared final. | 91 |
![]() |
coding | FinalLocalVariable | Variable 'expected' should be declared final. | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'command' needs "this.". | 95 |
![]() |
coding | RequireThis | Reference to instance variable 'outContent' needs "this.". | 98 |
![]() |
coding | FinalLocalVariable | Variable 'peers' should be declared final. | 104 |
![]() |
coding | FinalLocalVariable | Variable 'peers' should be declared final. | 114 |
![]() |
coding | FinalLocalVariable | Variable 'peers' should be declared final. | 124 |
![]() |
coding | FinalLocalVariable | Variable 'peers' should be declared final. | 133 |
![]() |
misc | FinalParameters | Parameter cmd should be final. | 148 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'origOut' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 149 |
![]() |
coding | FinalLocalVariable | Variable 'origOut' should be declared final. | 149 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'origErr' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 150 |
![]() |
coding | FinalLocalVariable | Variable 'origErr' should be declared final. | 150 |
![]() |
coding | RequireThis | Reference to instance variable 'outContent' needs "this.". | 151 |
![]() |
coding | RequireThis | Reference to instance variable 'errContent' needs "this.". | 152 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter client should be final. | 23 |
![]() |
misc | FinalParameters | Parameter endpoint should be final. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'mode' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'staticDir' needs "this.". | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'agents' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'dumpJettyBeans' needs "this.". | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'strictMode' needs "this.". | 78 |
![]() |
coding | FinalLocalVariable | Variable 'flavorMode' should be declared final. | 89 |
![]() |
coding | FinalLocalVariable | Variable 'flavorSet' should be declared final. | 101 |
![]() |
misc | FinalParameters | Parameter state should be final. | 129 |
![]() |
coding | FinalLocalVariable | Variable 'response' should be declared final. | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'cmd' should be declared final. | 19 |
![]() |
coding | FinalLocalVariable | Variable 'cmd' should be declared final. | 25 |
![]() |
coding | FinalLocalVariable | Variable 'cmd' should be declared final. | 31 |
![]() |
coding | FinalLocalVariable | Variable 'e' should be declared final. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'csrf' needs "this.". | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'stop' needs "this.". | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'kill' needs "this.". | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'pause' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'unpause' needs "this.". | 60 |
![]() |
misc | FinalParameters | Parameter c should be final. | 92 |
![]() |
coding | FinalLocalVariable | Variable 'response' should be declared final. | 97 |
![]() |
coding | FinalLocalVariable | Variable 'isRunning' should be declared final. | 98 |
![]() |
coding | FinalLocalVariable | Variable 'response' should be declared final. | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter c should be final. | 32 |
![]() |
coding | FinalLocalVariable | Variable 'endpoint' should be declared final. | 34 |
![]() |
coding | FinalLocalVariable | Variable 'client' should be declared final. | 36 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'quiet' must be private and have accessor methods. | 18 |
![]() |
coding | RequireThis | Reference to instance variable 'quiet' needs "this.". | 21 |
![]() |
misc | FinalParameters | Parameter c should be final. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter optionName should be final. | 21 |
![]() |
misc | FinalParameters | Parameter value should be final. | 26 |
![]() |
coding | FinalLocalVariable | Variable 'p' should be declared final. | 27 |
![]() |
coding | FinalLocalVariable | Variable 'msg' should be declared final. | 29 |
![]() |
coding | RequireThis | Reference to instance variable 'optionName' needs "this.". | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 25 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 26 |
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 32 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 38 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 38 |
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 38 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 47 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 47 |
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 47 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter s should be final. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter optionName should be final. | 20 |
![]() |
misc | FinalParameters | Parameter value should be final. | 27 |
![]() |
coding | RequireThis | Reference to instance variable 'optionName' needs "this.". | 28 |
![]() |
misc | FinalParameters | Parameter option should be final. | 31 |
![]() |
misc | FinalParameters | Parameter value should be final. | 31 |
![]() |
coding | FinalLocalVariable | Variable 'p' should be declared final. | 32 |
![]() |
coding | FinalLocalVariable | Variable 'msg' should be declared final. | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'optionName' needs "this.". | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 24 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 25 |
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 31 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 37 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 37 |
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 37 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter optionName should be final. | 15 |
![]() |
misc | FinalParameters | Parameter value should be final. | 22 |
![]() |
coding | FinalLocalVariable | Variable 'p' should be declared final. | 23 |
![]() |
coding | FinalLocalVariable | Variable 'msg' should be declared final. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'path' hides a field. | 26 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 28 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 34 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 34 |
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 34 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 43 |
![]() |
coding | FinalLocalVariable | Variable 'perms' should be declared final. | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 54 |
![]() |
coding | FinalLocalVariable | Variable 'cnvrt' should be declared final. | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 57 |
![]() |
coding | FinalLocalVariable | Variable 'thrown' should be declared final. | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter value should be final. | 22 |
![]() |
coding | FinalLocalVariable | Variable 'matcher' should be declared final. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 23 |
![]() |
coding | RequireThis | Reference to instance variable 'pd' needs "this.". | 24 |
![]() |
coding | RequireThis | Reference to instance variable 'pd' needs "this.". | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'pd' needs "this.". | 33 |
![]() |
coding | RequireThis | Reference to instance variable 'pd' needs "this.". | 34 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'pd' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'pd' needs "this.". | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'pd' needs "this.". | 50 |
![]() |
coding | RequireThis | Reference to instance variable 'pd' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'pd' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'pd' needs "this.". | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'pd' needs "this.". | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'pd' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'pd' needs "this.". | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter optionName should be final. | 16 |
![]() |
misc | FinalParameters | Parameter value should be final. | 23 |
![]() |
coding | FinalLocalVariable | Variable 'origValue' should be declared final. | 24 |
![]() |
coding | FinalLocalVariable | Variable 'projectBaseEnv' should be declared final. | 25 |
![]() |
coding | FinalLocalVariable | Variable 'projectBaseEnvPath' should be declared final. | 26 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'value' is not allowed. | 41 |
![]() |
coding | FinalLocalVariable | Variable 'p' should be declared final. | 45 |
![]() |
coding | FinalLocalVariable | Variable 'pString' should be declared final. | 46 |
![]() |
coding | FinalLocalVariable | Variable 'msg' should be declared final. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 24 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 25 |
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 31 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 36 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 36 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 42 |
![]() |
coding | FinalLocalVariable | Variable 'projectBase' should be declared final. | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter value should be final. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 24 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 25 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 36 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 37 |
![]() |
coding | FinalLocalVariable | Variable 'one' should be declared final. | 39 |
![]() |
coding | FinalLocalVariable | Variable 'two' should be declared final. | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 55 |
![]() |
coding | FinalLocalVariable | Variable 'one' should be declared final. | 57 |
![]() |
coding | FinalLocalVariable | Variable 'two' should be declared final. | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 73 |
![]() |
coding | FinalLocalVariable | Variable 'one' should be declared final. | 75 |
![]() |
coding | FinalLocalVariable | Variable 'two' should be declared final. | 76 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'converter' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 91 |
![]() |
coding | FinalLocalVariable | Variable 'one' should be declared final. | 93 |
![]() |
coding | FinalLocalVariable | Variable 'two' should be declared final. | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'comparator' needs "this.". | 102 |
![]() |
misc | FinalParameters | Parameter comparator should be final. | 105 |
![]() |
coding | FinalLocalVariable | Variable 'one' should be declared final. | 106 |
![]() |
coding | FinalLocalVariable | Variable 'two' should be declared final. | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 27 should be alone on a line. | 23 |
![]() |
misc | FinalParameters | Parameter o should be final. | 62 |
![]() |
coding | FinalLocalVariable | Variable 'entry' should be declared final. | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'key' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'value' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'key' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'value' needs "this.". | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 146 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 149 |
![]() |
blocks | RightCurly | '}' at column 27 should be alone on a line. | 638 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'configPath' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'configLogger' needs "this.". | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'configLogger' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'configPath' needs "this.". | 76 |
![]() |
coding | RequireThis | Reference to instance variable 'configPath' needs "this.". | 277 |
![]() |
coding | RequireThis | Reference to instance variable 'configPath' needs "this.". | 400 |
![]() |
coding | RequireThis | Reference to instance variable 'configPath' needs "this.". | 404 |
![]() |
coding | RequireThis | Reference to instance variable 'configPath' needs "this.". | 407 |
![]() |
coding | FinalLocalVariable | Variable 'thrown' should be declared final. | 427 |
![]() |
coding | FinalLocalVariable | Variable 'thrown' should be declared final. | 444 |
![]() |
coding | RequireThis | Reference to instance variable 'configPath' needs "this.". | 543 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 551 |
![]() |
coding | RequireThis | Reference to instance variable 'configPath' needs "this.". | 562 |
![]() |
coding | RequireThis | Reference to instance variable 'configPath' needs "this.". | 568 |
![]() |
coding | RequireThis | Reference to instance variable 'configPath' needs "this.". | 574 |
![]() |
coding | RequireThis | Reference to instance variable 'configPath' needs "this.". | 580 |
![]() |
coding | RequireThis | Reference to instance variable 'configPath' needs "this.". | 587 |
![]() |
coding | FinalLocalVariable | Variable 'importFileName' should be declared final. | 631 |
![]() |
coding | FinalLocalVariable | Variable 'noImportExpectedMessage' should be declared final. | 643 |
![]() |
coding | RequireThis | Reference to instance variable 'configPath' needs "this.". | 650 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 54 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'outputDirectory' must be private and have accessor methods. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'configFiles' should be declared final. | 30 |
![]() |
coding | FinalLocalVariable | Variable 'root' should be declared final. | 37 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 48 |
![]() |
coding | FinalLocalVariable | Variable 'underTest' should be declared final. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'serviceParameters' must be private and have accessor methods. | 57 |
![]() |
design | VisibilityModifier | Variable 'removeParameters' must be private and have accessor methods. | 60 |
![]() |
design | VisibilityModifier | Variable 'operator' must be private and have accessor methods. | 62 |
![]() |
design | VisibilityModifier | Variable 'values' must be private and have accessor methods. | 77 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'nextToken' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 205 |
![]() |
coding | FinalLocalVariable | Variable 'importFileName' should be declared final. | 324 |
![]() |
coding | ModifiedControlVariable | Control variable 'i' is modified. | 416 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 459 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 460 |
![]() |
coding | HiddenField | 'values' hides a field. | 580 |
![]() |
coding | HiddenField | 'values' hides a field. | 846 |
![]() |
coding | FinalLocalVariable | Variable 'value' should be declared final. | 863 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter cfg should be final. | 62 |
![]() |
misc | FinalParameters | Parameter cfgEntry should be final. | 62 |
![]() |
misc | FinalParameters | Parameter expectedLength should be final. | 62 |
![]() |
misc | FinalParameters | Parameter expected should be final. | 62 |
![]() |
coding | FinalLocalVariable | Variable 'iox' should be declared final. | 77 |
![]() |
coding | FinalLocalVariable | Variable 'iox' should be declared final. | 166 |
![]() |
coding | FinalLocalVariable | Variable 'keys' should be declared final. | 279 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'values' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 280 |
![]() |
coding | FinalLocalVariable | Variable 'values' should be declared final. | 280 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be 10. | 356 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be 10. | 357 |
![]() |
coding | FinalLocalVariable | Variable 'importFileName' should be declared final. | 500 |
![]() |
coding | FinalLocalVariable | Variable 'noImportExpectedMessage' should be declared final. | 512 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'agentKey' should be declared final. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'theData' must be private and have accessor methods. | 54 |
![]() |
design | VisibilityModifier | Variable 'theFileName' must be private and have accessor methods. | 60 |
![]() |
design | VisibilityModifier | Variable 'shortName' must be private and have accessor methods. | 65 |
![]() |
design | VisibilityModifier | Variable 'internalId' must be private and have accessor methods. | 70 |
![]() |
design | VisibilityModifier | Variable 'currentForm' must be private and have accessor methods. | 76 |
![]() |
design | VisibilityModifier | Variable 'procError' must be private and have accessor methods. | 81 |
![]() |
design | VisibilityModifier | Variable 'history' must be private and have accessor methods. | 86 |
![]() |
design | VisibilityModifier | Variable 'fontEncoding' must be private and have accessor methods. | 92 |
![]() |
design | VisibilityModifier | Variable 'parameters' must be private and have accessor methods. | 97 |
![]() |
design | VisibilityModifier | Variable 'numChildren' must be private and have accessor methods. | 102 |
![]() |
design | VisibilityModifier | Variable 'numSiblings' must be private and have accessor methods. | 108 |
![]() |
design | VisibilityModifier | Variable 'birthOrder' must be private and have accessor methods. | 113 |
![]() |
design | VisibilityModifier | Variable 'multipartAlternative' must be private and have accessor methods. | 118 |
![]() |
design | VisibilityModifier | Variable 'header' must be private and have accessor methods. | 124 |
![]() |
design | VisibilityModifier | Variable 'footer' must be private and have accessor methods. | 130 |
![]() |
design | VisibilityModifier | Variable 'headerEncoding' must be private and have accessor methods. | 136 |
![]() |
design | VisibilityModifier | Variable 'classification' must be private and have accessor methods. | 142 |
![]() |
design | VisibilityModifier | Variable 'brokenDocument' must be private and have accessor methods. | 148 |
![]() |
design | VisibilityModifier | Variable 'emptyFileTypes' must be private and have accessor methods. | 151 |
![]() |
design | VisibilityModifier | Variable 'priority' must be private and have accessor methods. | 156 |
![]() |
design | VisibilityModifier | Variable 'creationTimestamp' must be private and have accessor methods. | 161 |
![]() |
design | VisibilityModifier | Variable 'extractedRecords' must be private and have accessor methods. | 167 |
![]() |
design | VisibilityModifier | Variable 'outputable' must be private and have accessor methods. | 172 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 177 |
![]() |
design | VisibilityModifier | Variable 'workBundleId' must be private and have accessor methods. | 182 |
![]() |
design | VisibilityModifier | Variable 'transactionId' must be private and have accessor methods. | 187 |
![]() |
design | VisibilityModifier | Variable 'seekableByteChannelFactory' must be private and have accessor methods. | 193 |
![]() |
design | VisibilityModifier | Variable 'tld' must be private and have accessor methods. | 196 |
![]() |
coding | RequireThis | Reference to instance variable 'theData' needs "this.". | 222 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannelFactory' needs "this.". | 223 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannelFactory' needs "this.". | 229 |
![]() |
coding | RequireThis | Reference to instance variable 'tld' needs "this.". | 243 |
![]() |
coding | RequireThis | Reference to instance variable 'tld' needs "this.". | 257 |
![]() |
misc | FinalParameters | Parameter tld should be final. | 282 |
![]() |
misc | FinalParameters | Parameter tld should be final. | 293 |
![]() |
coding | HiddenField | 'header' hides a field. | 307 |
![]() |
coding | HiddenField | 'footer' hides a field. | 338 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannelFactory' needs "this.". | 379 |
![]() |
coding | RequireThis | Reference to instance variable 'theData' needs "this.". | 426 |
![]() |
coding | RequireThis | Reference to instance variable 'theData' needs "this.". | 493 |
![]() |
coding | RequireThis | Reference to instance variable 'theData' needs "this.". | 517 |
![]() |
misc | FinalParameters | Parameter newForm should be final. | 726 |
![]() |
misc | FinalParameters | Parameter method should be final. | 726 |
![]() |
coding | RequireThis | Reference to instance variable 'currentForm' needs "this.". | 727 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 739 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 768 |
![]() |
misc | FinalParameters | Parameter includeCoordinated should be final. | 777 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 778 |
![]() |
misc | FinalParameters | Parameter coordinated should be final. | 792 |
![]() |
misc | FinalParameters | Parameter newHistory should be final. | 797 |
![]() |
coding | FinalLocalVariable | Variable 'entry' should be declared final. | 815 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 815 |
![]() |
coding | FinalLocalVariable | Variable 'entry' should be declared final. | 822 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 822 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 828 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 833 |
![]() |
coding | FinalLocalVariable | Variable 'v' should be declared final. | 954 |
![]() |
coding | HiddenField | 'classification' hides a field. | 1305 |
![]() |
coding | HiddenField | 'priority' hides a field. | 1320 |
![]() |
coding | HiddenField | 'creationTimestamp' hides a field. | 1369 |
![]() |
coding | RequireThis | Reference to instance variable 'outputable' needs "this.". | 1451 |
![]() |
misc | FinalParameters | Parameter outputable should be final. | 1455 |
![]() |
coding | HiddenField | 'outputable' hides a field. | 1455 |
![]() |
coding | RequireThis | Reference to instance variable 'id' needs "this.". | 1461 |
![]() |
misc | FinalParameters | Parameter id should be final. | 1465 |
![]() |
coding | HiddenField | 'id' hides a field. | 1465 |
![]() |
coding | RequireThis | Reference to instance variable 'workBundleId' needs "this.". | 1471 |
![]() |
misc | FinalParameters | Parameter workBundleId should be final. | 1475 |
![]() |
coding | HiddenField | 'workBundleId' hides a field. | 1475 |
![]() |
coding | RequireThis | Reference to instance variable 'transactionId' needs "this.". | 1481 |
![]() |
misc | FinalParameters | Parameter transactionId should be final. | 1485 |
![]() |
coding | HiddenField | 'transactionId' hides a field. | 1485 |
![]() |
coding | RequireThis | Reference to instance variable 'tld' needs "this.". | 1491 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'b5' should be declared final. | 105 |
![]() |
coding | FinalLocalVariable | Variable 'bdo' should be declared final. | 161 |
![]() |
coding | FinalLocalVariable | Variable 'bdo' should be declared final. | 170 |
![]() |
coding | FinalLocalVariable | Variable 'bdo' should be declared final. | 231 |
![]() |
coding | FinalLocalVariable | Variable 'source' should be declared final. | 335 |
![]() |
coding | FinalLocalVariable | Variable 'sorted' should be declared final. | 336 |
![]() |
coding | FinalLocalVariable | Variable 'source' should be declared final. | 349 |
![]() |
coding | FinalLocalVariable | Variable 'sorted' should be declared final. | 350 |
![]() |
misc | FinalParameters | Parameter pullToTop should be final. | 692 |
![]() |
misc | FinalParameters | Parameter expected should be final. | 692 |
![]() |
misc | FinalParameters | Parameter expectedAt should be final. | 692 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 692 |
![]() |
coding | FinalLocalVariable | Variable 'theData' should be declared final. | 1249 |
![]() |
coding | FinalLocalVariable | Variable 'testIbdo' should be declared final. | 1356 |
![]() |
coding | FinalLocalVariable | Variable 'logEvent' should be declared final. | 1428 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'clazz' hides a field. | 54 |
![]() |
coding | HiddenField | 'clazz' hides a field. | 72 |
![]() |
misc | FinalParameters | Parameter tld should be final. | 126 |
![]() |
misc | FinalParameters | Parameter tld should be final. | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'testPayload' should be declared final. | 81 |
![]() |
coding | FinalLocalVariable | Variable 'ibdo' should be declared final. | 82 |
![]() |
coding | FinalLocalVariable | Variable 'extract' should be declared final. | 88 |
![]() |
coding | FinalLocalVariable | Variable 'testPayload' should be declared final. | 97 |
![]() |
coding | FinalLocalVariable | Variable 'ibdo' should be declared final. | 98 |
![]() |
coding | FinalLocalVariable | Variable 'extract' should be declared final. | 104 |
![]() |
coding | FinalLocalVariable | Variable 'tld' should be declared final. | 113 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 136 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 140 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 149 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'enabled' needs "this.". | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'enabled' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'enabled' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'enabled' needs "this.". | 75 |
![]() |
coding | RequireThis | Reference to instance variable 'enabled' needs "this.". | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'enabled' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'enabled' needs "this.". | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 130 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 141 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 143 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 143 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 154 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 163 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 173 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 183 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 193 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 203 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 213 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 223 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 233 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 243 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 253 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 254 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 264 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 274 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 275 |
![]() |
coding | RequireThis | Reference to instance variable 'building' needs "this.". | 285 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'intVar' must be private and have accessor methods. | 24 |
![]() |
design | VisibilityModifier | Variable 'longVar' must be private and have accessor methods. | 25 |
![]() |
design | VisibilityModifier | Variable 'stringVar' must be private and have accessor methods. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter newData should be final. | 16 |
![]() |
misc | FinalParameters | Parameter name should be final. | 16 |
![]() |
misc | FinalParameters | Parameter newData should be final. | 22 |
![]() |
misc | FinalParameters | Parameter name should be final. | 22 |
![]() |
misc | FinalParameters | Parameter form should be final. | 22 |
![]() |
misc | FinalParameters | Parameter newData should be final. | 28 |
![]() |
misc | FinalParameters | Parameter name should be final. | 28 |
![]() |
misc | FinalParameters | Parameter form should be final. | 28 |
![]() |
misc | FinalParameters | Parameter fileType should be final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'extract' should be declared final. | 18 |
![]() |
coding | FinalLocalVariable | Variable 'extract' should be declared final. | 24 |
![]() |
coding | FinalLocalVariable | Variable 'extract2' should be declared final. | 25 |
![]() |
coding | FinalLocalVariable | Variable 'extract' should be declared final. | 31 |
![]() |
coding | FinalLocalVariable | Variable 'extract2' should be declared final. | 32 |
![]() |
coding | FinalLocalVariable | Variable 'extract' should be declared final. | 38 |
![]() |
coding | FinalLocalVariable | Variable 'extract2' should be declared final. | 39 |
![]() |
coding | FinalLocalVariable | Variable 'extract' should be declared final. | 45 |
![]() |
coding | FinalLocalVariable | Variable 'extract' should be declared final. | 51 |
![]() |
coding | FinalLocalVariable | Variable 'extract' should be declared final. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 91 |
![]() |
blocks | RightCurly | '}' at column 94 should be alone on a line. | 91 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 107 |
![]() |
blocks | RightCurly | '}' at column 99 should be alone on a line. | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 154 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 24 should be alone on a line. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 34 |
![]() |
coding | FinalLocalVariable | Variable 'o' should be declared final. | 35 |
![]() |
coding | FinalLocalVariable | Variable 'ex' should be declared final. | 42 |
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 43 |
![]() |
coding | FinalLocalVariable | Variable 'o' should be declared final. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'o' should be declared final. | 51 |
![]() |
coding | FinalLocalVariable | Variable 'o' should be declared final. | 58 |
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 70 |
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 76 |
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 82 |
![]() |
coding | FinalLocalVariable | Variable 'o' should be declared final. | 83 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 93 |
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 94 |
![]() |
coding | FinalLocalVariable | Variable 'o' should be declared final. | 95 |
![]() |
coding | FinalLocalVariable | Variable 'o2' should be declared final. | 98 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 106 |
![]() |
coding | FinalLocalVariable | Variable 'o' should be declared final. | 107 |
![]() |
coding | FinalLocalVariable | Variable 'o2' should be declared final. | 108 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 117 |
![]() |
coding | FinalLocalVariable | Variable 'o' should be declared final. | 118 |
![]() |
coding | FinalLocalVariable | Variable 'o2' should be declared final. | 119 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 128 |
![]() |
coding | FinalLocalVariable | Variable 'o' should be declared final. | 129 |
![]() |
coding | FinalLocalVariable | Variable 'o2' should be declared final. | 130 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 139 |
![]() |
coding | FinalLocalVariable | Variable 'o' should be declared final. | 140 |
![]() |
coding | FinalLocalVariable | Variable 'o2' should be declared final. | 141 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 175 |
![]() |
coding | FinalLocalVariable | Variable 'o' should be declared final. | 176 |
![]() |
coding | FinalLocalVariable | Variable 'o2' should be declared final. | 177 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 187 |
![]() |
misc | FinalParameters | Parameter myKey should be final. | 187 |
![]() |
coding | RequireThis | Reference to instance variable 'myKey' needs "this.". | 194 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 201 |
![]() |
misc | FinalParameters | Parameter myKey should be final. | 201 |
![]() |
coding | RequireThis | Reference to instance variable 'myKey' needs "this.". | 206 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 211 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'basename' must be private and have accessor methods. | 15 |
![]() |
design | VisibilityModifier | Variable 'num' must be private and have accessor methods. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 24 |
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 31 |
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 38 |
![]() |
coding | FinalLocalVariable | Variable 'g' should be declared final. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'maxFileCountBeforeUnhealthy' must be private and have accessor methods. | 21 |
![]() |
design | VisibilityModifier | Variable 'maxAggregateFileSizeBeforeUnhealthy' must be private and have accessor methods. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 20 |
![]() |
coding | FinalLocalVariable | Variable 'fpc' should be declared final. | 26 |
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 21 should be alone on a line. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'payloadList' must be private and have accessor methods. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'directory' needs "this.". | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'analyze' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'skipped' needs "this.". | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'validate' needs "this.". | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'ma' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'ma' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'analyze' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'directory' needs "this.". | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'analyze' needs "this.". | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'skipped' needs "this.". | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'validate' needs "this.". | 54 |
![]() |
misc | FinalParameters | Parameter key should be final. | 57 |
![]() |
misc | FinalParameters | Parameter clsName should be final. | 57 |
![]() |
misc | FinalParameters | Parameter key should be final. | 61 |
![]() |
misc | FinalParameters | Parameter clsName should be final. | 61 |
![]() |
misc | FinalParameters | Parameter index should be final. | 65 |
![]() |
misc | FinalParameters | Parameter form should be final. | 65 |
![]() |
coding | FinalLocalVariable | Variable 'ibdo' should be declared final. | 66 |
![]() |
coding | FinalLocalVariable | Variable 'form1' should be declared final. | 76 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'form2' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 77 |
![]() |
coding | FinalLocalVariable | Variable 'form2' should be declared final. | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'ma' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'ma' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'ma' needs "this.". | 95 |
![]() |
coding | RequireThis | Reference to instance variable 'analyze' needs "this.". | 95 |
![]() |
coding | RequireThis | Reference to instance variable 'ma' needs "this.". | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'ma' needs "this.". | 115 |
![]() |
coding | RequireThis | Reference to instance variable 'ma' needs "this.". | 116 |
![]() |
coding | RequireThis | Reference to instance variable 'analyze' needs "this.". | 116 |
![]() |
coding | RequireThis | Reference to instance variable 'ma' needs "this.". | 155 |
![]() |
coding | RequireThis | Reference to instance variable 'ma' needs "this.". | 156 |
![]() |
coding | RequireThis | Reference to instance variable 'ma' needs "this.". | 157 |
![]() |
coding | RequireThis | Reference to instance variable 'ma' needs "this.". | 158 |
![]() |
coding | RequireThis | Reference to instance variable 'analyze' needs "this.". | 158 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 176 |
![]() |
misc | FinalParameters | Parameter configFile should be final. | 176 |
![]() |
misc | FinalParameters | Parameter theDir should be final. | 176 |
![]() |
misc | FinalParameters | Parameter thePlaceLocation should be final. | 176 |
![]() |
blocks | RightCurly | '}' at column 112 should be alone on a line. | 176 |
![]() |
misc | FinalParameters | Parameter payloadListArg should be final. | 179 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 190 |
![]() |
misc | FinalParameters | Parameter configFile should be final. | 190 |
![]() |
misc | FinalParameters | Parameter theDir should be final. | 190 |
![]() |
misc | FinalParameters | Parameter thePlaceLocation should be final. | 190 |
![]() |
blocks | RightCurly | '}' at column 112 should be alone on a line. | 190 |
![]() |
misc | FinalParameters | Parameter payloadListArg should be final. | 193 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 204 |
![]() |
misc | FinalParameters | Parameter configFile should be final. | 204 |
![]() |
misc | FinalParameters | Parameter theDir should be final. | 204 |
![]() |
misc | FinalParameters | Parameter thePlaceLocation should be final. | 204 |
![]() |
blocks | RightCurly | '}' at column 111 should be alone on a line. | 204 |
![]() |
misc | FinalParameters | Parameter payloadListArg should be final. | 207 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 20 |
![]() |
blocks | RightCurly | '}' at column 33 should be alone on a line. | 20 |
![]() |
coding | FinalLocalVariable | Variable 'children' should be declared final. | 25 |
![]() |
coding | FinalLocalVariable | Variable 'ibdo' should be declared final. | 26 |
![]() |
coding | FinalLocalVariable | Variable 'ma' should be declared final. | 30 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 45 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 45 |
![]() |
misc | FinalParameters | Parameter children should be final. | 49 |
![]() |
coding | HiddenField | 'children' hides a field. | 49 |
![]() |
misc | FinalParameters | Parameter payloadListArg should be final. | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'children' needs "this.". | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 47 should be alone on a line. | 40 |
![]() |
whitespace | EmptyLineSeparator | ';' should be separated from previous line. | 40 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 65 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 79 |
![]() |
coding | FinalLocalVariable | Variable 'strings' should be declared final. | 441 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 42 should be alone on a line. | 38 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 242 |
![]() |
coding | FinalLocalVariable | Variable 'newMap' should be declared final. | 309 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoList1' needs "this.". | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoList2' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 68 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoList1' needs "this.". | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoList2' needs "this.". | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoList1' needs "this.". | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoList2' needs "this.". | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'differences' needs "this.". | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 109 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 140 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 141 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 148 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 149 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 159 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 166 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 167 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 168 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 169 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 170 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 176 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 177 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 178 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 179 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 180 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 186 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 187 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 188 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 189 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 198 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 199 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 200 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 203 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 204 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 205 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 211 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 217 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 224 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 225 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 226 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 232 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 244 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 250 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 256 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 262 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 268 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 274 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 280 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 286 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 292 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 298 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 304 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 310 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 316 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 322 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 328 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 328 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoList1' needs "this.". | 332 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoList1' needs "this.". | 332 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoList2' needs "this.". | 333 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoList1' needs "this.". | 334 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 336 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoList1' needs "this.". | 337 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoList2' needs "this.". | 337 |
![]() |
coding | FinalLocalVariable | Variable 'expectedParams' should be declared final. | 343 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 347 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 348 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 349 |
![]() |
coding | FinalLocalVariable | Variable 'sortedParams' should be declared final. | 352 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 352 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 38 should be alone on a line. | 38 |
![]() |
javadoc | AtclauseOrder | Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. | 56 |
![]() |
javadoc | AtclauseOrder | Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. | 57 |
![]() |
javadoc | AtclauseOrder | Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. | 58 |
![]() |
misc | FinalParameters | Parameter preferredViewNamePatterns should be final. | 232 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 243 |
![]() |
misc | FinalParameters | Parameter preferredViewNamePattern should be final. | 243 |
![]() |
misc | FinalParameters | Parameter preferredViews should be final. | 255 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 132 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 133 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 138 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 139 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 140 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 141 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 146 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 147 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 148 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 150 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 151 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 153 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 154 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 159 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 161 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 166 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 167 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 168 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 169 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 174 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 175 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 180 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 181 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 186 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 187 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 188 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 189 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 194 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 195 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 200 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 205 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 206 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 211 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 212 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 217 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 218 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 223 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 224 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 229 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 230 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 235 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 236 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 241 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 242 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 247 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 248 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 253 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 254 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 259 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 260 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 265 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 266 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 271 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 272 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 277 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 278 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 283 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 284 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 293 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 294 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 336 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 366 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo2' needs "this.". | 367 |
![]() |
coding | FinalLocalVariable | Variable 'view1Bytes' should be declared final. | 389 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 390 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 392 |
![]() |
coding | FinalLocalVariable | Variable 'primaryViewBytes' should be declared final. | 394 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 395 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 397 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 400 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 403 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 406 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 409 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 412 |
![]() |
misc | FinalParameters | Parameter values should be final. | 416 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 430 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 432 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 433 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 435 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 436 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdo1' needs "this.". | 438 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous line. | 105 |
![]() |
misc | FinalParameters | Parameter currentElement should be final. | 229 |
![]() |
misc | FinalParameters | Parameter ibdo should be final. | 229 |
![]() |
misc | FinalParameters | Parameter elementName should be final. | 229 |
![]() |
coding | FinalLocalVariable | Variable 'methodName' should be declared final. | 230 |
![]() |
coding | FinalLocalVariable | Variable 'elements' should be declared final. | 231 |
![]() |
coding | RequireThis | Reference to instance variable 'booleanDecoder' needs "this.". | 232 |
![]() |
misc | FinalParameters | Parameter currentElement should be final. | 235 |
![]() |
misc | FinalParameters | Parameter ibdo should be final. | 235 |
![]() |
misc | FinalParameters | Parameter elementName should be final. | 235 |
![]() |
coding | FinalLocalVariable | Variable 'methodName' should be declared final. | 236 |
![]() |
coding | FinalLocalVariable | Variable 'elements' should be declared final. | 237 |
![]() |
coding | RequireThis | Reference to instance variable 'byteArrayDecoder' needs "this.". | 238 |
![]() |
misc | FinalParameters | Parameter currentElement should be final. | 241 |
![]() |
misc | FinalParameters | Parameter ibdo should be final. | 241 |
![]() |
misc | FinalParameters | Parameter elementName should be final. | 241 |
![]() |
coding | FinalLocalVariable | Variable 'methodName' should be declared final. | 242 |
![]() |
coding | FinalLocalVariable | Variable 'elements' should be declared final. | 243 |
![]() |
coding | RequireThis | Reference to instance variable 'integerDecoder' needs "this.". | 244 |
![]() |
misc | FinalParameters | Parameter currentElement should be final. | 247 |
![]() |
misc | FinalParameters | Parameter ibdo should be final. | 247 |
![]() |
misc | FinalParameters | Parameter elementName should be final. | 247 |
![]() |
coding | FinalLocalVariable | Variable 'methodName' should be declared final. | 248 |
![]() |
coding | FinalLocalVariable | Variable 'elements' should be declared final. | 249 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannelFactoryDecoder' needs "this.". | 250 |
![]() |
misc | FinalParameters | Parameter currentElement should be final. | 253 |
![]() |
misc | FinalParameters | Parameter ibdo should be final. | 253 |
![]() |
misc | FinalParameters | Parameter elementName should be final. | 253 |
![]() |
coding | FinalLocalVariable | Variable 'methodName' should be declared final. | 254 |
![]() |
coding | FinalLocalVariable | Variable 'elements' should be declared final. | 255 |
![]() |
coding | RequireThis | Reference to instance variable 'stringByteArrayDecoder' needs "this.". | 256 |
![]() |
misc | FinalParameters | Parameter currentElement should be final. | 259 |
![]() |
misc | FinalParameters | Parameter ibdo should be final. | 259 |
![]() |
misc | FinalParameters | Parameter elementName should be final. | 259 |
![]() |
coding | FinalLocalVariable | Variable 'methodName' should be declared final. | 260 |
![]() |
coding | FinalLocalVariable | Variable 'elements' should be declared final. | 261 |
![]() |
coding | RequireThis | Reference to instance variable 'stringDecoder' needs "this.". | 262 |
![]() |
misc | FinalParameters | Parameter currentElement should be final. | 265 |
![]() |
misc | FinalParameters | Parameter ibdo should be final. | 265 |
![]() |
misc | FinalParameters | Parameter elementName should be final. | 265 |
![]() |
coding | FinalLocalVariable | Variable 'methodName' should be declared final. | 266 |
![]() |
coding | FinalLocalVariable | Variable 'elements' should be declared final. | 267 |
![]() |
coding | RequireThis | Reference to instance variable 'stringObjectDecoder' needs "this.". | 268 |
![]() |
misc | FinalParameters | Parameter elementName should be final. | 271 |
![]() |
coding | FinalLocalVariable | Variable 'methodName' should be declared final. | 272 |
![]() |
design | VisibilityModifier | Variable 'booleanEncoder' must be private and have accessor methods. | 285 |
![]() |
design | VisibilityModifier | Variable 'byteArrayEncoder' must be private and have accessor methods. | 289 |
![]() |
design | VisibilityModifier | Variable 'integerEncoder' must be private and have accessor methods. | 293 |
![]() |
design | VisibilityModifier | Variable 'seekableByteChannelFactoryEncoder' must be private and have accessor methods. | 297 |
![]() |
design | VisibilityModifier | Variable 'stringByteArrayEncoder' must be private and have accessor methods. | 301 |
![]() |
design | VisibilityModifier | Variable 'stringEncoder' must be private and have accessor methods. | 305 |
![]() |
design | VisibilityModifier | Variable 'stringObjectEncoder' must be private and have accessor methods. | 309 |
![]() |
blocks | RightCurly | '}' at column 41 should be alone on a line. | 726 |
![]() |
coding | FinalLocalVariable | Variable 'base64String' should be declared final. | 781 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 781 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 782 |
![]() |
javadoc | AtclauseOrder | Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. | 823 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 41 should be alone on a line. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter rootElement should be final. | 222 |
![]() |
misc | FinalParameters | Parameter lengthToCheck should be final. | 222 |
![]() |
misc | FinalParameters | Parameter xmlPathElementNames should be final. | 222 |
![]() |
coding | FinalLocalVariable | Variable 'lengthElement' should be declared final. | 236 |
![]() |
coding | FinalLocalVariable | Variable 'length' should be declared final. | 243 |
![]() |
misc | FinalParameters | Parameter rootElement should be final. | 256 |
![]() |
misc | FinalParameters | Parameter lengthToCheck should be final. | 256 |
![]() |
misc | FinalParameters | Parameter key should be final. | 256 |
![]() |
misc | FinalParameters | Parameter xmlPathElementNames should be final. | 256 |
![]() |
coding | FinalLocalVariable | Variable 'keyValueElements' should be declared final. | 270 |
![]() |
coding | FinalLocalVariable | Variable 'lengthElement' should be declared final. | 284 |
![]() |
coding | FinalLocalVariable | Variable 'length' should be declared final. | 291 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 27 should be alone on a line. | 8 |
![]() |
blocks | RightCurly | '}' at column 29 should be alone on a line. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'inner' must be private and have accessor methods. | 4 |
![]() |
misc | FinalParameters | Parameter inner should be final. | 6 |
![]() |
misc | FinalParameters | Parameter index should be final. | 12 |
![]() |
coding | RequireThis | Reference to instance variable 'inner' needs "this.". | 16 |
![]() |
coding | RequireThis | Reference to instance variable 'inner' needs "this.". | 21 |
![]() |
misc | FinalParameters | Parameter start should be final. | 25 |
![]() |
misc | FinalParameters | Parameter end should be final. | 25 |
![]() |
coding | RequireThis | Reference to instance variable 'inner' needs "this.". | 26 |
![]() |
coding | RequireThis | Reference to instance variable 'inner' needs "this.". | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'regex' should be declared final. | 25 |
![]() |
coding | FinalLocalVariable | Variable 'inputNormal' should be declared final. | 26 |
![]() |
coding | FinalLocalVariable | Variable 'inputWrapped' should be declared final. | 27 |
![]() |
coding | FinalLocalVariable | Variable 'trials' should be declared final. | 31 |
![]() |
coding | FinalLocalVariable | Variable 'overheadPercentage' should be declared final. | 47 |
![]() |
misc | FinalParameters | Parameter input should be final. | 51 |
![]() |
misc | FinalParameters | Parameter regex should be final. | 51 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 56 |
![]() |
coding | FinalLocalVariable | Variable 'matcherResult' should be declared final. | 57 |
![]() |
coding | FinalLocalVariable | Variable 'blockingQueue' should be declared final. | 73 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 74 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 77 |
![]() |
coding | FinalLocalVariable | Variable 'obnoxiousInput' should be declared final. | 85 |
![]() |
coding | FinalLocalVariable | Variable 'blockingQueue' should be declared final. | 88 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 89 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 15 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'metrics' must be private and have accessor methods. | 48 |
![]() |
design | VisibilityModifier | Variable 'healthChecks' must be private and have accessor methods. | 49 |
![]() |
design | VisibilityModifier | Variable 'reporter' must be private and have accessor methods. | 51 |
![]() |
design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'metrics' needs "this.". | 207 |
![]() |
coding | RequireThis | Reference to instance variable 'metrics' needs "this.". | 208 |
![]() |
coding | RequireThis | Reference to instance variable 'metrics' needs "this.". | 209 |
![]() |
coding | RequireThis | Reference to instance variable 'metrics' needs "this.". | 210 |
![]() |
coding | RequireThis | Reference to instance variable 'metrics' needs "this.". | 211 |
![]() |
coding | RequireThis | Reference to instance variable 'metrics' needs "this.". | 212 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'conf' should be declared final. | 18 |
![]() |
coding | FinalLocalVariable | Variable 'mm' should be declared final. | 22 |
![]() |
coding | FinalLocalVariable | Variable 'stats' should be declared final. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'thread' must be private and have accessor methods. | 43 |
![]() |
design | VisibilityModifier | Variable 'maxMoveErrors' must be private and have accessor methods. | 52 |
![]() |
design | VisibilityModifier | Variable 'maxItinerarySteps' must be private and have accessor methods. | 56 |
![]() |
design | VisibilityModifier | Variable 'payload' must be private and have accessor methods. | 64 |
![]() |
design | VisibilityModifier | Variable 'idle' must be private and have accessor methods. | 67 |
![]() |
design | VisibilityModifier | Variable 'arrivalPlace' must be private and have accessor methods. | 71 |
![]() |
design | VisibilityModifier | Variable 'processFirstPlace' must be private and have accessor methods. | 72 |
![]() |
design | VisibilityModifier | Variable 'lastPlaceProcessed' must be private and have accessor methods. | 74 |
![]() |
design | VisibilityModifier | Variable 'agentId' must be private and have accessor methods. | 78 |
![]() |
design | VisibilityModifier | Variable 'visitedPlaces' must be private and have accessor methods. | 82 |
![]() |
design | VisibilityModifier | Variable 'timeToQuit' must be private and have accessor methods. | 85 |
![]() |
design | VisibilityModifier | Variable 'nextKeyQueue' must be private and have accessor methods. | 88 |
![]() |
design | VisibilityModifier | Variable 'moveErrorsOccurred' must be private and have accessor methods. | 91 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 447 |
![]() |
blocks | RightCurly | '}' at column 21 should be alone on a line. | 568 |
![]() |
coding | FinalLocalVariable | Variable 'stage' should be declared final. | 592 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'agent' needs "this.". | 29 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 31 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 32 |
![]() |
coding | RequireThis | Reference to instance variable 'agent' needs "this.". | 38 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 39 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'agent' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'agent' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'agent' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'agent' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'agent' needs "this.". | 81 |
![]() |
coding | FinalLocalVariable | Variable 'agent' should be declared final. | 86 |
![]() |
coding | HiddenField | 'agent' hides a field. | 86 |
![]() |
coding | FinalLocalVariable | Variable 'configDeniedData' should be declared final. | 89 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 92 |
![]() |
coding | FinalLocalVariable | Variable 'place' should be declared final. | 93 |
![]() |
coding | HiddenField | 'place' hides a field. | 93 |
![]() |
coding | FinalLocalVariable | Variable 'd1' should be declared final. | 94 |
![]() |
coding | FinalLocalVariable | Variable 'configDeniedData2' should be declared final. | 99 |
![]() |
coding | FinalLocalVariable | Variable 'config2' should be declared final. | 102 |
![]() |
coding | FinalLocalVariable | Variable 'place2' should be declared final. | 103 |
![]() |
coding | FinalLocalVariable | Variable 'd2' should be declared final. | 104 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 140 |
![]() |
misc | FinalParameters | Parameter config should be final. | 140 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 26 should be alone on a line. | 30 |
![]() |
misc | FinalParameters | Parameter arg should be final. | 65 |
![]() |
misc | FinalParameters | Parameter arg should be final. | 76 |
![]() |
misc | FinalParameters | Parameter silent should be final. | 76 |
![]() |
coding | FinalLocalVariable | Variable 'lookups' should be declared final. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'pauseInterval' must be private and have accessor methods. | 13 |
![]() |
misc | FinalParameters | Parameter name should be final. | 17 |
![]() |
misc | FinalParameters | Parameter name should be final. | 21 |
![]() |
misc | FinalParameters | Parameter pauseInterval should be final. | 21 |
![]() |
coding | RequireThis | Reference to instance variable 'paused' needs "this.". | 31 |
![]() |
coding | RequireThis | Reference to instance variable 'paused' needs "this.". | 39 |
![]() |
coding | RequireThis | Reference to instance variable 'paused' needs "this.". | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'pauseInterval' needs "this.". | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'timeLimitMillis' must be private and have accessor methods. | 31 |
![]() |
design | VisibilityModifier | Variable 'placeTimeLimits' must be private and have accessor methods. | 37 |
![]() |
design | VisibilityModifier | Variable 'monitor' must be private and have accessor methods. | 41 |
![]() |
design | VisibilityModifier | Variable 'timeToQuit' must be private and have accessor methods. | 44 |
![]() |
design | VisibilityModifier | Variable 'metrics' must be private and have accessor methods. | 46 |
![]() |
design | VisibilityModifier | Variable 'metricsFormatter' must be private and have accessor methods. | 48 |
![]() |
design | VisibilityModifier | Variable 'tracking' must be private and have accessor methods. | 52 |
![]() |
coding | FinalLocalVariable | Variable 'placeName' should be declared final. | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'placeTimeLimits' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'timeLimitMillis' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'placeTimeLimits' needs "this.". | 79 |
![]() |
coding | FinalLocalVariable | Variable 'tr' should be declared final. | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'metrics' needs "this.". | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'tracking' needs "this.". | 93 |
![]() |
coding | FinalLocalVariable | Variable 'it' should be declared final. | 146 |
![]() |
coding | RequireThis | Reference to instance variable 'tracking' needs "this.". | 146 |
![]() |
coding | FinalLocalVariable | Variable 'histogramField' should be declared final. | 172 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'resourceWatcher' must be private and have accessor methods. | 25 |
![]() |
design | VisibilityModifier | Variable 'place' must be private and have accessor methods. | 27 |
![]() |
coding | FinalLocalVariable | Variable 'threadCount' should be declared final. | 33 |
![]() |
coding | FinalLocalVariable | Variable 'iterations' should be declared final. | 34 |
![]() |
coding | FinalLocalVariable | Variable 'cdl' should be declared final. | 36 |
![]() |
coding | FinalLocalVariable | Variable 'tg' should be declared final. | 37 |
![]() |
coding | FinalLocalVariable | Variable 'rc' should be declared final. | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'resourceWatcher' needs "this.". | 62 |
![]() |
design | VisibilityModifier | Variable 'times' must be private and have accessor methods. | 75 |
![]() |
design | VisibilityModifier | Variable 'duration' must be private and have accessor methods. | 76 |
![]() |
design | VisibilityModifier | Variable 'rand' must be private and have accessor methods. | 77 |
![]() |
design | VisibilityModifier | Variable 'cdl' must be private and have accessor methods. | 78 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 80 |
![]() |
misc | FinalParameters | Parameter cdl should be final. | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'rand' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'cdl' needs "this.". | 99 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 116 |
![]() |
misc | FinalParameters | Parameter sourcePlace should be final. | 116 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 121 |
![]() |
misc | FinalParameters | Parameter arrivalPlace should be final. | 121 |
![]() |
misc | FinalParameters | Parameter mec should be final. | 121 |
![]() |
misc | FinalParameters | Parameter iq should be final. | 121 |
![]() |
misc | FinalParameters | Parameter value should be final. | 185 |
![]() |
misc | FinalParameters | Parameter value should be final. | 195 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'configurator' should be declared final. | 34 |
![]() |
design | VisibilityModifier | Variable 'enabled' must be private and have accessor methods. | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'enabled' needs "this.". | 55 |
![]() |
misc | FinalParameters | Parameter configurator should be final. | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'enabled' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'enabled' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'cache' needs "this.". | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'enabled' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'cache' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'enabled' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'enabled' needs "this.". | 99 |
![]() |
coding | FinalLocalVariable | Variable 'isUnsafe' should be declared final. | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'cache' needs "this.". | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'isParallel' must be private and have accessor methods. | 36 |
![]() |
misc | FinalParameters | Parameter isParallel should be final. | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'isParallel' needs "this.". | 53 |
![]() |
misc | FinalParameters | Parameter name should be final. | 63 |
![]() |
coding | FinalLocalVariable | Variable 'stage' should be declared final. | 93 |
![]() |
coding | FinalLocalVariable | Variable 'current' should be declared final. | 116 |
![]() |
coding | FinalLocalVariable | Variable 'stage' should be declared final. | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'i' should be declared final. | 24 |
![]() |
coding | FinalLocalVariable | Variable 'list' should be declared final. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'isClosed' needs "this.". | 36 |
![]() |
coding | RequireThis | Reference to instance variable 'started' needs "this.". | 37 |
![]() |
coding | RequireThis | Reference to instance variable 'allowedDuration' needs "this.". | 38 |
![]() |
coding | RequireThis | Reference to instance variable 'agent' needs "this.". | 39 |
![]() |
coding | RequireThis | Reference to instance variable 'payloadCount' needs "this.". | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'placeName' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'timerContext' needs "this.". | 42 |
![]() |
misc | FinalParameters | Parameter now should be final. | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'allowedDuration' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'started' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'allowedDuration' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'payloadCount' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'isClosed' needs "this.". | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'isClosed' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'isClosed' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'agent' needs "this.". | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'placeName' needs "this.". | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'agent' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'agent' needs "this.". | 76 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'isClosed' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'timerContext' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'isClosed' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'tp' needs "this.". | 24 |
![]() |
coding | FinalLocalVariable | Variable 'tma' should be declared final. | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'tp' needs "this.". | 32 |
![]() |
coding | FinalLocalVariable | Variable 'tma' should be declared final. | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'tp' needs "this.". | 46 |
![]() |
coding | FinalLocalVariable | Variable 'tma' should be declared final. | 57 |
![]() |
coding | FinalLocalVariable | Variable 'first' should be declared final. | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'tp' needs "this.". | 59 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'second' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 62 |
![]() |
coding | FinalLocalVariable | Variable 'second' should be declared final. | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'tp' needs "this.". | 62 |
![]() |
design | VisibilityModifier | Variable 'latch' must be private and have accessor methods. | 79 |
![]() |
design | VisibilityModifier | Variable 'interrupted' must be private and have accessor methods. | 81 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'latch' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'latch' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'interrupted' needs "this.". | 96 |
![]() |
coding | RequireThis | Reference to instance variable 'latch' needs "this.". | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 27 |
![]() |
misc | FinalParameters | Parameter history should be final. | 30 |
![]() |
misc | FinalParameters | Parameter keys should be final. | 39 |
![]() |
misc | FinalParameters | Parameter history should be final. | 49 |
![]() |
coding | HiddenField | 'history' hides a field. | 49 |
![]() |
misc | FinalParameters | Parameter history should be final. | 54 |
![]() |
coding | HiddenField | 'history' hides a field. | 54 |
![]() |
misc | FinalParameters | Parameter key should be final. | 79 |
![]() |
misc | FinalParameters | Parameter coordinated should be final. | 79 |
![]() |
coding | FinalLocalVariable | Variable 'last' should be declared final. | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 95 |
![]() |
misc | FinalParameters | Parameter includeCoordinated should be final. | 112 |
![]() |
coding | FinalLocalVariable | Variable 'keys' should be declared final. | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 115 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 133 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 143 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 146 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 146 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 156 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 156 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 159 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 159 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 168 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 182 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 185 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 185 |
![]() |
misc | FinalParameters | Parameter includeCoordinated should be final. | 193 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 194 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 196 |
![]() |
coding | FinalLocalVariable | Variable 'formattedHistory' should be declared final. | 202 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 206 |
![]() |
coding | FinalLocalVariable | Variable 'displayStrings' should be declared final. | 208 |
![]() |
coding | FinalLocalVariable | Variable 'last' should be declared final. | 214 |
![]() |
coding | RequireThis | Reference to instance variable 'history' needs "this.". | 246 |
![]() |
design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 251 |
![]() |
design | VisibilityModifier | Variable 'coordinated' must be private and have accessor methods. | 252 |
![]() |
blocks | RightCurly | '}' at column 28 should be alone on a line. | 257 |
![]() |
misc | FinalParameters | Parameter key should be final. | 259 |
![]() |
misc | FinalParameters | Parameter stripUrl should be final. | 267 |
![]() |
coding | RequireThis | Reference to instance variable 'key' needs "this.". | 268 |
![]() |
coding | RequireThis | Reference to instance variable 'key' needs "this.". | 268 |
![]() |
misc | FinalParameters | Parameter stripUrl should be final. | 275 |
![]() |
coding | RequireThis | Reference to instance variable 'coordinated' needs "this.". | 276 |
![]() |
coding | RequireThis | Reference to instance variable 'coordinated' needs "this.". | 277 |
![]() |
misc | FinalParameters | Parameter key should be final. | 280 |
![]() |
coding | HiddenField | 'key' hides a field. | 280 |
![]() |
coding | RequireThis | Reference to instance variable 'coordinated' needs "this.". | 281 |
![]() |
misc | FinalParameters | Parameter key should be final. | 284 |
![]() |
coding | FinalLocalVariable | Variable 'hist' should be declared final. | 290 |
![]() |
coding | RequireThis | Reference to instance variable 'coordinated' needs "this.". | 291 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'key1' should be declared final. | 19 |
![]() |
coding | FinalLocalVariable | Variable 'key2' should be declared final. | 20 |
![]() |
coding | FinalLocalVariable | Variable 'key3' should be declared final. | 21 |
![]() |
coding | FinalLocalVariable | Variable 'key4' should be declared final. | 22 |
![]() |
coding | FinalLocalVariable | Variable 'keySet1' should be declared final. | 24 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'keySet2' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 25 |
![]() |
coding | FinalLocalVariable | Variable 'keySet2' should be declared final. | 25 |
![]() |
coding | FinalLocalVariable | Variable 'th' should be declared final. | 28 |
![]() |
coding | FinalLocalVariable | Variable 'historyObject' should be declared final. | 41 |
![]() |
coding | FinalLocalVariable | Variable 'newHistory' should be declared final. | 49 |
![]() |
coding | FinalLocalVariable | Variable 'key1' should be declared final. | 57 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'key2' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 58 |
![]() |
coding | FinalLocalVariable | Variable 'key2' should be declared final. | 58 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'key3' declaration and its first usage is 8, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 59 |
![]() |
coding | FinalLocalVariable | Variable 'key3' should be declared final. | 59 |
![]() |
coding | FinalLocalVariable | Variable 'keyList' should be declared final. | 60 |
![]() |
coding | FinalLocalVariable | Variable 'th' should be declared final. | 63 |
![]() |
coding | FinalLocalVariable | Variable 'key1' should be declared final. | 84 |
![]() |
coding | FinalLocalVariable | Variable 'key2' should be declared final. | 85 |
![]() |
coding | FinalLocalVariable | Variable 'key3' should be declared final. | 86 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'key4' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 87 |
![]() |
coding | FinalLocalVariable | Variable 'key4' should be declared final. | 87 |
![]() |
coding | FinalLocalVariable | Variable 'th' should be declared final. | 89 |
![]() |
coding | FinalLocalVariable | Variable 'key1' should be declared final. | 120 |
![]() |
coding | FinalLocalVariable | Variable 'key2' should be declared final. | 121 |
![]() |
coding | FinalLocalVariable | Variable 'key3' should be declared final. | 122 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'key4' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 123 |
![]() |
coding | FinalLocalVariable | Variable 'key4' should be declared final. | 123 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'keyList' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 124 |
![]() |
coding | FinalLocalVariable | Variable 'keyList' should be declared final. | 124 |
![]() |
coding | FinalLocalVariable | Variable 'th' should be declared final. | 126 |
![]() |
coding | FinalLocalVariable | Variable 'key1' should be declared final. | 146 |
![]() |
coding | FinalLocalVariable | Variable 'key2' should be declared final. | 147 |
![]() |
coding | FinalLocalVariable | Variable 'key3' should be declared final. | 148 |
![]() |
coding | FinalLocalVariable | Variable 'key4' should be declared final. | 149 |
![]() |
coding | FinalLocalVariable | Variable 'key5' should be declared final. | 150 |
![]() |
coding | FinalLocalVariable | Variable 'key6' should be declared final. | 151 |
![]() |
coding | FinalLocalVariable | Variable 'newline' should be declared final. | 153 |
![]() |
coding | FinalLocalVariable | Variable 'expected' should be declared final. | 154 |
![]() |
coding | FinalLocalVariable | Variable 'th' should be declared final. | 163 |
![]() |
coding | FinalLocalVariable | Variable 'th' should be declared final. | 176 |
![]() |
coding | FinalLocalVariable | Variable 'formatted' should be declared final. | 184 |
![]() |
coding | FinalLocalVariable | Variable 'th' should be declared final. | 194 |
![]() |
coding | FinalLocalVariable | Variable 'formatted' should be declared final. | 203 |
![]() |
coding | FinalLocalVariable | Variable 'th' should be declared final. | 212 |
![]() |
coding | FinalLocalVariable | Variable 'formatted' should be declared final. | 223 |
![]() |
coding | FinalLocalVariable | Variable 'key1' should be declared final. | 232 |
![]() |
coding | FinalLocalVariable | Variable 'th' should be declared final. | 234 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 46 should be alone on a line. | 33 |
![]() |
coding | RequireThis | Reference to instance variable 'open' needs "this.". | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'open' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'open' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'open' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'position' needs "this.". | 88 |
![]() |
coding | HiddenField | 'position' hides a field. | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'open' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'open' needs "this.". | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'open' needs "this.". | 182 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 22 |
![]() |
coding | RequireThis | Reference to instance variable 'size' needs "this.". | 28 |
![]() |
blocks | RightCurly | '}' at column 56 should be alone on a line. | 32 |
![]() |
coding | FinalLocalVariable | Variable 'sbc' should be declared final. | 54 |
![]() |
coding | FinalLocalVariable | Variable 'bb' should be declared final. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 39 should be alone on a line. | 14 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 47 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannelFactory' needs "this.". | 68 |
![]() |
coding | RequireThis | Reference to instance variable 'bufferSize' needs "this.". | 68 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 104 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannel' needs "this.". | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'bufferSize' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'bufferSize' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'bufferStart' needs "this.". | 120 |
![]() |
coding | RequireThis | Reference to instance variable 'buffer' needs "this.". | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannel' needs "this.". | 122 |
![]() |
coding | RequireThis | Reference to instance variable 'bufferValidBytes' needs "this.". | 124 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannel' needs "this.". | 124 |
![]() |
coding | RequireThis | Reference to instance variable 'buffer' needs "this.". | 124 |
![]() |
coding | RequireThis | Reference to instance variable 'bufferStart' needs "this.". | 125 |
![]() |
coding | RequireThis | Reference to instance variable 'bufferSize' needs "this.". | 128 |
![]() |
coding | RequireThis | Reference to instance variable 'bufferValidBytes' needs "this.". | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'buffer' needs "this.". | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannel' needs "this.". | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 34 should be alone on a line. | 14 |
![]() |
whitespace | EmptyLineSeparator | ';' should be separated from previous line. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'isClosedList' must be private and have accessor methods. | 13 |
![]() |
coding | RequireThis | Reference to instance variable 'isClosedList' needs "this.". | 17 |
![]() |
design | VisibilityModifier | Variable 'myInstanceNumber' must be private and have accessor methods. | 20 |
![]() |
coding | RequireThis | Reference to instance variable 'instanceNumber' needs "this.". | 20 |
![]() |
coding | RequireThis | Reference to instance variable 'isClosedList' needs "CheckCloseChannelFactory.this.". | 24 |
![]() |
coding | RequireThis | Reference to instance variable 'myInstanceNumber' needs "this.". | 24 |
![]() |
misc | FinalParameters | Parameter byteBuffer should be final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 42 should be alone on a line. | 14 |
![]() |
coding | RequireThis | Reference to instance variable 'first' needs "this.". | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'second' needs "this.". | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'first' needs "this.". | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'second' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'first' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'first' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'first' needs "this.". | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'second' needs "this.". | 101 |
![]() |
coding | RequireThis | Reference to instance variable 'second' needs "this.". | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'first' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'first' needs "this.". | 109 |
![]() |
coding | RequireThis | Reference to instance variable 'second' needs "this.". | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'second' needs "this.". | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'totalSize' needs "this.". | 120 |
![]() |
coding | RequireThis | Reference to instance variable 'first' needs "this.". | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'second' needs "this.". | 122 |
![]() |
coding | RequireThis | Reference to instance variable 'totalSize' needs "this.". | 126 |
![]() |
coding | RequireThis | Reference to instance variable 'totalSize' needs "this.". | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'sbc' should be declared final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 35 should be alone on a line. | 19 |
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 35 should be alone on a line. | 13 |
![]() |
coding | RequireThis | Reference to instance variable 'size' needs "this.". | 50 |
![]() |
coding | RequireThis | Reference to instance variable 'value' needs "this.". | 50 |
![]() |
coding | RequireThis | Reference to instance variable 'size' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'value' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'value' needs "this.". | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 40 should be alone on a line. | 14 |
![]() |
coding | RequireThis | Reference to instance variable 'sbcf' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 95 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'sbcf' should be declared final. | 40 |
![]() |
coding | FinalLocalVariable | Variable 'sbc' should be declared final. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 39 should be alone on a line. | 12 |
![]() |
coding | RequireThis | Reference to instance variable 'bytes' needs "this.". | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 42 should be alone on a line. | 13 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 32 |
![]() |
coding | RequireThis | Reference to instance variable 'size' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStreamFactory' needs "this.". | 41 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 75 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStreamFactory' needs "this.". | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'size' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStreamFactory' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'size' needs "this.". | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'size' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 24 |
![]() |
coding | RequireThis | Reference to instance variable 'bytes' needs "this.". | 30 |
![]() |
coding | FinalLocalVariable | Variable 'sbc' should be declared final. | 62 |
![]() |
coding | FinalLocalVariable | Variable 'buff' should be declared final. | 92 |
![]() |
coding | FinalLocalVariable | Variable 'buff' should be declared final. | 103 |
![]() |
coding | FinalLocalVariable | Variable 'buff' should be declared final. | 115 |
![]() |
coding | FinalLocalVariable | Variable 'buff' should be declared final. | 126 |
![]() |
coding | FinalLocalVariable | Variable 'buff' should be declared final. | 138 |
![]() |
coding | FinalLocalVariable | Variable 'buff' should be declared final. | 152 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 38 should be alone on a line. | 17 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannelFactory' needs "this.". | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'identifier' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'currentInstance' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'logStackTrace' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannel' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 120 |
![]() |
coding | RequireThis | Reference to instance variable 'logStackTrace' needs "this.". | 120 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 120 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'logStackTrace' needs "this.". | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannel' needs "this.". | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannel' needs "this.". | 136 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannel' needs "this.". | 138 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 140 |
![]() |
coding | RequireThis | Reference to instance variable 'logStackTrace' needs "this.". | 140 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 140 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannel' needs "this.". | 149 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannel' needs "this.". | 151 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 153 |
![]() |
coding | RequireThis | Reference to instance variable 'logStackTrace' needs "this.". | 153 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 153 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannel' needs "this.". | 161 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 163 |
![]() |
coding | RequireThis | Reference to instance variable 'logStackTrace' needs "this.". | 163 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 163 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 170 |
![]() |
coding | RequireThis | Reference to instance variable 'logStackTrace' needs "this.". | 170 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 170 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannel' needs "this.". | 172 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannel' needs "this.". | 177 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 179 |
![]() |
coding | RequireThis | Reference to instance variable 'logStackTrace' needs "this.". | 179 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 179 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 186 |
![]() |
coding | RequireThis | Reference to instance variable 'logStackTrace' needs "this.". | 186 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 186 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannel' needs "this.". | 188 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 36 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 37 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 37 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 59 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 126 |
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 136 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 42 should be alone on a line. | 17 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStreamFactory' needs "this.". | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'identifier' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'currentInstance' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'logStackTrace' needs "this.". | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 34 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 36 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 36 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 50 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 107 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 109 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 123 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'bytes' needs "this.". | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 42 should be alone on a line. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'bytes' should be declared final. | 52 |
![]() |
misc | FinalParameters | Parameter tempDir should be final. | 58 |
![]() |
misc | FinalParameters | Parameter b should be final. | 134 |
![]() |
misc | FinalParameters | Parameter off should be final. | 134 |
![]() |
misc | FinalParameters | Parameter len should be final. | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 38 should be alone on a line. | 13 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannelFactory' needs "this.". | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'start' needs "this.". | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'length' needs "this.". | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannel' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannel' needs "this.". | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'start' needs "this.". | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'seekableByteChannel' needs "this.". | 101 |
![]() |
coding | RequireThis | Reference to instance variable 'length' needs "this.". | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 31 should be alone on a line. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 32 should be alone on a line. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 36 should be alone on a line. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 27 should be alone on a line. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'trackers' must be private and have accessor methods. | 38 |
![]() |
design | VisibilityModifier | Variable 'protocols' must be private and have accessor methods. | 41 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 44 |
![]() |
design | VisibilityModifier | Variable 'pollingInterval' must be private and have accessor methods. | 47 |
![]() |
design | VisibilityModifier | Variable 'timeToQuit' must be private and have accessor methods. | 50 |
![]() |
design | VisibilityModifier | Variable 'enabled' must be private and have accessor methods. | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'pollingInterval' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'protocols' needs "this.". | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 140 |
![]() |
coding | FinalLocalVariable | Variable 'protocol' should be declared final. | 147 |
![]() |
coding | RequireThis | Reference to instance variable 'protocols' needs "this.". | 162 |
![]() |
coding | FinalLocalVariable | Variable 'agentKeys' should be declared final. | 173 |
![]() |
coding | RequireThis | Reference to instance variable 'protocols' needs "this.". | 180 |
![]() |
coding | RequireThis | Reference to instance variable 'trackers' needs "this.". | 180 |
![]() |
misc | FinalParameters | Parameter agentKey should be final. | 189 |
![]() |
coding | FinalLocalVariable | Variable 'mobileAgent' should be declared final. | 191 |
![]() |
coding | FinalLocalVariable | Variable 'trackedAgent' should be declared final. | 192 |
![]() |
coding | RequireThis | Reference to instance variable 'trackers' needs "this.". | 192 |
![]() |
coding | RequireThis | Reference to instance variable 'pollingInterval' needs "this.". | 200 |
![]() |
misc | FinalParameters | Parameter agentName should be final. | 215 |
![]() |
coding | RequireThis | Reference to instance variable 'agentName' needs "this.". | 220 |
![]() |
coding | RequireThis | Reference to instance variable 'agentId' needs "this.". | 224 |
![]() |
misc | FinalParameters | Parameter agentId should be final. | 227 |
![]() |
coding | HiddenField | 'agentId' hides a field. | 227 |
![]() |
coding | RequireThis | Reference to instance variable 'shortName' needs "this.". | 239 |
![]() |
misc | FinalParameters | Parameter agentId should be final. | 242 |
![]() |
coding | RequireThis | Reference to instance variable 'directoryEntryKey' needs "this.". | 247 |
![]() |
misc | FinalParameters | Parameter directoryEntryKey should be final. | 250 |
![]() |
coding | HiddenField | 'directoryEntryKey' hides a field. | 250 |
![]() |
misc | FinalParameters | Parameter directoryEntryKey should be final. | 258 |
![]() |
coding | RequireThis | Reference to instance variable 'timer' needs "this.". | 263 |
![]() |
misc | FinalParameters | Parameter time should be final. | 270 |
![]() |
misc | FinalParameters | Parameter o should be final. | 286 |
![]() |
coding | RequireThis | Reference to instance variable 'agentName' needs "this.". | 293 |
![]() |
coding | RequireThis | Reference to instance variable 'directoryEntryKey' needs "this.". | 294 |
![]() |
coding | RequireThis | Reference to instance variable 'shortName' needs "this.". | 295 |
![]() |
coding | RequireThis | Reference to instance variable 'timer' needs "this.". | 296 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'sentinel' must be private and have accessor methods. | 28 |
![]() |
coding | RequireThis | Reference to instance variable 'sentinel' needs "this.". | 34 |
![]() |
coding | FinalLocalVariable | Variable 'agentKey' should be declared final. | 39 |
![]() |
coding | FinalLocalVariable | Variable 'placename' should be declared final. | 40 |
![]() |
coding | FinalLocalVariable | Variable 'shortname' should be declared final. | 41 |
![]() |
coding | FinalLocalVariable | Variable 'hdma' should be declared final. | 43 |
![]() |
coding | FinalLocalVariable | Variable 'tracker' should be declared final. | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'sentinel' needs "this.". | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'sentinel' needs "this.". | 54 |
![]() |
coding | FinalLocalVariable | Variable 'tracker' should be declared final. | 65 |
![]() |
coding | FinalLocalVariable | Variable 'tracker' should be declared final. | 80 |
![]() |
coding | FinalLocalVariable | Variable 'tracker1' should be declared final. | 95 |
![]() |
coding | FinalLocalVariable | Variable 'tracker2' should be declared final. | 96 |
![]() |
coding | FinalLocalVariable | Variable 'tracker3' should be declared final. | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'sentinel' needs "this.". | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'sentinel' needs "this.". | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'sentinel' needs "this.". | 101 |
![]() |
coding | FinalLocalVariable | Variable 'sorted' should be declared final. | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'sentinel' needs "this.". | 103 |
![]() |
coding | FinalLocalVariable | Variable 'mapper' should be declared final. | 111 |
![]() |
coding | FinalLocalVariable | Variable 'mapper' should be declared final. | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 36 |
![]() |
design | VisibilityModifier | Variable 'enabled' must be private and have accessor methods. | 37 |
![]() |
design | VisibilityModifier | Variable 'rules' must be private and have accessor methods. | 38 |
![]() |
design | VisibilityModifier | Variable 'action' must be private and have accessor methods. | 39 |
![]() |
blocks | RightCurly | '}' at column 17 should be alone on a line. | 41 |
![]() |
misc | FinalParameters | Parameter conf should be final. | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'enabled' needs "this.". | 48 |
![]() |
misc | FinalParameters | Parameter trackers should be final. | 54 |
![]() |
coding | FinalLocalVariable | Variable 'placeAgentStats' should be declared final. | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'rules' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'rules' needs "this.". | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'action' needs "this.". | 61 |
![]() |
misc | FinalParameters | Parameter conf should be final. | 71 |
![]() |
misc | FinalParameters | Parameter config should be final. | 83 |
![]() |
coding | HiddenField | 'config' hides a field. | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'enabled' needs "this.". | 85 |
![]() |
coding | FinalLocalVariable | Variable 'map' should be declared final. | 95 |
![]() |
coding | FinalLocalVariable | Variable 'rule' should be declared final. | 96 |
![]() |
coding | FinalLocalVariable | Variable 'ruleImpl' should be declared final. | 97 |
![]() |
misc | FinalParameters | Parameter place should be final. | 120 |
![]() |
coding | FinalLocalVariable | Variable 'directoryPlace' should be declared final. | 122 |
![]() |
misc | FinalParameters | Parameter trackers should be final. | 130 |
![]() |
coding | FinalLocalVariable | Variable 'placeAgentStats' should be declared final. | 131 |
![]() |
coding | FinalLocalVariable | Variable 'placeKey' should be declared final. | 133 |
![]() |
coding | RequireThis | Reference to instance variable 'rules' needs "this.". | 144 |
![]() |
coding | RequireThis | Reference to instance variable 'action' needs "this.". | 145 |
![]() |
misc | FinalParameters | Parameter place should be final. | 156 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 161 |
![]() |
coding | RequireThis | Reference to instance variable 'count' needs "this.". | 165 |
![]() |
coding | RequireThis | Reference to instance variable 'maxTimeInPlace' needs "this.". | 169 |
![]() |
coding | RequireThis | Reference to instance variable 'minTimeInPlace' needs "this.". | 173 |
![]() |
misc | FinalParameters | Parameter timer should be final. | 176 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'protocol' must be private and have accessor methods. | 44 |
![]() |
design | VisibilityModifier | Variable 'rule1' must be private and have accessor methods. | 45 |
![]() |
design | VisibilityModifier | Variable 'action' must be private and have accessor methods. | 46 |
![]() |
design | VisibilityModifier | Variable 'trackers' must be private and have accessor methods. | 47 |
![]() |
coding | RequireThis | Reference to instance variable 'rule1' needs "this.". | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'action' needs "this.". | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'protocol' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'protocol' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'action' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'protocol' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'rule1' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'protocol' needs "this.". | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'trackers' needs "this.". | 62 |
![]() |
coding | FinalLocalVariable | Variable 'agent' should be declared final. | 64 |
![]() |
coding | FinalLocalVariable | Variable 'tracker' should be declared final. | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'trackers' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'protocol' needs "this.". | 76 |
![]() |
coding | RequireThis | Reference to instance variable 'rule1' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'protocol' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'trackers' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'action' needs "this.". | 83 |
![]() |
coding | FinalLocalVariable | Variable 'paStats' should be declared final. | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'protocol' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'trackers' needs "this.". | 88 |
![]() |
coding | FinalLocalVariable | Variable 'stats' should be declared final. | 89 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 98 |
![]() |
coding | FinalLocalVariable | Variable 'dir' should be declared final. | 105 |
![]() |
coding | RequireThis | Reference to instance variable 'protocol' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'protocol' needs "this.". | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'protocol' needs "this.". | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'trackers' needs "this.". | 118 |
![]() |
coding | FinalLocalVariable | Variable 'dir' should be declared final. | 123 |
![]() |
coding | RequireThis | Reference to instance variable 'protocol' needs "this.". | 128 |
![]() |
coding | RequireThis | Reference to instance variable 'protocol' needs "this.". | 129 |
![]() |
coding | FinalLocalVariable | Variable 'protocol' should be declared final. | 135 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 135 |
![]() |
coding | FinalLocalVariable | Variable 'mapper' should be declared final. | 140 |
![]() |
design | VisibilityModifier | Variable 'toUpperLowerPattern' must be private and have accessor methods. | 151 |
![]() |
design | VisibilityModifier | Variable 'toLowerPlace' must be private and have accessor methods. | 152 |
![]() |
design | VisibilityModifier | Variable 'toUpperPlace' must be private and have accessor methods. | 153 |
![]() |
design | VisibilityModifier | Variable 'defaultPoolSize' must be private and have accessor methods. | 154 |
![]() |
design | VisibilityModifier | Variable 'action' must be private and have accessor methods. | 156 |
![]() |
design | VisibilityModifier | Variable 'pool' must be private and have accessor methods. | 157 |
![]() |
design | VisibilityModifier | Variable 'trackers' must be private and have accessor methods. | 158 |
![]() |
coding | RequireThis | Reference to instance variable 'action' needs "this.". | 164 |
![]() |
coding | RequireThis | Reference to instance variable 'pool' needs "this.". | 165 |
![]() |
coding | RequireThis | Reference to instance variable 'trackers' needs "this.". | 166 |
![]() |
coding | FinalLocalVariable | Variable 'protocol' should be declared final. | 171 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 171 |
![]() |
coding | RequireThis | Reference to instance variable 'action' needs "this.". | 172 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperLowerPattern' needs "this.". | 173 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperLowerPattern' needs "this.". | 174 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 176 |
![]() |
coding | FinalLocalVariable | Variable 'protocol' should be declared final. | 181 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 181 |
![]() |
coding | RequireThis | Reference to instance variable 'action' needs "this.". | 182 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperLowerPattern' needs "this.". | 183 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperLowerPattern' needs "this.". | 184 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 186 |
![]() |
coding | FinalLocalVariable | Variable 'protocol' should be declared final. | 191 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 191 |
![]() |
coding | RequireThis | Reference to instance variable 'action' needs "this.". | 192 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperLowerPattern' needs "this.". | 193 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 195 |
![]() |
coding | FinalLocalVariable | Variable 'protocol' should be declared final. | 200 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 200 |
![]() |
coding | RequireThis | Reference to instance variable 'action' needs "this.". | 201 |
![]() |
coding | RequireThis | Reference to instance variable 'toLowerPlace' needs "this.". | 202 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 204 |
![]() |
coding | FinalLocalVariable | Variable 'protocol' should be declared final. | 209 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 209 |
![]() |
coding | RequireThis | Reference to instance variable 'action' needs "this.". | 210 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperPlace' needs "this.". | 211 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 213 |
![]() |
coding | FinalLocalVariable | Variable 'protocol' should be declared final. | 218 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 218 |
![]() |
coding | RequireThis | Reference to instance variable 'action' needs "this.". | 219 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperLowerPattern' needs "this.". | 220 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperLowerPattern' needs "this.". | 221 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 223 |
![]() |
misc | FinalParameters | Parameter protocol should be final. | 226 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 226 |
![]() |
misc | FinalParameters | Parameter poolSize should be final. | 226 |
![]() |
misc | FinalParameters | Parameter expected should be final. | 226 |
![]() |
coding | RequireThis | Reference to instance variable 'pool' needs "this.". | 228 |
![]() |
coding | RequireThis | Reference to instance variable 'pool' needs "this.". | 229 |
![]() |
coding | RequireThis | Reference to instance variable 'trackers' needs "this.". | 230 |
![]() |
coding | RequireThis | Reference to instance variable 'action' needs "this.". | 231 |
![]() |
coding | RequireThis | Reference to instance variable 'trackers' needs "this.". | 231 |
![]() |
coding | FinalLocalVariable | Variable 'agent1' should be declared final. | 236 |
![]() |
coding | FinalLocalVariable | Variable 'agent2' should be declared final. | 242 |
![]() |
coding | FinalLocalVariable | Variable 'agent3' should be declared final. | 248 |
![]() |
coding | FinalLocalVariable | Variable 'agent4' should be declared final. | 254 |
![]() |
coding | FinalLocalVariable | Variable 'agent5' should be declared final. | 260 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter trackers should be final. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter trackers should be final. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter trackers should be final. | 15 |
![]() |
coding | FinalLocalVariable | Variable 'unused' should be declared final. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter trackers should be final. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter tracker should be final. | 17 |
![]() |
coding | FinalLocalVariable | Variable 'agentNames' should be declared final. | 19 |
![]() |
coding | FinalLocalVariable | Variable 'mobileAgent' should be declared final. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter trackers should be final. | 15 |
![]() |
coding | FinalLocalVariable | Variable 'unused' should be declared final. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter name should be final. | 18 |
![]() |
misc | FinalParameters | Parameter place should be final. | 18 |
![]() |
misc | FinalParameters | Parameter timeLimit should be final. | 18 |
![]() |
misc | FinalParameters | Parameter threshold should be final. | 18 |
![]() |
misc | FinalParameters | Parameter name should be final. | 22 |
![]() |
misc | FinalParameters | Parameter place should be final. | 22 |
![]() |
misc | FinalParameters | Parameter timeLimit should be final. | 22 |
![]() |
misc | FinalParameters | Parameter threshold should be final. | 22 |
![]() |
misc | FinalParameters | Parameter placeAgentStats should be final. | 33 |
![]() |
coding | FinalLocalVariable | Variable 'minTimeInPlace' should be declared final. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'placeAgentStats' must be private and have accessor methods. | 24 |
![]() |
coding | FinalLocalVariable | Variable 'stats' should be declared final. | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'placeAgentStats' needs "this.". | 31 |
![]() |
coding | FinalLocalVariable | Variable 'rule' should be declared final. | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'placeAgentStats' needs "this.". | 57 |
![]() |
coding | FinalLocalVariable | Variable 'rule' should be declared final. | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'placeAgentStats' needs "this.". | 63 |
![]() |
design | VisibilityModifier | Variable 'toUpperLowerPattern' must be private and have accessor methods. | 69 |
![]() |
design | VisibilityModifier | Variable 'toLowerPlace' must be private and have accessor methods. | 70 |
![]() |
design | VisibilityModifier | Variable 'toUpperPlace' must be private and have accessor methods. | 71 |
![]() |
design | VisibilityModifier | Variable 'defaultPoolSize' must be private and have accessor methods. | 72 |
![]() |
design | VisibilityModifier | Variable 'defaultTimeLimit' must be private and have accessor methods. | 73 |
![]() |
design | VisibilityModifier | Variable 'pool' must be private and have accessor methods. | 75 |
![]() |
design | VisibilityModifier | Variable 'stats' must be private and have accessor methods. | 76 |
![]() |
coding | RequireThis | Reference to instance variable 'pool' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'stats' needs "this.". | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperLowerPattern' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperLowerPattern' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'toLowerPlace' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperPlace' needs "this.". | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperLowerPattern' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperLowerPattern' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperLowerPattern' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'toLowerPlace' needs "this.". | 123 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 123 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 123 |
![]() |
misc | FinalParameters | Parameter matcher should be final. | 126 |
![]() |
misc | FinalParameters | Parameter time should be final. | 126 |
![]() |
misc | FinalParameters | Parameter threshold should be final. | 126 |
![]() |
misc | FinalParameters | Parameter poolSize should be final. | 126 |
![]() |
coding | FinalLocalVariable | Variable 'rule' should be declared final. | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'pool' needs "this.". | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'pool' needs "this.". | 130 |
![]() |
coding | RequireThis | Reference to instance variable 'stats' needs "this.". | 131 |
![]() |
coding | FinalLocalVariable | Variable 'lowerStats' should be declared final. | 136 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 137 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 138 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 139 |
![]() |
coding | FinalLocalVariable | Variable 'upperStats' should be declared final. | 141 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 143 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter name should be final. | 18 |
![]() |
misc | FinalParameters | Parameter place should be final. | 18 |
![]() |
misc | FinalParameters | Parameter timeLimit should be final. | 18 |
![]() |
misc | FinalParameters | Parameter threshold should be final. | 18 |
![]() |
misc | FinalParameters | Parameter name should be final. | 22 |
![]() |
misc | FinalParameters | Parameter place should be final. | 22 |
![]() |
misc | FinalParameters | Parameter timeLimit should be final. | 22 |
![]() |
misc | FinalParameters | Parameter threshold should be final. | 22 |
![]() |
misc | FinalParameters | Parameter placeAgentStats should be final. | 33 |
![]() |
coding | FinalLocalVariable | Variable 'maxTimeInPlace' should be declared final. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'placeAgentStats' must be private and have accessor methods. | 24 |
![]() |
coding | FinalLocalVariable | Variable 'stats' should be declared final. | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'placeAgentStats' needs "this.". | 31 |
![]() |
coding | FinalLocalVariable | Variable 'rule' should be declared final. | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'placeAgentStats' needs "this.". | 57 |
![]() |
coding | FinalLocalVariable | Variable 'rule' should be declared final. | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'placeAgentStats' needs "this.". | 63 |
![]() |
design | VisibilityModifier | Variable 'toUpperLowerPattern' must be private and have accessor methods. | 69 |
![]() |
design | VisibilityModifier | Variable 'toLowerPlace' must be private and have accessor methods. | 70 |
![]() |
design | VisibilityModifier | Variable 'toUpperPlace' must be private and have accessor methods. | 71 |
![]() |
design | VisibilityModifier | Variable 'defaultPoolSize' must be private and have accessor methods. | 72 |
![]() |
design | VisibilityModifier | Variable 'defaultTimeLimit' must be private and have accessor methods. | 73 |
![]() |
design | VisibilityModifier | Variable 'pool' must be private and have accessor methods. | 75 |
![]() |
design | VisibilityModifier | Variable 'stats' must be private and have accessor methods. | 76 |
![]() |
coding | RequireThis | Reference to instance variable 'pool' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'stats' needs "this.". | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperLowerPattern' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperLowerPattern' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperLowerPattern' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperLowerPattern' needs "this.". | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'toLowerPlace' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'toLowerPlace' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'toLowerPlace' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperPlace' needs "this.". | 123 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 123 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 123 |
![]() |
coding | RequireThis | Reference to instance variable 'toUpperPlace' needs "this.". | 128 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 128 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultPoolSize' needs "this.". | 128 |
![]() |
misc | FinalParameters | Parameter matcher should be final. | 131 |
![]() |
misc | FinalParameters | Parameter time should be final. | 131 |
![]() |
misc | FinalParameters | Parameter threshold should be final. | 131 |
![]() |
misc | FinalParameters | Parameter poolSize should be final. | 131 |
![]() |
coding | FinalLocalVariable | Variable 'rule' should be declared final. | 132 |
![]() |
coding | RequireThis | Reference to instance variable 'pool' needs "this.". | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'pool' needs "this.". | 135 |
![]() |
coding | RequireThis | Reference to instance variable 'stats' needs "this.". | 136 |
![]() |
coding | FinalLocalVariable | Variable 'lowerStats' should be declared final. | 141 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 143 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 144 |
![]() |
coding | FinalLocalVariable | Variable 'upperStats' should be declared final. | 146 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 147 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultTimeLimit' needs "this.". | 148 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 23 |
![]() |
design | VisibilityModifier | Variable 'place' must be private and have accessor methods. | 26 |
![]() |
design | VisibilityModifier | Variable 'timeLimit' must be private and have accessor methods. | 29 |
![]() |
design | VisibilityModifier | Variable 'threshold' must be private and have accessor methods. | 32 |
![]() |
misc | FinalParameters | Parameter name should be final. | 34 |
![]() |
misc | FinalParameters | Parameter place should be final. | 34 |
![]() |
misc | FinalParameters | Parameter timeLimit should be final. | 34 |
![]() |
misc | FinalParameters | Parameter threshold should be final. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 54 |
![]() |
misc | FinalParameters | Parameter place should be final. | 54 |
![]() |
misc | FinalParameters | Parameter timeLimit should be final. | 54 |
![]() |
misc | FinalParameters | Parameter threshold should be final. | 54 |
![]() |
misc | FinalParameters | Parameter placeAgentStats should be final. | 65 |
![]() |
coding | FinalLocalVariable | Variable 'filtered' should be declared final. | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 67 |
![]() |
misc | FinalParameters | Parameter placeAgentStats should be final. | 77 |
![]() |
coding | FinalLocalVariable | Variable 'count' should be declared final. | 78 |
![]() |
coding | FinalLocalVariable | Variable 'poolSize' should be declared final. | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'threshold' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'name' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'timeLimit' needs "this.". | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'threshold' needs "this.". | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'pattern' must be private and have accessor methods. | 24 |
![]() |
blocks | RightCurly | '}' at column 32 should be alone on a line. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'theKey' must be private and have accessor methods. | 31 |
![]() |
design | VisibilityModifier | Variable 'theCost' must be private and have accessor methods. | 34 |
![]() |
design | VisibilityModifier | Variable 'theQuality' must be private and have accessor methods. | 37 |
![]() |
design | VisibilityModifier | Variable 'theExpense' must be private and have accessor methods. | 42 |
![]() |
design | VisibilityModifier | Variable 'lookupAttempted' must be private and have accessor methods. | 45 |
![]() |
design | VisibilityModifier | Variable 'localPlace' must be private and have accessor methods. | 49 |
![]() |
design | VisibilityModifier | Variable 'dataType' must be private and have accessor methods. | 52 |
![]() |
design | VisibilityModifier | Variable 'dataId' must be private and have accessor methods. | 55 |
![]() |
design | VisibilityModifier | Variable 'serviceName' must be private and have accessor methods. | 58 |
![]() |
design | VisibilityModifier | Variable 'serviceType' must be private and have accessor methods. | 61 |
![]() |
design | VisibilityModifier | Variable 'serviceLocation' must be private and have accessor methods. | 64 |
![]() |
design | VisibilityModifier | Variable 'serviceHostUrl' must be private and have accessor methods. | 67 |
![]() |
design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 74 |
![]() |
design | VisibilityModifier | Variable 'age' must be private and have accessor methods. | 77 |
![]() |
coding | HiddenField | 'dataType' hides a field. | 335 |
![]() |
coding | HiddenField | 'serviceLocation' hides a field. | 345 |
![]() |
coding | HiddenField | 'serviceType' hides a field. | 457 |
![]() |
coding | HiddenField | 'serviceName' hides a field. | 473 |
![]() |
coding | HiddenField | 'age' hides a field. | 554 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'serviceList' should be declared final. | 235 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'dl' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'dl' needs "this.". | 95 |
![]() |
coding | RequireThis | Reference to instance variable 'd2' needs "this.". | 95 |
![]() |
coding | RequireThis | Reference to instance variable 'dl' needs "this.". | 96 |
![]() |
coding | RequireThis | Reference to instance variable 'd3' needs "this.". | 96 |
![]() |
coding | RequireThis | Reference to instance variable 'dl' needs "this.". | 97 |
![]() |
coding | FinalLocalVariable | Variable 'o' should be declared final. | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'dl' needs "this.". | 98 |
![]() |
coding | FinalLocalVariable | Variable 'o2' should be declared final. | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'dl' needs "this.". | 100 |
![]() |
coding | FinalLocalVariable | Variable 'o3' should be declared final. | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'dl' needs "this.". | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 155 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 155 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 156 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 157 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 158 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 159 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 24, expected level should be one of the following: 18, 30, 31. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'directoryKey' must be private and have accessor methods. | 19 |
![]() |
design | VisibilityModifier | Variable 'observers' must be private and have accessor methods. | 22 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 234 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'entryMap' must be private and have accessor methods. | 49 |
![]() |
design | VisibilityModifier | Variable 'peerDirectories' must be private and have accessor methods. | 52 |
![]() |
design | VisibilityModifier | Variable 'staticPeers' must be private and have accessor methods. | 57 |
![]() |
design | VisibilityModifier | Variable 'heartbeat' must be private and have accessor methods. | 60 |
![]() |
design | VisibilityModifier | Variable 'observerManager' must be private and have accessor methods. | 63 |
![]() |
design | VisibilityModifier | Variable 'rdvPeer' must be private and have accessor methods. | 66 |
![]() |
design | VisibilityModifier | Variable 'shutdownInitiated' must be private and have accessor methods. | 69 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 72 |
![]() |
design | VisibilityModifier | Variable 'emissaryNode' must be private and have accessor methods. | 75 |
![]() |
design | VisibilityModifier | Variable 'zoneSlopWindowMillis' must be private and have accessor methods. | 84 |
![]() |
misc | FinalParameters | Parameter node should be final. | 94 |
![]() |
coding | FinalLocalVariable | Variable 'entries' should be declared final. | 952 |
![]() |
coding | FinalLocalVariable | Variable 'destination' should be declared final. | 1105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 150 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 38 should be alone on a line. | 168 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'nodeName' must be private and have accessor methods. | 72 |
![]() |
design | VisibilityModifier | Variable 'nodePort' must be private and have accessor methods. | 73 |
![]() |
design | VisibilityModifier | Variable 'nodeScheme' must be private and have accessor methods. | 75 |
![]() |
design | VisibilityModifier | Variable 'nodeType' must be private and have accessor methods. | 78 |
![]() |
design | VisibilityModifier | Variable 'nodeMode' must be private and have accessor methods. | 79 |
![]() |
design | VisibilityModifier | Variable 'nodeNameIsDefault' must be private and have accessor methods. | 80 |
![]() |
design | VisibilityModifier | Variable 'nodeServiceType' must be private and have accessor methods. | 82 |
![]() |
design | VisibilityModifier | Variable 'strictStartupMode' must be private and have accessor methods. | 84 |
![]() |
misc | FinalParameters | Parameter nodeMode should be final. | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'nodeMode' needs "this.". | 116 |
![]() |
coding | RequireThis | Reference to instance variable 'strictStartupMode' needs "this.". | 183 |
![]() |
misc | FinalParameters | Parameter strictStartupMode should be final. | 186 |
![]() |
coding | HiddenField | 'strictStartupMode' hides a field. | 186 |
![]() |
coding | FinalLocalVariable | Variable 'cfg' should be declared final. | 212 |
![]() |
coding | FinalLocalVariable | Variable 'pool' should be declared final. | 253 |
![]() |
coding | FinalLocalVariable | Variable 'spool' should be declared final. | 257 |
![]() |
coding | FinalLocalVariable | Variable 'metricsManager' should be declared final. | 261 |
![]() |
coding | FinalLocalVariable | Variable 'watcher' should be declared final. | 265 |
![]() |
coding | FinalLocalVariable | Variable 'nodeConfigStream' should be declared final. | 276 |
![]() |
coding | FinalLocalVariable | Variable 'startupEngine' should be declared final. | 277 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'timer' must be private and have accessor methods. | 40 |
![]() |
design | VisibilityModifier | Variable 'thisDirectory' must be private and have accessor methods. | 43 |
![]() |
design | VisibilityModifier | Variable 'initialDelaySeconds' must be private and have accessor methods. | 51 |
![]() |
design | VisibilityModifier | Variable 'intervalSeconds' must be private and have accessor methods. | 59 |
![]() |
design | VisibilityModifier | Variable 'failThreshold' must be private and have accessor methods. | 62 |
![]() |
design | VisibilityModifier | Variable 'permanentFailThreshold' must be private and have accessor methods. | 65 |
![]() |
design | VisibilityModifier | Variable 'directories' must be private and have accessor methods. | 74 |
![]() |
coding | FinalLocalVariable | Variable 'response' should be declared final. | 340 |
![]() |
misc | FinalParameters | Parameter fromPlace should be final. | 356 |
![]() |
misc | FinalParameters | Parameter toPlace should be final. | 356 |
![]() |
misc | FinalParameters | Parameter fromPlace should be final. | 360 |
![]() |
misc | FinalParameters | Parameter toPlace should be final. | 360 |
![]() |
misc | FinalParameters | Parameter client should be final. | 360 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 389 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'fromPlace' should be declared final. | 33 |
![]() |
coding | FinalLocalVariable | Variable 'toPlace' should be declared final. | 34 |
![]() |
coding | FinalLocalVariable | Variable 'response' should be declared final. | 35 |
![]() |
coding | FinalLocalVariable | Variable 'directoryKey' should be declared final. | 41 |
![]() |
coding | FinalLocalVariable | Variable 'mgr' should be declared final. | 42 |
![]() |
coding | FinalLocalVariable | Variable 'isUp' should be declared final. | 43 |
![]() |
coding | FinalLocalVariable | Variable 'mockClient' should be declared final. | 51 |
![]() |
coding | FinalLocalVariable | Variable 'client' should be declared final. | 55 |
![]() |
coding | FinalLocalVariable | Variable 'fromPlace' should be declared final. | 57 |
![]() |
coding | FinalLocalVariable | Variable 'toPlace' should be declared final. | 58 |
![]() |
coding | FinalLocalVariable | Variable 'response' should be declared final. | 59 |
![]() |
coding | FinalLocalVariable | Variable 'mockClient' should be declared final. | 65 |
![]() |
coding | FinalLocalVariable | Variable 'mockResponse' should be declared final. | 66 |
![]() |
coding | FinalLocalVariable | Variable 'mockHttpEntity' should be declared final. | 67 |
![]() |
coding | FinalLocalVariable | Variable 'responseString' should be declared final. | 71 |
![]() |
coding | FinalLocalVariable | Variable 'header1' should be declared final. | 73 |
![]() |
coding | FinalLocalVariable | Variable 'headers' should be declared final. | 74 |
![]() |
coding | FinalLocalVariable | Variable 'resp' should be declared final. | 77 |
![]() |
coding | FinalLocalVariable | Variable 'client' should be declared final. | 80 |
![]() |
coding | FinalLocalVariable | Variable 'fromPlace' should be declared final. | 82 |
![]() |
coding | FinalLocalVariable | Variable 'toPlace' should be declared final. | 83 |
![]() |
coding | FinalLocalVariable | Variable 'response' should be declared final. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 31 should be alone on a line. | 422 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'expected' should be declared final. | 138 |
![]() |
coding | FinalLocalVariable | Variable 'actual' should be declared final. | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'deniedWildcardPlace' should be declared final. | 378 |
![]() |
coding | FinalLocalVariable | Variable 'expected' should be declared final. | 383 |
![]() |
coding | FinalLocalVariable | Variable 'deniedWildcardPlace' should be declared final. | 397 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 415 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'dataType' must be private and have accessor methods. | 43 |
![]() |
design | VisibilityModifier | Variable 'serviceType' must be private and have accessor methods. | 45 |
![]() |
design | VisibilityModifier | Variable 'wc' must be private and have accessor methods. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'finalForms' must be private and have accessor methods. | 20 |
![]() |
design | VisibilityModifier | Variable 'renames' must be private and have accessor methods. | 23 |
![]() |
design | VisibilityModifier | Variable 'ignores' must be private and have accessor methods. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'place' must be private and have accessor methods. | 20 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 24 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 31 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 36 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 37 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 45 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 56 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 67 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 78 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 87 |
![]() |
blocks | RightCurly | '}' at column 48 should be alone on a line. | 87 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 90 |
![]() |
misc | FinalParameters | Parameter s should be final. | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'types' must be private and have accessor methods. | 20 |
![]() |
design | VisibilityModifier | Variable 'props' must be private and have accessor methods. | 21 |
![]() |
blocks | RightCurly | '}' at column 30 should be alone on a line. | 26 |
![]() |
misc | FinalParameters | Parameter s should be final. | 168 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 42, 43. | 14 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 42, 43. | 15 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 42, 43. | 16 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 42, 43. | 17 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 42, 43. | 18 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 42, 43. | 19 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 42, 43. | 20 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 46, 47. | 24 |
![]() |
design | VisibilityModifier | Variable 'setFileType' must be private and have accessor methods. | 27 |
![]() |
design | VisibilityModifier | Variable 'setCurrentForm' must be private and have accessor methods. | 30 |
![]() |
misc | FinalParameters | Parameter config should be final. | 37 |
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 52 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 52 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 52 |
![]() |
blocks | RightCurly | '}' at column 38 should be alone on a line. | 60 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 68 |
![]() |
coding | FinalLocalVariable | Variable 'szType' should be declared final. | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'setFileType' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'setCurrentForm' needs "this.". | 73 |
![]() |
misc | FinalParameters | Parameter sz should be final. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'place' must be private and have accessor methods. | 17 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 23 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 45 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 50 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'chop' must be private and have accessor methods. | 23 |
![]() |
design | VisibilityModifier | Variable 'replace' must be private and have accessor methods. | 24 |
![]() |
design | VisibilityModifier | Variable 'replaceFiletype' must be private and have accessor methods. | 25 |
![]() |
design | VisibilityModifier | Variable 'upcase' must be private and have accessor methods. | 26 |
![]() |
design | VisibilityModifier | Variable 'removeCommas' must be private and have accessor methods. | 27 |
![]() |
design | VisibilityModifier | Variable 'swallowIgnorableExceptions' must be private and have accessor methods. | 28 |
![]() |
design | VisibilityModifier | Variable 'chopAtTwo' must be private and have accessor methods. | 29 |
![]() |
design | VisibilityModifier | Variable 'minSizeMap' must be private and have accessor methods. | 30 |
![]() |
design | VisibilityModifier | Variable 'unixFileUtil' must be private and have accessor methods. | 36 |
![]() |
misc | FinalParameters | Parameter config should be final. | 57 |
![]() |
coding | FinalLocalVariable | Variable 'firstSubstring' should be declared final. | 117 |
![]() |
coding | FinalLocalVariable | Variable 'parts' should be declared final. | 120 |
![]() |
coding | RequireThis | Reference to instance variable 'replaceFiletype' needs "this.". | 146 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'rr' should be declared final. | 38 |
![]() |
coding | FinalLocalVariable | Variable 'configG' should be declared final. | 39 |
![]() |
coding | FinalLocalVariable | Variable 'resource' should be declared final. | 43 |
![]() |
coding | FinalLocalVariable | Variable 'data' should be declared final. | 46 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'filename' must be private and have accessor methods. | 14 |
![]() |
design | VisibilityModifier | Variable 'data' must be private and have accessor methods. | 15 |
![]() |
design | VisibilityModifier | Variable 'header' must be private and have accessor methods. | 16 |
![]() |
design | VisibilityModifier | Variable 'footer' must be private and have accessor methods. | 17 |
![]() |
design | VisibilityModifier | Variable 'currentForm' must be private and have accessor methods. | 18 |
![]() |
design | VisibilityModifier | Variable 'params' must be private and have accessor methods. | 19 |
![]() |
blocks | RightCurly | '}' at column 24 should be alone on a line. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 189 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 190 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 191 |
![]() |
coding | FinalLocalVariable | Variable 'repositoryProxy' should be declared final. | 395 |
![]() |
coding | FinalLocalVariable | Variable 'repositoryProxy' should be declared final. | 444 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'libraryDirectoryString' must be private and have accessor methods. | 18 |
![]() |
design | VisibilityModifier | Variable 'libraryDirectoryFile' must be private and have accessor methods. | 19 |
![]() |
blocks | RightCurly | '}' at column 63 should be alone on a line. | 158 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter alg should be final. | 51 |
![]() |
misc | FinalParameters | Parameter useCrc should be final. | 51 |
![]() |
misc | FinalParameters | Parameter algs should be final. | 64 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 67 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'digest' needs "this.". | 72 |
![]() |
misc | FinalParameters | Parameter algs should be final. | 84 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 87 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'digest' needs "this.". | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'crc' needs "this.". | 103 |
![]() |
misc | FinalParameters | Parameter use should be final. | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'crc' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'crc' needs "this.". | 115 |
![]() |
coding | RequireThis | Reference to instance variable 'ssdeep' needs "this.". | 123 |
![]() |
misc | FinalParameters | Parameter use should be final. | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'ssdeep' needs "this.". | 133 |
![]() |
coding | RequireThis | Reference to instance variable 'ssdeep' needs "this.". | 135 |
![]() |
misc | FinalParameters | Parameter buffer should be final. | 145 |
![]() |
coding | FinalLocalVariable | Variable 'res' should be declared final. | 147 |
![]() |
coding | RequireThis | Reference to instance variable 'digest' needs "this.". | 150 |
![]() |
coding | RequireThis | Reference to instance variable 'crc' needs "this.". | 157 |
![]() |
coding | RequireThis | Reference to instance variable 'crc' needs "this.". | 158 |
![]() |
coding | RequireThis | Reference to instance variable 'crc' needs "this.". | 159 |
![]() |
coding | RequireThis | Reference to instance variable 'crc' needs "this.". | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'ssdeep' needs "this.". | 164 |
![]() |
coding | RequireThis | Reference to instance variable 'ssdeep' needs "this.". | 165 |
![]() |
coding | RequireThis | Reference to instance variable 'digest' needs "this.". | 181 |
![]() |
coding | RequireThis | Reference to instance variable 'crc' needs "this.". | 196 |
![]() |
coding | RequireThis | Reference to instance variable 'crc' needs "this.". | 198 |
![]() |
coding | RequireThis | Reference to instance variable 'crc' needs "this.". | 202 |
![]() |
coding | RequireThis | Reference to instance variable 'crc' needs "this.". | 205 |
![]() |
coding | RequireThis | Reference to instance variable 'ssdeep' needs "this.". | 211 |
![]() |
coding | RequireThis | Reference to instance variable 'ssdeep' needs "this.". | 212 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'cc' should be declared final. | 37 |
![]() |
coding | FinalLocalVariable | Variable 'cr' should be declared final. | 38 |
![]() |
coding | FinalLocalVariable | Variable 'algs' should be declared final. | 40 |
![]() |
coding | FinalLocalVariable | Variable 'cc' should be declared final. | 54 |
![]() |
coding | FinalLocalVariable | Variable 'cr' should be declared final. | 55 |
![]() |
coding | FinalLocalVariable | Variable 'algs' should be declared final. | 57 |
![]() |
coding | FinalLocalVariable | Variable 'cc' should be declared final. | 73 |
![]() |
coding | FinalLocalVariable | Variable 'cr' should be declared final. | 74 |
![]() |
coding | FinalLocalVariable | Variable 'algs' should be declared final. | 76 |
![]() |
coding | FinalLocalVariable | Variable 'cc' should be declared final. | 91 |
![]() |
coding | FinalLocalVariable | Variable 'cr' should be declared final. | 92 |
![]() |
coding | FinalLocalVariable | Variable 'algs' should be declared final. | 94 |
![]() |
coding | FinalLocalVariable | Variable 'cc' should be declared final. | 110 |
![]() |
coding | FinalLocalVariable | Variable 'cr' should be declared final. | 111 |
![]() |
coding | FinalLocalVariable | Variable 'algs' should be declared final. | 113 |
![]() |
coding | FinalLocalVariable | Variable 'i' should be declared final. | 116 |
![]() |
coding | FinalLocalVariable | Variable 'cc' should be declared final. | 130 |
![]() |
coding | FinalLocalVariable | Variable 'cr' should be declared final. | 133 |
![]() |
coding | FinalLocalVariable | Variable 'algs' should be declared final. | 135 |
![]() |
coding | FinalLocalVariable | Variable 'i' should be declared final. | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'hashComp' must be private and have accessor methods. | 23 |
![]() |
misc | FinalParameters | Parameter argCrc should be final. | 40 |
![]() |
misc | FinalParameters | Parameter ssdeep should be final. | 59 |
![]() |
coding | HiddenField | 'ssdeep' hides a field. | 59 |
![]() |
misc | FinalParameters | Parameter alg should be final. | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'crc' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'crc' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'ssdeep' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'ssdeep' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'hashComp' needs "this.". | 76 |
![]() |
misc | FinalParameters | Parameter alg should be final. | 86 |
![]() |
coding | FinalLocalVariable | Variable 'comp' should be declared final. | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'hashComp' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'crc' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'crc' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'ssdeep' needs "this.". | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'ssdeep' needs "this.". | 93 |
![]() |
misc | FinalParameters | Parameter alg should be final. | 107 |
![]() |
misc | FinalParameters | Parameter argHash should be final. | 107 |
![]() |
coding | RequireThis | Reference to instance variable 'hashComp' needs "this.". | 108 |
![]() |
coding | FinalLocalVariable | Variable 'set' should be declared final. | 117 |
![]() |
coding | RequireThis | Reference to instance variable 'hashComp' needs "this.". | 117 |
![]() |
coding | RequireThis | Reference to instance variable 'crc' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'ssdeep' needs "this.". | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'cc' should be declared final. | 22 |
![]() |
coding | FinalLocalVariable | Variable 'cr' should be declared final. | 23 |
![]() |
coding | FinalLocalVariable | Variable 'algs' should be declared final. | 25 |
![]() |
coding | FinalLocalVariable | Variable 'i' should be declared final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter x should be final. | 60 |
![]() |
misc | FinalParameters | Parameter y should be final. | 60 |
![]() |
coding | FinalLocalVariable | Variable 'iswap' should be declared final. | 61 |
![]() |
misc | FinalParameters | Parameter x should be final. | 67 |
![]() |
misc | FinalParameters | Parameter y should be final. | 67 |
![]() |
coding | FinalLocalVariable | Variable 'cswap' should be declared final. | 68 |
![]() |
misc | FinalParameters | Parameter x should be final. | 75 |
![]() |
misc | FinalParameters | Parameter y should be final. | 75 |
![]() |
misc | FinalParameters | Parameter z should be final. | 75 |
![]() |
coding | FinalLocalVariable | Variable 'mx' should be declared final. | 76 |
![]() |
coding | FinalLocalVariable | Variable 'my' should be declared final. | 77 |
![]() |
coding | FinalLocalVariable | Variable 'mz' should be declared final. | 78 |
![]() |
misc | FinalParameters | Parameter x should be final. | 83 |
![]() |
misc | FinalParameters | Parameter y should be final. | 83 |
![]() |
coding | FinalLocalVariable | Variable 'mx' should be declared final. | 84 |
![]() |
coding | FinalLocalVariable | Variable 'my' should be declared final. | 85 |
![]() |
design | VisibilityModifier | Variable 'insertCost' must be private and have accessor methods. | 89 |
![]() |
design | VisibilityModifier | Variable 'deleteCost' must be private and have accessor methods. | 90 |
![]() |
design | VisibilityModifier | Variable 'row' must be private and have accessor methods. | 93 |
![]() |
design | VisibilityModifier | Variable 'col' must be private and have accessor methods. | 94 |
![]() |
design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 95 |
![]() |
design | VisibilityModifier | Variable 'radix' must be private and have accessor methods. | 96 |
![]() |
design | VisibilityModifier | Variable 'low' must be private and have accessor methods. | 97 |
![]() |
design | VisibilityModifier | Variable 'buffer' must be private and have accessor methods. | 98 |
![]() |
design | VisibilityModifier | Variable 'store' must be private and have accessor methods. | 102 |
![]() |
design | VisibilityModifier | Variable 'ins' must be private and have accessor methods. | 109 |
![]() |
design | VisibilityModifier | Variable 'del' must be private and have accessor methods. | 110 |
![]() |
design | VisibilityModifier | Variable 'ch' must be private and have accessor methods. | 111 |
![]() |
design | VisibilityModifier | Variable 'swapCost' must be private and have accessor methods. | 112 |
![]() |
design | VisibilityModifier | Variable 'fromLen' must be private and have accessor methods. | 114 |
![]() |
design | VisibilityModifier | Variable 'toLen' must be private and have accessor methods. | 115 |
![]() |
misc | FinalParameters | Parameter x should be final. | 117 |
![]() |
misc | FinalParameters | Parameter y should be final. | 117 |
![]() |
misc | FinalParameters | Parameter index should be final. | 117 |
![]() |
coding | HiddenField | 'index' hides a field. | 117 |
![]() |
misc | FinalParameters | Parameter x should be final. | 121 |
![]() |
misc | FinalParameters | Parameter y should be final. | 121 |
![]() |
naming | MethodName | Method name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 125 |
![]() |
misc | FinalParameters | Parameter x should be final. | 125 |
![]() |
misc | FinalParameters | Parameter y should be final. | 125 |
![]() |
naming | MethodName | Method name 'w' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 129 |
![]() |
misc | FinalParameters | Parameter x should be final. | 129 |
![]() |
misc | FinalParameters | Parameter y should be final. | 129 |
![]() |
misc | FinalParameters | Parameter x should be final. | 133 |
![]() |
misc | FinalParameters | Parameter y should be final. | 133 |
![]() |
misc | FinalParameters | Parameter x should be final. | 137 |
![]() |
misc | FinalParameters | Parameter from should be final. | 144 |
![]() |
misc | FinalParameters | Parameter fromLen should be final. | 144 |
![]() |
coding | HiddenField | 'fromLen' hides a field. | 144 |
![]() |
misc | FinalParameters | Parameter to should be final. | 144 |
![]() |
misc | FinalParameters | Parameter toLen should be final. | 144 |
![]() |
coding | HiddenField | 'toLen' hides a field. | 144 |
![]() |
coding | FinalLocalVariable | Variable 'x' should be declared final. | 165 |
![]() |
coding | FinalLocalVariable | Variable 'y' should be declared final. | 166 |
![]() |
coding | FinalLocalVariable | Variable 'xx' should be declared final. | 170 |
![]() |
coding | FinalLocalVariable | Variable 'yy' should be declared final. | 171 |
![]() |
blocks | RightCurly | '}' at column 29 should be alone on a line. | 250 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'list' must be private and have accessor methods. | 23 |
![]() |
design | VisibilityModifier | Variable 'kffMinDataSize' must be private and have accessor methods. | 27 |
![]() |
design | VisibilityModifier | Variable 'algorithms' must be private and have accessor methods. | 30 |
![]() |
blocks | RightCurly | '}' at column 24 should be alone on a line. | 35 |
![]() |
misc | FinalParameters | Parameter f should be final. | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'list' needs "this.". | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'list' needs "this.". | 50 |
![]() |
misc | FinalParameters | Parameter i should be final. | 58 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'i' is not allowed. | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'kffMinDataSize' needs "this.". | 62 |
![]() |
misc | FinalParameters | Parameter c should be final. | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'algorithms' needs "this.". | 72 |
![]() |
misc | FinalParameters | Parameter c should be final. | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'algorithms' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'algorithms' needs "this.". | 83 |
![]() |
misc | FinalParameters | Parameter alg should be final. | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'algorithms' needs "this.". | 93 |
![]() |
misc | FinalParameters | Parameter alg should be final. | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'algorithms' needs "this.". | 103 |
![]() |
coding | FinalLocalVariable | Variable 'list' should be declared final. | 113 |
![]() |
coding | HiddenField | 'list' hides a field. | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'algorithms' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'kffMinDataSize' needs "this.". | 126 |
![]() |
coding | RequireThis | Reference to instance variable 'list' needs "this.". | 126 |
![]() |
coding | RequireThis | Reference to instance variable 'list' needs "this.". | 135 |
![]() |
coding | RequireThis | Reference to instance variable 'kffMinDataSize' needs "this.". | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'list' needs "this.". | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'list' needs "this.". | 169 |
![]() |
misc | FinalParameters | Parameter l should be final. | 187 |
![]() |
misc | FinalParameters | Parameter itemName should be final. | 187 |
![]() |
misc | FinalParameters | Parameter csum should be final. | 187 |
![]() |
coding | FinalLocalVariable | Variable 'r' should be declared final. | 188 |
![]() |
coding | FinalLocalVariable | Variable 'hit' should be declared final. | 192 |
![]() |
misc | FinalParameters | Parameter fileContents should be final. | 208 |
![]() |
coding | RequireThis | Reference to instance variable 'algorithms' needs "this.". | 209 |
![]() |
coding | RequireThis | Reference to instance variable 'algorithms' needs "this.". | 220 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 31 should be alone on a line. | 41 |
![]() |
coding | FinalLocalVariable | Variable 'chain' should be declared final. | 48 |
![]() |
coding | FinalLocalVariable | Variable 'configG' should be declared final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'algs' should be declared final. | 56 |
![]() |
misc | FinalParameters | Parameter chain should be final. | 76 |
![]() |
misc | FinalParameters | Parameter m should be final. | 76 |
![]() |
misc | FinalParameters | Parameter filterType should be final. | 76 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 81 |
![]() |
coding | FinalLocalVariable | Variable 'name' should be declared final. | 82 |
![]() |
coding | FinalLocalVariable | Variable 'clazz' should be declared final. | 84 |
![]() |
misc | FinalParameters | Parameter args should be final. | 112 |
![]() |
coding | FinalLocalVariable | Variable 'kff' should be declared final. | 113 |
![]() |
coding | FinalLocalVariable | Variable 'buffer' should be declared final. | 117 |
![]() |
coding | FinalLocalVariable | Variable 'r' should be declared final. | 119 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'chain' should be declared final. | 23 |
![]() |
coding | FinalLocalVariable | Variable 'cr' should be declared final. | 31 |
![]() |
coding | FinalLocalVariable | Variable 'algs' should be declared final. | 32 |
![]() |
coding | FinalLocalVariable | Variable 'i' should be declared final. | 35 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'chain' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 46 |
![]() |
coding | FinalLocalVariable | Variable 'chain' should be declared final. | 46 |
![]() |
coding | FinalLocalVariable | Variable 'myAlgs' should be declared final. | 47 |
![]() |
coding | FinalLocalVariable | Variable 'cr' should be declared final. | 54 |
![]() |
coding | FinalLocalVariable | Variable 'algs' should be declared final. | 55 |
![]() |
coding | FinalLocalVariable | Variable 'i' should be declared final. | 58 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'chain' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 69 |
![]() |
coding | FinalLocalVariable | Variable 'chain' should be declared final. | 69 |
![]() |
coding | FinalLocalVariable | Variable 'myAlgs' should be declared final. | 70 |
![]() |
coding | FinalLocalVariable | Variable 'kr' should be declared final. | 79 |
![]() |
coding | FinalLocalVariable | Variable 'algs' should be declared final. | 80 |
![]() |
coding | FinalLocalVariable | Variable 'i' should be declared final. | 83 |
![]() |
coding | FinalLocalVariable | Variable 'md5c' should be declared final. | 92 |
![]() |
coding | FinalLocalVariable | Variable 'md5r' should be declared final. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'kff' must be private and have accessor methods. | 40 |
![]() |
design | VisibilityModifier | Variable 'truncateKnownData' must be private and have accessor methods. | 46 |
![]() |
design | VisibilityModifier | Variable 'setFormOnKnownData' must be private and have accessor methods. | 47 |
![]() |
design | VisibilityModifier | Variable 'setFileTypeOnKnown' must be private and have accessor methods. | 48 |
![]() |
blocks | RightCurly | '}' at column 36 should be alone on a line. | 63 |
![]() |
misc | FinalParameters | Parameter truncateKnownData should be final. | 68 |
![]() |
misc | FinalParameters | Parameter setFormOnKnownData should be final. | 68 |
![]() |
misc | FinalParameters | Parameter setFileTypeOnKnown should be final. | 68 |
![]() |
misc | FinalParameters | Parameter data should be final. | 82 |
![]() |
misc | FinalParameters | Parameter name should be final. | 82 |
![]() |
misc | FinalParameters | Parameter data should be final. | 95 |
![]() |
misc | FinalParameters | Parameter name should be final. | 95 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 95 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'prefix' is not allowed. | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 104 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 134 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'prefix' is not allowed. | 137 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 144 |
![]() |
misc | FinalParameters | Parameter result should be final. | 154 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 154 |
![]() |
coding | FinalLocalVariable | Variable 'results' should be declared final. | 155 |
![]() |
coding | FinalLocalVariable | Variable 'originalMD5' should be declared final. | 196 |
![]() |
coding | RequireThis | Reference to instance variable 'setFileTypeOnKnown' needs "this.". | 219 |
![]() |
coding | RequireThis | Reference to instance variable 'setFormOnKnownData' needs "this.". | 222 |
![]() |
coding | RequireThis | Reference to instance variable 'truncateKnownData' needs "this.". | 225 |
![]() |
misc | FinalParameters | Parameter d should be final. | 240 |
![]() |
coding | FinalLocalVariable | Variable 'paramValue' should be declared final. | 247 |
![]() |
coding | FinalLocalVariable | Variable 'originalMD5' should be declared final. | 249 |
![]() |
misc | FinalParameters | Parameter d should be final. | 264 |
![]() |
misc | FinalParameters | Parameter originalMD5 should be final. | 264 |
![]() |
coding | FinalLocalVariable | Variable 'paramValue' should be declared final. | 266 |
![]() |
coding | FinalLocalVariable | Variable 'currentMD5' should be declared final. | 268 |
![]() |
misc | FinalParameters | Parameter d should be final. | 280 |
![]() |
coding | FinalLocalVariable | Variable 'parentDupe' should be declared final. | 281 |
![]() |
misc | FinalParameters | Parameter d should be final. | 293 |
![]() |
misc | FinalParameters | Parameter d should be final. | 303 |
![]() |
misc | FinalParameters | Parameter d should be final. | 318 |
![]() |
misc | FinalParameters | Parameter d should be final. | 328 |
![]() |
misc | FinalParameters | Parameter hash should be final. | 328 |
![]() |
coding | FinalLocalVariable | Variable 'hl' should be declared final. | 329 |
![]() |
misc | FinalParameters | Parameter d should be final. | 362 |
![]() |
misc | FinalParameters | Parameter d should be final. | 372 |
![]() |
misc | FinalParameters | Parameter hash should be final. | 372 |
![]() |
misc | FinalParameters | Parameter d should be final. | 381 |
![]() |
misc | FinalParameters | Parameter d should be final. | 391 |
![]() |
misc | FinalParameters | Parameter hash should be final. | 391 |
![]() |
misc | FinalParameters | Parameter d should be final. | 400 |
![]() |
misc | FinalParameters | Parameter d should be final. | 410 |
![]() |
misc | FinalParameters | Parameter hash should be final. | 410 |
![]() |
misc | FinalParameters | Parameter d should be final. | 419 |
![]() |
misc | FinalParameters | Parameter d should be final. | 429 |
![]() |
misc | FinalParameters | Parameter hash should be final. | 429 |
![]() |
misc | FinalParameters | Parameter d should be final. | 438 |
![]() |
misc | FinalParameters | Parameter d should be final. | 448 |
![]() |
misc | FinalParameters | Parameter hash should be final. | 448 |
![]() |
misc | FinalParameters | Parameter d should be final. | 457 |
![]() |
misc | FinalParameters | Parameter d should be final. | 467 |
![]() |
misc | FinalParameters | Parameter hash should be final. | 467 |
![]() |
misc | FinalParameters | Parameter d should be final. | 477 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'kff' must be private and have accessor methods. | 59 |
![]() |
design | VisibilityModifier | Variable 'payload' must be private and have accessor methods. | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 67 |
![]() |
coding | FinalLocalVariable | Variable 'data' should be declared final. | 69 |
![]() |
coding | FinalLocalVariable | Variable 'defaultCurrentForm' should be declared final. | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 109 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 120 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 122 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 122 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 123 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 124 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 125 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 126 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 128 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 130 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 132 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 133 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 135 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 136 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 137 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 138 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 139 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 140 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 141 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 143 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 149 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 150 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 151 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 151 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 153 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 155 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 157 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 163 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 163 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 164 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 165 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 166 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 167 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 168 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 169 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 170 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 171 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 172 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 173 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 174 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 175 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 176 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 177 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 178 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 179 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 180 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 181 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 182 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 183 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 184 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 186 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 188 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 195 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 196 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 197 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 197 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 199 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 200 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 201 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 202 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 203 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 204 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 205 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 206 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 207 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 208 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 209 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 210 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 211 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 212 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 213 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 214 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 215 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 216 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 217 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 218 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 220 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 222 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 225 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 229 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 229 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 230 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 231 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 232 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 233 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 234 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 235 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 236 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 237 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 238 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 239 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 240 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 241 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 242 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 243 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 244 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 245 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 246 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 247 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 248 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 249 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 250 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 251 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 252 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 253 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 254 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 255 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 256 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 257 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 258 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 259 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 260 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 261 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 262 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 263 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 264 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 267 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 269 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 271 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 273 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 274 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 275 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 280 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 280 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 281 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 282 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 283 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 284 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 289 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 290 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 291 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 292 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 293 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 294 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 295 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 296 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 297 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 298 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 299 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 300 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 302 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 303 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 304 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 309 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 310 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 311 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 312 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 312 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 313 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 314 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 315 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 316 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 317 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 318 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 319 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 320 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 321 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 322 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 323 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 324 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 325 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 326 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 327 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 328 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 329 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 330 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 331 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 332 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 333 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 338 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 339 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 340 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 341 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 341 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 342 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 343 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 344 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 345 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 346 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 347 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 348 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 349 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 350 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 351 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 352 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 353 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 354 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 355 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 356 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 357 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 358 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 359 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 360 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 361 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 362 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 363 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 368 |
![]() |
misc | FinalParameters | Parameter byteBuffer should be final. | 380 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 390 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 391 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 391 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 392 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 393 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 394 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 395 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 396 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 397 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 398 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 399 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 400 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 401 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 402 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 403 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 404 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 405 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 406 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 407 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 408 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 409 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 410 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 411 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 413 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 414 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 415 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 415 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 416 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 417 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 418 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 419 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 420 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 421 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 422 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 423 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 424 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 425 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 426 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 427 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 428 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 429 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 430 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 431 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 432 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 433 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 434 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 435 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 441 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 446 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'knownFile' must be private and have accessor methods. | 32 |
![]() |
design | VisibilityModifier | Variable 'mappedBuf' must be private and have accessor methods. | 35 |
![]() |
design | VisibilityModifier | Variable 'recordLength' must be private and have accessor methods. | 41 |
![]() |
design | VisibilityModifier | Variable 'filterName' must be private and have accessor methods. | 44 |
![]() |
design | VisibilityModifier | Variable 'ftype' must be private and have accessor methods. | 46 |
![]() |
design | VisibilityModifier | Variable 'myPreferredAlgorithm' must be private and have accessor methods. | 48 |
![]() |
design | VisibilityModifier | Variable 'reentrantLock' must be private and have accessor methods. | 50 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 61 |
![]() |
misc | FinalParameters | Parameter filterName should be final. | 61 |
![]() |
misc | FinalParameters | Parameter ftype should be final. | 61 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 76 |
![]() |
misc | FinalParameters | Parameter filterName should be final. | 76 |
![]() |
misc | FinalParameters | Parameter ftype should be final. | 76 |
![]() |
misc | FinalParameters | Parameter recordLength should be final. | 76 |
![]() |
coding | RequireThis | Reference to instance variable 'knownFile' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'bSearchInitHigh' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'knownFile' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'bSearchInitHigh' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'filterName' needs "this.". | 95 |
![]() |
coding | RequireThis | Reference to instance variable 'ftype' needs "this.". | 104 |
![]() |
misc | FinalParameters | Parameter f should be final. | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'ftype' needs "this.". | 113 |
![]() |
misc | FinalParameters | Parameter alg should be final. | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'myPreferredAlgorithm' needs "this.". | 122 |
![]() |
coding | RequireThis | Reference to instance variable 'myPreferredAlgorithm' needs "this.". | 129 |
![]() |
misc | FinalParameters | Parameter hash should be final. | 139 |
![]() |
misc | FinalParameters | Parameter crc should be final. | 139 |
![]() |
coding | RequireThis | Reference to instance variable 'bSearchInitHigh' needs "this.". | 143 |
![]() |
coding | FinalLocalVariable | Variable 'rec' should be declared final. | 146 |
![]() |
coding | RequireThis | Reference to instance variable 'recordLength' needs "this.". | 146 |
![]() |
coding | RequireThis | Reference to instance variable 'reentrantLock' needs "this.". | 148 |
![]() |
coding | FinalLocalVariable | Variable 'mid' should be declared final. | 153 |
![]() |
coding | RequireThis | Reference to instance variable 'knownFile' needs "this.". | 156 |
![]() |
coding | RequireThis | Reference to instance variable 'recordLength' needs "this.". | 156 |
![]() |
coding | RequireThis | Reference to instance variable 'knownFile' needs "this.". | 157 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'reentrantLock' needs "this.". | 175 |
![]() |
coding | RequireThis | Reference to instance variable 'reentrantLock' needs "this.". | 176 |
![]() |
misc | FinalParameters | Parameter record should be final. | 191 |
![]() |
misc | FinalParameters | Parameter hash should be final. | 191 |
![]() |
misc | FinalParameters | Parameter crc should be final. | 191 |
![]() |
coding | FinalLocalVariable | Variable 'ihash' should be declared final. | 197 |
![]() |
coding | FinalLocalVariable | Variable 'irec' should be declared final. | 198 |
![]() |
coding | FinalLocalVariable | Variable 'icrc' should be declared final. | 209 |
![]() |
coding | FinalLocalVariable | Variable 'irec' should be declared final. | 210 |
![]() |
misc | FinalParameters | Parameter fname should be final. | 222 |
![]() |
misc | FinalParameters | Parameter csum should be final. | 222 |
![]() |
coding | FinalLocalVariable | Variable 'hash' should be declared final. | 223 |
![]() |
coding | RequireThis | Reference to instance variable 'myPreferredAlgorithm' needs "this.". | 223 |
![]() |
coding | RequireThis | Reference to instance variable 'myPreferredAlgorithm' needs "this.". | 225 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 53, 54. | 44 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 53, 54. | 45 |
![]() |
design | VisibilityModifier | Variable 'channelFactory' must be private and have accessor methods. | 52 |
![]() |
coding | FinalLocalVariable | Variable 'incorrectSha1Bytes' should be declared final. | 79 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 37, 38. | 80 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 37, 38. | 81 |
![]() |
coding | FinalLocalVariable | Variable 'EXPECTED_FAILURE_COUNT' should be declared final. | 96 |
![]() |
coding | FinalLocalVariable | Variable 'testInputs' should be declared final. | 99 |
![]() |
coding | FinalLocalVariable | Variable 'numberOfKffEntriesInTestFile' should be declared final. | 103 |
![]() |
coding | FinalLocalVariable | Variable 'callables' should be declared final. | 110 |
![]() |
coding | FinalLocalVariable | Variable 'results' should be declared final. | 118 |
![]() |
misc | FinalParameters | Parameter testInputs should be final. | 129 |
![]() |
misc | FinalParameters | Parameter recordCount should be final. | 129 |
![]() |
coding | FinalLocalVariable | Variable 'csr' should be declared final. | 133 |
![]() |
coding | FinalLocalVariable | Variable 'expectedFailure' should be declared final. | 134 |
![]() |
misc | FinalParameters | Parameter testInputs should be final. | 139 |
![]() |
coding | FinalLocalVariable | Variable 'numberOfKffEntriesInTestFile' should be declared final. | 140 |
![]() |
coding | RequireThis | Reference to instance variable 'channelFactory' needs "this.". | 142 |
![]() |
coding | FinalLocalVariable | Variable 'csr' should be declared final. | 147 |
![]() |
coding | FinalLocalVariable | Variable 'expectedSuccess' should be declared final. | 148 |
![]() |
misc | FinalParameters | Parameter testInputs should be final. | 159 |
![]() |
misc | FinalParameters | Parameter sbc should be final. | 171 |
![]() |
misc | FinalParameters | Parameter startPosition should be final. | 171 |
![]() |
coding | FinalLocalVariable | Variable 'buffer' should be declared final. | 173 |
![]() |
coding | FinalLocalVariable | Variable 'randomBytes' should be declared final. | 186 |
![]() |
misc | FinalParameters | Parameter recordBytes should be final. | 198 |
![]() |
coding | FinalLocalVariable | Variable 'sha1Bytes' should be declared final. | 201 |
![]() |
coding | FinalLocalVariable | Variable 'crc32Bytes' should be declared final. | 202 |
![]() |
coding | FinalLocalVariable | Variable 'csr' should be declared final. | 203 |
![]() |
misc | FinalParameters | Parameter recordBytes should be final. | 215 |
![]() |
misc | FinalParameters | Parameter recordBytes should be final. | 227 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 230 |
![]() |
misc | FinalParameters | Parameter testInputs should be final. | 241 |
![]() |
misc | FinalParameters | Parameter kffFile should be final. | 254 |
![]() |
misc | FinalParameters | Parameter csr should be final. | 254 |
![]() |
misc | FinalParameters | Parameter expectedResult should be final. | 254 |
![]() |
coding | FinalLocalVariable | Variable 'actual' should be declared final. | 268 |
![]() |
coding | RequireThis | Reference to instance variable 'kffFile' needs "this.". | 268 |
![]() |
coding | RequireThis | Reference to instance variable 'csr' needs "this.". | 268 |
![]() |
coding | RequireThis | Reference to instance variable 'expectedResult' needs "this.". | 270 |
![]() |
coding | RequireThis | Reference to instance variable 'expectedResult' needs "this.". | 271 |
![]() |
design | VisibilityModifier | Variable 'csr' must be private and have accessor methods. | 280 |
![]() |
design | VisibilityModifier | Variable 'expectedResult' must be private and have accessor methods. | 281 |
![]() |
misc | FinalParameters | Parameter csr should be final. | 283 |
![]() |
misc | FinalParameters | Parameter expectedResult should be final. | 283 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'preferredAlgorithm' must be private and have accessor methods. | 54 |
![]() |
design | VisibilityModifier | Variable 'filterName' must be private and have accessor methods. | 59 |
![]() |
design | VisibilityModifier | Variable 'ftype' must be private and have accessor methods. | 64 |
![]() |
design | VisibilityModifier | Variable 'ageoff' must be private and have accessor methods. | 69 |
![]() |
design | VisibilityModifier | Variable 'opTimeoutMillis' must be private and have accessor methods. | 74 |
![]() |
design | VisibilityModifier | Variable 'failMode' must be private and have accessor methods. | 79 |
![]() |
design | VisibilityModifier | Variable 'ignorePatterns' must be private and have accessor methods. | 85 |
![]() |
design | VisibilityModifier | Variable 'storeIdDupe' must be private and have accessor methods. | 92 |
![]() |
design | VisibilityModifier | Variable 'useBinaryProtocol' must be private and have accessor methods. | 97 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 102 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 111 |
![]() |
misc | FinalParameters | Parameter filterName should be final. | 111 |
![]() |
misc | FinalParameters | Parameter ftype should be final. | 111 |
![]() |
misc | FinalParameters | Parameter testIdWithSpaces should be final. | 124 |
![]() |
misc | FinalParameters | Parameter filterName should be final. | 124 |
![]() |
misc | FinalParameters | Parameter duplicate should be final. | 124 |
![]() |
misc | FinalParameters | Parameter testClient should be final. | 124 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 126 |
![]() |
coding | FinalLocalVariable | Variable 'configG' should be declared final. | 134 |
![]() |
coding | FinalLocalVariable | Variable 'serversFromConfig' should be declared final. | 137 |
![]() |
coding | FinalLocalVariable | Variable 'servers' should be declared final. | 138 |
![]() |
coding | FinalLocalVariable | Variable 'serverTokens' should be declared final. | 142 |
![]() |
coding | FinalLocalVariable | Variable 'host' should be declared final. | 143 |
![]() |
coding | FinalLocalVariable | Variable 'port' should be declared final. | 144 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 152 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 154 |
![]() |
coding | RequireThis | Reference to instance variable 'ageoff' needs "this.". | 158 |
![]() |
coding | RequireThis | Reference to instance variable 'preferredAlgorithm' needs "this.". | 161 |
![]() |
coding | RequireThis | Reference to instance variable 'ignorePatterns' needs "this.". | 164 |
![]() |
coding | RequireThis | Reference to instance variable 'storeIdDupe' needs "this.". | 167 |
![]() |
coding | RequireThis | Reference to instance variable 'useBinaryProtocol' needs "this.". | 170 |
![]() |
coding | RequireThis | Reference to instance variable 'useBinaryProtocol' needs "this.". | 170 |
![]() |
coding | RequireThis | Reference to instance variable 'opTimeoutMillis' needs "this.". | 173 |
![]() |
coding | RequireThis | Reference to instance variable 'opTimeoutMillis' needs "this.". | 173 |
![]() |
coding | FinalLocalVariable | Variable 'failModeAsString' should be declared final. | 175 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 176 |
![]() |
coding | RequireThis | Reference to instance variable 'failMode' needs "this.". | 177 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 178 |
![]() |
coding | RequireThis | Reference to instance variable 'failMode' needs "this.". | 179 |
![]() |
coding | FinalLocalVariable | Variable 'cfb' should be declared final. | 184 |
![]() |
coding | RequireThis | Reference to instance variable 'failMode' needs "this.". | 186 |
![]() |
coding | RequireThis | Reference to instance variable 'opTimeoutMillis' needs "this.". | 188 |
![]() |
coding | RequireThis | Reference to instance variable 'useBinaryProtocol' needs "this.". | 190 |
![]() |
coding | RequireThis | Reference to instance variable 'client' needs "this.". | 195 |
![]() |
coding | RequireThis | Reference to instance variable 'client' needs "this.". | 197 |
![]() |
misc | FinalParameters | Parameter id should be final. | 209 |
![]() |
misc | FinalParameters | Parameter sums should be final. | 209 |
![]() |
coding | RequireThis | Reference to instance variable 'ignorePatterns' needs "this.". | 220 |
![]() |
coding | RequireThis | Reference to instance variable 'ignorePatterns' needs "this.". | 222 |
![]() |
coding | FinalLocalVariable | Variable 'hash' should be declared final. | 229 |
![]() |
coding | RequireThis | Reference to instance variable 'preferredAlgorithm' needs "this.". | 229 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 235 |
![]() |
coding | FinalLocalVariable | Variable 'future' should be declared final. | 238 |
![]() |
coding | RequireThis | Reference to instance variable 'client' needs "this.". | 238 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 242 |
![]() |
coding | RequireThis | Reference to instance variable 'opTimeoutMillis' needs "this.". | 242 |
![]() |
coding | RequireThis | Reference to instance variable 'storeIdDupe' needs "this.". | 245 |
![]() |
coding | FinalLocalVariable | Variable 'unused' should be declared final. | 249 |
![]() |
coding | RequireThis | Reference to instance variable 'client' needs "this.". | 249 |
![]() |
coding | RequireThis | Reference to instance variable 'ageoff' needs "this.". | 249 |
![]() |
coding | FinalLocalVariable | Variable 'unused' should be declared final. | 259 |
![]() |
coding | RequireThis | Reference to instance variable 'client' needs "this.". | 259 |
![]() |
coding | RequireThis | Reference to instance variable 'ageoff' needs "this.". | 259 |
![]() |
coding | RequireThis | Reference to instance variable 'preferredAlgorithm' needs "this.". | 266 |
![]() |
misc | FinalParameters | Parameter preferredAlgorithm should be final. | 269 |
![]() |
coding | HiddenField | 'preferredAlgorithm' hides a field. | 269 |
![]() |
coding | RequireThis | Reference to instance variable 'filterName' needs "this.". | 275 |
![]() |
coding | RequireThis | Reference to instance variable 'ftype' needs "this.". | 280 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'mockMemcachedClient' needs "this.". | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'isBinaryConnection' needs "this.". | 61 |
![]() |
coding | FinalLocalVariable | Variable 'mcdFilter' should be declared final. | 67 |
![]() |
coding | FinalLocalVariable | Variable 'mcdFilter' should be declared final. | 76 |
![]() |
coding | FinalLocalVariable | Variable 'results' should be declared final. | 77 |
![]() |
coding | FinalLocalVariable | Variable 'mcdFilter' should be declared final. | 86 |
![]() |
coding | FinalLocalVariable | Variable 'mcdFilter' should be declared final. | 92 |
![]() |
coding | FinalLocalVariable | Variable 'mcdFilter' should be declared final. | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'isBinaryConnection' needs "this.". | 104 |
![]() |
coding | FinalLocalVariable | Variable 'mcdFilter' should be declared final. | 105 |
![]() |
misc | FinalParameters | Parameter mcd should be final. | 109 |
![]() |
coding | FinalLocalVariable | Variable 'kffalgs' should be declared final. | 110 |
![]() |
misc | FinalParameters | Parameter storeIdDupe should be final. | 116 |
![]() |
misc | FinalParameters | Parameter simulateHit should be final. | 116 |
![]() |
misc | FinalParameters | Parameter expectedKey should be final. | 116 |
![]() |
coding | HiddenField | 'expectedKey' hides a field. | 116 |
![]() |
coding | FinalLocalVariable | Variable 'filter' should be declared final. | 119 |
![]() |
coding | RequireThis | Reference to instance variable 'mockMemcachedClient' needs "this.". | 119 |
![]() |
coding | RequireThis | Reference to instance variable 'cacheResult' needs "this.". | 122 |
![]() |
coding | RequireThis | Reference to instance variable 'cacheResult' needs "this.". | 124 |
![]() |
misc | FinalParameters | Parameter key should be final. | 130 |
![]() |
misc | FinalParameters | Parameter cacheFilter should be final. | 138 |
![]() |
misc | FinalParameters | Parameter storeIdDupe should be final. | 138 |
![]() |
coding | FinalLocalVariable | Variable 'storeIdDupeField' should be declared final. | 143 |
![]() |
coding | FinalLocalVariable | Variable 'localMockMemcachedClient' should be declared final. | 152 |
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 155 |
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 161 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 162 |
![]() |
coding | RequireThis | Reference to instance variable 'expectedKey' needs "this.". | 164 |
![]() |
coding | RequireThis | Reference to instance variable 'expectedKey' needs "this.". | 165 |
![]() |
coding | RequireThis | Reference to instance variable 'isBinaryConnection' needs "this.". | 168 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 180 |
![]() |
misc | FinalParameters | Parameter l should be final. | 180 |
![]() |
misc | FinalParameters | Parameter opTimeout should be final. | 180 |
![]() |
misc | FinalParameters | Parameter key should be final. | 180 |
![]() |
misc | FinalParameters | Parameter ign should be final. | 185 |
![]() |
misc | FinalParameters | Parameter duration should be final. | 196 |
![]() |
misc | FinalParameters | Parameter units should be final. | 196 |
![]() |
coding | RequireThis | Reference to instance variable 'cacheResult' needs "KffMemcachedTest.this.". | 197 |
![]() |
misc | FinalParameters | Parameter d should be final. | 206 |
![]() |
misc | FinalParameters | Parameter s should be final. | 206 |
![]() |
misc | FinalParameters | Parameter to should be final. | 211 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter filename should be final. | 22 |
![]() |
misc | FinalParameters | Parameter filterName should be final. | 22 |
![]() |
misc | FinalParameters | Parameter ftype should be final. | 22 |
![]() |
misc | FinalParameters | Parameter args should be final. | 28 |
![]() |
coding | FinalLocalVariable | Variable 'kff' should be declared final. | 29 |
![]() |
coding | FinalLocalVariable | Variable 'kfile' should be declared final. | 30 |
![]() |
coding | FinalLocalVariable | Variable 'buffer' should be declared final. | 39 |
![]() |
coding | FinalLocalVariable | Variable 'r' should be declared final. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'itemName' must be private and have accessor methods. | 22 |
![]() |
design | VisibilityModifier | Variable 'filterName' must be private and have accessor methods. | 25 |
![]() |
design | VisibilityModifier | Variable 'hit' must be private and have accessor methods. | 27 |
![]() |
design | VisibilityModifier | Variable 'filterType' must be private and have accessor methods. | 30 |
![]() |
design | VisibilityModifier | Variable 'crc32' must be private and have accessor methods. | 32 |
![]() |
design | VisibilityModifier | Variable 'ssdeep' must be private and have accessor methods. | 34 |
![]() |
design | VisibilityModifier | Variable 'hashComp' must be private and have accessor methods. | 36 |
![]() |
blocks | RightCurly | '}' at column 25 should be alone on a line. | 41 |
![]() |
misc | FinalParameters | Parameter csum should be final. | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'hashComp' needs "this.". | 52 |
![]() |
misc | FinalParameters | Parameter isHit should be final. | 61 |
![]() |
misc | FinalParameters | Parameter argHit should be final. | 79 |
![]() |
misc | FinalParameters | Parameter ft should be final. | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'filterType' needs "this.". | 97 |
![]() |
misc | FinalParameters | Parameter argCrc32 should be final. | 128 |
![]() |
misc | FinalParameters | Parameter ssdeep should be final. | 146 |
![]() |
coding | HiddenField | 'ssdeep' hides a field. | 146 |
![]() |
misc | FinalParameters | Parameter argSha should be final. | 178 |
![]() |
misc | FinalParameters | Parameter argMd5 should be final. | 196 |
![]() |
misc | FinalParameters | Parameter alg should be final. | 205 |
![]() |
coding | RequireThis | Reference to instance variable 'hashComp' needs "this.". | 206 |
![]() |
misc | FinalParameters | Parameter alg should be final. | 215 |
![]() |
misc | FinalParameters | Parameter digest should be final. | 215 |
![]() |
coding | RequireThis | Reference to instance variable 'hashComp' needs "this.". | 216 |
![]() |
misc | FinalParameters | Parameter alg should be final. | 225 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 226 |
![]() |
coding | FinalLocalVariable | Variable 'digest' should be declared final. | 230 |
![]() |
coding | RequireThis | Reference to instance variable 'hashComp' needs "this.". | 230 |
![]() |
coding | RequireThis | Reference to instance variable 'hashComp' needs "this.". | 242 |
![]() |
misc | FinalParameters | Parameter argItemName should be final. | 250 |
![]() |
misc | FinalParameters | Parameter argFilterName should be final. | 266 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter str should be final. | 26 |
![]() |
coding | FinalLocalVariable | Variable 'r' should be declared final. | 27 |
![]() |
misc | FinalParameters | Parameter hsh should be final. | 38 |
![]() |
misc | FinalParameters | Parameter signature should be final. | 56 |
![]() |
coding | FinalLocalVariable | Variable 'idx1' should be declared final. | 61 |
![]() |
coding | FinalLocalVariable | Variable 'idx2' should be declared final. | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'blockSize' needs "this.". | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'hash1' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'hash2' needs "this.". | 74 |
![]() |
misc | FinalParameters | Parameter blockSize should be final. | 77 |
![]() |
misc | FinalParameters | Parameter hash1 should be final. | 77 |
![]() |
misc | FinalParameters | Parameter hash2 should be final. | 77 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 88 |
![]() |
misc | FinalParameters | Parameter other should be final. | 101 |
![]() |
coding | RequireThis | Reference to instance variable 'hash1' needs "this.". | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'hash2' needs "this.". | 120 |
![]() |
coding | FinalLocalVariable | Variable 'hashText1' should be declared final. | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'hash1' needs "this.". | 131 |
![]() |
coding | FinalLocalVariable | Variable 'hashText2' should be declared final. | 132 |
![]() |
coding | RequireThis | Reference to instance variable 'hash2' needs "this.". | 132 |
![]() |
coding | RequireThis | Reference to instance variable 'blockSize' needs "this.". | 133 |
![]() |
coding | RequireThis | Reference to instance variable 'blockSize' needs "this.". | 145 |
![]() |
coding | RequireThis | Reference to instance variable 'hash1' needs "this.". | 153 |
![]() |
coding | RequireThis | Reference to instance variable 'hash2' needs "this.". | 161 |
![]() |
misc | FinalParameters | Parameter args should be final. | 165 |
![]() |
coding | FinalLocalVariable | Variable 'sss1' should be declared final. | 171 |
![]() |
coding | FinalLocalVariable | Variable 'sss2' should be declared final. | 172 |
![]() |
coding | FinalLocalVariable | Variable 'ssdeep' should be declared final. | 173 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 106 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 117 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 128 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 360 |
![]() |
blocks | RightCurly | '}' at column 32 should be alone on a line. | 360 |
![]() |
blocks | RightCurly | '}' at column 22 should be alone on a line. | 395 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'ss' needs "this.". | 36 |
![]() |
coding | RequireThis | Reference to instance variable 'ss' needs "this.". | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'ss' needs "this.". | 119 |
![]() |
coding | RequireThis | Reference to instance variable 'ss' needs "this.". | 135 |
![]() |
coding | RequireThis | Reference to instance variable 'ss' needs "this.". | 136 |
![]() |
coding | RequireThis | Reference to instance variable 'ss' needs "this.". | 137 |
![]() |
coding | RequireThis | Reference to instance variable 'ss' needs "this.". | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'ss' needs "this.". | 143 |
![]() |
coding | RequireThis | Reference to instance variable 'ss' needs "this.". | 144 |
![]() |
coding | RequireThis | Reference to instance variable 'ss' needs "this.". | 144 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 65, 66. | 153 |
![]() |
coding | RequireThis | Reference to instance variable 'ss' needs "this.". | 165 |
![]() |
coding | RequireThis | Reference to instance variable 'ss' needs "this.". | 175 |
![]() |
coding | RequireThis | Reference to instance variable 'ss' needs "this.". | 176 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 29 should be alone on a line. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'doSynchronized' must be private and have accessor methods. | 34 |
![]() |
design | VisibilityModifier | Variable 'elideContentForms' must be private and have accessor methods. | 35 |
![]() |
design | VisibilityModifier | Variable 'noNukeForms' must be private and have accessor methods. | 36 |
![]() |
design | VisibilityModifier | Variable 'outputFilters' must be private and have accessor methods. | 37 |
![]() |
design | VisibilityModifier | Variable 'failurePolicyTerminate' must be private and have accessor methods. | 38 |
![]() |
design | VisibilityModifier | Variable 'dropOffUtil' must be private and have accessor methods. | 39 |
![]() |
coding | RequireThis | Reference to instance variable 'outputCompletionPayloadSize' needs "this.". | 230 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'place' must be private and have accessor methods. | 38 |
![]() |
coding | HiddenField | 'tempDir' hides a field. | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'tempDir' needs "this.". | 58 |
![]() |
coding | FinalLocalVariable | Variable 'appender' should be declared final. | 89 |
![]() |
coding | FinalLocalVariable | Variable 'content' should be declared final. | 90 |
![]() |
coding | FinalLocalVariable | Variable 'expected' should be declared final. | 91 |
![]() |
coding | FinalLocalVariable | Variable 'appender' should be declared final. | 124 |
![]() |
coding | FinalLocalVariable | Variable 'fileType' should be declared final. | 125 |
![]() |
coding | FinalLocalVariable | Variable 'expected' should be declared final. | 126 |
![]() |
misc | FinalParameters | Parameter path should be final. | 154 |
![]() |
misc | FinalParameters | Parameter file should be final. | 157 |
![]() |
misc | FinalParameters | Parameter attrs should be final. | 157 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 163 |
![]() |
misc | FinalParameters | Parameter exc should be final. | 163 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'unixRoot' must be private and have accessor methods. | 55 |
![]() |
design | VisibilityModifier | Variable 'placeOutputData' must be private and have accessor methods. | 57 |
![]() |
design | VisibilityModifier | Variable 'idTokens' must be private and have accessor methods. | 60 |
![]() |
design | VisibilityModifier | Variable 'dateTokens' must be private and have accessor methods. | 63 |
![]() |
design | VisibilityModifier | Variable 'parentParams' must be private and have accessor methods. | 66 |
![]() |
design | VisibilityModifier | Variable 'outputDirectories' must be private and have accessor methods. | 69 |
![]() |
design | VisibilityModifier | Variable 'executrix' must be private and have accessor methods. | 71 |
![]() |
design | VisibilityModifier | Variable 'prefix' must be private and have accessor methods. | 76 |
![]() |
design | VisibilityModifier | Variable 'uuidInOutputFilenames' must be private and have accessor methods. | 77 |
![]() |
design | VisibilityModifier | Variable 'maxFilextLen' must be private and have accessor methods. | 78 |
![]() |
design | VisibilityModifier | Variable 'defaultEventDateToNow' must be private and have accessor methods. | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 149 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 168 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 171 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 246 |
![]() |
misc | FinalParameters | Parameter token should be final. | 461 |
![]() |
coding | FinalLocalVariable | Variable 'badfs' should be declared final. | 589 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 627 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 628 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 629 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 630 |
![]() |
design | VisibilityModifier | Variable 'fieldName' must be private and have accessor methods. | 727 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 729 |
![]() |
coding | RequireThis | Reference to instance variable 'fieldName' needs "this.". | 734 |
![]() |
coding | FinalLocalVariable | Variable 'zdt' should be declared final. | 888 |
![]() |
misc | FinalParameters | Parameter p should be final. | 912 |
![]() |
coding | FinalLocalVariable | Variable 'filenames' should be declared final. | 913 |
![]() |
coding | FinalLocalVariable | Variable 'extensions' should be declared final. | 914 |
![]() |
misc | FinalParameters | Parameter filenames should be final. | 927 |
![]() |
misc | FinalParameters | Parameter maxFilextLen should be final. | 927 |
![]() |
misc | FinalParameters | Parameter d should be final. | 947 |
![]() |
misc | FinalParameters | Parameter d should be final. | 962 |
![]() |
misc | FinalParameters | Parameter filenameFields should be final. | 962 |
![]() |
misc | FinalParameters | Parameter d should be final. | 974 |
![]() |
misc | FinalParameters | Parameter filenameFields should be final. | 974 |
![]() |
coding | FinalLocalVariable | Variable 'filenames' should be declared final. | 976 |
![]() |
coding | FinalLocalVariable | Variable 'stringFileName' should be declared final. | 981 |
![]() |
coding | RequireThis | Reference to instance variable 'parentParams' needs "this.". | 1003 |
![]() |
coding | RequireThis | Reference to instance variable 'parentParams' needs "this.". | 1004 |
![]() |
coding | RequireThis | Reference to instance variable 'parentParams' needs "this.". | 1040 |
![]() |
coding | RequireThis | Reference to instance variable 'parentParams' needs "this.". | 1041 |
![]() |
coding | RequireThis | Reference to instance variable 'parentParams' needs "this.". | 1061 |
![]() |
coding | RequireThis | Reference to instance variable 'parentParams' needs "this.". | 1062 |
![]() |
coding | RequireThis | Reference to instance variable 'parentParams' needs "this.". | 1082 |
![]() |
coding | RequireThis | Reference to instance variable 'parentParams' needs "this.". | 1083 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'values' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 338 |
![]() |
coding | FinalLocalVariable | Variable 'tld' should be declared final. | 505 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 510 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'start' declaration and its first usage is 10, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 514 |
![]() |
coding | FinalLocalVariable | Variable 'start' should be declared final. | 514 |
![]() |
coding | FinalLocalVariable | Variable 'cfg' should be declared final. | 537 |
![]() |
coding | FinalLocalVariable | Variable 'subdirName' should be declared final. | 550 |
![]() |
coding | FinalLocalVariable | Variable 'metadata' should be declared final. | 560 |
![]() |
coding | FinalLocalVariable | Variable 'poppedForms' should be declared final. | 563 |
![]() |
coding | FinalLocalVariable | Variable 'finalId' should be declared final. | 571 |
![]() |
coding | FinalLocalVariable | Variable 'fontEncoding' should be declared final. | 586 |
![]() |
coding | FinalLocalVariable | Variable 'util' should be declared final. | 603 |
![]() |
coding | HiddenField | 'util' hides a field. | 603 |
![]() |
coding | FinalLocalVariable | Variable 'util' should be declared final. | 629 |
![]() |
coding | HiddenField | 'util' hides a field. | 629 |
![]() |
coding | FinalLocalVariable | Variable 'fileAbsolutepaths' should be declared final. | 632 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 38, 39. | 633 |
![]() |
coding | FinalLocalVariable | Variable 'originalFilenames' should be declared final. | 634 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 38, 39. | 635 |
![]() |
coding | FinalLocalVariable | Variable 'extensions' should be declared final. | 637 |
![]() |
coding | RequireThis | Reference to instance variable 'util' needs "this.". | 660 |
![]() |
coding | RequireThis | Reference to instance variable 'util' needs "this.". | 661 |
![]() |
coding | RequireThis | Reference to instance variable 'util' needs "this.". | 662 |
![]() |
coding | RequireThis | Reference to instance variable 'util' needs "this.". | 663 |
![]() |
coding | FinalLocalVariable | Variable 'ibdo' should be declared final. | 668 |
![]() |
coding | FinalLocalVariable | Variable 'ibdo' should be declared final. | 690 |
![]() |
coding | FinalLocalVariable | Variable 'bestFilenames' should be declared final. | 693 |
![]() |
misc | FinalParameters | Parameter bdo should be final. | 699 |
![]() |
misc | FinalParameters | Parameter fieldValue should be final. | 699 |
![]() |
misc | FinalParameters | Parameter fileTypeCheckParameter should be final. | 699 |
![]() |
misc | FinalParameters | Parameter bdo should be final. | 704 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 704 |
![]() |
misc | FinalParameters | Parameter expectedResults should be final. | 704 |
![]() |
misc | FinalParameters | Parameter formsArg should be final. | 704 |
![]() |
coding | FinalLocalVariable | Variable 'fileType' should be declared final. | 705 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 36 |
![]() |
design | VisibilityModifier | Variable 'configG' must be private and have accessor methods. | 39 |
![]() |
design | VisibilityModifier | Variable 'filterConfig' must be private and have accessor methods. | 42 |
![]() |
design | VisibilityModifier | Variable 'filterName' must be private and have accessor methods. | 45 |
![]() |
design | VisibilityModifier | Variable 'outputSpec' must be private and have accessor methods. | 48 |
![]() |
design | VisibilityModifier | Variable 'errorSpec' must be private and have accessor methods. | 51 |
![]() |
design | VisibilityModifier | Variable 'filterConditionSpec' must be private and have accessor methods. | 54 |
![]() |
design | VisibilityModifier | Variable 'outputTypes' must be private and have accessor methods. | 62 |
![]() |
design | VisibilityModifier | Variable 'denylist' must be private and have accessor methods. | 86 |
![]() |
design | VisibilityModifier | Variable 'wildCardDenylist' must be private and have accessor methods. | 87 |
![]() |
design | VisibilityModifier | Variable 'dropOffUtil' must be private and have accessor methods. | 90 |
![]() |
design | VisibilityModifier | Variable 'denylistAllowedNameChars' must be private and have accessor methods. | 92 |
![]() |
design | VisibilityModifier | Variable 'denylistFiletypeFormat' must be private and have accessor methods. | 93 |
![]() |
design | VisibilityModifier | Variable 'denylistFiletypeFormatPattern' must be private and have accessor methods. | 94 |
![]() |
design | VisibilityModifier | Variable 'denylistViewNameFormat' must be private and have accessor methods. | 95 |
![]() |
design | VisibilityModifier | Variable 'denylistViewNameFormatPattern' must be private and have accessor methods. | 96 |
![]() |
coding | HiddenField | 'filterName' hides a field. | 102 |
![]() |
coding | HiddenField | 'filterName' hides a field. | 115 |
![]() |
coding | RequireThis | Reference to instance variable 'filterConditionSpec' needs "this.". | 132 |
![]() |
coding | HiddenField | 'filterConfig' hides a field. | 135 |
![]() |
coding | RequireThis | Reference to instance variable 'filterConditionSpec' needs "this.". | 136 |
![]() |
coding | RequireThis | Reference to instance variable 'filterConditionSpec' needs "this.". | 138 |
![]() |
coding | RequireThis | Reference to instance variable 'filterConditionSpec' needs "this.". | 139 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 145 |
![]() |
coding | RequireThis | Reference to instance variable 'filterConditionSpec' needs "this.". | 150 |
![]() |
coding | RequireThis | Reference to instance variable 'filterCondition' needs "this.". | 159 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 161 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 165 |
![]() |
coding | RequireThis | Reference to instance variable 'filterConditionSpec' needs "this.". | 165 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistAllowedNameChars' needs "this.". | 189 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistAllowedNameChars' needs "this.". | 189 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistFiletypeFormat' needs "this.". | 190 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistFiletypeFormat' needs "this.". | 190 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistFiletypeFormatPattern' needs "this.". | 191 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistFiletypeFormat' needs "this.". | 191 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistAllowedNameChars' needs "this.". | 191 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistViewNameFormat' needs "this.". | 192 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistViewNameFormat' needs "this.". | 192 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistViewNameFormatPattern' needs "this.". | 193 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistViewNameFormat' needs "this.". | 193 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistAllowedNameChars' needs "this.". | 193 |
![]() |
coding | FinalLocalVariable | Variable 'viewName' should be declared final. | 198 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 201 |
![]() |
coding | FinalLocalVariable | Variable 'strippedEntry' should be declared final. | 205 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 213 |
![]() |
coding | FinalLocalVariable | Variable 'names' should be declared final. | 224 |
![]() |
coding | FinalLocalVariable | Variable 'filetype' should be declared final. | 227 |
![]() |
coding | FinalLocalVariable | Variable 'viewName' should be declared final. | 228 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 230 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 232 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 237 |
![]() |
coding | RequireThis | Reference to instance variable 'filterCondition' needs "this.". | 345 |
![]() |
coding | RequireThis | Reference to instance variable 'filterCondition' needs "this.". | 345 |
![]() |
coding | RequireThis | Reference to instance variable 'filterCondition' needs "this.". | 350 |
![]() |
coding | RequireThis | Reference to instance variable 'filterCondition' needs "this.". | 350 |
![]() |
coding | FinalLocalVariable | Variable 'fullName' should be declared final. | 546 |
![]() |
misc | FinalParameters | Parameter str should be final. | 583 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistFiletypeFormatPattern' needs "this.". | 584 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistFiletypeFormatPattern' needs "this.". | 588 |
![]() |
misc | FinalParameters | Parameter str should be final. | 591 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistViewNameFormatPattern' needs "this.". | 592 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistViewNameFormatPattern' needs "this.". | 596 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter d should be final. | 29 |
![]() |
misc | FinalParameters | Parameter params should be final. | 29 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 36 |
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 40 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 46 |
![]() |
design | VisibilityModifier | Variable 'f' must be private and have accessor methods. | 56 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 63 |
![]() |
coding | FinalLocalVariable | Variable 'formatString' should be declared final. | 66 |
![]() |
coding | FinalLocalVariable | Variable 'noMatchChars' should be declared final. | 68 |
![]() |
coding | FinalLocalVariable | Variable 'noMatchChar' should be declared final. | 70 |
![]() |
coding | FinalLocalVariable | Variable 'noMatch' should be declared final. | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 72 |
![]() |
coding | FinalLocalVariable | Variable 'nullInsert' should be declared final. | 76 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 77 |
![]() |
coding | FinalLocalVariable | Variable 'matchChars' should be declared final. | 80 |
![]() |
coding | FinalLocalVariable | Variable 'matchChar' should be declared final. | 82 |
![]() |
coding | FinalLocalVariable | Variable 'match' should be declared final. | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 84 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 97 |
![]() |
coding | FinalLocalVariable | Variable 'formatStrings' should be declared final. | 100 |
![]() |
coding | FinalLocalVariable | Variable 'noMatchChars' should be declared final. | 103 |
![]() |
coding | FinalLocalVariable | Variable 'noMatchChar' should be declared final. | 105 |
![]() |
coding | FinalLocalVariable | Variable 'noMatch' should be declared final. | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 107 |
![]() |
coding | FinalLocalVariable | Variable 'nullInsert' should be declared final. | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 112 |
![]() |
coding | FinalLocalVariable | Variable 'matchChars' should be declared final. | 115 |
![]() |
coding | FinalLocalVariable | Variable 'matchChar' should be declared final. | 117 |
![]() |
coding | FinalLocalVariable | Variable 'match' should be declared final. | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 119 |
![]() |
coding | FinalLocalVariable | Variable 'invalidEntries' should be declared final. | 129 |
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 139 |
![]() |
coding | FinalLocalVariable | Variable 'e' should be declared final. | 140 |
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 149 |
![]() |
coding | FinalLocalVariable | Variable 'filetype1' should be declared final. | 153 |
![]() |
coding | FinalLocalVariable | Variable 'filetype2' should be declared final. | 165 |
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 181 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 185 |
![]() |
coding | FinalLocalVariable | Variable 'checkTypes' should be declared final. | 190 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'defaultOutputPath' must be private and have accessor methods. | 39 |
![]() |
design | VisibilityModifier | Variable 'outputPath' must be private and have accessor methods. | 40 |
![]() |
design | VisibilityModifier | Variable 'maxRollFileSize' must be private and have accessor methods. | 41 |
![]() |
design | VisibilityModifier | Variable 'maxOutputAppenders' must be private and have accessor methods. | 42 |
![]() |
design | VisibilityModifier | Variable 'rollInterval' must be private and have accessor methods. | 43 |
![]() |
design | VisibilityModifier | Variable 'rollIntervalUnits' must be private and have accessor methods. | 44 |
![]() |
design | VisibilityModifier | Variable 'roller' must be private and have accessor methods. | 45 |
![]() |
design | VisibilityModifier | Variable 'rollable' must be private and have accessor methods. | 46 |
![]() |
design | VisibilityModifier | Variable 'fileNameGenerator' must be private and have accessor methods. | 47 |
![]() |
design | VisibilityModifier | Variable 'appendNewLine' must be private and have accessor methods. | 48 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 58 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultOutputPath' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'maxRollFileSize' needs "this.". | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'rollInterval' needs "this.". | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'rollIntervalUnits' needs "this.". | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'appendNewLine' needs "this.". | 201 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 23 |
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 26 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 34 |
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 38 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 41 |
![]() |
coding | FinalLocalVariable | Variable 'params' should be declared final. | 46 |
![]() |
coding | FinalLocalVariable | Variable 'status' should be declared final. | 48 |
![]() |
coding | FinalLocalVariable | Variable 'expected' should be declared final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'denylistFields' must be private and have accessor methods. | 49 |
![]() |
design | VisibilityModifier | Variable 'denylistPrefixes' must be private and have accessor methods. | 50 |
![]() |
design | VisibilityModifier | Variable 'allowlistFields' must be private and have accessor methods. | 51 |
![]() |
design | VisibilityModifier | Variable 'allowlistPrefixes' must be private and have accessor methods. | 52 |
![]() |
design | VisibilityModifier | Variable 'denylistValues' must be private and have accessor methods. | 53 |
![]() |
design | VisibilityModifier | Variable 'stripPrefixes' must be private and have accessor methods. | 54 |
![]() |
design | VisibilityModifier | Variable 'emitPayload' must be private and have accessor methods. | 56 |
![]() |
design | VisibilityModifier | Variable 'jsonMapper' must be private and have accessor methods. | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'jsonMapper' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'jsonMapper' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'jsonMapper' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'jsonMapper' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'emitPayload' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'jsonMapper' needs "this.". | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'jsonMapper' needs "this.". | 96 |
![]() |
design | VisibilityModifier | Variable 'outputAll' must be private and have accessor methods. | 101 |
![]() |
design | VisibilityModifier | Variable 'emptyDenylist' must be private and have accessor methods. | 102 |
![]() |
design | VisibilityModifier | Variable 'denylistStar' must be private and have accessor methods. | 103 |
![]() |
design | VisibilityModifier | Variable 'emptyAllowlist' must be private and have accessor methods. | 104 |
![]() |
design | VisibilityModifier | Variable 'allowlistStar' must be private and have accessor methods. | 105 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'allowlistFields' needs "JsonOutputFilter.this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'allowlistFields' needs "JsonOutputFilter.this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistFields' needs "JsonOutputFilter.this.". | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistFields' needs "JsonOutputFilter.this.". | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistFields' needs "JsonOutputFilter.this.". | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistPrefixes' needs "JsonOutputFilter.this.". | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'allowlistFields' needs "JsonOutputFilter.this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'allowlistPrefixes' needs "JsonOutputFilter.this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'emptyDenylist' needs "this.". | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'allowlistStar' needs "this.". | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'emptyAllowlist' needs "this.". | 114 |
![]() |
misc | FinalParameters | Parameter pojo should be final. | 118 |
![]() |
misc | FinalParameters | Parameter jgen should be final. | 118 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 118 |
![]() |
misc | FinalParameters | Parameter writer should be final. | 118 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 120 |
![]() |
coding | FinalLocalVariable | Variable 'values' should be declared final. | 122 |
![]() |
coding | FinalLocalVariable | Variable 'write' should be declared final. | 125 |
![]() |
misc | FinalParameters | Parameter key should be final. | 137 |
![]() |
coding | RequireThis | Reference to instance variable 'outputAll' needs "this.". | 138 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistFields' needs "JsonOutputFilter.this.". | 143 |
![]() |
coding | RequireThis | Reference to instance variable 'allowlistFields' needs "JsonOutputFilter.this.". | 145 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistPrefixes' needs "JsonOutputFilter.this.". | 150 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistStar' needs "this.". | 157 |
![]() |
coding | RequireThis | Reference to instance variable 'allowlistStar' needs "this.". | 159 |
![]() |
coding | RequireThis | Reference to instance variable 'allowlistPrefixes' needs "JsonOutputFilter.this.". | 164 |
![]() |
coding | RequireThis | Reference to instance variable 'emptyAllowlist' needs "this.". | 171 |
![]() |
misc | FinalParameters | Parameter key should be final. | 174 |
![]() |
misc | FinalParameters | Parameter values should be final. | 174 |
![]() |
coding | FinalLocalVariable | Variable 'keep' should be declared final. | 175 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistValues' needs "JsonOutputFilter.this.". | 177 |
![]() |
coding | RequireThis | Reference to instance variable 'denylistValues' needs "JsonOutputFilter.this.". | 177 |
![]() |
misc | FinalParameters | Parameter name should be final. | 184 |
![]() |
misc | FinalParameters | Parameter name should be final. | 188 |
![]() |
coding | RequireThis | Reference to instance variable 'stripPrefixes' needs "JsonOutputFilter.this.". | 189 |
![]() |
misc | FinalParameters | Parameter name should be final. | 197 |
![]() |
coding | FinalLocalVariable | Variable 'ch' should be declared final. | 199 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 220 |
![]() |
misc | FinalParameters | Parameter ibdo should be final. | 231 |
![]() |
misc | FinalParameters | Parameter jgen should be final. | 231 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 231 |
![]() |
coding | FinalLocalVariable | Variable 'javaType' should be declared final. | 233 |
![]() |
coding | FinalLocalVariable | Variable 'beanDesc' should be declared final. | 234 |
![]() |
coding | FinalLocalVariable | Variable 'serializer' should be declared final. | 235 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'tmpDir' hides a field. | 39 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 50 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 70 |
![]() |
coding | FinalLocalVariable | Variable 'payloadList' should be declared final. | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 73 |
![]() |
coding | FinalLocalVariable | Variable 'params' should be declared final. | 75 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 78 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 80 |
![]() |
coding | FinalLocalVariable | Variable 'status' should be declared final. | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 91 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 93 |
![]() |
coding | FinalLocalVariable | Variable 'status' should be declared final. | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 104 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 104 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 104 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 106 |
![]() |
coding | HiddenField | 'payload' hides a field. | 106 |
![]() |
coding | FinalLocalVariable | Variable 'nested' should be declared final. | 111 |
![]() |
coding | FinalLocalVariable | Variable 'record' should be declared final. | 113 |
![]() |
coding | FinalLocalVariable | Variable 'payloadList' should be declared final. | 121 |
![]() |
coding | FinalLocalVariable | Variable 'params' should be declared final. | 124 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 128 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 130 |
![]() |
coding | FinalLocalVariable | Variable 'status' should be declared final. | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 131 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 143 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 143 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 143 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 145 |
![]() |
coding | FinalLocalVariable | Variable 'payloadList' should be declared final. | 147 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 148 |
![]() |
coding | FinalLocalVariable | Variable 'params' should be declared final. | 150 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 152 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 152 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 153 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 155 |
![]() |
coding | FinalLocalVariable | Variable 'status' should be declared final. | 156 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 156 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 157 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 166 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 167 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 168 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 169 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 169 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 169 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 171 |
![]() |
coding | HiddenField | 'payload' hides a field. | 171 |
![]() |
coding | FinalLocalVariable | Variable 'payloadList' should be declared final. | 179 |
![]() |
coding | FinalLocalVariable | Variable 'params' should be declared final. | 182 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 184 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 185 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 187 |
![]() |
coding | FinalLocalVariable | Variable 'status' should be declared final. | 188 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 188 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 189 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 200 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 201 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 202 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 202 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 202 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 204 |
![]() |
coding | HiddenField | 'payload' hides a field. | 204 |
![]() |
coding | FinalLocalVariable | Variable 'payloadList' should be declared final. | 212 |
![]() |
coding | FinalLocalVariable | Variable 'params' should be declared final. | 215 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 217 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 218 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 220 |
![]() |
coding | FinalLocalVariable | Variable 'status' should be declared final. | 221 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 221 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 222 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 233 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 234 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 234 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 234 |
![]() |
coding | FinalLocalVariable | Variable 'payloadList' should be declared final. | 236 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 237 |
![]() |
coding | FinalLocalVariable | Variable 'params' should be declared final. | 239 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 241 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 241 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 242 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 244 |
![]() |
coding | FinalLocalVariable | Variable 'status' should be declared final. | 245 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 245 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 246 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 254 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 255 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 256 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 256 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 256 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 259 |
![]() |
coding | HiddenField | 'payload' hides a field. | 259 |
![]() |
coding | FinalLocalVariable | Variable 'payloadList' should be declared final. | 263 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 267 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 268 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 269 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 278 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 279 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 280 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 280 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 280 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 283 |
![]() |
coding | HiddenField | 'payload' hides a field. | 283 |
![]() |
coding | FinalLocalVariable | Variable 'payloadList' should be declared final. | 287 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 291 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 292 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 293 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 302 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 303 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 304 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 304 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 304 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 307 |
![]() |
coding | HiddenField | 'payload' hides a field. | 307 |
![]() |
coding | FinalLocalVariable | Variable 'payloadList' should be declared final. | 311 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 315 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 316 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 317 |
![]() |
coding | FinalLocalVariable | Variable 'parent' should be declared final. | 327 |
![]() |
coding | FinalLocalVariable | Variable 'child' should be declared final. | 330 |
![]() |
coding | FinalLocalVariable | Variable 'child2' should be declared final. | 333 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 337 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 338 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 338 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 338 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 340 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 343 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 346 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 354 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 355 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 356 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 357 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 357 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 357 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 359 |
![]() |
coding | HiddenField | 'payload' hides a field. | 359 |
![]() |
coding | FinalLocalVariable | Variable 'payloadList' should be declared final. | 366 |
![]() |
coding | FinalLocalVariable | Variable 'params' should be declared final. | 369 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 371 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 372 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 374 |
![]() |
coding | FinalLocalVariable | Variable 'status' should be declared final. | 375 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 375 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 379 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter configG should be final. | 27 |
![]() |
misc | FinalParameters | Parameter filterName should be final. | 27 |
![]() |
misc | FinalParameters | Parameter filterConfig should be final. | 27 |
![]() |
misc | FinalParameters | Parameter args should be final. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'name' should be declared final. | 45 |
![]() |
coding | FinalLocalVariable | Variable 'filter' should be declared final. | 47 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'tmpDir' hides a field. | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 38 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 39 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 47 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 68 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 68 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 68 |
![]() |
coding | FinalLocalVariable | Variable 'payloadList' should be declared final. | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 69 |
![]() |
coding | FinalLocalVariable | Variable 'params' should be declared final. | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 74 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 76 |
![]() |
coding | FinalLocalVariable | Variable 'status' should be declared final. | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'f' needs "this.". | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter filterName should be final. | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'filterNamePart' needs "this.". | 40 |
![]() |
misc | FinalParameters | Parameter extension should be final. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'fileNameGenerator' should be declared final. | 27 |
![]() |
coding | FinalLocalVariable | Variable 'filename1' should be declared final. | 29 |
![]() |
coding | FinalLocalVariable | Variable 'filename2' should be declared final. | 30 |
![]() |
coding | FinalLocalVariable | Variable 'filename1Parts' should be declared final. | 31 |
![]() |
coding | FinalLocalVariable | Variable 'fileNameGenerator' should be declared final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'filename' should be declared final. | 51 |
![]() |
coding | FinalLocalVariable | Variable 'filenameParts' should be declared final. | 52 |
![]() |
coding | FinalLocalVariable | Variable 'fileNameGenerator' should be declared final. | 60 |
![]() |
coding | FinalLocalVariable | Variable 'filename' should be declared final. | 61 |
![]() |
coding | FinalLocalVariable | Variable 'filenameParts' should be declared final. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'formatter' must be private and have accessor methods. | 18 |
![]() |
design | VisibilityModifier | Variable 'identifier' must be private and have accessor methods. | 21 |
![]() |
design | VisibilityModifier | Variable 'fileSuffix' must be private and have accessor methods. | 24 |
![]() |
design | VisibilityModifier | Variable 'lastFileName' must be private and have accessor methods. | 27 |
![]() |
design | VisibilityModifier | Variable 'seq' must be private and have accessor methods. | 30 |
![]() |
misc | FinalParameters | Parameter fileSuffix should be final. | 36 |
![]() |
misc | FinalParameters | Parameter fileSuffix should be final. | 40 |
![]() |
misc | FinalParameters | Parameter identifier should be final. | 40 |
![]() |
misc | FinalParameters | Parameter fileSuffix should be final. | 44 |
![]() |
misc | FinalParameters | Parameter identifier should be final. | 44 |
![]() |
misc | FinalParameters | Parameter datePattern should be final. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'dateFileName' should be declared final. | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'formatter' needs "this.". | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'seq' needs "this.". | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'lastFileName' needs "this.". | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'seq' needs "this.". | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'lastFileName' needs "this.". | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'seq' needs "this.". | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'identifier' needs "this.". | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'fileSuffix' needs "this.". | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'dropOffUtil' needs "this.". | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'outputPath' must be private and have accessor methods. | 65 |
![]() |
misc | FinalParameters | Parameter poolsize should be final. | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'outputPath' needs "this.". | 136 |
![]() |
coding | FinalLocalVariable | Variable 'finalOutputFilename' should be declared final. | 138 |
![]() |
coding | RequireThis | Reference to instance variable 'outputPath' needs "this.". | 140 |
![]() |
coding | RequireThis | Reference to instance variable 'outputPath' needs "this.". | 144 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 155 |
![]() |
coding | RequireThis | Reference to instance variable 'journaledPool' needs "this.". | 157 |
![]() |
coding | FinalLocalVariable | Variable 'journals' should be declared final. | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'outputPath' needs "this.". | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'outputPath' needs "this.". | 161 |
![]() |
coding | RequireThis | Reference to instance variable 'poolsize' needs "this.". | 161 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 165 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 177 |
![]() |
coding | RequireThis | Reference to instance variable 'journaledPool' needs "this.". | 180 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 185 |
![]() |
coding | FinalLocalVariable | Variable 'paths' should be declared final. | 198 |
![]() |
misc | FinalParameters | Parameter journalPaths should be final. | 216 |
![]() |
coding | FinalLocalVariable | Variable 'outputMap' should be declared final. | 221 |
![]() |
misc | FinalParameters | Parameter path should be final. | 226 |
![]() |
misc | FinalParameters | Parameter outputMap should be final. | 226 |
![]() |
coding | FinalLocalVariable | Variable 'j' should be declared final. | 228 |
![]() |
misc | FinalParameters | Parameter key should be final. | 242 |
![]() |
misc | FinalParameters | Parameter journals should be final. | 242 |
![]() |
coding | FinalLocalVariable | Variable 'finalOutputPath' should be declared final. | 245 |
![]() |
coding | FinalLocalVariable | Variable 'rolledOutputPath' should be declared final. | 246 |
![]() |
coding | FinalLocalVariable | Variable 'workingOutputPath' should be declared final. | 256 |
![]() |
misc | FinalParameters | Parameter journal should be final. | 283 |
![]() |
misc | FinalParameters | Parameter rolledOutput should be final. | 283 |
![]() |
coding | FinalLocalVariable | Variable 'startPos' should be declared final. | 284 |
![]() |
coding | FinalLocalVariable | Variable 'last' should be declared final. | 285 |
![]() |
coding | FinalLocalVariable | Variable 'p' should be declared final. | 291 |
![]() |
coding | FinalLocalVariable | Variable 'partSize' should be declared final. | 294 |
![]() |
coding | FinalLocalVariable | Variable 'lastGood' should be declared final. | 296 |
![]() |
misc | FinalParameters | Parameter journals should be final. | 329 |
![]() |
misc | FinalParameters | Parameter rolledOutputPath should be final. | 329 |
![]() |
misc | FinalParameters | Parameter finalOutputPath should be final. | 329 |
![]() |
misc | FinalParameters | Parameter rolledOutputPath should be final. | 335 |
![]() |
misc | FinalParameters | Parameter finalOutputPath should be final. | 335 |
![]() |
misc | FinalParameters | Parameter journals should be final. | 341 |
![]() |
misc | FinalParameters | Parameter rolledOutputPath should be final. | 341 |
![]() |
misc | FinalParameters | Parameter finalOutputPath should be final. | 341 |
![]() |
misc | FinalParameters | Parameter rolledOutputPath should be final. | 345 |
![]() |
misc | FinalParameters | Parameter finalOutputPath should be final. | 345 |
![]() |
misc | FinalParameters | Parameter journals should be final. | 345 |
![]() |
misc | FinalParameters | Parameter rolledOutputPath should be final. | 350 |
![]() |
misc | FinalParameters | Parameter finalOutputPath should be final. | 350 |
![]() |
misc | FinalParameters | Parameter path should be final. | 364 |
![]() |
coding | FinalLocalVariable | Variable 'errorPath' should be declared final. | 366 |
![]() |
misc | FinalParameters | Parameter startsWith should be final. | 380 |
![]() |
coding | RequireThis | Reference to instance variable 'outputPath' needs "this.". | 381 |
![]() |
misc | FinalParameters | Parameter journals should be final. | 386 |
![]() |
coding | FinalLocalVariable | Variable 'jpath' should be declared final. | 388 |
![]() |
misc | FinalParameters | Parameter entries should be final. | 394 |
![]() |
coding | FinalLocalVariable | Variable 'p' should be declared final. | 396 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'fileNameGenerator' needs "this.". | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'journaledCoalescer' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'fileNameGenerator' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'tempBud1' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'tempBud1' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'tempBud2' needs "this.". | 68 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 68 |
![]() |
coding | RequireThis | Reference to instance variable 'tempBud2' needs "this.". | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'journaledCoalescer' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 75 |
![]() |
coding | RequireThis | Reference to instance variable 'fileNameGenerator' needs "this.". | 82 |
![]() |
coding | FinalLocalVariable | Variable 'tmpFile' should be declared final. | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'fileNameGenerator' needs "this.". | 90 |
![]() |
coding | FinalLocalVariable | Variable 'perms' should be declared final. | 98 |
![]() |
coding | FinalLocalVariable | Variable 'tmpdir' should be declared final. | 101 |
![]() |
coding | RequireThis | Reference to instance variable 'fileNameGenerator' needs "this.". | 102 |
![]() |
coding | FinalLocalVariable | Variable 'perms' should be declared final. | 112 |
![]() |
coding | FinalLocalVariable | Variable 'tmpdir' should be declared final. | 116 |
![]() |
coding | RequireThis | Reference to instance variable 'fileNameGenerator' needs "this.". | 117 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 124 |
![]() |
coding | RequireThis | Reference to instance variable 'tempBud1' needs "this.". | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'tempBud2' needs "this.". | 128 |
![]() |
coding | RequireThis | Reference to instance variable 'journaledCoalescer' needs "this.". | 134 |
![]() |
coding | FinalLocalVariable | Variable 'bud1destination' should be declared final. | 137 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 137 |
![]() |
coding | FinalLocalVariable | Variable 'fileResults' should be declared final. | 139 |
![]() |
coding | FinalLocalVariable | Variable 'bud1destination' should be declared final. | 147 |
![]() |
coding | FinalLocalVariable | Variable 'bud2destination' should be declared final. | 148 |
![]() |
coding | RequireThis | Reference to instance variable 'journaledCoalescer' needs "this.". | 149 |
![]() |
coding | RequireThis | Reference to instance variable 'journaledCoalescer' needs "this.". | 149 |
![]() |
coding | RequireThis | Reference to instance variable 'tempBud1' needs "this.". | 150 |
![]() |
coding | RequireThis | Reference to instance variable 'tempBud2' needs "this.". | 152 |
![]() |
coding | RequireThis | Reference to instance variable 'journaledCoalescer' needs "this.". | 164 |
![]() |
coding | FinalLocalVariable | Variable 'totalSize' should be declared final. | 166 |
![]() |
coding | RequireThis | Reference to instance variable 'tempBud1' needs "this.". | 166 |
![]() |
coding | RequireThis | Reference to instance variable 'tempBud2' needs "this.". | 166 |
![]() |
coding | FinalLocalVariable | Variable 'expectedPrefix1' should be declared final. | 174 |
![]() |
coding | RequireThis | Reference to instance variable 'journaledCoalescer' needs "this.". | 177 |
![]() |
coding | RequireThis | Reference to instance variable 'tempBud1' needs "this.". | 178 |
![]() |
coding | RequireThis | Reference to instance variable 'journaledCoalescer' needs "this.". | 183 |
![]() |
coding | FinalLocalVariable | Variable 'expectedPrefix2' should be declared final. | 185 |
![]() |
coding | RequireThis | Reference to instance variable 'journaledCoalescer' needs "this.". | 187 |
![]() |
coding | RequireThis | Reference to instance variable 'tempBud2' needs "this.". | 188 |
![]() |
coding | FinalLocalVariable | Variable 'bud1Destination' should be declared final. | 193 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 193 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 196 |
![]() |
coding | FinalLocalVariable | Variable 'finalBudOutput' should be declared final. | 210 |
![]() |
coding | RequireThis | Reference to instance variable 'journaledCoalescer' needs "this.". | 211 |
![]() |
coding | RequireThis | Reference to instance variable 'tempBud1' needs "this.". | 212 |
![]() |
coding | FinalLocalVariable | Variable 'oldRolling' should be declared final. | 217 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 217 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 221 |
![]() |
coding | RequireThis | Reference to instance variable 'fileNameGenerator' needs "this.". | 221 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 236 |
![]() |
coding | RequireThis | Reference to instance variable 'tempBud1' needs "this.". | 239 |
![]() |
coding | RequireThis | Reference to instance variable 'tempBud2' needs "this.". | 240 |
![]() |
coding | FinalLocalVariable | Variable 'oldRolled' should be declared final. | 246 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 246 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 249 |
![]() |
coding | RequireThis | Reference to instance variable 'fileNameGenerator' needs "this.". | 249 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 251 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 256 |
![]() |
coding | FinalLocalVariable | Variable 'oldRolled' should be declared final. | 266 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 266 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 269 |
![]() |
coding | RequireThis | Reference to instance variable 'fileNameGenerator' needs "this.". | 269 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 273 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 278 |
![]() |
coding | FinalLocalVariable | Variable 'oldRolled' should be declared final. | 285 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 285 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 287 |
![]() |
coding | RequireThis | Reference to instance variable 'fileNameGenerator' needs "this.". | 287 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 289 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 294 |
![]() |
coding | FinalLocalVariable | Variable 'oldRolled' should be declared final. | 300 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 300 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 302 |
![]() |
coding | RequireThis | Reference to instance variable 'fileNameGenerator' needs "this.". | 302 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 306 |
![]() |
coding | RequireThis | Reference to instance variable 'tempBud1' needs "this.". | 312 |
![]() |
coding | FinalLocalVariable | Variable 'finalBudOutput' should be declared final. | 313 |
![]() |
coding | RequireThis | Reference to instance variable 'journaledCoalescer' needs "this.". | 314 |
![]() |
coding | RequireThis | Reference to instance variable 'journaledCoalescer' needs "this.". | 319 |
![]() |
coding | FinalLocalVariable | Variable 'target' should be declared final. | 328 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 328 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 329 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 330 |
![]() |
coding | FinalLocalVariable | Variable 'strings' should be declared final. | 332 |
![]() |
coding | FinalLocalVariable | Variable 'partSize' should be declared final. | 342 |
![]() |
coding | FinalLocalVariable | Variable 'j' should be declared final. | 344 |
![]() |
coding | FinalLocalVariable | Variable 'rolled' should be declared final. | 348 |
![]() |
coding | RequireThis | Reference to instance variable 'targetBudPath' needs "this.". | 348 |
![]() |
coding | RequireThis | Reference to instance variable 'journaledCoalescer' needs "this.". | 350 |
![]() |
coding | FinalLocalVariable | Variable 'rolledSize' should be declared final. | 353 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 30 |
![]() |
design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 31 |
![]() |
design | VisibilityModifier | Variable 'journalPath' must be private and have accessor methods. | 32 |
![]() |
design | VisibilityModifier | Variable 'entries' must be private and have accessor methods. | 34 |
![]() |
misc | FinalParameters | Parameter journalPath should be final. | 36 |
![]() |
coding | RequireThis | Reference to instance variable 'entries' needs "this.". | 41 |
![]() |
misc | FinalParameters | Parameter b should be final. | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'version' needs "this.". | 49 |
![]() |
misc | FinalParameters | Parameter key should be final. | 52 |
![]() |
coding | HiddenField | 'key' hides a field. | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'entries' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'entries' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'entries' needs "this.". | 77 |
![]() |
misc | FinalParameters | Parameter channelSize should be final. | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'entries' needs "this.". | 93 |
![]() |
coding | FinalLocalVariable | Variable 'je' should be declared final. | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'entries' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'version' needs "this.". | 104 |
![]() |
coding | RequireThis | Reference to instance variable 'key' needs "this.". | 104 |
![]() |
coding | RequireThis | Reference to instance variable 'journalPath' needs "this.". | 104 |
![]() |
coding | RequireThis | Reference to instance variable 'entries' needs "this.". | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'val' must be private and have accessor methods. | 12 |
![]() |
design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 13 |
![]() |
coding | RequireThis | Reference to instance variable 'val' needs "this.". | 33 |
![]() |
coding | RequireThis | Reference to instance variable 'offset' needs "this.". | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'journalPath' must be private and have accessor methods. | 37 |
![]() |
design | VisibilityModifier | Variable 'journalChannel' must be private and have accessor methods. | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'journal' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'journalPath' needs "this.". | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'journalPath' needs "this.". | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'journalPath' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'journalChannel' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'begin' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'sequence' needs "this.". | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'startsequence' needs "this.". | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'journalChannel' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'journalChannel' needs "this.". | 74 |
![]() |
coding | FinalLocalVariable | Variable 'read' should be declared final. | 75 |
![]() |
coding | RequireThis | Reference to instance variable 'journal' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'startsequence' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'sequence' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'sequence' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'startsequence' needs "this.". | 78 |
![]() |
coding | FinalLocalVariable | Variable 'nextSeq' should be declared final. | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'sequence' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'sequence' needs "this.". | 83 |
![]() |
coding | FinalLocalVariable | Variable 'e' should be declared final. | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'journal' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'journal' needs "this.". | 92 |
![]() |
coding | FinalLocalVariable | Variable 'seq' should be declared final. | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 98 |
![]() |
coding | FinalLocalVariable | Variable 'mgic' should be declared final. | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 107 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 115 |
![]() |
coding | RequireThis | Reference to instance variable 'journalPath' needs "this.". | 119 |
![]() |
coding | RequireThis | Reference to instance variable 'journal' needs "this.". | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'journal' needs "this.". | 123 |
![]() |
coding | RequireThis | Reference to instance variable 'journal' needs "this.". | 125 |
![]() |
coding | RequireThis | Reference to instance variable 'journal' needs "this.". | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'sequence' needs "this.". | 130 |
![]() |
coding | RequireThis | Reference to instance variable 'sequence' needs "this.". | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'sequence' needs "this.". | 132 |
![]() |
coding | RequireThis | Reference to instance variable 'startsequence' needs "this.". | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'sequence' needs "this.". | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'begin' needs "this.". | 135 |
![]() |
coding | RequireThis | Reference to instance variable 'journalChannel' needs "this.". | 135 |
![]() |
coding | FinalLocalVariable | Variable 'read' should be declared final. | 139 |
![]() |
coding | FinalLocalVariable | Variable 'len' should be declared final. | 140 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 140 |
![]() |
coding | FinalLocalVariable | Variable 'keyBytes' should be declared final. | 144 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 146 |
![]() |
misc | FinalParameters | Parameter limit should be final. | 151 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 155 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 156 |
![]() |
coding | FinalLocalVariable | Variable 'read' should be declared final. | 159 |
![]() |
coding | RequireThis | Reference to instance variable 'journalChannel' needs "this.". | 159 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 159 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 169 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 175 |
![]() |
coding | RequireThis | Reference to instance variable 'journalChannel' needs "this.". | 177 |
![]() |
coding | RequireThis | Reference to instance variable 'journalChannel' needs "this.". | 178 |
![]() |
coding | RequireThis | Reference to instance variable 'journalChannel' needs "this.". | 180 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 181 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 183 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 188 |
![]() |
coding | FinalLocalVariable | Variable 'paths' should be declared final. | 189 |
![]() |
misc | FinalParameters | Parameter args should be final. | 202 |
![]() |
coding | FinalLocalVariable | Variable 'path' should be declared final. | 203 |
![]() |
coding | FinalLocalVariable | Variable 'j' should be declared final. | 205 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'tmpDir' hides a field. | 20 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 45 |
![]() |
coding | FinalLocalVariable | Variable 'j' should be declared final. | 49 |
![]() |
coding | FinalLocalVariable | Variable 'j' should be declared final. | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'journalPath' must be private and have accessor methods. | 36 |
![]() |
design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 39 |
![]() |
design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 40 |
![]() |
design | VisibilityModifier | Variable 'journal' must be private and have accessor methods. | 43 |
![]() |
design | VisibilityModifier | Variable 'prev' must be private and have accessor methods. | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'journalPath' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'journalPath' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'journalPath' needs "this.". | 60 |
![]() |
misc | FinalParameters | Parameter e should be final. | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'journal' needs "this.". | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 75 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 76 |
![]() |
coding | RequireThis | Reference to instance variable 'sequence' needs "this.". | 76 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'prev' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'prev' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'prev' needs "this.". | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'journal' needs "this.". | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'journalPath' needs "this.". | 96 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 99 |
![]() |
coding | FinalLocalVariable | Variable 'keyBytes' should be declared final. | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'key' needs "this.". | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 101 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'sequence' needs "this.". | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'sequence' needs "this.". | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 119 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 120 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'journal' needs "this.". | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'journal' needs "this.". | 132 |
![]() |
coding | RequireThis | Reference to instance variable 'journal' needs "this.". | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 135 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'fc' must be private and have accessor methods. | 24 |
![]() |
design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 25 |
![]() |
design | VisibilityModifier | Variable 'e' must be private and have accessor methods. | 27 |
![]() |
design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 28 |
![]() |
design | VisibilityModifier | Variable 'journal' must be private and have accessor methods. | 29 |
![]() |
design | VisibilityModifier | Variable 'directBuff' must be private and have accessor methods. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'max' must be private and have accessor methods. | 28 |
![]() |
design | VisibilityModifier | Variable 'directory' must be private and have accessor methods. | 29 |
![]() |
design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'directory' hides a field. | 30 |
![]() |
coding | FinalLocalVariable | Variable 'j' should be declared final. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 33 |
![]() |
coding | FinalLocalVariable | Variable 'fiveKStr' should be declared final. | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 105 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 110 |
![]() |
coding | FinalLocalVariable | Variable 'buff' should be declared final. | 115 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 116 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'pool' must be private and have accessor methods. | 21 |
![]() |
design | VisibilityModifier | Variable 'jc' must be private and have accessor methods. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter data should be final. | 22 |
![]() |
misc | FinalParameters | Parameter r should be final. | 22 |
![]() |
coding | FinalLocalVariable | Variable 'n' should be declared final. | 23 |
![]() |
misc | FinalParameters | Parameter data should be final. | 35 |
![]() |
misc | FinalParameters | Parameter list should be final. | 35 |
![]() |
coding | FinalLocalVariable | Variable 'out' should be declared final. | 52 |
![]() |
coding | FinalLocalVariable | Variable 'start' should be declared final. | 55 |
![]() |
coding | FinalLocalVariable | Variable 'len' should be declared final. | 56 |
![]() |
blocks | RightCurly | '}' at column 36 should be alone on a line. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'pr' should be declared final. | 16 |
![]() |
coding | FinalLocalVariable | Variable 'input' should be declared final. | 23 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 24 |
![]() |
coding | FinalLocalVariable | Variable 'pr' should be declared final. | 30 |
![]() |
coding | FinalLocalVariable | Variable 'input' should be declared final. | 32 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 33 |
![]() |
coding | FinalLocalVariable | Variable 'pr' should be declared final. | 39 |
![]() |
coding | FinalLocalVariable | Variable 'input' should be declared final. | 40 |
![]() |
coding | FinalLocalVariable | Variable 'pr' should be declared final. | 46 |
![]() |
coding | FinalLocalVariable | Variable 'input' should be declared final. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter data should be final. | 22 |
![]() |
misc | FinalParameters | Parameter r should be final. | 22 |
![]() |
coding | FinalLocalVariable | Variable 'len' should be declared final. | 26 |
![]() |
coding | FinalLocalVariable | Variable 'n' should be declared final. | 27 |
![]() |
misc | FinalParameters | Parameter data should be final. | 44 |
![]() |
misc | FinalParameters | Parameter list should be final. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'start' should be declared final. | 59 |
![]() |
coding | FinalLocalVariable | Variable 'len' should be declared final. | 60 |
![]() |
coding | FinalLocalVariable | Variable 'n' should be declared final. | 71 |
![]() |
blocks | RightCurly | '}' at column 37 should be alone on a line. | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'input' should be declared final. | 17 |
![]() |
coding | FinalLocalVariable | Variable 'buffer' should be declared final. | 18 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 19 |
![]() |
coding | FinalLocalVariable | Variable 'input' should be declared final. | 25 |
![]() |
coding | FinalLocalVariable | Variable 'pr' should be declared final. | 26 |
![]() |
coding | FinalLocalVariable | Variable 'buffer' should be declared final. | 33 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 34 |
![]() |
coding | FinalLocalVariable | Variable 'pr' should be declared final. | 40 |
![]() |
coding | FinalLocalVariable | Variable 'input' should be declared final. | 41 |
![]() |
coding | FinalLocalVariable | Variable 'buffer' should be declared final. | 42 |
![]() |
coding | FinalLocalVariable | Variable 'pr' should be declared final. | 48 |
![]() |
coding | FinalLocalVariable | Variable 'input' should be declared final. | 49 |
![]() |
coding | FinalLocalVariable | Variable 'buffer' should be declared final. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'DATA_ID_STR_SZ' must be private and have accessor methods. | 29 |
![]() |
design | VisibilityModifier | Variable 'typesMap' must be private and have accessor methods. | 32 |
![]() |
misc | FinalParameters | Parameter config should be final. | 44 |
![]() |
misc | FinalParameters | Parameter config should be final. | 48 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'config' is not allowed. | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'typesMap' needs "this.". | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'typesMap' needs "this.". | 54 |
![]() |
misc | FinalParameters | Parameter data should be final. | 66 |
![]() |
misc | FinalParameters | Parameter limit should be final. | 66 |
![]() |
misc | FinalParameters | Parameter data should be final. | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'DATA_ID_STR_SZ' needs "this.". | 80 |
![]() |
misc | FinalParameters | Parameter data should be final. | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'typesMap' needs "this.". | 89 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'DATA_ID_STR_SZ' needs "this.". | 117 |
![]() |
misc | FinalParameters | Parameter args should be final. | 121 |
![]() |
coding | FinalLocalVariable | Variable 'dataIdentifier' should be declared final. | 122 |
![]() |
coding | FinalLocalVariable | Variable 'raf' should be declared final. | 125 |
![]() |
coding | FinalLocalVariable | Variable 'data' should be declared final. | 126 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'id' should be declared final. | 32 |
![]() |
misc | FinalParameters | Parameter identify should be final. | 50 |
![]() |
misc | FinalParameters | Parameter expected should be final. | 50 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 51 |
![]() |
coding | FinalLocalVariable | Variable 'id' should be declared final. | 53 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 54 |
![]() |
coding | FinalLocalVariable | Variable 'id' should be declared final. | 60 |
![]() |
misc | FinalParameters | Parameter DATA should be final. | 75 |
![]() |
coding | HiddenField | 'DATA' hides a field. | 75 |
![]() |
misc | FinalParameters | Parameter DATA should be final. | 79 |
![]() |
coding | HiddenField | 'DATA' hides a field. | 79 |
![]() |
misc | FinalParameters | Parameter limit should be final. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'header' must be private and have accessor methods. | 31 |
![]() |
design | VisibilityModifier | Variable 'footer' must be private and have accessor methods. | 33 |
![]() |
design | VisibilityModifier | Variable 'data' must be private and have accessor methods. | 35 |
![]() |
design | VisibilityModifier | Variable 'classification' must be private and have accessor methods. | 37 |
![]() |
design | VisibilityModifier | Variable 'initialForms' must be private and have accessor methods. | 38 |
![]() |
design | VisibilityModifier | Variable 'metadata' must be private and have accessor methods. | 39 |
![]() |
misc | FinalParameters | Parameter h should be final. | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'header' needs "this.". | 47 |
![]() |
coding | RequireThis | Reference to instance variable 'header' needs "this.". | 56 |
![]() |
misc | FinalParameters | Parameter f should be final. | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'footer' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'footer' needs "this.". | 74 |
![]() |
misc | FinalParameters | Parameter d should be final. | 83 |
![]() |
misc | FinalParameters | Parameter d should be final. | 93 |
![]() |
misc | FinalParameters | Parameter copy should be final. | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 95 |
![]() |
misc | FinalParameters | Parameter d should be final. | 108 |
![]() |
misc | FinalParameters | Parameter start should be final. | 108 |
![]() |
misc | FinalParameters | Parameter end should be final. | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 109 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 119 |
![]() |
misc | FinalParameters | Parameter s should be final. | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'classification' needs "this.". | 128 |
![]() |
coding | RequireThis | Reference to instance variable 'classification' needs "this.". | 137 |
![]() |
misc | FinalParameters | Parameter m should be final. | 145 |
![]() |
coding | RequireThis | Reference to instance variable 'metadata' needs "this.". | 146 |
![]() |
coding | RequireThis | Reference to instance variable 'metadata' needs "this.". | 156 |
![]() |
coding | RequireThis | Reference to instance variable 'metadata' needs "this.". | 163 |
![]() |
coding | RequireThis | Reference to instance variable 'header' needs "this.". | 172 |
![]() |
coding | RequireThis | Reference to instance variable 'footer' needs "this.". | 181 |
![]() |
coding | RequireThis | Reference to instance variable 'classification' needs "this.". | 190 |
![]() |
coding | RequireThis | Reference to instance variable 'metadata' needs "this.". | 199 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 208 |
![]() |
misc | FinalParameters | Parameter name should be final. | 217 |
![]() |
misc | FinalParameters | Parameter value should be final. | 217 |
![]() |
coding | RequireThis | Reference to instance variable 'metadata' needs "this.". | 219 |
![]() |
misc | FinalParameters | Parameter m should be final. | 228 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 231 |
![]() |
coding | FinalLocalVariable | Variable 'v' should be declared final. | 232 |
![]() |
coding | RequireThis | Reference to instance variable 'metadata' needs "this.". | 234 |
![]() |
coding | RequireThis | Reference to instance variable 'metadata' needs "this.". | 236 |
![]() |
misc | FinalParameters | Parameter key should be final. | 247 |
![]() |
coding | RequireThis | Reference to instance variable 'metadata' needs "this.". | 248 |
![]() |
misc | FinalParameters | Parameter key should be final. | 256 |
![]() |
misc | FinalParameters | Parameter key should be final. | 267 |
![]() |
misc | FinalParameters | Parameter sep should be final. | 267 |
![]() |
coding | FinalLocalVariable | Variable 'o' should be declared final. | 268 |
![]() |
coding | RequireThis | Reference to instance variable 'metadata' needs "this.". | 268 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 272 |
![]() |
misc | FinalParameters | Parameter form should be final. | 287 |
![]() |
coding | RequireThis | Reference to instance variable 'initialForms' needs "this.". | 289 |
![]() |
misc | FinalParameters | Parameter forms should be final. | 296 |
![]() |
coding | RequireThis | Reference to instance variable 'initialForms' needs "this.". | 298 |
![]() |
coding | RequireThis | Reference to instance variable 'initialForms' needs "this.". | 306 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 36 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 43 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 51 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 58 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 65 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 72 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 79 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 86 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 94 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 102 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 110 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 118 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 126 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 138 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 144 |
![]() |
coding | FinalLocalVariable | Variable 'mm' should be declared final. | 150 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 157 |
![]() |
coding | FinalLocalVariable | Variable 'newForms' should be declared final. | 168 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 181 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 189 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 196 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 15 |
![]() |
design | VisibilityModifier | Variable 'sessionStart' must be private and have accessor methods. | 18 |
![]() |
misc | FinalParameters | Parameter channel should be final. | 20 |
![]() |
misc | FinalParameters | Parameter data should be final. | 31 |
![]() |
coding | RequireThis | Reference to instance variable 'sessionStart' needs "this.". | 32 |
![]() |
coding | RequireThis | Reference to instance variable 'sessionStart' needs "this.". | 38 |
![]() |
coding | RequireThis | Reference to instance variable 'sessionStart' needs "this.". | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'sessionStart' needs "this.". | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'sessionStart' needs "this.". | 45 |
![]() |
coding | FinalLocalVariable | Variable 'b' should be declared final. | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'sessionStart' needs "this.". | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'overall' must be private and have accessor methods. | 32 |
![]() |
design | VisibilityModifier | Variable 'header' must be private and have accessor methods. | 35 |
![]() |
design | VisibilityModifier | Variable 'footer' must be private and have accessor methods. | 38 |
![]() |
design | VisibilityModifier | Variable 'data' must be private and have accessor methods. | 41 |
![]() |
design | VisibilityModifier | Variable 'metaData' must be private and have accessor methods. | 44 |
![]() |
design | VisibilityModifier | Variable 'valid' must be private and have accessor methods. | 47 |
![]() |
blocks | RightCurly | '}' at column 28 should be alone on a line. | 52 |
![]() |
misc | FinalParameters | Parameter o should be final. | 59 |
![]() |
misc | FinalParameters | Parameter o should be final. | 69 |
![]() |
misc | FinalParameters | Parameter d should be final. | 69 |
![]() |
misc | FinalParameters | Parameter o should be final. | 80 |
![]() |
misc | FinalParameters | Parameter d should be final. | 80 |
![]() |
misc | FinalParameters | Parameter o should be final. | 93 |
![]() |
misc | FinalParameters | Parameter h should be final. | 93 |
![]() |
misc | FinalParameters | Parameter f should be final. | 93 |
![]() |
misc | FinalParameters | Parameter d should be final. | 93 |
![]() |
misc | FinalParameters | Parameter o should be final. | 108 |
![]() |
misc | FinalParameters | Parameter h should be final. | 108 |
![]() |
misc | FinalParameters | Parameter f should be final. | 108 |
![]() |
misc | FinalParameters | Parameter d should be final. | 108 |
![]() |
misc | FinalParameters | Parameter m should be final. | 108 |
![]() |
misc | FinalParameters | Parameter rec should be final. | 119 |
![]() |
misc | FinalParameters | Parameter start should be final. | 130 |
![]() |
misc | FinalParameters | Parameter length should be final. | 130 |
![]() |
misc | FinalParameters | Parameter m should be final. | 139 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 141 |
![]() |
coding | FinalLocalVariable | Variable 'val' should be declared final. | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'metaData' needs "this.". | 145 |
![]() |
coding | RequireThis | Reference to instance variable 'metaData' needs "this.". | 147 |
![]() |
misc | FinalParameters | Parameter b should be final. | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'valid' needs "this.". | 170 |
![]() |
coding | RequireThis | Reference to instance variable 'overall' needs "this.". | 179 |
![]() |
coding | RequireThis | Reference to instance variable 'overall' needs "this.". | 180 |
![]() |
coding | RequireThis | Reference to instance variable 'overall' needs "this.". | 191 |
![]() |
coding | RequireThis | Reference to instance variable 'overall' needs "this.". | 192 |
![]() |
coding | RequireThis | Reference to instance variable 'overall' needs "this.". | 203 |
![]() |
misc | FinalParameters | Parameter h should be final. | 212 |
![]() |
coding | RequireThis | Reference to instance variable 'header' needs "this.". | 215 |
![]() |
misc | FinalParameters | Parameter d should be final. | 225 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 228 |
![]() |
misc | FinalParameters | Parameter f should be final. | 238 |
![]() |
coding | RequireThis | Reference to instance variable 'footer' needs "this.". | 241 |
![]() |
misc | FinalParameters | Parameter r should be final. | 251 |
![]() |
coding | RequireThis | Reference to instance variable 'header' needs "this.". | 253 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 263 |
![]() |
misc | FinalParameters | Parameter len should be final. | 263 |
![]() |
misc | FinalParameters | Parameter r should be final. | 273 |
![]() |
coding | RequireThis | Reference to instance variable 'footer' needs "this.". | 275 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 285 |
![]() |
misc | FinalParameters | Parameter len should be final. | 285 |
![]() |
misc | FinalParameters | Parameter r should be final. | 295 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 297 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 307 |
![]() |
misc | FinalParameters | Parameter len should be final. | 307 |
![]() |
misc | FinalParameters | Parameter name should be final. | 318 |
![]() |
misc | FinalParameters | Parameter r should be final. | 318 |
![]() |
coding | RequireThis | Reference to instance variable 'metaData' needs "this.". | 320 |
![]() |
misc | FinalParameters | Parameter name should be final. | 329 |
![]() |
misc | FinalParameters | Parameter rec should be final. | 329 |
![]() |
coding | RequireThis | Reference to instance variable 'metaData' needs "this.". | 330 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 339 |
![]() |
coding | RequireThis | Reference to instance variable 'footer' needs "this.". | 348 |
![]() |
coding | RequireThis | Reference to instance variable 'header' needs "this.". | 357 |
![]() |
coding | RequireThis | Reference to instance variable 'metaData' needs "this.". | 366 |
![]() |
coding | RequireThis | Reference to instance variable 'footer' needs "this.". | 375 |
![]() |
coding | RequireThis | Reference to instance variable 'header' needs "this.". | 384 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 393 |
![]() |
coding | RequireThis | Reference to instance variable 'metaData' needs "this.". | 402 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 412 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 418 |
![]() |
misc | FinalParameters | Parameter r should be final. | 429 |
![]() |
coding | RequireThis | Reference to instance variable 'overall' needs "this.". | 430 |
![]() |
coding | RequireThis | Reference to instance variable 'overall' needs "this.". | 430 |
![]() |
coding | RequireThis | Reference to instance variable 'overall' needs "this.". | 430 |
![]() |
coding | RequireThis | Reference to instance variable 'overall' needs "this.". | 431 |
![]() |
misc | FinalParameters | Parameter list should be final. | 441 |
![]() |
coding | RequireThis | Reference to instance variable 'overall' needs "this.". | 443 |
![]() |
coding | RequireThis | Reference to instance variable 'overall' needs "this.". | 458 |
![]() |
coding | RequireThis | Reference to instance variable 'header' needs "this.". | 461 |
![]() |
coding | RequireThis | Reference to instance variable 'footer' needs "this.". | 462 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 463 |
![]() |
coding | RequireThis | Reference to instance variable 'overall' needs "this.". | 473 |
![]() |
coding | RequireThis | Reference to instance variable 'metaData' needs "this.". | 473 |
![]() |
coding | RequireThis | Reference to instance variable 'metaData' needs "this.". | 477 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'i' should be declared final. | 18 |
![]() |
coding | FinalLocalVariable | Variable 'i' should be declared final. | 32 |
![]() |
coding | FinalLocalVariable | Variable 'i' should be declared final. | 39 |
![]() |
coding | FinalLocalVariable | Variable 'i' should be declared final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'i' should be declared final. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 20 |
![]() |
design | VisibilityModifier | Variable 'channel' must be private and have accessor methods. | 25 |
![]() |
design | VisibilityModifier | Variable 'chunkStart' must be private and have accessor methods. | 28 |
![]() |
design | VisibilityModifier | Variable 'data' must be private and have accessor methods. | 32 |
![]() |
design | VisibilityModifier | Variable 'writeOffset' must be private and have accessor methods. | 35 |
![]() |
design | VisibilityModifier | Variable 'minChunkSize' must be private and have accessor methods. | 38 |
![]() |
design | VisibilityModifier | Variable 'maxChunkSize' must be private and have accessor methods. | 41 |
![]() |
design | VisibilityModifier | Variable 'chunkAllocationIncrement' must be private and have accessor methods. | 44 |
![]() |
misc | FinalParameters | Parameter channel should be final. | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'maxChunkSize' needs "this.". | 59 |
![]() |
misc | FinalParameters | Parameter value should be final. | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'maxChunkSize' needs "this.". | 67 |
![]() |
misc | FinalParameters | Parameter data should be final. | 78 |
![]() |
coding | HiddenField | 'data' hides a field. | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'maxChunkSize' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'chunkStart' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'writeOffset' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 88 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'data' is not allowed. | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'minChunkSize' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'writeOffset' needs "this.". | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'chunkAllocationIncrement' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'maxChunkSize' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'maxChunkSize' needs "this.". | 95 |
![]() |
coding | RequireThis | Reference to instance variable 'maxChunkSize' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'chunkStart' needs "this.". | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'maxChunkSize' needs "this.". | 100 |
![]() |
coding | FinalLocalVariable | Variable 'newData' should be declared final. | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 105 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'data' is not allowed. | 105 |
![]() |
coding | RequireThis | Reference to instance variable 'writeOffset' needs "this.". | 109 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 115 |
![]() |
coding | RequireThis | Reference to instance variable 'writeOffset' needs "this.". | 124 |
![]() |
coding | RequireThis | Reference to instance variable 'writeOffset' needs "this.". | 125 |
![]() |
coding | RequireThis | Reference to instance variable 'writeOffset' needs "this.". | 126 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'data' is not allowed. | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'writeOffset' needs "this.". | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter msg should be final. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter msg should be final. | 18 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 28 |
![]() |
misc | FinalParameters | Parameter cause should be final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'nioTypeMap' must be private and have accessor methods. | 38 |
![]() |
design | VisibilityModifier | Variable 'nioFallbackMax' must be private and have accessor methods. | 42 |
![]() |
design | VisibilityModifier | Variable 'nioParser' must be private and have accessor methods. | 45 |
![]() |
design | VisibilityModifier | Variable 'idEngine' must be private and have accessor methods. | 50 |
![]() |
misc | FinalParameters | Parameter config should be final. | 65 |
![]() |
misc | FinalParameters | Parameter config should be final. | 83 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'config' is not allowed. | 86 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'nioFallbackMax' needs "this.". | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'nioFallbackMax' needs "this.". | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'nioTypeMap' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'nioTypeMap' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'nioTypeMap' needs "this.". | 96 |
![]() |
coding | RequireThis | Reference to instance variable 'nioFallbackMax' needs "this.". | 96 |
![]() |
coding | RequireThis | Reference to instance variable 'nioParser' needs "this.". | 99 |
![]() |
coding | FinalLocalVariable | Variable 'idEngineClass' should be declared final. | 101 |
![]() |
misc | FinalParameters | Parameter channel should be final. | 119 |
![]() |
coding | FinalLocalVariable | Variable 'id' should be declared final. | 120 |
![]() |
misc | FinalParameters | Parameter type should be final. | 136 |
![]() |
misc | FinalParameters | Parameter channel should be final. | 136 |
![]() |
misc | FinalParameters | Parameter channel should be final. | 149 |
![]() |
misc | FinalParameters | Parameter type should be final. | 149 |
![]() |
coding | FinalLocalVariable | Variable 'sp' should be declared final. | 150 |
![]() |
coding | RequireThis | Reference to instance variable 'nioTypeMap' needs "this.". | 152 |
![]() |
coding | RequireThis | Reference to instance variable 'nioTypeMap' needs "this.". | 153 |
![]() |
coding | RequireThis | Reference to instance variable 'nioParser' needs "this.". | 155 |
![]() |
misc | FinalParameters | Parameter clazz should be final. | 168 |
![]() |
misc | FinalParameters | Parameter args should be final. | 168 |
![]() |
misc | FinalParameters | Parameter clazz should be final. | 189 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 191 |
![]() |
coding | RequireThis | Reference to instance variable 'idEngine' needs "this.". | 192 |
![]() |
misc | FinalParameters | Parameter channel should be final. | 205 |
![]() |
coding | RequireThis | Reference to instance variable 'idEngine' needs "this.". | 206 |
![]() |
coding | FinalLocalVariable | Variable 'pos' should be declared final. | 208 |
![]() |
coding | FinalLocalVariable | Variable 'buf' should be declared final. | 209 |
![]() |
coding | RequireThis | Reference to instance variable 'idEngine' needs "this.". | 209 |
![]() |
coding | RequireThis | Reference to instance variable 'idEngine' needs "this.". | 211 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'cfg' should be declared final. | 21 |
![]() |
coding | FinalLocalVariable | Variable 'pf' should be declared final. | 24 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter msg should be final. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter position should be final. | 16 |
![]() |
misc | FinalParameters | Parameter length should be final. | 16 |
![]() |
misc | FinalParameters | Parameter posAndLen should be final. | 26 |
![]() |
coding | RequireThis | Reference to instance variable 'position' needs "this.". | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'length' needs "this.". | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'position' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'length' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'position' needs "this.". | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'length' needs "this.". | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'p1' should be declared final. | 16 |
![]() |
coding | FinalLocalVariable | Variable 'p' should be declared final. | 23 |
![]() |
coding | FinalLocalVariable | Variable 'arry' should be declared final. | 30 |
![]() |
coding | FinalLocalVariable | Variable 'p' should be declared final. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'fullyParsed' must be private and have accessor methods. | 11 |
![]() |
coding | RequireThis | Reference to instance variable 'fullyParsed' needs "this.". | 19 |
![]() |
misc | FinalParameters | Parameter fullyParsed should be final. | 27 |
![]() |
coding | HiddenField | 'fullyParsed' hides a field. | 27 |
![]() |
misc | FinalParameters | Parameter session should be final. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'sp' must be private and have accessor methods. | 21 |
![]() |
design | VisibilityModifier | Variable 'numSessions' must be private and have accessor methods. | 23 |
![]() |
design | VisibilityModifier | Variable 'initialForms' must be private and have accessor methods. | 24 |
![]() |
design | VisibilityModifier | Variable 'firstSession' must be private and have accessor methods. | 26 |
![]() |
misc | FinalParameters | Parameter sp should be final. | 35 |
![]() |
misc | FinalParameters | Parameter myKey should be final. | 35 |
![]() |
misc | FinalParameters | Parameter initialForms should be final. | 35 |
![]() |
misc | FinalParameters | Parameter sp should be final. | 47 |
![]() |
misc | FinalParameters | Parameter initialForm should be final. | 47 |
![]() |
misc | FinalParameters | Parameter session should be final. | 53 |
![]() |
misc | FinalParameters | Parameter defaultSessionName should be final. | 53 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'theHeader' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 54 |
![]() |
coding | FinalLocalVariable | Variable 'theHeader' should be declared final. | 54 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'theFooter' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 55 |
![]() |
coding | FinalLocalVariable | Variable 'theFooter' should be declared final. | 55 |
![]() |
coding | FinalLocalVariable | Variable 'theData' should be declared final. | 56 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'classification' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 57 |
![]() |
coding | FinalLocalVariable | Variable 'classification' should be declared final. | 57 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'metadata' declaration and its first usage is 8, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 58 |
![]() |
coding | FinalLocalVariable | Variable 'metadata' should be declared final. | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'sp' needs "this.". | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'sp' needs "this.". | 62 |
![]() |
coding | FinalLocalVariable | Variable 'dataObject' should be declared final. | 68 |
![]() |
coding | RequireThis | Reference to instance variable 'initialForms' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'initialForms' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'initialForms' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'initialForms' needs "this.". | 75 |
![]() |
coding | FinalLocalVariable | Variable 'sessionForms' should be declared final. | 79 |
![]() |
coding | FinalLocalVariable | Variable 'iter' should be declared final. | 101 |
![]() |
coding | FinalLocalVariable | Variable 'entry' should be declared final. | 103 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 104 |
![]() |
coding | FinalLocalVariable | Variable 'baseViewName' should be declared final. | 106 |
![]() |
coding | FinalLocalVariable | Variable 'values' should be declared final. | 108 |
![]() |
coding | FinalLocalVariable | Variable 'viewName' should be declared final. | 110 |
![]() |
misc | FinalParameters | Parameter defaultSessionName should be final. | 135 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 136 |
![]() |
coding | RequireThis | Reference to instance variable 'sp' needs "this.". | 136 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'parser' should be declared final. | 16 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 17 |
![]() |
coding | FinalLocalVariable | Variable 'sp' should be declared final. | 20 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 21 |
![]() |
coding | FinalLocalVariable | Variable 'parser' should be declared final. | 27 |
![]() |
coding | FinalLocalVariable | Variable 'sp' should be declared final. | 28 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 29 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 35 |
![]() |
coding | FinalLocalVariable | Variable 'parser' should be declared final. | 46 |
![]() |
coding | FinalLocalVariable | Variable 'sp' should be declared final. | 47 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 48 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 21 |
![]() |
design | VisibilityModifier | Variable 'currentSessionIndex' must be private and have accessor methods. | 23 |
![]() |
misc | FinalParameters | Parameter channel should be final. | 29 |
![]() |
misc | FinalParameters | Parameter session should be final. | 40 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 42 |
![]() |
coding | FinalLocalVariable | Variable 'md' should be declared final. | 53 |
![]() |
coding | FinalLocalVariable | Variable 'cooked' should be declared final. | 55 |
![]() |
misc | FinalParameters | Parameter raw should be final. | 80 |
![]() |
coding | FinalLocalVariable | Variable 'cooked' should be declared final. | 82 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 84 |
![]() |
coding | FinalLocalVariable | Variable 'tmp' should be declared final. | 85 |
![]() |
coding | FinalLocalVariable | Variable 'value' should be declared final. | 87 |
![]() |
coding | FinalLocalVariable | Variable 'name' should be declared final. | 93 |
![]() |
misc | FinalParameters | Parameter s should be final. | 106 |
![]() |
coding | FinalLocalVariable | Variable 'csize' should be declared final. | 134 |
![]() |
coding | FinalLocalVariable | Variable 'i' should be declared final. | 136 |
![]() |
misc | FinalParameters | Parameter r should be final. | 151 |
![]() |
coding | FinalLocalVariable | Variable 'len' should be declared final. | 155 |
![]() |
coding | FinalLocalVariable | Variable 'n' should be declared final. | 156 |
![]() |
misc | FinalParameters | Parameter records should be final. | 178 |
![]() |
coding | FinalLocalVariable | Variable 'n' should be declared final. | 194 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'raf' must be private and have accessor methods. | 32 |
![]() |
coding | FinalLocalVariable | Variable 'sp' should be declared final. | 39 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 39 |
![]() |
coding | FinalLocalVariable | Variable 'sp' should be declared final. | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 49 |
![]() |
coding | FinalLocalVariable | Variable 'sd' should be declared final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'sp' should be declared final. | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 58 |
![]() |
coding | FinalLocalVariable | Variable 'sd' should be declared final. | 59 |
![]() |
coding | FinalLocalVariable | Variable 'DATA' should be declared final. | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'testDataFile' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'testDataFile' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'raf' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'testDataFile' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'raf' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'channel' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'raf' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'raf' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'testDataFile' needs "this.". | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'actBrokenDuringReceive' must be private and have accessor methods. | 14 |
![]() |
design | VisibilityModifier | Variable 'actBrokenDuringProcessing' must be private and have accessor methods. | 15 |
![]() |
design | VisibilityModifier | Variable 'brokenShutdownTrigger' must be private and have accessor methods. | 16 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 18 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 18 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 18 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 22 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 22 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 22 |
![]() |
misc | FinalParameters | Parameter value should be final. | 26 |
![]() |
coding | RequireThis | Reference to instance variable 'actBrokenDuringReceive' needs "this.". | 27 |
![]() |
misc | FinalParameters | Parameter value should be final. | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'actBrokenDuringProcessing' needs "this.". | 31 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 32 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 33 |
![]() |
misc | FinalParameters | Parameter paths should be final. | 40 |
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'actBrokenDuringReceive' needs "this.". | 50 |
![]() |
coding | RequireThis | Reference to instance variable 'actBrokenDuringProcessing' needs "this.". | 61 |
![]() |
coding | FinalLocalVariable | Variable 'incoming' should be declared final. | 64 |
![]() |
coding | FinalLocalVariable | Variable 'toProcess' should be declared final. | 65 |
![]() |
coding | FinalLocalVariable | Variable 'holdFile' should be declared final. | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'brokenShutdownTrigger' needs "this.". | 75 |
![]() |
coding | RequireThis | Reference to instance variable 'brokenShutdownTrigger' needs "BreakableFilePickUpClient.this.". | 87 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'brokenShutdownTrigger' needs "BreakableFilePickUpClient.this.". | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'inarea' needs "this.". | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea' needs "this.". | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'outarea' needs "this.". | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'outarea' needs "this.". | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'holdarea' needs "this.". | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'holdarea' needs "this.". | 55 |
![]() |
coding | FinalLocalVariable | Variable 'testfile' should be declared final. | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFiles' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFilePaths' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'inareadir' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'inareadir' needs "this.". | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'inareadir' needs "this.". | 64 |
![]() |
coding | FinalLocalVariable | Variable 'testfile2' should be declared final. | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'inareadir' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFiles' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFilePaths' needs "this.". | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'peer2' needs "this.". | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'peer2' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'peer2' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'badplace' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'badplace' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 95 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 96 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea' needs "this.". | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 109 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'goodplace' needs "this.". | 115 |
![]() |
coding | RequireThis | Reference to instance variable 'goodplace' needs "this.". | 116 |
![]() |
coding | RequireThis | Reference to instance variable 'goodplace' needs "this.". | 117 |
![]() |
coding | RequireThis | Reference to instance variable 'badplace' needs "this.". | 120 |
![]() |
coding | RequireThis | Reference to instance variable 'badplace' needs "this.". | 122 |
![]() |
coding | RequireThis | Reference to instance variable 'peer2' needs "this.". | 125 |
![]() |
coding | RequireThis | Reference to instance variable 'peer2' needs "this.". | 126 |
![]() |
coding | RequireThis | Reference to instance variable 'peer2' needs "this.". | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'inareadir' needs "this.". | 133 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea' needs "this.". | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'outarea' needs "this.". | 135 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea' needs "this.". | 136 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 144 |
![]() |
coding | FinalLocalVariable | Variable 'expectedPending' should be declared final. | 153 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 156 |
![]() |
coding | FinalLocalVariable | Variable 'tspacethr' should be declared final. | 158 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 158 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFiles' needs "this.". | 166 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 181 |
![]() |
coding | RequireThis | Reference to instance variable 'badplace' needs "this.". | 187 |
![]() |
coding | RequireThis | Reference to instance variable 'peer2' needs "this.". | 189 |
![]() |
coding | RequireThis | Reference to instance variable 'badplace' needs "this.". | 190 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 191 |
![]() |
coding | RequireThis | Reference to instance variable 'badplace' needs "this.". | 191 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 195 |
![]() |
coding | RequireThis | Reference to instance variable 'badplace' needs "this.". | 195 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 198 |
![]() |
coding | RequireThis | Reference to instance variable 'goodplace' needs "this.". | 205 |
![]() |
coding | RequireThis | Reference to instance variable 'peer2' needs "this.". | 207 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 208 |
![]() |
coding | RequireThis | Reference to instance variable 'goodplace' needs "this.". | 208 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 214 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 224 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFiles' needs "this.". | 231 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFilePaths' needs "this.". | 237 |
![]() |
coding | FinalLocalVariable | Variable 'fp' should be declared final. | 238 |
![]() |
coding | RequireThis | Reference to instance variable 'goodplace' needs "this.". | 238 |
![]() |
coding | FinalLocalVariable | Variable 'fd' should be declared final. | 239 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 239 |
![]() |
misc | FinalParameters | Parameter space should be final. | 246 |
![]() |
misc | FinalParameters | Parameter files should be final. | 246 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 246 |
![]() |
misc | FinalParameters | Parameter bundles should be final. | 246 |
![]() |
misc | FinalParameters | Parameter places should be final. | 246 |
![]() |
misc | FinalParameters | Parameter outbound should be final. | 246 |
![]() |
misc | FinalParameters | Parameter pending should be final. | 246 |
![]() |
misc | FinalParameters | Parameter retried should be final. | 246 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 257 |
![]() |
blocks | RightCurly | '}' at column 48 should be alone on a line. | 257 |
![]() |
misc | FinalParameters | Parameter key should be final. | 260 |
![]() |
misc | FinalParameters | Parameter key should be final. | 265 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'inarea1' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea1' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'outarea1' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'outarea1' needs "this.". | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'holdarea' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'holdarea' needs "this.". | 63 |
![]() |
coding | FinalLocalVariable | Variable 'testfile' should be declared final. | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea1' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFiles' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFilePaths' needs "this.". | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'inareadir1' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea1' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'inareadir1' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'inareadir1' needs "this.". | 72 |
![]() |
coding | FinalLocalVariable | Variable 'testfile2' should be declared final. | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'inareadir1' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFiles' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFilePaths' needs "this.". | 75 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea2' needs "this.". | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea2' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'outarea2' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'outarea2' needs "this.". | 88 |
![]() |
coding | FinalLocalVariable | Variable 'testfile3' should be declared final. | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea2' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFiles' needs "this.". | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFilePaths' needs "this.". | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'inareadir2' needs "this.". | 95 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea2' needs "this.". | 95 |
![]() |
coding | RequireThis | Reference to instance variable 'inareadir2' needs "this.". | 96 |
![]() |
coding | RequireThis | Reference to instance variable 'inareadir2' needs "this.". | 97 |
![]() |
coding | FinalLocalVariable | Variable 'testfile4' should be declared final. | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'inareadir2' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFiles' needs "this.". | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFilePaths' needs "this.". | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'peer2' needs "this.". | 115 |
![]() |
coding | RequireThis | Reference to instance variable 'peer2' needs "this.". | 116 |
![]() |
coding | RequireThis | Reference to instance variable 'peer2' needs "this.". | 117 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 120 |
![]() |
coding | RequireThis | Reference to instance variable 'space1' needs "this.". | 125 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 24, expected level should be one of the following: 18, 81, 82. | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'space1' needs "this.". | 128 |
![]() |
coding | RequireThis | Reference to instance variable 'space1' needs "this.". | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'space1' needs "this.". | 130 |
![]() |
coding | RequireThis | Reference to instance variable 'space1' needs "this.". | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'space1' needs "this.". | 132 |
![]() |
coding | RequireThis | Reference to instance variable 'space1' needs "this.". | 133 |
![]() |
coding | RequireThis | Reference to instance variable 'space1' needs "this.". | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'space2' needs "this.". | 137 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 24, expected level should be one of the following: 18, 81, 82. | 139 |
![]() |
coding | RequireThis | Reference to instance variable 'space2' needs "this.". | 140 |
![]() |
coding | RequireThis | Reference to instance variable 'space2' needs "this.". | 141 |
![]() |
coding | RequireThis | Reference to instance variable 'space2' needs "this.". | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'space2' needs "this.". | 143 |
![]() |
coding | RequireThis | Reference to instance variable 'space2' needs "this.". | 144 |
![]() |
coding | RequireThis | Reference to instance variable 'space2' needs "this.". | 145 |
![]() |
coding | RequireThis | Reference to instance variable 'space2' needs "this.". | 146 |
![]() |
coding | RequireThis | Reference to instance variable 'space1' needs "this.". | 157 |
![]() |
coding | RequireThis | Reference to instance variable 'space1' needs "this.". | 158 |
![]() |
coding | RequireThis | Reference to instance variable 'space1' needs "this.". | 159 |
![]() |
coding | RequireThis | Reference to instance variable 'space1' needs "this.". | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'space2' needs "this.". | 163 |
![]() |
coding | RequireThis | Reference to instance variable 'space2' needs "this.". | 164 |
![]() |
coding | RequireThis | Reference to instance variable 'space2' needs "this.". | 165 |
![]() |
coding | RequireThis | Reference to instance variable 'space2' needs "this.". | 166 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 169 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 170 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 171 |
![]() |
coding | RequireThis | Reference to instance variable 'peer2' needs "this.". | 174 |
![]() |
coding | RequireThis | Reference to instance variable 'peer2' needs "this.". | 175 |
![]() |
coding | RequireThis | Reference to instance variable 'peer2' needs "this.". | 176 |
![]() |
coding | RequireThis | Reference to instance variable 'inareadir1' needs "this.". | 182 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea1' needs "this.". | 183 |
![]() |
coding | RequireThis | Reference to instance variable 'outarea1' needs "this.". | 184 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea1' needs "this.". | 185 |
![]() |
coding | RequireThis | Reference to instance variable 'inareadir2' needs "this.". | 186 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea2' needs "this.". | 187 |
![]() |
coding | RequireThis | Reference to instance variable 'outarea2' needs "this.". | 188 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea2' needs "this.". | 189 |
![]() |
coding | FinalLocalVariable | Variable 'clientCount' should be declared final. | 207 |
![]() |
coding | FinalLocalVariable | Variable 'expectedOutbound' should be declared final. | 208 |
![]() |
coding | FinalLocalVariable | Variable 'expectedPending' should be declared final. | 209 |
![]() |
coding | FinalLocalVariable | Variable 'expectedRetries' should be declared final. | 210 |
![]() |
coding | RequireThis | Reference to instance variable 'space1' needs "this.". | 212 |
![]() |
coding | RequireThis | Reference to instance variable 'space2' needs "this.". | 213 |
![]() |
coding | FinalLocalVariable | Variable 'tspacethr1' should be declared final. | 215 |
![]() |
coding | RequireThis | Reference to instance variable 'space1' needs "this.". | 215 |
![]() |
coding | FinalLocalVariable | Variable 'tspacethr2' should be declared final. | 219 |
![]() |
coding | RequireThis | Reference to instance variable 'space2' needs "this.". | 219 |
![]() |
coding | RequireThis | Reference to instance variable 'space1' needs "this.". | 233 |
![]() |
coding | RequireThis | Reference to instance variable 'space2' needs "this.". | 234 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 244 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFiles' needs "this.". | 251 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFilePaths' needs "this.". | 257 |
![]() |
coding | FinalLocalVariable | Variable 'fp' should be declared final. | 258 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 258 |
![]() |
coding | FinalLocalVariable | Variable 'fd1' should be declared final. | 259 |
![]() |
coding | RequireThis | Reference to instance variable 'space1' needs "this.". | 259 |
![]() |
coding | FinalLocalVariable | Variable 'fd2' should be declared final. | 260 |
![]() |
coding | RequireThis | Reference to instance variable 'space2' needs "this.". | 260 |
![]() |
misc | FinalParameters | Parameter space should be final. | 269 |
![]() |
misc | FinalParameters | Parameter files should be final. | 269 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 269 |
![]() |
misc | FinalParameters | Parameter bundles should be final. | 269 |
![]() |
misc | FinalParameters | Parameter places should be final. | 269 |
![]() |
misc | FinalParameters | Parameter outbound should be final. | 269 |
![]() |
misc | FinalParameters | Parameter pending should be final. | 269 |
![]() |
misc | FinalParameters | Parameter retried should be final. | 269 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'inarea1' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea1' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'outarea1' needs "this.". | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'outarea1' needs "this.". | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'holdarea' needs "this.". | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'holdarea' needs "this.". | 52 |
![]() |
coding | FinalLocalVariable | Variable 'testfile' should be declared final. | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea1' needs "this.". | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFiles' needs "this.". | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFilePaths' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'inareadir1' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea1' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'inareadir1' needs "this.". | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'inareadir1' needs "this.". | 61 |
![]() |
coding | FinalLocalVariable | Variable 'testfile2' should be declared final. | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'inareadir1' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFiles' needs "this.". | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFilePaths' needs "this.". | 64 |
![]() |
coding | FinalLocalVariable | Variable 'testfile3' should be declared final. | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea1' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFiles' needs "this.". | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'workingFilePaths' needs "this.". | 68 |
![]() |
coding | RequireThis | Reference to instance variable 'peer' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'peer' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'peer' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 96 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea1' needs "this.". | 104 |
![]() |
coding | RequireThis | Reference to instance variable 'outarea1' needs "this.". | 105 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 110 |
![]() |
misc | FinalParameters | Parameter maxCount should be final. | 110 |
![]() |
misc | FinalParameters | Parameter maxBytes should be final. | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 112 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 24, expected level should be one of the following: 18, 83, 84. | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 115 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 116 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 117 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 119 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 120 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 122 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 123 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 128 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 130 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 130 |
![]() |
misc | FinalParameters | Parameter threadName should be final. | 135 |
![]() |
coding | FinalLocalVariable | Variable 'tspacethr' should be declared final. | 137 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 137 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 152 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 152 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 153 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 153 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 154 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 154 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 155 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 155 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 165 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 165 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 166 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 166 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 167 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 167 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 168 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 168 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 178 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 178 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 179 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 179 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 180 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 180 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 181 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 181 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 188 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 192 |
![]() |
misc | FinalParameters | Parameter command should be final. | 192 |
![]() |
misc | FinalParameters | Parameter value should be final. | 196 |
![]() |
misc | FinalParameters | Parameter value should be final. | 200 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'minimumContentLength' must be private and have accessor methods. | 52 |
![]() |
design | VisibilityModifier | Variable 'maximumContentLength' must be private and have accessor methods. | 53 |
![]() |
design | VisibilityModifier | Variable 'oversizeArea' must be private and have accessor methods. | 54 |
![]() |
design | VisibilityModifier | Variable 'holdingArea' must be private and have accessor methods. | 57 |
![]() |
design | VisibilityModifier | Variable 'errorArea' must be private and have accessor methods. | 60 |
![]() |
design | VisibilityModifier | Variable 'doneArea' must be private and have accessor methods. | 64 |
![]() |
design | VisibilityModifier | Variable 'parserFactory' must be private and have accessor methods. | 67 |
![]() |
design | VisibilityModifier | Variable 'simpleMode' must be private and have accessor methods. | 71 |
![]() |
design | VisibilityModifier | Variable 'agentPool' must be private and have accessor methods. | 74 |
![]() |
design | VisibilityModifier | Variable 'initialFormValues' must be private and have accessor methods. | 77 |
![]() |
design | VisibilityModifier | Variable 'alwaysCopyMetadataVals' must be private and have accessor methods. | 80 |
![]() |
design | VisibilityModifier | Variable 'useObjectTraceLogger' must be private and have accessor methods. | 82 |
![]() |
misc | FinalParameters | Parameter configStream should be final. | 89 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 101 |
![]() |
misc | FinalParameters | Parameter placeLocation should be final. | 101 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 114 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 114 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 114 |
![]() |
misc | FinalParameters | Parameter configStream should be final. | 127 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 127 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 127 |
![]() |
misc | FinalParameters | Parameter configStream should be final. | 139 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 139 |
![]() |
coding | RequireThis | Reference to instance variable 'minimumContentLength' needs "this.". | 158 |
![]() |
coding | RequireThis | Reference to instance variable 'minimumContentLength' needs "this.". | 158 |
![]() |
coding | RequireThis | Reference to instance variable 'maximumContentLength' needs "this.". | 159 |
![]() |
coding | RequireThis | Reference to instance variable 'maximumContentLength' needs "this.". | 159 |
![]() |
coding | RequireThis | Reference to instance variable 'oversizeArea' needs "this.". | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'oversizeArea' needs "this.". | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'simpleMode' needs "this.". | 162 |
![]() |
coding | RequireThis | Reference to instance variable 'holdingArea' needs "this.". | 163 |
![]() |
coding | RequireThis | Reference to instance variable 'doneArea' needs "this.". | 164 |
![]() |
coding | RequireThis | Reference to instance variable 'doneArea' needs "this.". | 164 |
![]() |
coding | RequireThis | Reference to instance variable 'errorArea' needs "this.". | 165 |
![]() |
coding | RequireThis | Reference to instance variable 'doneArea' needs "this.". | 167 |
![]() |
coding | RequireThis | Reference to instance variable 'doneArea' needs "this.". | 167 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 167 |
![]() |
coding | RequireThis | Reference to instance variable 'doneArea' needs "this.". | 168 |
![]() |
coding | RequireThis | Reference to instance variable 'holdingArea' needs "this.". | 172 |
![]() |
coding | RequireThis | Reference to instance variable 'doneArea' needs "this.". | 172 |
![]() |
coding | RequireThis | Reference to instance variable 'errorArea' needs "this.". | 172 |
![]() |
coding | RequireThis | Reference to instance variable 'initialFormValues' needs "this.". | 174 |
![]() |
coding | RequireThis | Reference to instance variable 'initialFormValues' needs "this.". | 175 |
![]() |
coding | RequireThis | Reference to instance variable 'initialFormValues' needs "this.". | 176 |
![]() |
coding | RequireThis | Reference to instance variable 'agentPool' needs "this.". | 181 |
![]() |
coding | RequireThis | Reference to instance variable 'alwaysCopyMetadataVals' needs "this.". | 186 |
![]() |
coding | RequireThis | Reference to instance variable 'useObjectTraceLogger' needs "this.". | 189 |
![]() |
coding | RequireThis | Reference to instance variable 'useObjectTraceLogger' needs "this.". | 189 |
![]() |
coding | RequireThis | Reference to instance variable 'holdingArea' needs "this.". | 199 |
![]() |
coding | RequireThis | Reference to instance variable 'errorArea' needs "this.". | 209 |
![]() |
coding | RequireThis | Reference to instance variable 'doneArea' needs "this.". | 219 |
![]() |
coding | RequireThis | Reference to instance variable 'maximumContentLength' needs "this.". | 229 |
![]() |
coding | RequireThis | Reference to instance variable 'minimumContentLength' needs "this.". | 239 |
![]() |
coding | RequireThis | Reference to instance variable 'oversizeArea' needs "this.". | 250 |
![]() |
misc | FinalParameters | Parameter d should be final. | 259 |
![]() |
misc | FinalParameters | Parameter f should be final. | 259 |
![]() |
misc | FinalParameters | Parameter f should be final. | 272 |
![]() |
coding | RequireThis | Reference to instance variable 'maximumContentLength' needs "this.". | 274 |
![]() |
coding | RequireThis | Reference to instance variable 'maximumContentLength' needs "this.". | 274 |
![]() |
coding | RequireThis | Reference to instance variable 'maximumContentLength' needs "this.". | 275 |
![]() |
coding | FinalLocalVariable | Variable 'fixedName' should be declared final. | 280 |
![]() |
coding | RequireThis | Reference to instance variable 'simpleMode' needs "this.". | 281 |
![]() |
misc | FinalParameters | Parameter theFile should be final. | 295 |
![]() |
misc | FinalParameters | Parameter fixedName should be final. | 295 |
![]() |
misc | FinalParameters | Parameter isOversize should be final. | 295 |
![]() |
misc | FinalParameters | Parameter simpleMode should be final. | 295 |
![]() |
coding | HiddenField | 'simpleMode' hides a field. | 295 |
![]() |
misc | FinalParameters | Parameter outputRoot should be final. | 295 |
![]() |
coding | RequireThis | Reference to instance variable 'useObjectTraceLogger' needs "this.". | 300 |
![]() |
misc | FinalParameters | Parameter theFile should be final. | 342 |
![]() |
misc | FinalParameters | Parameter fixedName should be final. | 342 |
![]() |
misc | FinalParameters | Parameter simpleMode should be final. | 342 |
![]() |
coding | HiddenField | 'simpleMode' hides a field. | 342 |
![]() |
coding | FinalLocalVariable | Variable 'dataObject' should be declared final. | 344 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 24, expected level should be one of the following: 18, 60, 61. | 346 |
![]() |
misc | FinalParameters | Parameter theFile should be final. | 362 |
![]() |
misc | FinalParameters | Parameter fixedName should be final. | 362 |
![]() |
coding | FinalLocalVariable | Variable 'theContent' should be declared final. | 363 |
![]() |
misc | FinalParameters | Parameter theFile should be final. | 373 |
![]() |
misc | FinalParameters | Parameter theFile should be final. | 384 |
![]() |
misc | FinalParameters | Parameter outputRoot should be final. | 384 |
![]() |
coding | RequireThis | Reference to instance variable 'holdingArea' needs "this.". | 387 |
![]() |
coding | RequireThis | Reference to instance variable 'holdingArea' needs "this.". | 388 |
![]() |
coding | FinalLocalVariable | Variable 'dest' should be declared final. | 392 |
![]() |
misc | FinalParameters | Parameter theFile should be final. | 412 |
![]() |
misc | FinalParameters | Parameter eatPrefix should be final. | 412 |
![]() |
coding | RequireThis | Reference to instance variable 'holdingArea' needs "this.". | 419 |
![]() |
coding | RequireThis | Reference to instance variable 'holdingArea' needs "this.". | 420 |
![]() |
misc | FinalParameters | Parameter source should be final. | 432 |
![]() |
misc | FinalParameters | Parameter dest should be final. | 432 |
![]() |
coding | RequireThis | Reference to instance variable 'holdingArea' needs "this.". | 433 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'dest' is not allowed. | 439 |
![]() |
coding | FinalLocalVariable | Variable 'renamed' should be declared final. | 444 |
![]() |
misc | FinalParameters | Parameter theFile should be final. | 460 |
![]() |
coding | FinalLocalVariable | Variable 'renamed' should be declared final. | 461 |
![]() |
coding | RequireThis | Reference to instance variable 'errorArea' needs "this.". | 461 |
![]() |
misc | FinalParameters | Parameter theFile should be final. | 475 |
![]() |
coding | FinalLocalVariable | Variable 'deleted' should be declared final. | 476 |
![]() |
misc | FinalParameters | Parameter theFile should be final. | 489 |
![]() |
misc | FinalParameters | Parameter theFile should be final. | 499 |
![]() |
misc | FinalParameters | Parameter outputRoot should be final. | 499 |
![]() |
coding | RequireThis | Reference to instance variable 'holdingArea' needs "this.". | 503 |
![]() |
misc | FinalParameters | Parameter theFile should be final. | 516 |
![]() |
coding | RequireThis | Reference to instance variable 'errorArea' needs "this.". | 517 |
![]() |
misc | FinalParameters | Parameter theContent should be final. | 534 |
![]() |
misc | FinalParameters | Parameter fixedName should be final. | 534 |
![]() |
misc | FinalParameters | Parameter theFile should be final. | 534 |
![]() |
misc | FinalParameters | Parameter simpleMode should be final. | 534 |
![]() |
coding | HiddenField | 'simpleMode' hides a field. | 534 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 535 |
![]() |
misc | FinalParameters | Parameter d should be final. | 548 |
![]() |
misc | FinalParameters | Parameter fixedName should be final. | 548 |
![]() |
misc | FinalParameters | Parameter theFile should be final. | 548 |
![]() |
misc | FinalParameters | Parameter simpleMode should be final. | 548 |
![]() |
coding | HiddenField | 'simpleMode' hides a field. | 548 |
![]() |
coding | FinalLocalVariable | Variable 'currentForm' should be declared final. | 549 |
![]() |
coding | RequireThis | Reference to instance variable 'initialFormValues' needs "this.". | 552 |
![]() |
coding | RequireThis | Reference to instance variable 'initialFormValues' needs "this.". | 553 |
![]() |
misc | FinalParameters | Parameter theFile should be final. | 576 |
![]() |
misc | FinalParameters | Parameter fixedName should be final. | 576 |
![]() |
coding | FinalLocalVariable | Variable 'sp' should be declared final. | 584 |
![]() |
coding | RequireThis | Reference to instance variable 'parserFactory' needs "this.". | 584 |
![]() |
coding | FinalLocalVariable | Variable 'dof' should be declared final. | 588 |
![]() |
coding | FinalLocalVariable | Variable 'fileStart' should be declared final. | 590 |
![]() |
coding | FinalLocalVariable | Variable 'sessionStart' should be declared final. | 596 |
![]() |
coding | FinalLocalVariable | Variable 'sessionName' should be declared final. | 599 |
![]() |
coding | FinalLocalVariable | Variable 'dataObject' should be declared final. | 601 |
![]() |
coding | FinalLocalVariable | Variable 'sessionEnd' should be declared final. | 604 |
![]() |
coding | FinalLocalVariable | Variable 'fileEnd' should be declared final. | 612 |
![]() |
misc | FinalParameters | Parameter data should be final. | 633 |
![]() |
misc | FinalParameters | Parameter fixedName should be final. | 633 |
![]() |
misc | FinalParameters | Parameter theFile should be final. | 633 |
![]() |
coding | FinalLocalVariable | Variable 'sp' should be declared final. | 640 |
![]() |
coding | RequireThis | Reference to instance variable 'parserFactory' needs "this.". | 640 |
![]() |
coding | FinalLocalVariable | Variable 'dof' should be declared final. | 643 |
![]() |
coding | FinalLocalVariable | Variable 'sessionName' should be declared final. | 650 |
![]() |
coding | FinalLocalVariable | Variable 'dataObject' should be declared final. | 652 |
![]() |
misc | FinalParameters | Parameter v should be final. | 673 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 700 |
![]() |
misc | FinalParameters | Parameter timeoutMs should be final. | 700 |
![]() |
coding | RequireThis | Reference to instance variable 'agentPool' needs "this.". | 701 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 717 |
![]() |
misc | FinalParameters | Parameter agentPool should be final. | 717 |
![]() |
misc | FinalParameters | Parameter startingLocation should be final. | 717 |
![]() |
misc | FinalParameters | Parameter timeoutMs should be final. | 718 |
![]() |
coding | FinalLocalVariable | Variable 'startTime' should be declared final. | 720 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'agentPool' is not allowed. | 728 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 741 |
![]() |
misc | FinalParameters | Parameter clazz should be final. | 758 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'openSpaceNames' must be private and have accessor methods. | 18 |
![]() |
design | VisibilityModifier | Variable 'numConsecutiveTakeErrors' must be private and have accessor methods. | 21 |
![]() |
design | VisibilityModifier | Variable 'tpa' must be private and have accessor methods. | 24 |
![]() |
design | VisibilityModifier | Variable 'lastBundleSize' must be private and have accessor methods. | 27 |
![]() |
design | VisibilityModifier | Variable 'pendingBundles' must be private and have accessor methods. | 30 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 49 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 49 |
![]() |
misc | FinalParameters | Parameter placeLocation should be final. | 49 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 59 |
![]() |
misc | FinalParameters | Parameter placeLocation should be final. | 59 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 63 |
![]() |
misc | FinalParameters | Parameter configStream should be final. | 74 |
![]() |
misc | FinalParameters | Parameter theDir should be final. | 74 |
![]() |
misc | FinalParameters | Parameter thePlaceLocation should be final. | 74 |
![]() |
misc | FinalParameters | Parameter spaceName should be final. | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'openSpaceNames' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'openSpaceNames' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'numConsecutiveTakeErrors' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'lastBundleSize' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'openSpaceNames' needs "this.". | 91 |
![]() |
misc | FinalParameters | Parameter spaceName should be final. | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'openSpaceNames' needs "this.". | 101 |
![]() |
coding | RequireThis | Reference to instance variable 'lastBundleSize' needs "this.". | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'numConsecutiveTakeErrors' needs "this.". | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'openSpaceNames' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'openSpaceNames' needs "this.". | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'openSpaceNames' needs "this.". | 125 |
![]() |
coding | RequireThis | Reference to instance variable 'openSpaceNames' needs "this.". | 133 |
![]() |
coding | RequireThis | Reference to instance variable 'openSpaceNames' needs "this.". | 144 |
![]() |
coding | FinalLocalVariable | Variable 'closers' should be declared final. | 150 |
![]() |
coding | RequireThis | Reference to instance variable 'openSpaceNames' needs "this.". | 154 |
![]() |
coding | RequireThis | Reference to instance variable 'tpa' needs "this.". | 157 |
![]() |
coding | RequireThis | Reference to instance variable 'numConsecutiveTakeErrors' needs "this.". | 165 |
![]() |
coding | RequireThis | Reference to instance variable 'numConsecutiveTakeErrors' needs "this.". | 165 |
![]() |
coding | RequireThis | Reference to instance variable 'lastBundleSize' needs "this.". | 171 |
![]() |
coding | RequireThis | Reference to instance variable 'numConsecutiveTakeErrors' needs "this.". | 172 |
![]() |
coding | RequireThis | Reference to instance variable 'pendingBundles' needs "this.". | 173 |
![]() |
misc | FinalParameters | Parameter forceClosers should be final. | 190 |
![]() |
coding | FinalLocalVariable | Variable 'closers' should be declared final. | 191 |
![]() |
coding | RequireThis | Reference to instance variable 'openSpaceNames' needs "this.". | 192 |
![]() |
coding | RequireThis | Reference to instance variable 'openSpaceNames' needs "this.". | 204 |
![]() |
misc | FinalParameters | Parameter bundleId should be final. | 215 |
![]() |
misc | FinalParameters | Parameter itWorked should be final. | 215 |
![]() |
coding | FinalLocalVariable | Variable 'openSpaceName' should be declared final. | 216 |
![]() |
coding | RequireThis | Reference to instance variable 'pendingBundles' needs "this.". | 216 |
![]() |
coding | RequireThis | Reference to instance variable 'pendingBundles' needs "this.". | 220 |
![]() |
coding | RequireThis | Reference to instance variable 'tpa' needs "this.". | 221 |
![]() |
misc | FinalParameters | Parameter spaceName should be final. | 229 |
![]() |
coding | RequireThis | Reference to instance variable 'numConsecutiveTakeErrors' needs "this.". | 230 |
![]() |
misc | FinalParameters | Parameter spaceName should be final. | 237 |
![]() |
coding | RequireThis | Reference to instance variable 'lastBundleSize' needs "this.". | 238 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'queue' must be private and have accessor methods. | 15 |
![]() |
blocks | RightCurly | '}' at column 27 should be alone on a line. | 32 |
![]() |
misc | FinalParameters | Parameter maxSize should be final. | 39 |
![]() |
coding | RequireThis | Reference to instance variable 'maxQueSize' needs "this.". | 40 |
![]() |
misc | FinalParameters | Parameter paths should be final. | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 100 |
![]() |
misc | FinalParameters | Parameter num should be final. | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'maxQueSize' needs "this.". | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'p' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 22 |
![]() |
coding | FinalLocalVariable | Variable 'p' should be declared final. | 22 |
![]() |
coding | FinalLocalVariable | Variable 'w1' should be declared final. | 23 |
![]() |
coding | FinalLocalVariable | Variable 'w2' should be declared final. | 25 |
![]() |
coding | FinalLocalVariable | Variable 'w3' should be declared final. | 27 |
![]() |
coding | FinalLocalVariable | Variable 'w4' should be declared final. | 29 |
![]() |
coding | FinalLocalVariable | Variable 'dq1' should be declared final. | 47 |
![]() |
coding | FinalLocalVariable | Variable 'wb5' should be declared final. | 54 |
![]() |
coding | FinalLocalVariable | Variable 'p' should be declared final. | 62 |
![]() |
coding | FinalLocalVariable | Variable 'p' should be declared final. | 69 |
![]() |
coding | FinalLocalVariable | Variable 'pqt' should be declared final. | 70 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 71 |
![]() |
blocks | EmptyCatchBlock | Empty catch block. | 76 |
![]() |
coding | FinalLocalVariable | Variable 'wb' should be declared final. | 78 |
![]() |
blocks | EmptyCatchBlock | Empty catch block. | 83 |
![]() |
coding | FinalLocalVariable | Variable 'hitCount' should be declared final. | 85 |
![]() |
design | VisibilityModifier | Variable 'pq' must be private and have accessor methods. | 92 |
![]() |
design | VisibilityModifier | Variable 'hitcount' must be private and have accessor methods. | 93 |
![]() |
design | VisibilityModifier | Variable 'timeToQuit' must be private and have accessor methods. | 94 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 96 |
![]() |
misc | FinalParameters | Parameter p should be final. | 96 |
![]() |
coding | RequireThis | Reference to instance variable 'hitcount' needs "this.". | 101 |
![]() |
coding | RequireThis | Reference to instance variable 'timeToQuit' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'pq' needs "this.". | 107 |
![]() |
coding | RequireThis | Reference to instance variable 'pq' needs "this.". | 109 |
![]() |
coding | RequireThis | Reference to instance variable 'hitcount' needs "this.". | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 25 should be alone on a line. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'directoryName' must be private and have accessor methods. | 7 |
![]() |
design | VisibilityModifier | Variable 'priority' must be private and have accessor methods. | 8 |
![]() |
blocks | RightCurly | '}' at column 33 should be alone on a line. | 10 |
![]() |
misc | FinalParameters | Parameter directoryName should be final. | 12 |
![]() |
misc | FinalParameters | Parameter priority should be final. | 12 |
![]() |
misc | FinalParameters | Parameter val should be final. | 17 |
![]() |
coding | RequireThis | Reference to instance variable 'priority' needs "this.". | 22 |
![]() |
misc | FinalParameters | Parameter val should be final. | 25 |
![]() |
coding | RequireThis | Reference to instance variable 'directoryName' needs "this.". | 30 |
![]() |
misc | FinalParameters | Parameter that should be final. | 38 |
![]() |
coding | RequireThis | Reference to instance variable 'directoryName' needs "this.". | 50 |
![]() |
coding | RequireThis | Reference to instance variable 'priority' needs "this.". | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'pollingInterval' must be private and have accessor methods. | 20 |
![]() |
design | VisibilityModifier | Variable 'timeToShutdown' must be private and have accessor methods. | 23 |
![]() |
design | VisibilityModifier | Variable 'queue' must be private and have accessor methods. | 26 |
![]() |
design | VisibilityModifier | Variable 'space' must be private and have accessor methods. | 29 |
![]() |
misc | FinalParameters | Parameter space should be final. | 37 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 37 |
![]() |
misc | FinalParameters | Parameter space should be final. | 48 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 48 |
![]() |
misc | FinalParameters | Parameter pollingInterval should be final. | 48 |
![]() |
misc | FinalParameters | Parameter space should be final. | 61 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 61 |
![]() |
misc | FinalParameters | Parameter pollingInterval should be final. | 61 |
![]() |
misc | FinalParameters | Parameter name should be final. | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'timeToShutdown' needs "this.". | 76 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 87 |
![]() |
coding | FinalLocalVariable | Variable 'status' should be declared final. | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'pollingInterval' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 105 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'pollingInterval' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 122 |
![]() |
coding | FinalLocalVariable | Variable 'status' should be declared final. | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 133 |
![]() |
coding | FinalLocalVariable | Variable 'fnb' should be declared final. | 135 |
![]() |
coding | FinalLocalVariable | Variable 'fn' should be declared final. | 138 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 143 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 149 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 175 |
![]() |
misc | FinalParameters | Parameter bundle should be final. | 184 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 185 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'tepusConfigStream' must be private and have accessor methods. | 19 |
![]() |
coding | FinalLocalVariable | Variable 'cdata' should be declared final. | 24 |
![]() |
coding | RequireThis | Reference to instance variable 'tepusConfigStream' needs "this.". | 28 |
![]() |
coding | FinalLocalVariable | Variable 'w1' should be declared final. | 34 |
![]() |
coding | FinalLocalVariable | Variable 'w2' should be declared final. | 36 |
![]() |
coding | FinalLocalVariable | Variable 'w3' should be declared final. | 38 |
![]() |
coding | FinalLocalVariable | Variable 'w4' should be declared final. | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'tepusConfigStream' needs "this.". | 60 |
![]() |
design | VisibilityModifier | Variable 'bundlesReceived' must be private and have accessor methods. | 76 |
![]() |
design | VisibilityModifier | Variable 'filesReceived' must be private and have accessor methods. | 77 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 79 |
![]() |
misc | FinalParameters | Parameter space should be final. | 79 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 79 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 83 |
![]() |
misc | FinalParameters | Parameter space should be final. | 83 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 83 |
![]() |
misc | FinalParameters | Parameter pollingInterval should be final. | 83 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 87 |
![]() |
misc | FinalParameters | Parameter space should be final. | 87 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 87 |
![]() |
misc | FinalParameters | Parameter pollingInterval should be final. | 87 |
![]() |
misc | FinalParameters | Parameter name should be final. | 87 |
![]() |
misc | FinalParameters | Parameter bundle should be final. | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'bundlesReceived' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'filesReceived' needs "this.". | 94 |
![]() |
design | VisibilityModifier | Variable 'queServer' must be private and have accessor methods. | 100 |
![]() |
design | VisibilityModifier | Variable 'queue' must be private and have accessor methods. | 101 |
![]() |
design | VisibilityModifier | Variable 'expectedErrors' must be private and have accessor methods. | 102 |
![]() |
design | VisibilityModifier | Variable 'numErrors' must be private and have accessor methods. | 103 |
![]() |
design | VisibilityModifier | Variable 'expectedBundles' must be private and have accessor methods. | 104 |
![]() |
design | VisibilityModifier | Variable 'numBundles' must be private and have accessor methods. | 105 |
![]() |
design | VisibilityModifier | Variable 'bundleCompletedCount' must be private and have accessor methods. | 106 |
![]() |
design | VisibilityModifier | Variable 'bundleFailedCount' must be private and have accessor methods. | 107 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 109 |
![]() |
misc | FinalParameters | Parameter errors should be final. | 109 |
![]() |
misc | FinalParameters | Parameter bundles should be final. | 109 |
![]() |
coding | RequireThis | Reference to instance variable 'tepusConfigStream' needs "QueServerTest.this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'queServer' needs "this.". | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'queServer' needs "this.". | 115 |
![]() |
misc | FinalParameters | Parameter path should be final. | 119 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 120 |
![]() |
coding | RequireThis | Reference to instance variable 'queue' needs "this.". | 126 |
![]() |
coding | RequireThis | Reference to instance variable 'numErrors' needs "this.". | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'expectedErrors' needs "this.". | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'numBundles' needs "this.". | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'expectedBundles' needs "this.". | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'numBundles' needs "this.". | 134 |
![]() |
coding | FinalLocalVariable | Variable 'w' should be declared final. | 135 |
![]() |
misc | FinalParameters | Parameter bundleId should be final. | 142 |
![]() |
misc | FinalParameters | Parameter itWorked should be final. | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'bundleCompletedCount' needs "this.". | 144 |
![]() |
coding | RequireThis | Reference to instance variable 'bundleFailedCount' needs "this.". | 146 |
![]() |
coding | RequireThis | Reference to instance variable 'queServer' needs "this.". | 152 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'bundleId' must be private and have accessor methods. | 35 |
![]() |
design | VisibilityModifier | Variable 'outputRoot' must be private and have accessor methods. | 38 |
![]() |
design | VisibilityModifier | Variable 'eatPrefix' must be private and have accessor methods. | 41 |
![]() |
design | VisibilityModifier | Variable 'caseId' must be private and have accessor methods. | 45 |
![]() |
design | VisibilityModifier | Variable 'priority' must be private and have accessor methods. | 48 |
![]() |
design | VisibilityModifier | Variable 'simpleMode' must be private and have accessor methods. | 51 |
![]() |
design | VisibilityModifier | Variable 'workUnitList' must be private and have accessor methods. | 53 |
![]() |
design | VisibilityModifier | Variable 'sentTo' must be private and have accessor methods. | 56 |
![]() |
design | VisibilityModifier | Variable 'errorCount' must be private and have accessor methods. | 59 |
![]() |
design | VisibilityModifier | Variable 'oldestFileModificationTime' must be private and have accessor methods. | 64 |
![]() |
design | VisibilityModifier | Variable 'youngestFileModificationTime' must be private and have accessor methods. | 69 |
![]() |
design | VisibilityModifier | Variable 'totalFileSize' must be private and have accessor methods. | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'bundleId' needs "this.". | 78 |
![]() |
misc | FinalParameters | Parameter outputRoot should be final. | 87 |
![]() |
misc | FinalParameters | Parameter eatPrefix should be final. | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'bundleId' needs "this.". | 88 |
![]() |
misc | FinalParameters | Parameter that should be final. | 99 |
![]() |
misc | FinalParameters | Parameter in should be final. | 125 |
![]() |
coding | FinalLocalVariable | Variable 'wb' should be declared final. | 126 |
![]() |
coding | FinalLocalVariable | Variable 'workUnitSize' should be declared final. | 138 |
![]() |
misc | FinalParameters | Parameter out should be final. | 155 |
![]() |
coding | RequireThis | Reference to instance variable 'bundleId' needs "this.". | 156 |
![]() |
coding | RequireThis | Reference to instance variable 'outputRoot' needs "this.". | 157 |
![]() |
coding | RequireThis | Reference to instance variable 'eatPrefix' needs "this.". | 158 |
![]() |
coding | RequireThis | Reference to instance variable 'caseId' needs "this.". | 159 |
![]() |
coding | RequireThis | Reference to instance variable 'sentTo' needs "this.". | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'errorCount' needs "this.". | 161 |
![]() |
coding | RequireThis | Reference to instance variable 'priority' needs "this.". | 162 |
![]() |
coding | RequireThis | Reference to instance variable 'simpleMode' needs "this.". | 163 |
![]() |
coding | RequireThis | Reference to instance variable 'oldestFileModificationTime' needs "this.". | 164 |
![]() |
coding | RequireThis | Reference to instance variable 'youngestFileModificationTime' needs "this.". | 165 |
![]() |
coding | RequireThis | Reference to instance variable 'totalFileSize' needs "this.". | 166 |
![]() |
coding | RequireThis | Reference to instance variable 'workUnitList' needs "this.". | 167 |
![]() |
coding | RequireThis | Reference to instance variable 'workUnitList' needs "this.". | 168 |
![]() |
coding | RequireThis | Reference to instance variable 'workUnitList' needs "this.". | 170 |
![]() |
coding | RequireThis | Reference to instance variable 'workUnitList' needs "this.". | 172 |
![]() |
misc | FinalParameters | Parameter in should be final. | 178 |
![]() |
misc | FinalParameters | Parameter s should be final. | 185 |
![]() |
misc | FinalParameters | Parameter out should be final. | 185 |
![]() |
misc | FinalParameters | Parameter val should be final. | 197 |
![]() |
coding | RequireThis | Reference to instance variable 'bundleId' needs "this.". | 207 |
![]() |
coding | RequireThis | Reference to instance variable 'bundleId' needs "this.". | 208 |
![]() |
coding | RequireThis | Reference to instance variable 'bundleId' needs "this.". | 215 |
![]() |
misc | FinalParameters | Parameter argOutputRoot should be final. | 241 |
![]() |
misc | FinalParameters | Parameter argEatPrefix should be final. | 259 |
![]() |
coding | RequireThis | Reference to instance variable 'workUnitList' needs "this.". | 269 |
![]() |
coding | RequireThis | Reference to instance variable 'workUnitList' needs "this.". | 278 |
![]() |
misc | FinalParameters | Parameter workUnit should be final. | 289 |
![]() |
coding | RequireThis | Reference to instance variable 'workUnitList' needs "this.". | 290 |
![]() |
coding | RequireThis | Reference to instance variable 'workUnitList' needs "this.". | 293 |
![]() |
javadoc | AtclauseOrder | Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. | 305 |
![]() |
misc | FinalParameters | Parameter workUnit should be final. | 307 |
![]() |
misc | FinalParameters | Parameter fileModificationTimeInMillis should be final. | 307 |
![]() |
misc | FinalParameters | Parameter fileSize should be final. | 307 |
![]() |
coding | RequireThis | Reference to instance variable 'oldestFileModificationTime' needs "this.". | 310 |
![]() |
coding | RequireThis | Reference to instance variable 'oldestFileModificationTime' needs "this.". | 311 |
![]() |
coding | RequireThis | Reference to instance variable 'youngestFileModificationTime' needs "this.". | 313 |
![]() |
coding | RequireThis | Reference to instance variable 'youngestFileModificationTime' needs "this.". | 314 |
![]() |
coding | RequireThis | Reference to instance variable 'totalFileSize' needs "this.". | 316 |
![]() |
misc | FinalParameters | Parameter list should be final. | 328 |
![]() |
coding | RequireThis | Reference to instance variable 'workUnitList' needs "this.". | 329 |
![]() |
coding | RequireThis | Reference to instance variable 'workUnitList' needs "this.". | 332 |
![]() |
coding | RequireThis | Reference to instance variable 'workUnitList' needs "this.". | 333 |
![]() |
coding | FinalLocalVariable | Variable 'fileNameList' should be declared final. | 342 |
![]() |
coding | RequireThis | Reference to instance variable 'workUnitList' needs "this.". | 342 |
![]() |
coding | RequireThis | Reference to instance variable 'workUnitList' needs "this.". | 343 |
![]() |
misc | FinalParameters | Parameter file should be final. | 367 |
![]() |
misc | FinalParameters | Parameter file should be final. | 381 |
![]() |
misc | FinalParameters | Parameter fileModificationTimeInMillis should be final. | 381 |
![]() |
misc | FinalParameters | Parameter fileSize should be final. | 381 |
![]() |
misc | FinalParameters | Parameter file should be final. | 393 |
![]() |
misc | FinalParameters | Parameter list should be final. | 407 |
![]() |
coding | RequireThis | Reference to instance variable 'workUnitList' needs "this.". | 419 |
![]() |
coding | RequireThis | Reference to instance variable 'workUnitList' needs "this.". | 427 |
![]() |
coding | RequireThis | Reference to instance variable 'oldestFileModificationTime' needs "this.". | 428 |
![]() |
coding | RequireThis | Reference to instance variable 'youngestFileModificationTime' needs "this.". | 429 |
![]() |
coding | RequireThis | Reference to instance variable 'totalFileSize' needs "this.". | 430 |
![]() |
misc | FinalParameters | Parameter argCaseId should be final. | 447 |
![]() |
misc | FinalParameters | Parameter place should be final. | 454 |
![]() |
coding | RequireThis | Reference to instance variable 'sentTo' needs "this.". | 462 |
![]() |
coding | RequireThis | Reference to instance variable 'errorCount' needs "this.". | 469 |
![]() |
coding | RequireThis | Reference to instance variable 'errorCount' needs "this.". | 478 |
![]() |
misc | FinalParameters | Parameter val should be final. | 484 |
![]() |
coding | RequireThis | Reference to instance variable 'errorCount' needs "this.". | 485 |
![]() |
misc | FinalParameters | Parameter val should be final. | 491 |
![]() |
coding | RequireThis | Reference to instance variable 'priority' needs "this.". | 492 |
![]() |
coding | RequireThis | Reference to instance variable 'priority' needs "this.". | 499 |
![]() |
misc | FinalParameters | Parameter val should be final. | 507 |
![]() |
coding | RequireThis | Reference to instance variable 'simpleMode' needs "this.". | 508 |
![]() |
coding | RequireThis | Reference to instance variable 'simpleMode' needs "this.". | 515 |
![]() |
coding | RequireThis | Reference to instance variable 'oldestFileModificationTime' needs "this.". | 519 |
![]() |
misc | FinalParameters | Parameter oldestFileModificationTime should be final. | 522 |
![]() |
coding | HiddenField | 'oldestFileModificationTime' hides a field. | 522 |
![]() |
coding | RequireThis | Reference to instance variable 'youngestFileModificationTime' needs "this.". | 527 |
![]() |
misc | FinalParameters | Parameter youngestFileModificationTime should be final. | 530 |
![]() |
coding | HiddenField | 'youngestFileModificationTime' hides a field. | 530 |
![]() |
coding | RequireThis | Reference to instance variable 'totalFileSize' needs "this.". | 535 |
![]() |
misc | FinalParameters | Parameter totalFileSize should be final. | 538 |
![]() |
coding | HiddenField | 'totalFileSize' hides a field. | 538 |
![]() |
misc | FinalParameters | Parameter that should be final. | 547 |
![]() |
coding | FinalLocalVariable | Variable 'root' should be declared final. | 570 |
![]() |
coding | RequireThis | Reference to instance variable 'workUnitList' needs "this.". | 583 |
![]() |
coding | FinalLocalVariable | Variable 'workunit' should be declared final. | 584 |
![]() |
coding | FinalLocalVariable | Variable 'jdom' should be declared final. | 595 |
![]() |
misc | FinalParameters | Parameter xml should be final. | 606 |
![]() |
coding | FinalLocalVariable | Variable 'jdoc' should be declared final. | 607 |
![]() |
misc | FinalParameters | Parameter jdom should be final. | 624 |
![]() |
coding | FinalLocalVariable | Variable 'root' should be declared final. | 625 |
![]() |
coding | FinalLocalVariable | Variable 'wb' should be declared final. | 631 |
![]() |
coding | FinalLocalVariable | Variable 'serr' should be declared final. | 666 |
![]() |
coding | FinalLocalVariable | Variable 'filename' should be declared final. | 672 |
![]() |
coding | FinalLocalVariable | Variable 'transactionId' should be declared final. | 673 |
![]() |
coding | FinalLocalVariable | Variable 'failedToParse' should be declared final. | 674 |
![]() |
coding | FinalLocalVariable | Variable 'failedToProcess' should be declared final. | 675 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter w1 should be final. | 27 |
![]() |
misc | FinalParameters | Parameter w2 should be final. | 27 |
![]() |
coding | FinalLocalVariable | Variable 'matchFileNames' should be declared final. | 28 |
![]() |
coding | FinalLocalVariable | Variable 'matchTxid' should be declared final. | 36 |
![]() |
coding | FinalLocalVariable | Variable 'w1' should be declared final. | 49 |
![]() |
coding | FinalLocalVariable | Variable 'w2' should be declared final. | 62 |
![]() |
coding | FinalLocalVariable | Variable 'xml' should be declared final. | 66 |
![]() |
coding | FinalLocalVariable | Variable 'w3' should be declared final. | 69 |
![]() |
coding | FinalLocalVariable | Variable 'w1' should be declared final. | 80 |
![]() |
coding | FinalLocalVariable | Variable 'w2' should be declared final. | 81 |
![]() |
coding | FinalLocalVariable | Variable 'w3' should be declared final. | 84 |
![]() |
coding | FinalLocalVariable | Variable 'w4' should be declared final. | 112 |
![]() |
coding | FinalLocalVariable | Variable 'oldbid' should be declared final. | 123 |
![]() |
coding | FinalLocalVariable | Variable 'w5' should be declared final. | 130 |
![]() |
coding | FinalLocalVariable | Variable 'w' should be declared final. | 138 |
![]() |
coding | FinalLocalVariable | Variable 'w2' should be declared final. | 152 |
![]() |
coding | FinalLocalVariable | Variable 'w2l' should be declared final. | 163 |
![]() |
coding | FinalLocalVariable | Variable 'w' should be declared final. | 172 |
![]() |
coding | FinalLocalVariable | Variable 'w2' should be declared final. | 187 |
![]() |
coding | FinalLocalVariable | Variable 'w2l' should be declared final. | 197 |
![]() |
coding | FinalLocalVariable | Variable 'w' should be declared final. | 206 |
![]() |
coding | FinalLocalVariable | Variable 'w2' should be declared final. | 219 |
![]() |
coding | FinalLocalVariable | Variable 'w1' should be declared final. | 228 |
![]() |
coding | FinalLocalVariable | Variable 'w2' should be declared final. | 229 |
![]() |
coding | FinalLocalVariable | Variable 'w' should be declared final. | 238 |
![]() |
coding | FinalLocalVariable | Variable 'w1' should be declared final. | 247 |
![]() |
coding | FinalLocalVariable | Variable 'bout' should be declared final. | 251 |
![]() |
coding | FinalLocalVariable | Variable 'out' should be declared final. | 252 |
![]() |
coding | FinalLocalVariable | Variable 'b' should be declared final. | 257 |
![]() |
coding | FinalLocalVariable | Variable 'bin' should be declared final. | 259 |
![]() |
coding | FinalLocalVariable | Variable 'in' should be declared final. | 260 |
![]() |
coding | FinalLocalVariable | Variable 'w2' should be declared final. | 261 |
![]() |
coding | FinalLocalVariable | Variable 'fileName' should be declared final. | 271 |
![]() |
coding | FinalLocalVariable | Variable 'wb' should be declared final. | 276 |
![]() |
coding | FinalLocalVariable | Variable 'bout' should be declared final. | 286 |
![]() |
coding | FinalLocalVariable | Variable 'out' should be declared final. | 287 |
![]() |
coding | FinalLocalVariable | Variable 'wb1' should be declared final. | 288 |
![]() |
coding | FinalLocalVariable | Variable 'fileName' should be declared final. | 292 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'feedCommand' must be private and have accessor methods. | 61 |
![]() |
design | VisibilityModifier | Variable 'pups' must be private and have accessor methods. | 66 |
![]() |
design | VisibilityModifier | Variable 'pattern' must be private and have accessor methods. | 71 |
![]() |
design | VisibilityModifier | Variable 'watcher' must be private and have accessor methods. | 74 |
![]() |
design | VisibilityModifier | Variable 'wantDirectories' must be private and have accessor methods. | 78 |
![]() |
design | VisibilityModifier | Variable 'debug' must be private and have accessor methods. | 79 |
![]() |
design | VisibilityModifier | Variable 'simpleMode' must be private and have accessor methods. | 80 |
![]() |
design | VisibilityModifier | Variable 'outputRootPath' must be private and have accessor methods. | 81 |
![]() |
design | VisibilityModifier | Variable 'eatPrefix' must be private and have accessor methods. | 82 |
![]() |
design | VisibilityModifier | Variable 'numberOfBundlesToSkip' must be private and have accessor methods. | 83 |
![]() |
design | VisibilityModifier | Variable 'skipDotFiles' must be private and have accessor methods. | 84 |
![]() |
design | VisibilityModifier | Variable 'loop' must be private and have accessor methods. | 85 |
![]() |
design | VisibilityModifier | Variable 'useRetryStrategy' must be private and have accessor methods. | 86 |
![]() |
design | VisibilityModifier | Variable 'myDirectories' must be private and have accessor methods. | 88 |
![]() |
design | VisibilityModifier | Variable 'stats' must be private and have accessor methods. | 91 |
![]() |
design | VisibilityModifier | Variable 'notifier' must be private and have accessor methods. | 95 |
![]() |
design | VisibilityModifier | Variable 'timeToQuit' must be private and have accessor methods. | 98 |
![]() |
design | VisibilityModifier | Variable 'collectorThreadHasQuit' must be private and have accessor methods. | 99 |
![]() |
design | VisibilityModifier | Variable 'jettyStartedHere' must be private and have accessor methods. | 100 |
![]() |
design | VisibilityModifier | Variable 'loopPauseTime' must be private and have accessor methods. | 102 |
![]() |
design | VisibilityModifier | Variable 'pendingHangTime' must be private and have accessor methods. | 103 |
![]() |
design | VisibilityModifier | Variable 'retryCount' must be private and have accessor methods. | 105 |
![]() |
design | VisibilityModifier | Variable 'useFileTimestamps' must be private and have accessor methods. | 106 |
![]() |
design | VisibilityModifier | Variable 'projectBase' must be private and have accessor methods. | 108 |
![]() |
design | VisibilityModifier | Variable 'filesPerMessage' must be private and have accessor methods. | 114 |
![]() |
design | VisibilityModifier | Variable 'maxBundleSize' must be private and have accessor methods. | 116 |
![]() |
design | VisibilityModifier | Variable 'filesProcessed' must be private and have accessor methods. | 119 |
![]() |
design | VisibilityModifier | Variable 'bundlesProcessed' must be private and have accessor methods. | 120 |
![]() |
design | VisibilityModifier | Variable 'bytesProcessed' must be private and have accessor methods. | 121 |
![]() |
design | VisibilityModifier | Variable 'dataCaseId' must be private and have accessor methods. | 124 |
![]() |
design | VisibilityModifier | Variable 'caseClosed' must be private and have accessor methods. | 125 |
![]() |
design | VisibilityModifier | Variable 'outbound' must be private and have accessor methods. | 128 |
![]() |
design | VisibilityModifier | Variable 'pending' must be private and have accessor methods. | 133 |
![]() |
design | VisibilityModifier | Variable 'filesSeen' must be private and have accessor methods. | 137 |
![]() |
design | VisibilityModifier | Variable 'filesDone' must be private and have accessor methods. | 138 |
![]() |
design | VisibilityModifier | Variable 'QLOCK' must be private and have accessor methods. | 143 |
![]() |
design | VisibilityModifier | Variable 'workSpaceName' must be private and have accessor methods. | 147 |
![]() |
design | VisibilityModifier | Variable 'workSpaceUrl' must be private and have accessor methods. | 149 |
![]() |
design | VisibilityModifier | Variable 'workSpaceKey' must be private and have accessor methods. | 150 |
![]() |
misc | FinalParameters | Parameter feedCommand should be final. | 175 |
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 206 |
![]() |
coding | RequireThis | Reference to instance variable 'projectBase' needs "this.". | 208 |
![]() |
coding | FinalLocalVariable | Variable 'cmd' should be declared final. | 228 |
![]() |
coding | FinalLocalVariable | Variable 'server' should be declared final. | 229 |
![]() |
coding | HiddenField | 'pendingHangTime' hides a field. | 320 |
![]() |
coding | FinalLocalVariable | Variable 'item' should be declared final. | 727 |
![]() |
coding | FinalLocalVariable | Variable 'sz' should be declared final. | 761 |
![]() |
coding | FinalLocalVariable | Variable 'item' should be declared final. | 829 |
![]() |
blocks | RightCurly | '}' at column 34 should be alone on a line. | 1077 |
![]() |
design | VisibilityModifier | Variable 'myDirectory' must be private and have accessor methods. | 1118 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 1191 |
![]() |
coding | HiddenField | 'wantDirectories' hides a field. | 1202 |
![]() |
coding | FinalLocalVariable | Variable 'bReturn' should be declared final. | 1333 |
![]() |
design | VisibilityModifier | Variable 'remoteMap' must be private and have accessor methods. | 1378 |
![]() |
design | VisibilityModifier | Variable 'shutDownSent' must be private and have accessor methods. | 1379 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'mws' must be private and have accessor methods. | 20 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 27 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 37 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 39 |
![]() |
coding | FinalLocalVariable | Variable 'C1' should be declared final. | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 45 |
![]() |
coding | FinalLocalVariable | Variable 'wb' should be declared final. | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 52 |
![]() |
coding | FinalLocalVariable | Variable 'wb' should be declared final. | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 59 |
![]() |
coding | FinalLocalVariable | Variable 'taken' should be declared final. | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 62 |
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 73 |
![]() |
coding | FinalLocalVariable | Variable 'C1' should be declared final. | 75 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 76 |
![]() |
coding | FinalLocalVariable | Variable 'times' should be declared final. | 78 |
![]() |
coding | FinalLocalVariable | Variable 'wb' should be declared final. | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 92 |
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 109 |
![]() |
coding | FinalLocalVariable | Variable 'C1' should be declared final. | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 112 |
![]() |
coding | FinalLocalVariable | Variable 'times' should be declared final. | 114 |
![]() |
coding | FinalLocalVariable | Variable 'wb' should be declared final. | 117 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 120 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 128 |
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 144 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 145 |
![]() |
coding | FinalLocalVariable | Variable 'C1' should be declared final. | 147 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 148 |
![]() |
coding | FinalLocalVariable | Variable 'times' should be declared final. | 150 |
![]() |
coding | FinalLocalVariable | Variable 'wb' should be declared final. | 153 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 156 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 163 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 164 |
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 180 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 181 |
![]() |
coding | FinalLocalVariable | Variable 'C1' should be declared final. | 183 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 184 |
![]() |
coding | FinalLocalVariable | Variable 'times' should be declared final. | 186 |
![]() |
coding | FinalLocalVariable | Variable 'wb' should be declared final. | 189 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 192 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 198 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 199 |
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 215 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 216 |
![]() |
coding | FinalLocalVariable | Variable 'C1' should be declared final. | 218 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 219 |
![]() |
coding | FinalLocalVariable | Variable 'sizes' should be declared final. | 221 |
![]() |
coding | FinalLocalVariable | Variable 'wb' should be declared final. | 224 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 227 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 234 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 235 |
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 251 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 252 |
![]() |
coding | FinalLocalVariable | Variable 'C1' should be declared final. | 254 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 255 |
![]() |
coding | FinalLocalVariable | Variable 'sizes' should be declared final. | 257 |
![]() |
coding | FinalLocalVariable | Variable 'wb' should be declared final. | 260 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 263 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 269 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 270 |
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 286 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 287 |
![]() |
coding | FinalLocalVariable | Variable 'C1' should be declared final. | 289 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 290 |
![]() |
coding | FinalLocalVariable | Variable 'sizes' should be declared final. | 292 |
![]() |
coding | FinalLocalVariable | Variable 'wb' should be declared final. | 295 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 298 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 305 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 306 |
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 322 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 323 |
![]() |
coding | FinalLocalVariable | Variable 'C1' should be declared final. | 325 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 326 |
![]() |
coding | FinalLocalVariable | Variable 'sizes' should be declared final. | 328 |
![]() |
coding | FinalLocalVariable | Variable 'wb' should be declared final. | 331 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 334 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 340 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 341 |
![]() |
coding | FinalLocalVariable | Variable 'C1' should be declared final. | 353 |
![]() |
coding | FinalLocalVariable | Variable 'C2' should be declared final. | 354 |
![]() |
coding | FinalLocalVariable | Variable 'C3' should be declared final. | 355 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 358 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 359 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 360 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 361 |
![]() |
coding | FinalLocalVariable | Variable 'wb' should be declared final. | 364 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 368 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 369 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 370 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 371 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 372 |
![]() |
coding | FinalLocalVariable | Variable 'taken' should be declared final. | 375 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 375 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 379 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 380 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 381 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 382 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 385 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 386 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 389 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 390 |
![]() |
coding | RequireThis | Reference to instance variable 'mws' needs "this.". | 391 |
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 396 |
![]() |
coding | FinalLocalVariable | Variable 'command' should be declared final. | 402 |
![]() |
coding | FinalLocalVariable | Variable 'mws' should be declared final. | 403 |
![]() |
coding | HiddenField | 'mws' hides a field. | 403 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 410 |
![]() |
blocks | RightCurly | '}' at column 48 should be alone on a line. | 410 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 412 |
![]() |
misc | FinalParameters | Parameter command should be final. | 412 |
![]() |
misc | FinalParameters | Parameter pup should be final. | 417 |
![]() |
misc | FinalParameters | Parameter pup should be final. | 422 |
![]() |
misc | FinalParameters | Parameter wb should be final. | 427 |
![]() |
misc | FinalParameters | Parameter pup should be final. | 443 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter fileName should be final. | 24 |
![]() |
misc | FinalParameters | Parameter fileName should be final. | 37 |
![]() |
misc | FinalParameters | Parameter transactionId should be final. | 37 |
![]() |
misc | FinalParameters | Parameter failedToParse should be final. | 37 |
![]() |
misc | FinalParameters | Parameter failedToProcess should be final. | 37 |
![]() |
misc | FinalParameters | Parameter in should be final. | 44 |
![]() |
misc | FinalParameters | Parameter out should be final. | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'fileName' needs "this.". | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'transactionId' needs "this.". | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'failedToParse' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'failedToProcess' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'fileName' needs "this.". | 66 |
![]() |
misc | FinalParameters | Parameter fileName should be final. | 74 |
![]() |
coding | HiddenField | 'fileName' hides a field. | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'transactionId' needs "this.". | 84 |
![]() |
misc | FinalParameters | Parameter transactionId should be final. | 92 |
![]() |
coding | HiddenField | 'transactionId' hides a field. | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'failedToParse' needs "this.". | 109 |
![]() |
coding | RequireThis | Reference to instance variable 'failedToProcess' needs "this.". | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'workUnit' should be declared final. | 15 |
![]() |
coding | FinalLocalVariable | Variable 'workUnit' should be declared final. | 24 |
![]() |
coding | FinalLocalVariable | Variable 'txid' should be declared final. | 25 |
![]() |
coding | FinalLocalVariable | Variable 'workUnit' should be declared final. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'inarea' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea' needs "this.". | 47 |
![]() |
coding | RequireThis | Reference to instance variable 'outarea' needs "this.". | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'outarea' needs "this.". | 50 |
![]() |
coding | FinalLocalVariable | Variable 'testfile' should be declared final. | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea' needs "this.". | 52 |
![]() |
coding | FinalLocalVariable | Variable 'inareadir' should be declared final. | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea' needs "this.". | 55 |
![]() |
coding | FinalLocalVariable | Variable 'testfile2' should be declared final. | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'outarea' needs "this.". | 99 |
![]() |
misc | FinalParameters | Parameter useFileTimestamps should be final. | 103 |
![]() |
misc | FinalParameters | Parameter useSimple should be final. | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 105 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 107 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 109 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea' needs "this.". | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 115 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 116 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 117 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 122 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 123 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 124 |
![]() |
misc | FinalParameters | Parameter threadName should be final. | 129 |
![]() |
coding | FinalLocalVariable | Variable 'tspacethr' should be declared final. | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'configStream' needs "this.". | 141 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'configStream' needs "this.". | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'configStream' needs "this.". | 151 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 152 |
![]() |
coding | RequireThis | Reference to instance variable 'configStream' needs "this.". | 152 |
![]() |
coding | RequireThis | Reference to instance variable 'configStream' needs "this.". | 161 |
![]() |
coding | FinalLocalVariable | Variable 'myplace' should be declared final. | 162 |
![]() |
coding | RequireThis | Reference to instance variable 'configStream' needs "this.". | 164 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 165 |
![]() |
misc | FinalParameters | Parameter t1 should be final. | 174 |
![]() |
misc | FinalParameters | Parameter t2 should be final. | 174 |
![]() |
misc | FinalParameters | Parameter t3 should be final. | 174 |
![]() |
misc | FinalParameters | Parameter t4 should be final. | 174 |
![]() |
misc | FinalParameters | Parameter simple should be final. | 174 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 177 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 178 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 179 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 183 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 184 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 186 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 187 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 191 |
![]() |
coding | FinalLocalVariable | Variable 'fakeKey' should be declared final. | 195 |
![]() |
coding | FinalLocalVariable | Variable 'extrafile' should be declared final. | 197 |
![]() |
coding | RequireThis | Reference to instance variable 'inarea' needs "this.". | 197 |
![]() |
coding | FinalLocalVariable | Variable 'os' should be declared final. | 200 |
![]() |
coding | FinalLocalVariable | Variable 'extramsg' should be declared final. | 201 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 207 |
![]() |
coding | FinalLocalVariable | Variable 'bundle' should be declared final. | 211 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 211 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 215 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 220 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 223 |
![]() |
coding | RequireThis | Reference to instance variable 'configStream' needs "this.". | 229 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 230 |
![]() |
coding | RequireThis | Reference to instance variable 'configStream' needs "this.". | 230 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 233 |
![]() |
coding | RequireThis | Reference to instance variable 'space' needs "this.". | 238 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 242 |
![]() |
design | VisibilityModifier | Variable 'expectSimple' must be private and have accessor methods. | 250 |
![]() |
design | VisibilityModifier | Variable 'expectationsMetCount' must be private and have accessor methods. | 251 |
![]() |
design | VisibilityModifier | Variable 'expectationsNotMetCount' must be private and have accessor methods. | 252 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 254 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 254 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 254 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 254 |
![]() |
misc | FinalParameters | Parameter value should be final. | 258 |
![]() |
coding | RequireThis | Reference to instance variable 'expectSimple' needs "this.". | 259 |
![]() |
misc | FinalParameters | Parameter d should be final. | 263 |
![]() |
misc | FinalParameters | Parameter f should be final. | 263 |
![]() |
coding | FinalLocalVariable | Variable 'foundSimple' should be declared final. | 265 |
![]() |
coding | RequireThis | Reference to instance variable 'expectSimple' needs "this.". | 266 |
![]() |
coding | RequireThis | Reference to instance variable 'expectationsMetCount' needs "this.". | 267 |
![]() |
coding | RequireThis | Reference to instance variable 'expectationsNotMetCount' needs "this.". | 269 |
![]() |
coding | RequireThis | Reference to instance variable 'expectSimple' needs "this.". | 271 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'theDataDir' must be private and have accessor methods. | 23 |
![]() |
design | VisibilityModifier | Variable 'theDirectory' must be private and have accessor methods. | 24 |
![]() |
design | VisibilityModifier | Variable 'myParent' must be private and have accessor methods. | 28 |
![]() |
design | VisibilityModifier | Variable 'timeToShutdown' must be private and have accessor methods. | 33 |
![]() |
design | VisibilityModifier | Variable 'pollingInterval' must be private and have accessor methods. | 36 |
![]() |
design | VisibilityModifier | Variable 'bundleSize' must be private and have accessor methods. | 39 |
![]() |
misc | FinalParameters | Parameter inputDataDirectory should be final. | 49 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 49 |
![]() |
misc | FinalParameters | Parameter pollingInterval should be final. | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'myParent' needs "this.". | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'theDataDir' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'theDirectory' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'theDirectory' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'theDirectory' needs "this.". | 60 |
![]() |
misc | FinalParameters | Parameter sz should be final. | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'bundleSize' needs "this.". | 75 |
![]() |
coding | RequireThis | Reference to instance variable 'timeToShutdown' needs "this.". | 85 |
![]() |
coding | FinalLocalVariable | Variable 'holdDir' should be declared final. | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'myParent' needs "this.". | 91 |
![]() |
coding | FinalLocalVariable | Variable 'errDir' should be declared final. | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'myParent' needs "this.". | 92 |
![]() |
coding | FinalLocalVariable | Variable 'fileList' should be declared final. | 96 |
![]() |
coding | RequireThis | Reference to instance variable 'theDirectory' needs "this.". | 96 |
![]() |
design | VisibilityModifier | Variable 'maxFileToList' must be private and have accessor methods. | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'bundleSize' needs "this.". | 97 |
![]() |
design | VisibilityModifier | Variable 'filesInList' must be private and have accessor methods. | 98 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 101 |
![]() |
misc | FinalParameters | Parameter name should be final. | 101 |
![]() |
coding | RequireThis | Reference to instance variable 'filesInList' needs "this.". | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'maxFileToList' needs "this.". | 102 |
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'theDataDir' needs "this.". | 108 |
![]() |
coding | FinalLocalVariable | Variable 'newFile' should be declared final. | 116 |
![]() |
coding | FinalLocalVariable | Variable 'newFile' should be declared final. | 136 |
![]() |
coding | RequireThis | Reference to instance variable 'myParent' needs "this.". | 139 |
![]() |
coding | FinalLocalVariable | Variable 'renamed' should be declared final. | 143 |
![]() |
coding | RequireThis | Reference to instance variable 'pollingInterval' needs "this.". | 158 |
![]() |
misc | FinalParameters | Parameter f should be final. | 172 |
![]() |
misc | FinalParameters | Parameter errDir should be final. | 172 |
![]() |
coding | FinalLocalVariable | Variable 'n' should be declared final. | 175 |
![]() |
coding | RequireThis | Reference to instance variable 'timeToShutdown' needs "this.". | 209 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'pollingInterval' must be private and have accessor methods. | 42 |
![]() |
design | VisibilityModifier | Variable 'maxQueSize' must be private and have accessor methods. | 43 |
![]() |
design | VisibilityModifier | Variable 'queServer' must be private and have accessor methods. | 44 |
![]() |
design | VisibilityModifier | Variable 'currentBundle' must be private and have accessor methods. | 48 |
![]() |
design | VisibilityModifier | Variable 'currentWorkUnit' must be private and have accessor methods. | 50 |
![]() |
design | VisibilityModifier | Variable 'unixInRoot' must be private and have accessor methods. | 52 |
![]() |
design | VisibilityModifier | Variable 'unixOutRoot' must be private and have accessor methods. | 53 |
![]() |
design | VisibilityModifier | Variable 'digestHashType' must be private and have accessor methods. | 54 |
![]() |
design | VisibilityModifier | Variable 'digest' must be private and have accessor methods. | 57 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 71 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 71 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 71 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 80 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 80 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 80 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'pollingInterval' needs "this.". | 96 |
![]() |
coding | RequireThis | Reference to instance variable 'pollingInterval' needs "this.". | 96 |
![]() |
coding | RequireThis | Reference to instance variable 'maxQueSize' needs "this.". | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'maxQueSize' needs "this.". | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'unixInRoot' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'unixOutRoot' needs "this.". | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'digestHashType' needs "this.". | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'digest' needs "this.". | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'digestHashType' needs "this.". | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'queServer' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'maxQueSize' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'pollingInterval' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'queServer' needs "this.". | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'queServer' needs "this.". | 120 |
![]() |
coding | RequireThis | Reference to instance variable 'queServer' needs "this.". | 122 |
![]() |
coding | RequireThis | Reference to instance variable 'queServer' needs "this.". | 132 |
![]() |
coding | RequireThis | Reference to instance variable 'queServer' needs "this.". | 133 |
![]() |
coding | RequireThis | Reference to instance variable 'queServer' needs "this.". | 141 |
![]() |
coding | RequireThis | Reference to instance variable 'queServer' needs "this.". | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'queServer' needs "this.". | 152 |
![]() |
misc | FinalParameters | Parameter path should be final. | 162 |
![]() |
misc | FinalParameters | Parameter f should be final. | 170 |
![]() |
misc | FinalParameters | Parameter eatPrefix should be final. | 170 |
![]() |
coding | FinalLocalVariable | Variable 'hf' should be declared final. | 178 |
![]() |
misc | FinalParameters | Parameter d should be final. | 189 |
![]() |
coding | FinalLocalVariable | Variable 'hdf' should be declared final. | 193 |
![]() |
misc | FinalParameters | Parameter paths should be final. | 210 |
![]() |
coding | RequireThis | Reference to instance variable 'currentBundle' needs "this.". | 212 |
![]() |
coding | FinalLocalVariable | Variable 'outputRoot' should be declared final. | 213 |
![]() |
coding | FinalLocalVariable | Variable 'opath' should be declared final. | 221 |
![]() |
coding | ModifiedControlVariable | Control variable 'path' is modified. | 222 |
![]() |
coding | FinalLocalVariable | Variable 'fixedName' should be declared final. | 224 |
![]() |
coding | FinalLocalVariable | Variable 'holdFile' should be declared final. | 230 |
![]() |
misc | FinalParameters | Parameter toProcess should be final. | 308 |
![]() |
misc | FinalParameters | Parameter fixedName should be final. | 308 |
![]() |
misc | FinalParameters | Parameter isOversize should be final. | 308 |
![]() |
misc | FinalParameters | Parameter simpleMode should be final. | 308 |
![]() |
misc | FinalParameters | Parameter e should be final. | 308 |
![]() |
coding | FinalLocalVariable | Variable 'errDir' should be declared final. | 317 |
![]() |
misc | FinalParameters | Parameter paths should be final. | 337 |
![]() |
coding | RequireThis | Reference to instance variable 'queServer' needs "this.". | 338 |
![]() |
coding | RequireThis | Reference to instance variable 'queServer' needs "this.". | 348 |
![]() |
misc | FinalParameters | Parameter space should be final. | 355 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 355 |
![]() |
misc | FinalParameters | Parameter pollingInterval should be final. | 355 |
![]() |
misc | FinalParameters | Parameter path should be final. | 365 |
![]() |
misc | FinalParameters | Parameter d should be final. | 377 |
![]() |
misc | FinalParameters | Parameter f should be final. | 377 |
![]() |
coding | FinalLocalVariable | Variable 'eatPrefix' should be declared final. | 380 |
![]() |
coding | RequireThis | Reference to instance variable 'currentBundle' needs "this.". | 380 |
![]() |
coding | RequireThis | Reference to instance variable 'currentBundle' needs "this.". | 381 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'simpleParam' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 382 |
![]() |
coding | FinalLocalVariable | Variable 'simpleParam' should be declared final. | 382 |
![]() |
coding | RequireThis | Reference to instance variable 'currentBundle' needs "this.". | 391 |
![]() |
coding | FinalLocalVariable | Variable 'ep' should be declared final. | 394 |
![]() |
coding | RequireThis | Reference to instance variable 'currentBundle' needs "this.". | 394 |
![]() |
coding | FinalLocalVariable | Variable 'cid' should be declared final. | 408 |
![]() |
coding | RequireThis | Reference to instance variable 'currentBundle' needs "this.". | 408 |
![]() |
coding | FinalLocalVariable | Variable 'parts' should be declared final. | 410 |
![]() |
coding | RequireThis | Reference to instance variable 'digest' needs "this.". | 415 |
![]() |
coding | FinalLocalVariable | Variable 'hash' should be declared final. | 419 |
![]() |
misc | FinalParameters | Parameter filePath should be final. | 441 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 441 |
![]() |
coding | FinalLocalVariable | Variable 'hash' should be declared final. | 445 |
![]() |
misc | FinalParameters | Parameter initialCaseId should be final. | 460 |
![]() |
misc | FinalParameters | Parameter sessionName should be final. | 460 |
![]() |
misc | FinalParameters | Parameter fileName should be final. | 460 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 460 |
![]() |
misc | FinalParameters | Parameter root should be final. | 474 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 474 |
![]() |
misc | FinalParameters | Parameter caseid should be final. | 474 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 474 |
![]() |
misc | FinalParameters | Parameter simpleMode should be final. | 474 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 41 |
![]() |
coding | FinalLocalVariable | Variable 'clientConfig' should be declared final. | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'client' needs "this.". | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'bundle' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'client' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'bundle' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'client' needs "this.". | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'client' needs "this.". | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'client' needs "this.". | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'bundle' needs "this.". | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'client' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'bundle' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'bundle' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'client' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'bundle' needs "this.". | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 72 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'originalShortName' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 77 |
![]() |
coding | FinalLocalVariable | Variable 'originalShortName' should be declared final. | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'bundle' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'client' needs "this.". | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'bundle' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'client' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'bundle' needs "this.". | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'client' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'client' needs "this.". | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 101 |
![]() |
coding | FinalLocalVariable | Variable 'filePath' should be declared final. | 108 |
![]() |
coding | FinalLocalVariable | Variable 'digest' should be declared final. | 109 |
![]() |
coding | FinalLocalVariable | Variable 'resultHash' should be declared final. | 111 |
![]() |
coding | FinalLocalVariable | Variable 'resultString' should be declared final. | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'client' needs "this.". | 115 |
![]() |
coding | RequireThis | Reference to instance variable 'bundle' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 119 |
![]() |
coding | RequireThis | Reference to instance variable 'client' needs "this.". | 120 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 120 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 121 |
![]() |
design | VisibilityModifier | Variable 'nullifyCaseIdInHook' must be private and have accessor methods. | 126 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 128 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 128 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 128 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 128 |
![]() |
misc | FinalParameters | Parameter d should be final. | 133 |
![]() |
misc | FinalParameters | Parameter f should be final. | 133 |
![]() |
misc | FinalParameters | Parameter wb should be final. | 137 |
![]() |
misc | FinalParameters | Parameter initialCaseId should be final. | 147 |
![]() |
misc | FinalParameters | Parameter sessionname should be final. | 147 |
![]() |
misc | FinalParameters | Parameter fileName should be final. | 147 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 147 |
![]() |
coding | RequireThis | Reference to instance variable 'nullifyCaseIdInHook' needs "this.". | 148 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'pollingInterval' must be private and have accessor methods. | 16 |
![]() |
design | VisibilityModifier | Variable 'theDataServer' must be private and have accessor methods. | 19 |
![]() |
design | VisibilityModifier | Variable 'bundleSize' must be private and have accessor methods. | 23 |
![]() |
design | VisibilityModifier | Variable 'inputDataDirs' must be private and have accessor methods. | 26 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 40 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 40 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'pollingInterval' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'pollingInterval' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'bundleSize' needs "this.". | 57 |
![]() |
coding | FinalLocalVariable | Variable 'params' should be declared final. | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'inputDataDirs' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'theDataServer' needs "this.". | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'theDataServer' needs "this.". | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'theDataServer' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'theDataServer' needs "this.". | 104 |
![]() |
coding | RequireThis | Reference to instance variable 'inputDataDirs' needs "this.". | 117 |
![]() |
coding | FinalLocalVariable | Variable 'fds' should be declared final. | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'inputDataDirs' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'pollingInterval' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'bundleSize' needs "this.". | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'theDataServer' needs "this.". | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'loggingIdentifier' needs "this.". | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'loggingIdentifier' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'placeA' needs "this.". | 75 |
![]() |
coding | RequireThis | Reference to instance variable 'placeB' needs "this.". | 76 |
![]() |
coding | RequireThis | Reference to instance variable 'placeA' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'placeB' needs "this.". | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'placeA' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'placeB' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'placeA' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'placeA' needs "this.". | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'placeB' needs "this.". | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'placeA' needs "this.". | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'placeB' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'loggingIdentifier' needs "this.". | 101 |
![]() |
coding | HiddenField | 'loggingIdentifier' hides a field. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 81 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter configFile should be final. | 17 |
![]() |
misc | FinalParameters | Parameter theDir should be final. | 17 |
![]() |
misc | FinalParameters | Parameter thePlaceLocation should be final. | 17 |
![]() |
coding | RequireThis | Reference to instance variable 'metadataKeyValueMap' needs "this.". | 20 |
![]() |
misc | FinalParameters | Parameter ibdo should be final. | 24 |
![]() |
coding | RequireThis | Reference to instance variable 'metadataKeyValueMap' needs "this.". | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter configFile should be final. | 14 |
![]() |
misc | FinalParameters | Parameter theDir should be final. | 14 |
![]() |
misc | FinalParameters | Parameter thePlaceLocation should be final. | 14 |
![]() |
coding | RequireThis | Reference to instance variable 'metadataKeyValueMap' needs "this.". | 17 |
![]() |
misc | FinalParameters | Parameter ibdo should be final. | 21 |
![]() |
coding | RequireThis | Reference to instance variable 'metadataKeyValueMap' needs "this.". | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'placeKeys' must be private and have accessor methods. | 40 |
![]() |
design | VisibilityModifier | Variable 'placeRefs' must be private and have accessor methods. | 43 |
![]() |
design | VisibilityModifier | Variable 'outputForm' must be private and have accessor methods. | 47 |
![]() |
design | VisibilityModifier | Variable 'pushForm' must be private and have accessor methods. | 48 |
![]() |
design | VisibilityModifier | Variable 'updateTransformHistory' must be private and have accessor methods. | 49 |
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 61 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 61 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 61 |
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 71 |
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'outputForm' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'pushForm' needs "this.". | 107 |
![]() |
coding | RequireThis | Reference to instance variable 'updateTransformHistory' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'placeKeys' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'placeKeys' needs "this.". | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'placeRefs' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'placeKeys' needs "this.". | 114 |
![]() |
coding | FinalLocalVariable | Variable 'ref' should be declared final. | 117 |
![]() |
coding | RequireThis | Reference to instance variable 'placeRefs' needs "this.". | 119 |
![]() |
coding | FinalLocalVariable | Variable 'skey' should be declared final. | 127 |
![]() |
coding | FinalLocalVariable | Variable 'sclz' should be declared final. | 129 |
![]() |
coding | FinalLocalVariable | Variable 'p' should be declared final. | 130 |
![]() |
coding | RequireThis | Reference to instance variable 'placeRefs' needs "this.". | 132 |
![]() |
misc | FinalParameters | Parameter d should be final. | 150 |
![]() |
misc | FinalParameters | Parameter p should be final. | 150 |
![]() |
misc | FinalParameters | Parameter p should be final. | 163 |
![]() |
misc | FinalParameters | Parameter errorOccurred should be final. | 163 |
![]() |
misc | FinalParameters | Parameter d should be final. | 176 |
![]() |
misc | FinalParameters | Parameter p should be final. | 176 |
![]() |
misc | FinalParameters | Parameter d should be final. | 184 |
![]() |
misc | FinalParameters | Parameter sproutCollection should be final. | 191 |
![]() |
misc | FinalParameters | Parameter d should be final. | 191 |
![]() |
misc | FinalParameters | Parameter sproutCollection should be final. | 195 |
![]() |
misc | FinalParameters | Parameter d should be final. | 195 |
![]() |
misc | FinalParameters | Parameter hd should be final. | 195 |
![]() |
misc | FinalParameters | Parameter d should be final. | 209 |
![]() |
misc | FinalParameters | Parameter hd should be final. | 209 |
![]() |
coding | FinalLocalVariable | Variable 'sproutCollection' should be declared final. | 210 |
![]() |
coding | RequireThis | Reference to instance variable 'placeRefs' needs "this.". | 215 |
![]() |
misc | FinalParameters | Parameter p should be final. | 277 |
![]() |
misc | FinalParameters | Parameter hd should be final. | 277 |
![]() |
misc | FinalParameters | Parameter ex should be final. | 277 |
![]() |
misc | FinalParameters | Parameter d should be final. | 282 |
![]() |
misc | FinalParameters | Parameter p should be final. | 282 |
![]() |
coding | RequireThis | Reference to instance variable 'updateTransformHistory' needs "this.". | 283 |
![]() |
coding | FinalLocalVariable | Variable 'de' should be declared final. | 284 |
![]() |
misc | FinalParameters | Parameter d should be final. | 297 |
![]() |
misc | FinalParameters | Parameter errorOccurred should be final. | 297 |
![]() |
misc | FinalParameters | Parameter d should be final. | 320 |
![]() |
coding | RequireThis | Reference to instance variable 'outputForm' needs "this.". | 321 |
![]() |
coding | RequireThis | Reference to instance variable 'pushForm' needs "this.". | 322 |
![]() |
coding | RequireThis | Reference to instance variable 'outputForm' needs "this.". | 323 |
![]() |
coding | RequireThis | Reference to instance variable 'outputForm' needs "this.". | 327 |
![]() |
coding | RequireThis | Reference to instance variable 'outputForm' needs "this.". | 329 |
![]() |
misc | FinalParameters | Parameter d should be final. | 359 |
![]() |
coding | FinalLocalVariable | Variable 'l' should be declared final. | 360 |
![]() |
misc | FinalParameters | Parameter d should be final. | 373 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'place' must be private and have accessor methods. | 29 |
![]() |
design | VisibilityModifier | Variable 'mockCoordPlace' must be private and have accessor methods. | 30 |
![]() |
coding | FinalLocalVariable | Variable 'configStream' should be declared final. | 37 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 38 |
![]() |
coding | RequireThis | Reference to instance variable 'mockCoordPlace' needs "this.". | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'mockCoordPlace' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 64 |
![]() |
coding | FinalLocalVariable | Variable 'ibdo' should be declared final. | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'mockCoordPlace' needs "this.". | 76 |
![]() |
coding | FinalLocalVariable | Variable 'ibdo' should be declared final. | 79 |
![]() |
coding | FinalLocalVariable | Variable 'sprouts' should be declared final. | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'configStream' should be declared final. | 36 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 37 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 38 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 49 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 59 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 64 |
![]() |
coding | FinalLocalVariable | Variable 'rw' should be declared final. | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 67 |
![]() |
coding | FinalLocalVariable | Variable 'resourcesUsed' should be declared final. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'configStream' should be declared final. | 37 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 38 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 39 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 50 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 59 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 64 |
![]() |
coding | FinalLocalVariable | Variable 'rw' should be declared final. | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 67 |
![]() |
coding | FinalLocalVariable | Variable 'resourcesUsed' should be declared final. | 68 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 77 |
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 77 |
![]() |
misc | FinalParameters | Parameter d should be final. | 82 |
![]() |
misc | FinalParameters | Parameter p should be final. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter thePlaceLocation should be final. | 26 |
![]() |
misc | FinalParameters | Parameter configFile should be final. | 30 |
![]() |
misc | FinalParameters | Parameter theDir should be final. | 30 |
![]() |
misc | FinalParameters | Parameter thePlaceLocation should be final. | 30 |
![]() |
misc | FinalParameters | Parameter configStream should be final. | 34 |
![]() |
misc | FinalParameters | Parameter theDir should be final. | 34 |
![]() |
misc | FinalParameters | Parameter thePlaceLocation should be final. | 34 |
![]() |
misc | FinalParameters | Parameter configStream should be final. | 38 |
![]() |
misc | FinalParameters | Parameter configFile should be final. | 42 |
![]() |
misc | FinalParameters | Parameter placeLocation should be final. | 42 |
![]() |
misc | FinalParameters | Parameter configStream should be final. | 46 |
![]() |
misc | FinalParameters | Parameter placeLocation should be final. | 46 |
![]() |
misc | FinalParameters | Parameter theDir should be final. | 51 |
![]() |
misc | FinalParameters | Parameter placeLocation should be final. | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'useSbc' needs "this.". | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'useSbc' needs "this.". | 53 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'useSbc' needs "this.". | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'phonyData' must be private and have accessor methods. | 18 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 20 |
![]() |
blocks | RightCurly | '}' at column 32 should be alone on a line. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'typeEngine' must be private and have accessor methods. | 19 |
![]() |
design | VisibilityModifier | Variable 'nonPropagatingMetadataValues' must be private and have accessor methods. | 20 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 27 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 27 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 27 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 33 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 33 |
![]() |
misc | FinalParameters | Parameter configStream should be final. | 38 |
![]() |
misc | FinalParameters | Parameter theDir should be final. | 38 |
![]() |
misc | FinalParameters | Parameter thePlaceLocation should be final. | 38 |
![]() |
misc | FinalParameters | Parameter configStream should be final. | 43 |
![]() |
misc | FinalParameters | Parameter configStream should be final. | 48 |
![]() |
misc | FinalParameters | Parameter thePlaceLocation should be final. | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'typeEngine' needs "this.". | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'nonPropagatingMetadataValues' needs "this.". | 61 |
![]() |
misc | FinalParameters | Parameter d should be final. | 80 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 90 |
![]() |
misc | FinalParameters | Parameter children should be final. | 90 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 101 |
![]() |
misc | FinalParameters | Parameter children should be final. | 101 |
![]() |
misc | FinalParameters | Parameter nullifyFileType should be final. | 101 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 111 |
![]() |
misc | FinalParameters | Parameter child should be final. | 111 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 122 |
![]() |
misc | FinalParameters | Parameter child should be final. | 122 |
![]() |
misc | FinalParameters | Parameter nullifyFileType should be final. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'mfsp' must be private and have accessor methods. | 27 |
![]() |
design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 29 |
![]() |
coding | FinalLocalVariable | Variable 'rr' should be declared final. | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'mfsp' needs "this.". | 37 |
![]() |
coding | RequireThis | Reference to instance variable 'parent' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'mfsp' needs "this.". | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'mfsp' needs "this.". | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'parent' needs "this.". | 50 |
![]() |
coding | RequireThis | Reference to instance variable 'parent' needs "this.". | 55 |
![]() |
coding | FinalLocalVariable | Variable 'children' should be declared final. | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'mfsp' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'parent' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'parent' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'parent' needs "this.". | 63 |
![]() |
coding | FinalLocalVariable | Variable 'children' should be declared final. | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'mfsp' needs "this.". | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'parent' needs "this.". | 64 |
![]() |
coding | FinalLocalVariable | Variable 'children' should be declared final. | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'mfsp' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'parent' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'parent' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'parent' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'parent' needs "this.". | 78 |
![]() |
coding | FinalLocalVariable | Variable 'children' should be declared final. | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'mfsp' needs "this.". | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'parent' needs "this.". | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'mfsp' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'parent' needs "this.". | 86 |
![]() |
coding | FinalLocalVariable | Variable 'children' should be declared final. | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'mfsp' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'parent' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'parent' needs "this.". | 93 |
![]() |
coding | FinalLocalVariable | Variable 'children' should be declared final. | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'mfsp' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'parent' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'parent' needs "this.". | 100 |
![]() |
coding | FinalLocalVariable | Variable 'children' should be declared final. | 101 |
![]() |
coding | RequireThis | Reference to instance variable 'mfsp' needs "this.". | 101 |
![]() |
coding | RequireThis | Reference to instance variable 'parent' needs "this.". | 101 |
![]() |
design | VisibilityModifier | Variable 'cft' must be private and have accessor methods. | 108 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 110 |
![]() |
misc | FinalParameters | Parameter config should be final. | 110 |
![]() |
misc | FinalParameters | Parameter loc should be final. | 110 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 115 |
![]() |
blocks | RightCurly | '}' at column 42 should be alone on a line. | 120 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 123 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'sprouts' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 125 |
![]() |
coding | FinalLocalVariable | Variable 'sprouts' should be declared final. | 125 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'cft' needs "this.". | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'cft' needs "this.". | 132 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 144 |
![]() |
coding | FinalLocalVariable | Variable 'emptyd' should be declared final. | 146 |
![]() |
coding | RequireThis | Reference to instance variable 'mfsp' needs "this.". | 147 |
![]() |
coding | RequireThis | Reference to instance variable 'mfsp' needs "this.". | 148 |
![]() |
coding | RequireThis | Reference to instance variable 'mfsp' needs "this.". | 149 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'doSynchronized' must be private and have accessor methods. | 30 |
![]() |
design | VisibilityModifier | Variable 'newChildForms' must be private and have accessor methods. | 31 |
![]() |
design | VisibilityModifier | Variable 'newParentForm' must be private and have accessor methods. | 33 |
![]() |
design | VisibilityModifier | Variable 'newErrorForm' must be private and have accessor methods. | 34 |
![]() |
design | VisibilityModifier | Variable 'keepFilesDebug' must be private and have accessor methods. | 35 |
![]() |
design | VisibilityModifier | Variable 'nukeMyProxies' must be private and have accessor methods. | 36 |
![]() |
design | VisibilityModifier | Variable 'recurseSubDirs' must be private and have accessor methods. | 37 |
![]() |
design | VisibilityModifier | Variable 'apBinDir' must be private and have accessor methods. | 39 |
![]() |
design | VisibilityModifier | Variable 'binFiles' must be private and have accessor methods. | 41 |
![]() |
design | VisibilityModifier | Variable 'binFileExt' must be private and have accessor methods. | 43 |
![]() |
design | VisibilityModifier | Variable 'outDirs' must be private and have accessor methods. | 45 |
![]() |
design | VisibilityModifier | Variable 'singleChildFiletype' must be private and have accessor methods. | 46 |
![]() |
design | VisibilityModifier | Variable 'keepParentHashesForSingleChild' must be private and have accessor methods. | 47 |
![]() |
design | VisibilityModifier | Variable 'keepParentFiletypeForSingleChild' must be private and have accessor methods. | 48 |
![]() |
design | VisibilityModifier | Variable 'setTitleToFile' must be private and have accessor methods. | 52 |
![]() |
design | VisibilityModifier | Variable 'fileTypesByExtension' must be private and have accessor methods. | 53 |
![]() |
design | VisibilityModifier | Variable 'contentFile' must be private and have accessor methods. | 55 |
![]() |
design | VisibilityModifier | Variable 'executrix' must be private and have accessor methods. | 56 |
![]() |
design | VisibilityModifier | Variable 'logfilename' must be private and have accessor methods. | 57 |
![]() |
design | VisibilityModifier | Variable 'charset' must be private and have accessor methods. | 58 |
![]() |
design | VisibilityModifier | Variable 'singleOutputAsChild' must be private and have accessor methods. | 59 |
![]() |
design | VisibilityModifier | Variable 'preserveParentData' must be private and have accessor methods. | 60 |
![]() |
design | VisibilityModifier | Variable 'placeDisplayName' must be private and have accessor methods. | 62 |
![]() |
misc | FinalParameters | Parameter configStream should be final. | 69 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 75 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 75 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 75 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 81 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 86 |
![]() |
misc | FinalParameters | Parameter loc should be final. | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 122 |
![]() |
coding | RequireThis | Reference to instance variable 'contentFile' needs "this.". | 123 |
![]() |
coding | RequireThis | Reference to instance variable 'doSynchronized' needs "this.". | 124 |
![]() |
coding | RequireThis | Reference to instance variable 'nukeMyProxies' needs "this.". | 125 |
![]() |
coding | RequireThis | Reference to instance variable 'keepFilesDebug' needs "this.". | 126 |
![]() |
coding | RequireThis | Reference to instance variable 'recurseSubDirs' needs "this.". | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'apBinDir' needs "this.". | 128 |
![]() |
coding | RequireThis | Reference to instance variable 'outDirs' needs "this.". | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'charset' needs "this.". | 130 |
![]() |
coding | RequireThis | Reference to instance variable 'charset' needs "this.". | 130 |
![]() |
coding | RequireThis | Reference to instance variable 'binFileExt' needs "this.". | 132 |
![]() |
coding | RequireThis | Reference to instance variable 'binFiles' needs "this.". | 133 |
![]() |
coding | RequireThis | Reference to instance variable 'newErrorForm' needs "this.". | 135 |
![]() |
coding | RequireThis | Reference to instance variable 'newParentForm' needs "this.". | 136 |
![]() |
coding | RequireThis | Reference to instance variable 'newParentForm' needs "this.". | 137 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 137 |
![]() |
coding | RequireThis | Reference to instance variable 'newParentForm' needs "this.". | 138 |
![]() |
coding | RequireThis | Reference to instance variable 'newChildForms' needs "this.". | 140 |
![]() |
coding | RequireThis | Reference to instance variable 'singleChildFiletype' needs "this.". | 141 |
![]() |
coding | RequireThis | Reference to instance variable 'keepParentHashesForSingleChild' needs "this.". | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'keepParentFiletypeForSingleChild' needs "this.". | 143 |
![]() |
coding | RequireThis | Reference to instance variable 'setTitleToFile' needs "this.". | 145 |
![]() |
coding | RequireThis | Reference to instance variable 'placeDisplayName' needs "this.". | 146 |
![]() |
coding | RequireThis | Reference to instance variable 'logfilename' needs "this.". | 147 |
![]() |
coding | RequireThis | Reference to instance variable 'singleOutputAsChild' needs "this.". | 148 |
![]() |
coding | RequireThis | Reference to instance variable 'singleOutputAsChild' needs "this.". | 148 |
![]() |
coding | RequireThis | Reference to instance variable 'preserveParentData' needs "this.". | 149 |
![]() |
coding | RequireThis | Reference to instance variable 'preserveParentData' needs "this.". | 149 |
![]() |
coding | FinalLocalVariable | Variable 'tmp' should be declared final. | 152 |
![]() |
coding | RequireThis | Reference to instance variable 'fileTypesByExtension' needs "this.". | 157 |
![]() |
coding | RequireThis | Reference to instance variable 'logfilename' needs "this.". | 166 |
![]() |
misc | FinalParameters | Parameter e should be final. | 174 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 175 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 182 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 190 |
![]() |
misc | FinalParameters | Parameter tempDir should be final. | 200 |
![]() |
coding | FinalLocalVariable | Variable 'lfn' should be declared final. | 203 |
![]() |
coding | RequireThis | Reference to instance variable 'logfilename' needs "this.". | 203 |
![]() |
coding | FinalLocalVariable | Variable 'logdata' should be declared final. | 204 |
![]() |
coding | RequireThis | Reference to instance variable 'charset' needs "this.". | 206 |
![]() |
misc | FinalParameters | Parameter tmpDir should be final. | 221 |
![]() |
misc | FinalParameters | Parameter inputFileName should be final. | 221 |
![]() |
coding | FinalLocalVariable | Variable 'outFiles' should be declared final. | 222 |
![]() |
misc | FinalParameters | Parameter tmpDir should be final. | 234 |
![]() |
misc | FinalParameters | Parameter inputFileName should be final. | 234 |
![]() |
misc | FinalParameters | Parameter outFiles should be final. | 234 |
![]() |
coding | RequireThis | Reference to instance variable 'outDirs' needs "this.". | 236 |
![]() |
coding | RequireThis | Reference to instance variable 'outDirs' needs "this.". | 237 |
![]() |
coding | FinalLocalVariable | Variable 'dir' should be declared final. | 238 |
![]() |
coding | RequireThis | Reference to instance variable 'outDirs' needs "this.". | 239 |
![]() |
coding | RequireThis | Reference to instance variable 'outDirs' needs "this.". | 242 |
![]() |
coding | RequireThis | Reference to instance variable 'outDirs' needs "this.". | 245 |
![]() |
coding | FinalLocalVariable | Variable 'files' should be declared final. | 248 |
![]() |
coding | RequireThis | Reference to instance variable 'recurseSubDirs' needs "this.". | 258 |
![]() |
coding | FinalLocalVariable | Variable 'fname' should be declared final. | 265 |
![]() |
coding | RequireThis | Reference to instance variable 'binFiles' needs "this.". | 266 |
![]() |
coding | RequireThis | Reference to instance variable 'binFileExt' needs "this.". | 275 |
![]() |
coding | RequireThis | Reference to instance variable 'contentFile' needs "this.". | 279 |
![]() |
coding | RequireThis | Reference to instance variable 'contentFile' needs "this.". | 279 |
![]() |
misc | FinalParameters | Parameter o1 should be final. | 300 |
![]() |
misc | FinalParameters | Parameter o2 should be final. | 300 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 321 |
![]() |
misc | FinalParameters | Parameter files should be final. | 321 |
![]() |
misc | FinalParameters | Parameter tempDirName should be final. | 321 |
![]() |
misc | FinalParameters | Parameter newData should be final. | 321 |
![]() |
coding | FinalLocalVariable | Variable 'sprouts' should be declared final. | 322 |
![]() |
coding | FinalLocalVariable | Variable 'fileCount' should be declared final. | 329 |
![]() |
coding | FinalLocalVariable | Variable 'theData' should be declared final. | 344 |
![]() |
coding | FinalLocalVariable | Variable 'metaData' should be declared final. | 354 |
![]() |
coding | RequireThis | Reference to instance variable 'setTitleToFile' needs "this.". | 355 |
![]() |
coding | FinalLocalVariable | Variable 'tmpForms' should be declared final. | 359 |
![]() |
coding | FinalLocalVariable | Variable 'dObj' should be declared final. | 361 |
![]() |
coding | RequireThis | Reference to instance variable 'preserveParentData' needs "this.". | 373 |
![]() |
coding | RequireThis | Reference to instance variable 'charset' needs "this.". | 375 |
![]() |
misc | FinalParameters | Parameter f should be final. | 389 |
![]() |
coding | FinalLocalVariable | Variable 'tmpForms' should be declared final. | 390 |
![]() |
coding | RequireThis | Reference to instance variable 'fileTypesByExtension' needs "this.". | 392 |
![]() |
coding | RequireThis | Reference to instance variable 'newChildForms' needs "this.". | 398 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 413 |
![]() |
misc | FinalParameters | Parameter files should be final. | 413 |
![]() |
misc | FinalParameters | Parameter newData should be final. | 413 |
![]() |
misc | FinalParameters | Parameter dirName should be final. | 413 |
![]() |
coding | RequireThis | Reference to instance variable 'contentFile' needs "this.". | 414 |
![]() |
coding | RequireThis | Reference to instance variable 'contentFile' needs "this.". | 415 |
![]() |
coding | FinalLocalVariable | Variable 'fileData' should be declared final. | 416 |
![]() |
coding | RequireThis | Reference to instance variable 'contentFile' needs "this.". | 416 |
![]() |
coding | RequireThis | Reference to instance variable 'contentFile' needs "this.". | 420 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 434 |
![]() |
misc | FinalParameters | Parameter numSubParts should be final. | 434 |
![]() |
misc | FinalParameters | Parameter actualFileCount should be final. | 434 |
![]() |
misc | FinalParameters | Parameter newParentData should be final. | 434 |
![]() |
misc | FinalParameters | Parameter data should be final. | 449 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 449 |
![]() |
misc | FinalParameters | Parameter f should be final. | 449 |
![]() |
misc | FinalParameters | Parameter birthOrder should be final. | 449 |
![]() |
misc | FinalParameters | Parameter numSubParts should be final. | 449 |
![]() |
misc | FinalParameters | Parameter newParentData should be final. | 449 |
![]() |
misc | FinalParameters | Parameter data should be final. | 466 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 466 |
![]() |
misc | FinalParameters | Parameter f should be final. | 466 |
![]() |
misc | FinalParameters | Parameter birthOrder should be final. | 466 |
![]() |
misc | FinalParameters | Parameter numSubParts should be final. | 466 |
![]() |
misc | FinalParameters | Parameter actualFileCount should be final. | 466 |
![]() |
misc | FinalParameters | Parameter newParentData should be final. | 467 |
![]() |
misc | FinalParameters | Parameter theSprout should be final. | 467 |
![]() |
misc | FinalParameters | Parameter d should be final. | 479 |
![]() |
misc | FinalParameters | Parameter f should be final. | 479 |
![]() |
coding | FinalLocalVariable | Variable 'theData' should be declared final. | 480 |
![]() |
misc | FinalParameters | Parameter d should be final. | 493 |
![]() |
misc | FinalParameters | Parameter f should be final. | 493 |
![]() |
misc | FinalParameters | Parameter theData should be final. | 493 |
![]() |
coding | FinalLocalVariable | Variable 'filename' should be declared final. | 494 |
![]() |
coding | RequireThis | Reference to instance variable 'setTitleToFile' needs "this.". | 496 |
![]() |
coding | FinalLocalVariable | Variable 'tmpForms' should be declared final. | 499 |
![]() |
coding | RequireThis | Reference to instance variable 'singleChildFiletype' needs "this.". | 503 |
![]() |
misc | FinalParameters | Parameter d should be final. | 518 |
![]() |
misc | FinalParameters | Parameter theData should be final. | 518 |
![]() |
misc | FinalParameters | Parameter f should be final. | 518 |
![]() |
misc | FinalParameters | Parameter theDataObject should be final. | 527 |
![]() |
misc | FinalParameters | Parameter theDataObject should be final. | 537 |
![]() |
misc | FinalParameters | Parameter tData should be final. | 548 |
![]() |
coding | FinalLocalVariable | Variable 'entries' should be declared final. | 549 |
![]() |
coding | RequireThis | Reference to instance variable 'doSynchronized' needs "this.". | 551 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 565 |
![]() |
coding | RequireThis | Reference to instance variable 'contentFile' needs "this.". | 565 |
![]() |
coding | RequireThis | Reference to instance variable 'singleOutputAsChild' needs "this.". | 565 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 566 |
![]() |
coding | RequireThis | Reference to instance variable 'keepParentHashesForSingleChild' needs "this.". | 568 |
![]() |
coding | RequireThis | Reference to instance variable 'keepParentFiletypeForSingleChild' needs "this.". | 573 |
![]() |
coding | RequireThis | Reference to instance variable 'newParentForm' needs "this.". | 580 |
![]() |
coding | RequireThis | Reference to instance variable 'newParentForm' needs "this.". | 581 |
![]() |
coding | RequireThis | Reference to instance variable 'newParentForm' needs "this.". | 582 |
![]() |
misc | FinalParameters | Parameter tData should be final. | 595 |
![]() |
misc | FinalParameters | Parameter tData should be final. | 609 |
![]() |
misc | FinalParameters | Parameter start should be final. | 609 |
![]() |
misc | FinalParameters | Parameter len should be final. | 609 |
![]() |
coding | RequireThis | Reference to instance variable 'newErrorForm' needs "this.". | 622 |
![]() |
coding | RequireThis | Reference to instance variable 'newErrorForm' needs "this.". | 630 |
![]() |
coding | FinalLocalVariable | Variable 'names' should be declared final. | 638 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 638 |
![]() |
coding | FinalLocalVariable | Variable 'cmd' should be declared final. | 643 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 643 |
![]() |
coding | FinalLocalVariable | Variable 'parentData' should be declared final. | 644 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 648 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 650 |
![]() |
coding | FinalLocalVariable | Variable 'errbuf' should be declared final. | 651 |
![]() |
coding | RequireThis | Reference to instance variable 'nukeMyProxies' needs "this.". | 660 |
![]() |
coding | RequireThis | Reference to instance variable 'nukeMyProxies' needs "this.". | 663 |
![]() |
coding | FinalLocalVariable | Variable 'files' should be declared final. | 666 |
![]() |
coding | RequireThis | Reference to instance variable 'newErrorForm' needs "this.". | 684 |
![]() |
misc | FinalParameters | Parameter cmd should be final. | 695 |
![]() |
misc | FinalParameters | Parameter cmd should be final. | 707 |
![]() |
misc | FinalParameters | Parameter stdout should be final. | 707 |
![]() |
misc | FinalParameters | Parameter stderr should be final. | 707 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 708 |
![]() |
coding | RequireThis | Reference to instance variable 'charset' needs "this.". | 708 |
![]() |
misc | FinalParameters | Parameter tempDir should be final. | 717 |
![]() |
coding | RequireThis | Reference to instance variable 'keepFilesDebug' needs "this.". | 718 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 728 |
![]() |
coding | FinalLocalVariable | Variable 'status' should be declared final. | 729 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter workDir should be final. | 48 |
![]() |
coding | HiddenField | 'workDir' hides a field. | 48 |
![]() |
coding | FinalLocalVariable | Variable 'rr' should be declared final. | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'scriptFile' needs "this.". | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'workDir' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 86 |
![]() |
coding | FinalLocalVariable | Variable 'att' should be declared final. | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 95 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 109 |
![]() |
coding | FinalLocalVariable | Variable 'att' should be declared final. | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 117 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 130 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 131 |
![]() |
coding | FinalLocalVariable | Variable 'att' should be declared final. | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 136 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 137 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 138 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 140 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 141 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 143 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 144 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 145 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 150 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 151 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 154 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 155 |
![]() |
coding | FinalLocalVariable | Variable 'att' should be declared final. | 157 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 157 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 157 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 159 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 165 |
![]() |
coding | FinalLocalVariable | Variable 'mockLogger' should be declared final. | 166 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 167 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 169 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 169 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 46, 47. | 175 |
![]() |
coding | RequireThis | Reference to instance variable 'scriptFile' needs "this.". | 187 |
![]() |
coding | RequireThis | Reference to instance variable 'scriptFile' needs "this.". | 192 |
![]() |
coding | FinalLocalVariable | Variable 'fos' should be declared final. | 193 |
![]() |
coding | RequireThis | Reference to instance variable 'scriptFile' needs "this.". | 193 |
![]() |
misc | FinalParameters | Parameter ot should be final. | 198 |
![]() |
misc | FinalParameters | Parameter outputCount should be final. | 198 |
![]() |
coding | RequireThis | Reference to instance variable 'scriptFile' needs "this.". | 214 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'finishedSuperConstructor' must be private and have accessor methods. | 10 |
![]() |
design | VisibilityModifier | Variable 'processCounter' must be private and have accessor methods. | 12 |
![]() |
misc | FinalParameters | Parameter placeLocation should be final. | 14 |
![]() |
coding | RequireThis | Reference to instance variable 'finishedSuperConstructor' needs "this.". | 16 |
![]() |
misc | FinalParameters | Parameter configFile should be final. | 19 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 19 |
![]() |
misc | FinalParameters | Parameter placeLocation should be final. | 19 |
![]() |
coding | RequireThis | Reference to instance variable 'finishedSuperConstructor' needs "this.". | 21 |
![]() |
misc | FinalParameters | Parameter configStream should be final. | 24 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 24 |
![]() |
misc | FinalParameters | Parameter placeLocation should be final. | 24 |
![]() |
coding | RequireThis | Reference to instance variable 'finishedSuperConstructor' needs "this.". | 26 |
![]() |
coding | RequireThis | Reference to instance variable 'finishedSuperConstructor' needs "this.". | 31 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'processCounter' needs "this.". | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'finishedSuperConstructor' must be private and have accessor methods. | 10 |
![]() |
design | VisibilityModifier | Variable 'processCounter' must be private and have accessor methods. | 12 |
![]() |
misc | FinalParameters | Parameter placeLocation should be final. | 14 |
![]() |
coding | RequireThis | Reference to instance variable 'finishedSuperConstructor' needs "this.". | 16 |
![]() |
misc | FinalParameters | Parameter configFile should be final. | 19 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 19 |
![]() |
misc | FinalParameters | Parameter placeLocation should be final. | 19 |
![]() |
coding | RequireThis | Reference to instance variable 'finishedSuperConstructor' needs "this.". | 21 |
![]() |
misc | FinalParameters | Parameter configStream should be final. | 24 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 24 |
![]() |
misc | FinalParameters | Parameter placeLocation should be final. | 24 |
![]() |
coding | RequireThis | Reference to instance variable 'finishedSuperConstructor' needs "this.". | 26 |
![]() |
coding | RequireThis | Reference to instance variable 'finishedSuperConstructor' needs "this.". | 31 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'processCounter' needs "this.". | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 9 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 9 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 9 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 13 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 13 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 13 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 17 |
![]() |
misc | FinalParameters | Parameter theDataObject should be final. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'DATA' should be declared final. | 28 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'DOUBLE_DATA' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 29 |
![]() |
coding | FinalLocalVariable | Variable 'DOUBLE_DATA' should be declared final. | 29 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 32 |
![]() |
coding | FinalLocalVariable | Variable 'tp' should be declared final. | 33 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 34 |
![]() |
coding | FinalLocalVariable | Variable 'kff' should be declared final. | 35 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'oldhash' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 44 |
![]() |
coding | FinalLocalVariable | Variable 'oldhash' should be declared final. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'newhash' should be declared final. | 56 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 67 |
![]() |
misc | FinalParameters | Parameter config should be final. | 67 |
![]() |
misc | FinalParameters | Parameter d should be final. | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'useData' needs "this.". | 74 |
![]() |
misc | FinalParameters | Parameter data should be final. | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'useData' needs "this.". | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'configG' must be private and have accessor methods. | 73 |
![]() |
design | VisibilityModifier | Variable 'dirPlace' must be private and have accessor methods. | 82 |
![]() |
design | VisibilityModifier | Variable 'localDirPlace' must be private and have accessor methods. | 84 |
![]() |
design | VisibilityModifier | Variable 'keys' must be private and have accessor methods. | 91 |
![]() |
design | VisibilityModifier | Variable 'denyList' must be private and have accessor methods. | 96 |
![]() |
design | VisibilityModifier | Variable 'myKey' must be private and have accessor methods. | 101 |
![]() |
design | VisibilityModifier | Variable 'serviceCost' must be private and have accessor methods. | 102 |
![]() |
design | VisibilityModifier | Variable 'serviceQuality' must be private and have accessor methods. | 103 |
![]() |
design | VisibilityModifier | Variable 'placeName' must be private and have accessor methods. | 105 |
![]() |
design | VisibilityModifier | Variable 'serviceDescription' must be private and have accessor methods. | 111 |
![]() |
design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 121 |
![]() |
design | VisibilityModifier | Variable 'kff' must be private and have accessor methods. | 127 |
![]() |
design | VisibilityModifier | Variable 'processMethodImplemented' must be private and have accessor methods. | 135 |
![]() |
design | VisibilityModifier | Variable 'heavyDutyMethodImplemented' must be private and have accessor methods. | 136 |
![]() |
coding | FinalLocalVariable | Variable 'placeLocation' should be declared final. | 145 |
![]() |
coding | RequireThis | Reference to instance variable 'configG' needs "this.". | 146 |
![]() |
misc | FinalParameters | Parameter thePlaceLocation should be final. | 156 |
![]() |
coding | RequireThis | Reference to instance variable 'configG' needs "this.". | 158 |
![]() |
misc | FinalParameters | Parameter configFile should be final. | 169 |
![]() |
misc | FinalParameters | Parameter theDir should be final. | 169 |
![]() |
misc | FinalParameters | Parameter thePlaceLocation should be final. | 169 |
![]() |
coding | RequireThis | Reference to instance variable 'configG' needs "this.". | 171 |
![]() |
misc | FinalParameters | Parameter configStream should be final. | 182 |
![]() |
misc | FinalParameters | Parameter theDir should be final. | 182 |
![]() |
misc | FinalParameters | Parameter thePlaceLocation should be final. | 182 |
![]() |
coding | RequireThis | Reference to instance variable 'configG' needs "this.". | 184 |
![]() |
misc | FinalParameters | Parameter configStream should be final. | 193 |
![]() |
coding | FinalLocalVariable | Variable 'placeLocation' should be declared final. | 195 |
![]() |
coding | RequireThis | Reference to instance variable 'configG' needs "this.". | 196 |
![]() |
misc | FinalParameters | Parameter configFile should be final. | 206 |
![]() |
misc | FinalParameters | Parameter placeLocation should be final. | 206 |
![]() |
misc | FinalParameters | Parameter configStream should be final. | 217 |
![]() |
misc | FinalParameters | Parameter placeLocation should be final. | 217 |
![]() |
misc | FinalParameters | Parameter configStream should be final. | 226 |
![]() |
misc | FinalParameters | Parameter placeLocation should be final. | 226 |
![]() |
misc | FinalParameters | Parameter configFileName should be final. | 240 |
![]() |
misc | FinalParameters | Parameter placeLocation should be final. | 240 |
![]() |
misc | FinalParameters | Parameter placeLocation should be final. | 252 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'placeLocation' is not allowed. | 254 |
![]() |
coding | FinalLocalVariable | Variable 'myPackage' should be declared final. | 260 |
![]() |
coding | FinalLocalVariable | Variable 'configLocs' should be declared final. | 261 |
![]() |
coding | FinalLocalVariable | Variable 'pos' should be declared final. | 263 |
![]() |
coding | FinalLocalVariable | Variable 'serviceClass' should be declared final. | 264 |
![]() |
misc | FinalParameters | Parameter theDir should be final. | 275 |
![]() |
misc | FinalParameters | Parameter placeLocation should be final. | 275 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 278 |
![]() |
coding | FinalLocalVariable | Variable 'firstentry' should be declared final. | 287 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 287 |
![]() |
coding | RequireThis | Reference to instance variable 'myKey' needs "this.". | 288 |
![]() |
coding | RequireThis | Reference to instance variable 'serviceCost' needs "this.". | 289 |
![]() |
coding | RequireThis | Reference to instance variable 'serviceQuality' needs "this.". | 290 |
![]() |
coding | RequireThis | Reference to instance variable 'placeName' needs "this.". | 291 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 297 |
![]() |
coding | RequireThis | Reference to instance variable 'dirPlace' needs "this.". | 297 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 299 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 310 |
![]() |
coding | FinalLocalVariable | Variable 'bindKey' should be declared final. | 311 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 312 |
![]() |
misc | FinalParameters | Parameter theDir should be final. | 334 |
![]() |
coding | RequireThis | Reference to instance variable 'localDirPlace' needs "this.". | 339 |
![]() |
coding | RequireThis | Reference to instance variable 'dirPlace' needs "this.". | 340 |
![]() |
coding | RequireThis | Reference to instance variable 'localDirPlace' needs "this.". | 340 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 343 |
![]() |
coding | RequireThis | Reference to instance variable 'dirPlace' needs "this.". | 348 |
![]() |
coding | RequireThis | Reference to instance variable 'localDirPlace' needs "this.". | 349 |
![]() |
coding | FinalLocalVariable | Variable 'myUrl' should be declared final. | 351 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 351 |
![]() |
coding | FinalLocalVariable | Variable 'dirUrl' should be declared final. | 352 |
![]() |
coding | RequireThis | Reference to instance variable 'dirPlace' needs "this.". | 352 |
![]() |
coding | RequireThis | Reference to instance variable 'localDirPlace' needs "this.". | 354 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 356 |
![]() |
coding | RequireThis | Reference to instance variable 'dirPlace' needs "this.". | 356 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 359 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 370 |
![]() |
misc | FinalParameters | Parameter l should be final. | 380 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 391 |
![]() |
coding | RequireThis | Reference to instance variable 'serviceDescription' needs "this.". | 391 |
![]() |
coding | RequireThis | Reference to instance variable 'serviceCost' needs "this.". | 391 |
![]() |
coding | RequireThis | Reference to instance variable 'serviceQuality' needs "this.". | 391 |
![]() |
misc | FinalParameters | Parameter placeLocation should be final. | 410 |
![]() |
coding | RequireThis | Reference to instance variable 'serviceDescription' needs "this.". | 411 |
![]() |
coding | RequireThis | Reference to instance variable 'configG' needs "this.". | 411 |
![]() |
coding | RequireThis | Reference to instance variable 'serviceDescription' needs "this.". | 412 |
![]() |
coding | RequireThis | Reference to instance variable 'serviceDescription' needs "this.". | 412 |
![]() |
coding | RequireThis | Reference to instance variable 'serviceDescription' needs "this.". | 413 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'placeLocation' is not allowed. | 417 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 422 |
![]() |
coding | FinalLocalVariable | Variable 'node' should be declared final. | 425 |
![]() |
coding | HiddenField | 'placeName' hides a field. | 431 |
![]() |
coding | RequireThis | Reference to instance variable 'configG' needs "this.". | 431 |
![]() |
coding | RequireThis | Reference to instance variable 'configG' needs "this.". | 432 |
![]() |
coding | RequireThis | Reference to instance variable 'configG' needs "this.". | 433 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'serviceCost' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 434 |
![]() |
coding | FinalLocalVariable | Variable 'serviceCost' should be declared final. | 434 |
![]() |
coding | HiddenField | 'serviceCost' hides a field. | 434 |
![]() |
coding | RequireThis | Reference to instance variable 'configG' needs "this.". | 434 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'serviceQuality' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 435 |
![]() |
coding | FinalLocalVariable | Variable 'serviceQuality' should be declared final. | 435 |
![]() |
coding | HiddenField | 'serviceQuality' hides a field. | 435 |
![]() |
coding | RequireThis | Reference to instance variable 'configG' needs "this.". | 435 |
![]() |
coding | RequireThis | Reference to instance variable 'configG' needs "this.". | 450 |
![]() |
coding | FinalLocalVariable | Variable 'de' should be declared final. | 451 |
![]() |
coding | RequireThis | Reference to instance variable 'serviceDescription' needs "this.". | 451 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 452 |
![]() |
coding | RequireThis | Reference to instance variable 'configG' needs "this.". | 455 |
![]() |
coding | FinalLocalVariable | Variable 'de' should be declared final. | 456 |
![]() |
coding | RequireThis | Reference to instance variable 'serviceDescription' needs "this.". | 456 |
![]() |
coding | RequireThis | Reference to instance variable 'denyList' needs "this.". | 457 |
![]() |
coding | RequireThis | Reference to instance variable 'configG' needs "this.". | 488 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 490 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 492 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 497 |
![]() |
coding | RequireThis | Reference to instance variable 'localDirPlace' needs "this.". | 513 |
![]() |
coding | RequireThis | Reference to instance variable 'localDirPlace' needs "this.". | 514 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 516 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 516 |
![]() |
coding | RequireThis | Reference to instance variable 'dirPlace' needs "this.". | 516 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 526 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 533 |
![]() |
misc | FinalParameters | Parameter payloadList should be final. | 546 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 548 |
![]() |
coding | FinalLocalVariable | Variable 'list' should be declared final. | 550 |
![]() |
coding | FinalLocalVariable | Variable 'l' should be declared final. | 556 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 564 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 565 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 571 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 573 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 587 |
![]() |
coding | FinalLocalVariable | Variable 'l' should be declared final. | 591 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 595 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 605 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 607 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 608 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 619 |
![]() |
coding | RequireThis | Reference to instance variable 'heavyDutyMethodImplemented' needs "this.". | 620 |
![]() |
coding | FinalLocalVariable | Variable 'children' should be declared final. | 621 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 623 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 639 |
![]() |
coding | RequireThis | Reference to instance variable 'processMethodImplemented' needs "this.". | 640 |
![]() |
coding | FinalLocalVariable | Variable 'mname' should be declared final. | 657 |
![]() |
coding | FinalLocalVariable | Variable 'rname' should be declared final. | 658 |
![]() |
coding | FinalLocalVariable | Variable 'params' should be declared final. | 659 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 662 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 662 |
![]() |
coding | RequireThis | Reference to instance variable 'processMethodImplemented' needs "this.". | 663 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 664 |
![]() |
coding | RequireThis | Reference to instance variable 'heavyDutyMethodImplemented' needs "this.". | 665 |
![]() |
coding | RequireThis | Reference to instance variable 'heavyDutyMethodImplemented' needs "this.". | 670 |
![]() |
coding | RequireThis | Reference to instance variable 'processMethodImplemented' needs "this.". | 670 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 671 |
![]() |
coding | RequireThis | Reference to instance variable 'processMethodImplemented' needs "this.". | 678 |
![]() |
coding | RequireThis | Reference to instance variable 'heavyDutyMethodImplemented' needs "this.". | 678 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 679 |
![]() |
misc | FinalParameters | Parameter d should be final. | 692 |
![]() |
coding | FinalLocalVariable | Variable 'nukem' should be declared final. | 693 |
![]() |
coding | FinalLocalVariable | Variable 'sz' should be declared final. | 694 |
![]() |
coding | FinalLocalVariable | Variable 'serviceProxies' should be declared final. | 695 |
![]() |
coding | FinalLocalVariable | Variable 'form' should be declared final. | 704 |
![]() |
coding | FinalLocalVariable | Variable 'wc' should be declared final. | 709 |
![]() |
coding | FinalLocalVariable | Variable 'pos' should be declared final. | 718 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 734 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 735 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 747 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 748 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 763 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 776 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 776 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 784 |
![]() |
misc | FinalParameters | Parameter serviceProxy should be final. | 793 |
![]() |
coding | FinalLocalVariable | Variable 'de' should be declared final. | 795 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 795 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 800 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 805 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 806 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 809 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 816 |
![]() |
misc | FinalParameters | Parameter key should be final. | 826 |
![]() |
coding | FinalLocalVariable | Variable 'de' should be declared final. | 828 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 828 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 830 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 833 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 834 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 837 |
![]() |
misc | FinalParameters | Parameter key should be final. | 846 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 847 |
![]() |
coding | RequireThis | Reference to instance variable 'dirPlace' needs "this.". | 850 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 852 |
![]() |
coding | FinalLocalVariable | Variable 'keylist' should be declared final. | 859 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 869 |
![]() |
coding | RequireThis | Reference to instance variable 'dirPlace' needs "this.". | 873 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 875 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 882 |
![]() |
misc | FinalParameters | Parameter keylist should be final. | 890 |
![]() |
coding | RequireThis | Reference to instance variable 'localDirPlace' needs "this.". | 892 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 895 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 897 |
![]() |
coding | RequireThis | Reference to instance variable 'localDirPlace' needs "this.". | 898 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 901 |
![]() |
misc | FinalParameters | Parameter keys should be final. | 911 |
![]() |
coding | HiddenField | 'keys' hides a field. | 911 |
![]() |
coding | RequireThis | Reference to instance variable 'localDirPlace' needs "this.". | 913 |
![]() |
coding | RequireThis | Reference to instance variable 'dirPlace' needs "this.". | 913 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 916 |
![]() |
coding | RequireThis | Reference to instance variable 'dirPlace' needs "this.". | 916 |
![]() |
coding | FinalLocalVariable | Variable 'da' should be declared final. | 917 |
![]() |
coding | RequireThis | Reference to instance variable 'dirPlace' needs "this.". | 918 |
![]() |
coding | RequireThis | Reference to instance variable 'localDirPlace' needs "this.". | 919 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 920 |
![]() |
coding | RequireThis | Reference to instance variable 'localDirPlace' needs "this.". | 921 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 924 |
![]() |
misc | FinalParameters | Parameter serviceProxy should be final. | 936 |
![]() |
coding | FinalLocalVariable | Variable 'keylist' should be declared final. | 938 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 941 |
![]() |
coding | FinalLocalVariable | Variable 'k' should be declared final. | 942 |
![]() |
coding | FinalLocalVariable | Variable 'kproxy' should be declared final. | 943 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 952 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 956 |
![]() |
coding | FinalLocalVariable | Variable 'de' should be declared final. | 957 |
![]() |
coding | RequireThis | Reference to instance variable 'serviceCost' needs "this.". | 958 |
![]() |
coding | RequireThis | Reference to instance variable 'serviceQuality' needs "this.". | 959 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 961 |
![]() |
misc | FinalParameters | Parameter key should be final. | 971 |
![]() |
coding | FinalLocalVariable | Variable 'keyWithOutExpense' should be declared final. | 972 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 974 |
![]() |
coding | FinalLocalVariable | Variable 'keylist' should be declared final. | 975 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 979 |
![]() |
coding | FinalLocalVariable | Variable 'de' should be declared final. | 980 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 982 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 985 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 995 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 998 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 1005 |
![]() |
coding | RequireThis | Reference to instance variable 'keys' needs "this.". | 1015 |
![]() |
coding | RequireThis | Reference to instance variable 'configG' needs "this.". | 1025 |
![]() |
coding | FinalLocalVariable | Variable 'runningConfigList' should be declared final. | 1040 |
![]() |
coding | RequireThis | Reference to instance variable 'configG' needs "this.". | 1042 |
![]() |
coding | RequireThis | Reference to instance variable 'configG' needs "this.". | 1043 |
![]() |
coding | FinalLocalVariable | Variable 'resource' should be declared final. | 1052 |
![]() |
coding | FinalLocalVariable | Variable 'placeStats' should be declared final. | 1053 |
![]() |
coding | FinalLocalVariable | Variable 'statsKey' should be declared final. | 1057 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 1064 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 1071 |
![]() |
coding | RequireThis | Reference to instance variable 'placeName' needs "this.". | 1071 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 1072 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 1073 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 1074 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 1079 |
![]() |
coding | RequireThis | Reference to instance variable 'placeName' needs "this.". | 1079 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 1080 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 1081 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 1082 |
![]() |
coding | FinalLocalVariable | Variable 'agent' should be declared final. | 1093 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 1096 |
![]() |
coding | FinalLocalVariable | Variable 'familyTree' should be declared final. | 1098 |
![]() |
coding | FinalLocalVariable | Variable 'member' should be declared final. | 1101 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 1106 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 1110 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 1113 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 1116 |
![]() |
misc | FinalParameters | Parameter s should be final. | 1124 |
![]() |
coding | RequireThis | Reference to instance variable 'denyList' needs "this.". | 1125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'place' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 35 |
![]() |
coding | FinalLocalVariable | Variable 'place' should be declared final. | 35 |
![]() |
coding | FinalLocalVariable | Variable 'pool' should be declared final. | 36 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'agent' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 37 |
![]() |
coding | FinalLocalVariable | Variable 'agent' should be declared final. | 37 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 40 |
![]() |
coding | FinalLocalVariable | Variable 'child' should be declared final. | 42 |
![]() |
coding | FinalLocalVariable | Variable 'payloadList' should be declared final. | 43 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 66 |
![]() |
misc | FinalParameters | Parameter d should be final. | 71 |
![]() |
coding | FinalLocalVariable | Variable 'p' should be declared final. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'configDir' must be private and have accessor methods. | 87 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 101 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 107 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 109 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 110 |
![]() |
coding | FinalLocalVariable | Variable 'de' should be declared final. | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 117 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 118 |
![]() |
coding | FinalLocalVariable | Variable 'proxies' should be declared final. | 119 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 119 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 130 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 132 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 135 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 141 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 147 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 151 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 156 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 162 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 167 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 170 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 171 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 177 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 179 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 180 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 182 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 183 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 186 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 187 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 190 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 191 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 194 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 195 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 199 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 200 |
![]() |
coding | FinalLocalVariable | Variable 'mtp' should be declared final. | 207 |
![]() |
misc | FinalParameters | Parameter usePackage should be final. | 227 |
![]() |
misc | FinalParameters | Parameter ctorType should be final. | 227 |
![]() |
coding | FinalLocalVariable | Variable 'cfg' should be declared final. | 228 |
![]() |
coding | RequireThis | Reference to instance variable 'configDir' needs "this.". | 231 |
![]() |
coding | RequireThis | Reference to instance variable 'configDir' needs "this.". | 233 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 249 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 271 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 278 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 279 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 281 |
![]() |
coding | FinalLocalVariable | Variable 'a' should be declared final. | 282 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 282 |
![]() |
coding | FinalLocalVariable | Variable 'stats' should be declared final. | 284 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 284 |
![]() |
coding | FinalLocalVariable | Variable 'resourceLimit' should be declared final. | 286 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 286 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 291 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 292 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 323 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 331 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 340 |
![]() |
coding | FinalLocalVariable | Variable 'tp' should be declared final. | 341 |
![]() |
coding | FinalLocalVariable | Variable 'de' should be declared final. | 345 |
![]() |
coding | FinalLocalVariable | Variable 'keys' should be declared final. | 351 |
![]() |
coding | FinalLocalVariable | Variable 'proxies' should be declared final. | 355 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 368 |
![]() |
coding | FinalLocalVariable | Variable 'tp' should be declared final. | 369 |
![]() |
coding | FinalLocalVariable | Variable 'proxies' should be declared final. | 387 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 400 |
![]() |
coding | FinalLocalVariable | Variable 'tp' should be declared final. | 401 |
![]() |
coding | FinalLocalVariable | Variable 'keys' should be declared final. | 405 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 417 |
![]() |
coding | FinalLocalVariable | Variable 'tp' should be declared final. | 418 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 428 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 436 |
![]() |
coding | FinalLocalVariable | Variable 'tp' should be declared final. | 446 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 462 |
![]() |
coding | FinalLocalVariable | Variable 'tp' should be declared final. | 463 |
![]() |
coding | FinalLocalVariable | Variable 'de' should be declared final. | 469 |
![]() |
coding | FinalLocalVariable | Variable 'keys' should be declared final. | 476 |
![]() |
coding | FinalLocalVariable | Variable 'sl' should be declared final. | 482 |
![]() |
coding | FinalLocalVariable | Variable 'place' should be declared final. | 484 |
![]() |
coding | HiddenField | 'place' hides a field. | 484 |
![]() |
coding | FinalLocalVariable | Variable 'proxies' should be declared final. | 493 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 509 |
![]() |
coding | FinalLocalVariable | Variable 'tp' should be declared final. | 510 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 525 |
![]() |
coding | FinalLocalVariable | Variable 'tp' should be declared final. | 526 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 539 |
![]() |
coding | FinalLocalVariable | Variable 'p' should be declared final. | 540 |
![]() |
coding | FinalLocalVariable | Variable 'config2' should be declared final. | 546 |
![]() |
coding | FinalLocalVariable | Variable 'p2' should be declared final. | 547 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 557 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 561 |
![]() |
misc | FinalParameters | Parameter config should be final. | 561 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 565 |
![]() |
misc | FinalParameters | Parameter config should be final. | 565 |
![]() |
misc | FinalParameters | Parameter loc should be final. | 565 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 569 |
![]() |
misc | FinalParameters | Parameter config should be final. | 569 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 569 |
![]() |
misc | FinalParameters | Parameter loc should be final. | 569 |
![]() |
misc | FinalParameters | Parameter d should be final. | 574 |
![]() |
misc | FinalParameters | Parameter d should be final. | 578 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'doSynchronized' must be private and have accessor methods. | 23 |
![]() |
design | VisibilityModifier | Variable 'newForm' must be private and have accessor methods. | 25 |
![]() |
design | VisibilityModifier | Variable 'newFormOnError' must be private and have accessor methods. | 26 |
![]() |
design | VisibilityModifier | Variable 'metaDataTag' must be private and have accessor methods. | 28 |
![]() |
design | VisibilityModifier | Variable 'alternateView' must be private and have accessor methods. | 30 |
![]() |
design | VisibilityModifier | Variable 'addAsMetaData' must be private and have accessor methods. | 31 |
![]() |
design | VisibilityModifier | Variable 'perlChop' must be private and have accessor methods. | 32 |
![]() |
design | VisibilityModifier | Variable 'nukeAllProxies' must be private and have accessor methods. | 33 |
![]() |
design | VisibilityModifier | Variable 'keepFilesDebug' must be private and have accessor methods. | 34 |
![]() |
design | VisibilityModifier | Variable 'charset' must be private and have accessor methods. | 35 |
![]() |
design | VisibilityModifier | Variable 'logfilename' must be private and have accessor methods. | 36 |
![]() |
design | VisibilityModifier | Variable 'executrix' must be private and have accessor methods. | 38 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 45 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 57 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 57 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 57 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 69 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 69 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 69 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'doSynchronized' needs "this.". | 101 |
![]() |
coding | RequireThis | Reference to instance variable 'newForm' needs "this.". | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'newForm' needs "this.". | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'newForm' needs "this.". | 104 |
![]() |
coding | RequireThis | Reference to instance variable 'newForm' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'newForm' needs "this.". | 107 |
![]() |
coding | RequireThis | Reference to instance variable 'newFormOnError' needs "this.". | 109 |
![]() |
coding | RequireThis | Reference to instance variable 'alternateView' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'metaDataTag' needs "this.". | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'metaDataTag' needs "this.". | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'addAsMetaData' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'perlChop' needs "this.". | 115 |
![]() |
coding | RequireThis | Reference to instance variable 'nukeAllProxies' needs "this.". | 116 |
![]() |
coding | RequireThis | Reference to instance variable 'keepFilesDebug' needs "this.". | 117 |
![]() |
coding | RequireThis | Reference to instance variable 'charset' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'charset' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 119 |
![]() |
coding | RequireThis | Reference to instance variable 'logfilename' needs "this.". | 120 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'charset' needs "this.". | 121 |
![]() |
misc | FinalParameters | Parameter e should be final. | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 130 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 137 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 145 |
![]() |
coding | RequireThis | Reference to instance variable 'logfilename' needs "this.". | 153 |
![]() |
misc | FinalParameters | Parameter tempDir should be final. | 161 |
![]() |
coding | FinalLocalVariable | Variable 'lfn' should be declared final. | 164 |
![]() |
coding | RequireThis | Reference to instance variable 'logfilename' needs "this.". | 164 |
![]() |
coding | FinalLocalVariable | Variable 'logdata' should be declared final. | 165 |
![]() |
coding | RequireThis | Reference to instance variable 'charset' needs "this.". | 167 |
![]() |
misc | FinalParameters | Parameter cmd should be final. | 181 |
![]() |
misc | FinalParameters | Parameter outputFile should be final. | 181 |
![]() |
coding | FinalLocalVariable | Variable 'errbuf' should be declared final. | 183 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 184 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 184 |
![]() |
misc | FinalParameters | Parameter cmd should be final. | 201 |
![]() |
misc | FinalParameters | Parameter chop should be final. | 201 |
![]() |
coding | RequireThis | Reference to instance variable 'charset' needs "this.". | 202 |
![]() |
coding | FinalLocalVariable | Variable 'outbuf' should be declared final. | 203 |
![]() |
coding | FinalLocalVariable | Variable 'errbuf' should be declared final. | 204 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 205 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 205 |
![]() |
coding | RequireThis | Reference to instance variable 'charset' needs "this.". | 205 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 212 |
![]() |
coding | RequireThis | Reference to instance variable 'charset' needs "this.". | 222 |
![]() |
misc | FinalParameters | Parameter d should be final. | 232 |
![]() |
misc | FinalParameters | Parameter theDataObject should be final. | 243 |
![]() |
coding | RequireThis | Reference to instance variable 'doSynchronized' needs "this.". | 245 |
![]() |
misc | FinalParameters | Parameter theDataObject should be final. | 259 |
![]() |
misc | FinalParameters | Parameter theDataObject should be final. | 269 |
![]() |
misc | FinalParameters | Parameter data should be final. | 281 |
![]() |
coding | FinalLocalVariable | Variable 'names' should be declared final. | 282 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 282 |
![]() |
coding | FinalLocalVariable | Variable 'tempDirName' should be declared final. | 283 |
![]() |
coding | FinalLocalVariable | Variable 'inputFileName' should be declared final. | 284 |
![]() |
coding | FinalLocalVariable | Variable 'outputFileName' should be declared final. | 285 |
![]() |
coding | FinalLocalVariable | Variable 'tempDir' should be declared final. | 286 |
![]() |
coding | FinalLocalVariable | Variable 'written' should be declared final. | 295 |
![]() |
coding | FinalLocalVariable | Variable 'cmd' should be declared final. | 298 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 298 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 300 |
![]() |
coding | RequireThis | Reference to instance variable 'executrix' needs "this.". | 302 |
![]() |
coding | RequireThis | Reference to instance variable 'perlChop' needs "this.". | 303 |
![]() |
coding | RequireThis | Reference to instance variable 'keepFilesDebug' needs "this.". | 317 |
![]() |
misc | FinalParameters | Parameter tData should be final. | 334 |
![]() |
misc | FinalParameters | Parameter newForm should be final. | 334 |
![]() |
coding | HiddenField | 'newForm' hides a field. | 334 |
![]() |
misc | FinalParameters | Parameter outputData should be final. | 334 |
![]() |
misc | FinalParameters | Parameter tData should be final. | 345 |
![]() |
misc | FinalParameters | Parameter tag should be final. | 345 |
![]() |
misc | FinalParameters | Parameter outputData should be final. | 345 |
![]() |
coding | RequireThis | Reference to instance variable 'metaDataTag' needs "this.". | 346 |
![]() |
coding | RequireThis | Reference to instance variable 'newForm' needs "this.". | 347 |
![]() |
coding | RequireThis | Reference to instance variable 'newForm' needs "this.". | 348 |
![]() |
misc | FinalParameters | Parameter tData should be final. | 358 |
![]() |
misc | FinalParameters | Parameter outputData should be final. | 358 |
![]() |
misc | FinalParameters | Parameter tData should be final. | 368 |
![]() |
misc | FinalParameters | Parameter outputData should be final. | 368 |
![]() |
misc | FinalParameters | Parameter tData should be final. | 377 |
![]() |
coding | RequireThis | Reference to instance variable 'newFormOnError' needs "this.". | 378 |
![]() |
coding | RequireThis | Reference to instance variable 'newFormOnError' needs "this.". | 379 |
![]() |
misc | FinalParameters | Parameter serviceType should be final. | 391 |
![]() |
misc | FinalParameters | Parameter tData should be final. | 391 |
![]() |
misc | FinalParameters | Parameter outputData should be final. | 391 |
![]() |
misc | FinalParameters | Parameter tData should be final. | 401 |
![]() |
coding | FinalLocalVariable | Variable 'outputData' should be declared final. | 403 |
![]() |
coding | FinalLocalVariable | Variable 'serviceType' should be declared final. | 404 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 406 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 406 |
![]() |
coding | RequireThis | Reference to instance variable 'addAsMetaData' needs "this.". | 409 |
![]() |
coding | RequireThis | Reference to instance variable 'metaDataTag' needs "this.". | 410 |
![]() |
coding | RequireThis | Reference to instance variable 'alternateView' needs "this.". | 411 |
![]() |
coding | RequireThis | Reference to instance variable 'alternateView' needs "this.". | 412 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 416 |
![]() |
coding | RequireThis | Reference to instance variable 'alternateView' needs "this.". | 419 |
![]() |
coding | RequireThis | Reference to instance variable 'alternateView' needs "this.". | 420 |
![]() |
coding | RequireThis | Reference to instance variable 'addAsMetaData' needs "this.". | 421 |
![]() |
coding | RequireThis | Reference to instance variable 'metaDataTag' needs "this.". | 422 |
![]() |
coding | RequireThis | Reference to instance variable 'nukeAllProxies' needs "this.". | 425 |
![]() |
coding | RequireThis | Reference to instance variable 'newForm' needs "this.". | 427 |
![]() |
coding | RequireThis | Reference to instance variable 'newForm' needs "this.". | 428 |
![]() |
coding | RequireThis | Reference to instance variable 'newForm' needs "this.". | 430 |
![]() |
coding | RequireThis | Reference to instance variable 'newForm' needs "this.". | 431 |
![]() |
misc | FinalParameters | Parameter tData should be final. | 446 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'scriptFile' needs "this.". | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 68 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'scriptFile' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 80 |
![]() |
coding | FinalLocalVariable | Variable 'altView' should be declared final. | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 93 |
![]() |
coding | FinalLocalVariable | Variable 'altView' should be declared final. | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 96 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 102 |
![]() |
coding | FinalLocalVariable | Variable 'mockLogger' should be declared final. | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 104 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 106 |
![]() |
coding | FinalLocalVariable | Variable 'e' should be declared final. | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 119 |
![]() |
coding | FinalLocalVariable | Variable 'DATA' should be declared final. | 122 |
![]() |
coding | FinalLocalVariable | Variable 'outputFile' should be declared final. | 123 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 130 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 133 |
![]() |
coding | FinalLocalVariable | Variable 'e' should be declared final. | 141 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 144 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 145 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 146 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 148 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 151 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 152 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 155 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 46, 47. | 159 |
![]() |
coding | RequireThis | Reference to instance variable 'scriptFile' needs "this.". | 171 |
![]() |
coding | RequireThis | Reference to instance variable 'scriptFile' needs "this.". | 176 |
![]() |
coding | FinalLocalVariable | Variable 'fos' should be declared final. | 177 |
![]() |
coding | RequireThis | Reference to instance variable 'scriptFile' needs "this.". | 177 |
![]() |
misc | FinalParameters | Parameter ot should be final. | 182 |
![]() |
coding | RequireThis | Reference to instance variable 'scriptFile' needs "this.". | 189 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'regexPatternForVersion' must be private and have accessor methods. | 20 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 29 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 29 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 29 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 41 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 41 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 41 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 51 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'gitRepositoryState' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 65 |
![]() |
coding | FinalLocalVariable | Variable 'gitRepositoryState' should be declared final. | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'includeDate' needs "this.". | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'useAbbrevHash' needs "this.". | 68 |
![]() |
coding | FinalLocalVariable | Variable 'cfgRegex' should be declared final. | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'regexPatternForVersion' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'formattedVersion' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'versionHash' needs "this.". | 74 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'formattedVersion' needs "this.". | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'versionHash' needs "this.". | 80 |
![]() |
misc | FinalParameters | Parameter gitRepositoryState should be final. | 87 |
![]() |
coding | FinalLocalVariable | Variable 'version' should be declared final. | 88 |
![]() |
coding | FinalLocalVariable | Variable 'matcher' should be declared final. | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'regexPatternForVersion' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'includeDate' needs "this.". | 95 |
![]() |
coding | FinalLocalVariable | Variable 'buildTime' should be declared final. | 98 |
![]() |
coding | FinalLocalVariable | Variable 'cutEndMark' should be declared final. | 99 |
![]() |
coding | FinalLocalVariable | Variable 'formattedDate' should be declared final. | 100 |
![]() |
misc | FinalParameters | Parameter gitRepositoryState should be final. | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'useAbbrevHash' needs "this.". | 109 |
![]() |
misc | FinalParameters | Parameter includeDate should be final. | 118 |
![]() |
coding | HiddenField | 'includeDate' hides a field. | 118 |
![]() |
misc | FinalParameters | Parameter useAbbrevHash should be final. | 122 |
![]() |
coding | HiddenField | 'useAbbrevHash' hides a field. | 122 |
![]() |
coding | RequireThis | Reference to instance variable 'includeDate' needs "this.". | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'useAbbrevHash' needs "this.". | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'gitRepositoryFile' needs "this.". | 36 |
![]() |
coding | RequireThis | Reference to instance variable 'testGitRepoState' needs "this.". | 37 |
![]() |
coding | RequireThis | Reference to instance variable 'gitRepositoryFile' needs "this.". | 37 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'testGitRepoState' needs "this.". | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 55 |
![]() |
coding | FinalLocalVariable | Variable 'is' should be declared final. | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'testGitRepoState' needs "this.". | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 75 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 75 |
![]() |
coding | RequireThis | Reference to instance variable 'testGitRepoState' needs "this.". | 76 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 76 |
![]() |
coding | FinalLocalVariable | Variable 'regexTestFile' should be declared final. | 84 |
![]() |
coding | FinalLocalVariable | Variable 'regexRepoState' should be declared final. | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 89 |
![]() |
misc | FinalParameters | Parameter is should be final. | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'gitRepositoryFile' needs "VersionPlaceTest.this.". | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'cacheSize' must be private and have accessor methods. | 16 |
![]() |
design | VisibilityModifier | Variable 'cache' must be private and have accessor methods. | 17 |
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 22 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 22 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 22 |
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'cacheSize' needs "this.". | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'cacheSize' needs "this.". | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'cache' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'cacheSize' needs "this.". | 41 |
![]() |
misc | FinalParameters | Parameter d should be final. | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'cache' needs "this.". | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'cache' needs "this.". | 50 |
![]() |
coding | RequireThis | Reference to instance variable 'cache' needs "this.". | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'cacheSize' needs "this.". | 53 |
![]() |
coding | FinalLocalVariable | Variable 'evicted' should be declared final. | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'cache' needs "this.". | 54 |
![]() |
misc | FinalParameters | Parameter d should be final. | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'cacheSize' needs "this.". | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'cache' needs "this.". | 68 |
![]() |
coding | RequireThis | Reference to instance variable 'cache' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'cache' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'cache' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'cache' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'cache' needs "this.". | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'delayTimeMillis' must be private and have accessor methods. | 13 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 18 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 18 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 18 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 26 |
![]() |
coding | RequireThis | Reference to instance variable 'delayTimeMillis' needs "this.". | 32 |
![]() |
coding | RequireThis | Reference to instance variable 'delayTimeMillis' needs "this.". | 32 |
![]() |
misc | FinalParameters | Parameter tData should be final. | 39 |
![]() |
coding | RequireThis | Reference to instance variable 'delayTimeMillis' needs "this.". | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 16 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 16 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 16 |
![]() |
misc | FinalParameters | Parameter configInfo should be final. | 23 |
![]() |
blocks | RightCurly | '}' at column 47 should be alone on a line. | 27 |
![]() |
misc | FinalParameters | Parameter tData should be final. | 33 |
![]() |
coding | FinalLocalVariable | Variable 'before' should be declared final. | 37 |
![]() |
coding | FinalLocalVariable | Variable 'after' should be declared final. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 30 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 30 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 30 |
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 40 |
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'myImportantStringVariable' should be declared final. | 62 |
![]() |
coding | FinalLocalVariable | Variable 'myImportantBooleanVariable' should be declared final. | 65 |
![]() |
misc | FinalParameters | Parameter d should be final. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 25 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 25 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 25 |
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 33 |
![]() |
coding | RequireThis | Reference to instance variable 'newForm' needs "this.". | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'newForm' needs "this.". | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'endForm' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'endForm' needs "this.". | 45 |
![]() |
misc | FinalParameters | Parameter d should be final. | 52 |
![]() |
coding | FinalLocalVariable | Variable 'data' should be declared final. | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'newForm' needs "this.". | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'endForm' needs "this.". | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 25 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 25 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 25 |
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 33 |
![]() |
coding | RequireThis | Reference to instance variable 'newForm' needs "this.". | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'newForm' needs "this.". | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'endForm' needs "this.". | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'endForm' needs "this.". | 44 |
![]() |
misc | FinalParameters | Parameter d should be final. | 51 |
![]() |
coding | FinalLocalVariable | Variable 'data' should be declared final. | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'newForm' needs "this.". | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'endForm' needs "this.". | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'factory' must be private and have accessor methods. | 30 |
![]() |
design | VisibilityModifier | Variable 'namespaceName' must be private and have accessor methods. | 40 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 85 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 95 |
![]() |
misc | FinalParameters | Parameter maxActive should be final. | 95 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 107 |
![]() |
misc | FinalParameters | Parameter maxActive should be final. | 107 |
![]() |
misc | FinalParameters | Parameter name should be final. | 107 |
![]() |
coding | RequireThis | Reference to instance variable 'initialPoolSize' needs "this.". | 110 |
![]() |
misc | FinalParameters | Parameter name should be final. | 119 |
![]() |
coding | RequireThis | Reference to instance variable 'namespaceName' needs "this.". | 120 |
![]() |
coding | RequireThis | Reference to instance variable 'initialPoolSize' needs "this.". | 128 |
![]() |
coding | RequireThis | Reference to instance variable 'initialPoolSize' needs "this.". | 130 |
![]() |
coding | RequireThis | Reference to instance variable 'initialPoolSize' needs "this.". | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'initialPoolSize' needs "this.". | 132 |
![]() |
coding | FinalLocalVariable | Variable 'level' should be declared final. | 142 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 158 |
![]() |
coding | HiddenField | 'factory' hides a field. | 158 |
![]() |
coding | RequireThis | Reference to instance variable 'namespaceName' needs "this.". | 174 |
![]() |
coding | RequireThis | Reference to instance variable 'namespaceName' needs "this.". | 181 |
![]() |
coding | FinalLocalVariable | Variable 'a' should be declared final. | 189 |
![]() |
coding | FinalLocalVariable | Variable 'numberToKill' should be declared final. | 207 |
![]() |
coding | FinalLocalVariable | Variable 'waitTil' should be declared final. | 208 |
![]() |
coding | FinalLocalVariable | Variable 'currentIdle' should be declared final. | 217 |
![]() |
coding | FinalLocalVariable | Variable 'a' should be declared final. | 221 |
![]() |
misc | FinalParameters | Parameter agent should be final. | 280 |
![]() |
misc | FinalParameters | Parameter name should be final. | 296 |
![]() |
coding | RequireThis | Reference to instance variable 'factory' needs "this.". | 314 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter maxMemoryInBytes should be final. | 32 |
![]() |
misc | FinalParameters | Parameter propertyOverride should be final. | 33 |
![]() |
misc | FinalParameters | Parameter expectedPoolSize should be final. | 34 |
![]() |
misc | FinalParameters | Parameter expectedException should be final. | 35 |
![]() |
misc | FinalParameters | Parameter expectedExceptionMsg should be final. | 36 |
![]() |
coding | FinalLocalVariable | Variable 'e' should be declared final. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter s should be final. | 13 |
![]() |
misc | FinalParameters | Parameter thread should be final. | 18 |
![]() |
misc | FinalParameters | Parameter throwable should be final. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'classString' must be private and have accessor methods. | 30 |
![]() |
design | VisibilityModifier | Variable 'maxAgentMoveErrors' must be private and have accessor methods. | 32 |
![]() |
design | VisibilityModifier | Variable 'maxAgentItinerary' must be private and have accessor methods. | 33 |
![]() |
coding | FinalLocalVariable | Variable 'conf' should be declared final. | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'classString' needs "this.". | 50 |
![]() |
coding | RequireThis | Reference to instance variable 'maxAgentMoveErrors' needs "this.". | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'maxAgentItinerary' needs "this.". | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'classString' needs "this.". | 65 |
![]() |
misc | FinalParameters | Parameter clazz should be final. | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'classString' needs "this.". | 77 |
![]() |
misc | FinalParameters | Parameter arg should be final. | 85 |
![]() |
coding | FinalLocalVariable | Variable 'aname' should be declared final. | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'objectsCreated' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'objectsCreated' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'useNamespace' needs "this.". | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'maxAgentItinerary' needs "this.". | 105 |
![]() |
coding | RequireThis | Reference to instance variable 'maxAgentMoveErrors' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'useNamespace' needs "this.". | 109 |
![]() |
coding | RequireThis | Reference to instance variable 'objectsCreated' needs "this.". | 115 |
![]() |
misc | FinalParameters | Parameter o should be final. | 125 |
![]() |
misc | FinalParameters | Parameter o should be final. | 136 |
![]() |
misc | FinalParameters | Parameter o should be final. | 148 |
![]() |
misc | FinalParameters | Parameter o should be final. | 159 |
![]() |
coding | FinalLocalVariable | Variable 'a' should be declared final. | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'useNamespace' needs "this.". | 163 |
![]() |
misc | FinalParameters | Parameter s should be final. | 174 |
![]() |
coding | RequireThis | Reference to instance variable 'classString' needs "this.". | 175 |
![]() |
coding | RequireThis | Reference to instance variable 'classString' needs "this.". | 184 |
![]() |
coding | RequireThis | Reference to instance variable 'objectsCreated' needs "this.". | 192 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'spool' must be private and have accessor methods. | 34 |
![]() |
design | VisibilityModifier | Variable 'pool' must be private and have accessor methods. | 37 |
![]() |
design | VisibilityModifier | Variable 'watcher' must be private and have accessor methods. | 40 |
![]() |
design | VisibilityModifier | Variable 'timeToQuit' must be private and have accessor methods. | 43 |
![]() |
design | VisibilityModifier | Variable 'moveCountMap' must be private and have accessor methods. | 49 |
![]() |
design | VisibilityModifier | Variable 'localDirectory' must be private and have accessor methods. | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'watcher' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'watcher' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'watcher' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'watcher' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'pool' needs "this.". | 95 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 107 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 109 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'timeToQuit' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'localDirectory' needs "this.". | 124 |
![]() |
coding | FinalLocalVariable | Variable 'value' should be declared final. | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'localDirectory' needs "this.". | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'localDirectory' needs "this.". | 137 |
![]() |
coding | RequireThis | Reference to instance variable 'timeToQuit' needs "this.". | 149 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 152 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 153 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 162 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 163 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 164 |
![]() |
coding | RequireThis | Reference to instance variable 'pool' needs "this.". | 182 |
![]() |
coding | RequireThis | Reference to instance variable 'pool' needs "this.". | 192 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 208 |
![]() |
coding | RequireThis | Reference to instance variable 'pool' needs "this.". | 227 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 249 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 251 |
![]() |
coding | RequireThis | Reference to instance variable 'highWaterMark' needs "this.". | 251 |
![]() |
coding | RequireThis | Reference to instance variable 'highWaterMark' needs "this.". | 252 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 252 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 255 |
![]() |
coding | RequireThis | Reference to instance variable 'dequeCount' needs "this.". | 256 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 268 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 280 |
![]() |
misc | FinalParameters | Parameter place should be final. | 280 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 293 |
![]() |
misc | FinalParameters | Parameter place should be final. | 293 |
![]() |
misc | FinalParameters | Parameter errorCount should be final. | 293 |
![]() |
misc | FinalParameters | Parameter itineraryItems should be final. | 293 |
![]() |
misc | FinalParameters | Parameter method should be final. | 308 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 308 |
![]() |
misc | FinalParameters | Parameter place should be final. | 308 |
![]() |
misc | FinalParameters | Parameter errorCount should be final. | 308 |
![]() |
misc | FinalParameters | Parameter itineraryItems should be final. | 309 |
![]() |
coding | FinalLocalVariable | Variable 'itemName' should be declared final. | 311 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 313 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 316 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 317 |
![]() |
coding | RequireThis | Reference to instance variable 'enqueCount' needs "this.". | 318 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 319 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 320 |
![]() |
coding | RequireThis | Reference to instance variable 'moveCountMap' needs "this.". | 324 |
![]() |
coding | FinalLocalVariable | Variable 'serviceName' should be declared final. | 325 |
![]() |
coding | RequireThis | Reference to instance variable 'moveCountMap' needs "this.". | 326 |
![]() |
coding | FinalLocalVariable | Variable 'count' should be declared final. | 327 |
![]() |
coding | RequireThis | Reference to instance variable 'moveCountMap' needs "this.". | 327 |
![]() |
coding | RequireThis | Reference to instance variable 'moveCountMap' needs "this.". | 328 |
![]() |
coding | RequireThis | Reference to instance variable 'moveCountMap' needs "this.". | 330 |
![]() |
coding | RequireThis | Reference to instance variable 'moveCountMap' needs "this.". | 352 |
![]() |
coding | RequireThis | Reference to instance variable 'moveCountMap' needs "this.". | 353 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 363 |
![]() |
coding | RequireThis | Reference to instance variable 'moveCountMap' needs "this.". | 365 |
![]() |
coding | RequireThis | Reference to instance variable 'moveCountMap' needs "this.". | 366 |
![]() |
coding | RequireThis | Reference to instance variable 'moveCountMap' needs "this.". | 370 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 384 |
![]() |
coding | RequireThis | Reference to instance variable 'highWaterMark' needs "this.". | 384 |
![]() |
coding | RequireThis | Reference to instance variable 'enqueCount' needs "this.". | 384 |
![]() |
coding | RequireThis | Reference to instance variable 'dequeCount' needs "this.". | 384 |
![]() |
design | VisibilityModifier | Variable 'method' must be private and have accessor methods. | 393 |
![]() |
design | VisibilityModifier | Variable 'payload' must be private and have accessor methods. | 394 |
![]() |
design | VisibilityModifier | Variable 'place' must be private and have accessor methods. | 395 |
![]() |
design | VisibilityModifier | Variable 'errorCount' must be private and have accessor methods. | 396 |
![]() |
design | VisibilityModifier | Variable 'itineraryItems' must be private and have accessor methods. | 397 |
![]() |
misc | FinalParameters | Parameter method should be final. | 399 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 399 |
![]() |
misc | FinalParameters | Parameter place should be final. | 399 |
![]() |
misc | FinalParameters | Parameter errorCount should be final. | 399 |
![]() |
misc | FinalParameters | Parameter itineraryItems should be final. | 399 |
![]() |
coding | RequireThis | Reference to instance variable 'payload' needs "this.". | 411 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 418 |
![]() |
coding | RequireThis | Reference to instance variable 'errorCount' needs "this.". | 425 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 434 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 435 |
![]() |
coding | RequireThis | Reference to instance variable 'itineraryItems' needs "this.". | 446 |
![]() |
coding | RequireThis | Reference to instance variable 'method' needs "this.". | 453 |
![]() |
coding | RequireThis | Reference to instance variable 'dequeCount' needs "this.". | 472 |
![]() |
coding | RequireThis | Reference to instance variable 'enqueCount' needs "this.". | 481 |
![]() |
coding | RequireThis | Reference to instance variable 'highWaterMark' needs "this.". | 490 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 494 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter payload should be final. | 25 |
![]() |
misc | FinalParameters | Parameter place should be final. | 25 |
![]() |
misc | FinalParameters | Parameter errorCount should be final. | 25 |
![]() |
misc | FinalParameters | Parameter itineraryItems should be final. | 25 |
![]() |
coding | FinalLocalVariable | Variable 'payloadName' should be declared final. | 27 |
![]() |
coding | FinalLocalVariable | Variable 'sz' should be declared final. | 41 |
![]() |
blocks | RightCurly | '}' at column 32 should be alone on a line. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'executorThreadCount' must be private and have accessor methods. | 26 |
![]() |
design | VisibilityModifier | Variable 'exec' must be private and have accessor methods. | 27 |
![]() |
design | VisibilityModifier | Variable 'rollers' must be private and have accessor methods. | 29 |
![]() |
misc | FinalParameters | Parameter configG should be final. | 39 |
![]() |
coding | FinalLocalVariable | Variable 'configG' should be declared final. | 49 |
![]() |
misc | FinalParameters | Parameter configG should be final. | 61 |
![]() |
coding | FinalLocalVariable | Variable 'cfgRollers' should be declared final. | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'executorThreadCount' needs "this.". | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'executorThreadCount' needs "this.". | 63 |
![]() |
coding | FinalLocalVariable | Variable 'map' should be declared final. | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'exec' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'executorThreadCount' needs "this.". | 73 |
![]() |
misc | FinalParameters | Parameter r should be final. | 79 |
![]() |
coding | FinalLocalVariable | Variable 'time' should be declared final. | 80 |
![]() |
coding | FinalLocalVariable | Variable 'progress' should be declared final. | 81 |
![]() |
coding | FinalLocalVariable | Variable 'unused' should be declared final. | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'exec' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'rollers' needs "this.". | 92 |
![]() |
misc | FinalParameters | Parameter evt should be final. | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'rollers' needs "this.". | 101 |
![]() |
coding | FinalLocalVariable | Variable 'r' should be declared final. | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'exec' needs "this.". | 105 |
![]() |
misc | FinalParameters | Parameter configG should be final. | 126 |
![]() |
coding | FinalLocalVariable | Variable 'r' should be declared final. | 137 |
![]() |
design | VisibilityModifier | Variable 'count' must be private and have accessor methods. | 149 |
![]() |
misc | FinalParameters | Parameter r should be final. | 152 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 153 |
![]() |
coding | RequireThis | Reference to instance variable 'count' needs "this.". | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'rm' should be declared final. | 26 |
![]() |
coding | FinalLocalVariable | Variable 'r' should be declared final. | 27 |
![]() |
coding | FinalLocalVariable | Variable 'rm' should be declared final. | 35 |
![]() |
coding | FinalLocalVariable | Variable 'r' should be declared final. | 36 |
![]() |
coding | FinalLocalVariable | Variable 'o' should be declared final. | 37 |
![]() |
coding | FinalLocalVariable | Variable 'rm' should be declared final. | 48 |
![]() |
coding | FinalLocalVariable | Variable 'r' should be declared final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'rm' should be declared final. | 60 |
![]() |
coding | FinalLocalVariable | Variable 'latch' should be declared final. | 61 |
![]() |
coding | FinalLocalVariable | Variable 'r' should be declared final. | 62 |
![]() |
design | VisibilityModifier | Variable 'i' must be private and have accessor methods. | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'i' needs "this.". | 67 |
![]() |
design | VisibilityModifier | Variable 'o' must be private and have accessor methods. | 90 |
![]() |
design | VisibilityModifier | Variable 'prop' must be private and have accessor methods. | 91 |
![]() |
misc | FinalParameters | Parameter evt should be final. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter corePoolSize should be final. | 22 |
![]() |
misc | FinalParameters | Parameter threadFactory should be final. | 22 |
![]() |
misc | FinalParameters | Parameter runnable should be final. | 27 |
![]() |
misc | FinalParameters | Parameter task should be final. | 27 |
![]() |
misc | FinalParameters | Parameter r should be final. | 36 |
![]() |
misc | FinalParameters | Parameter t should be final. | 36 |
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 39 |
![]() |
coding | FinalLocalVariable | Variable 'ex' should be declared final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'rollable' should be declared final. | 51 |
![]() |
design | VisibilityModifier | Variable 'r' must be private and have accessor methods. | 62 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 64 |
![]() |
misc | FinalParameters | Parameter rsf should be final. | 64 |
![]() |
misc | FinalParameters | Parameter r should be final. | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'rsf' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'rsf' needs "this.". | 76 |
![]() |
misc | FinalParameters | Parameter mayInterruptIfRunning should be final. | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'rsf' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'rsf' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'rsf' needs "this.". | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'rsf' needs "this.". | 96 |
![]() |
misc | FinalParameters | Parameter timeout should be final. | 100 |
![]() |
misc | FinalParameters | Parameter unit should be final. | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'rsf' needs "this.". | 101 |
![]() |
misc | FinalParameters | Parameter unit should be final. | 105 |
![]() |
coding | RequireThis | Reference to instance variable 'rsf' needs "this.". | 106 |
![]() |
misc | FinalParameters | Parameter o should be final. | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'rsf' needs "this.". | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter configG should be final. | 19 |
![]() |
misc | FinalParameters | Parameter configG should be final. | 29 |
![]() |
misc | FinalParameters | Parameter config should be final. | 43 |
![]() |
coding | FinalLocalVariable | Variable 'clz' should be declared final. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'r' should be declared final. | 46 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 47 |
![]() |
coding | FinalLocalVariable | Variable 'period' should be declared final. | 48 |
![]() |
coding | FinalLocalVariable | Variable 'max' should be declared final. | 49 |
![]() |
misc | FinalParameters | Parameter l should be final. | 54 |
![]() |
misc | FinalParameters | Parameter unit should be final. | 60 |
![]() |
blocks | RightCurly | '}' at column 25 should be alone on a line. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'wasRolled' must be private and have accessor methods. | 12 |
![]() |
design | VisibilityModifier | Variable 'updateCount' must be private and have accessor methods. | 13 |
![]() |
design | VisibilityModifier | Variable 'x' must be private and have accessor methods. | 14 |
![]() |
blocks | RightCurly | '}' at column 28 should be alone on a line. | 16 |
![]() |
coding | RequireThis | Reference to instance variable 'x' needs "this.". | 20 |
![]() |
coding | RequireThis | Reference to instance variable 'wasRolled' needs "this.". | 21 |
![]() |
coding | RequireThis | Reference to instance variable 'x' needs "this.". | 31 |
![]() |
blocks | RightCurly | '}' at column 45 should be alone on a line. | 35 |
![]() |
misc | FinalParameters | Parameter evt should be final. | 39 |
![]() |
coding | FinalLocalVariable | Variable 'r' should be declared final. | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'updateCount' needs "this.". | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'updateCount' needs "this.". | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter max should be final. | 36 |
![]() |
misc | FinalParameters | Parameter t should be final. | 36 |
![]() |
misc | FinalParameters | Parameter period should be final. | 36 |
![]() |
misc | FinalParameters | Parameter r should be final. | 36 |
![]() |
misc | FinalParameters | Parameter t should be final. | 44 |
![]() |
misc | FinalParameters | Parameter period should be final. | 44 |
![]() |
misc | FinalParameters | Parameter r should be final. | 44 |
![]() |
misc | FinalParameters | Parameter t should be final. | 48 |
![]() |
misc | FinalParameters | Parameter period should be final. | 48 |
![]() |
misc | FinalParameters | Parameter r should be final. | 48 |
![]() |
misc | FinalParameters | Parameter max should be final. | 48 |
![]() |
misc | FinalParameters | Parameter pcl should be final. | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'support' needs "this.". | 57 |
![]() |
misc | FinalParameters | Parameter pcl should be final. | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'support' needs "this.". | 61 |
![]() |
misc | FinalParameters | Parameter val should be final. | 68 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 69 |
![]() |
coding | FinalLocalVariable | Variable 'progressValue' should be declared final. | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'progress' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'max' needs "this.". | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'support' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'max' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'progress' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 't' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'period' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'r' needs "this.". | 98 |
![]() |
misc | FinalParameters | Parameter start should be final. | 105 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'progress' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'lastRun' needs "this.". | 109 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'lastRun' needs "this.". | 116 |
![]() |
coding | RequireThis | Reference to instance variable 'progressSchedule' needs "this.". | 121 |
![]() |
coding | FinalLocalVariable | Variable 'start' should be declared final. | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'r' needs "this.". | 128 |
![]() |
coding | RequireThis | Reference to instance variable 'r' needs "this.". | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'r' needs "this.". | 135 |
![]() |
coding | RequireThis | Reference to instance variable 'r' needs "this.". | 136 |
![]() |
coding | FinalLocalVariable | Variable 'time' should be declared final. | 137 |
![]() |
coding | RequireThis | Reference to instance variable 'r' needs "this.". | 139 |
![]() |
coding | RequireThis | Reference to instance variable 'progressSchedule' needs "this.". | 141 |
![]() |
coding | RequireThis | Reference to instance variable 'period' needs "this.". | 147 |
![]() |
coding | RequireThis | Reference to instance variable 't' needs "this.". | 147 |
![]() |
misc | FinalParameters | Parameter start should be final. | 154 |
![]() |
coding | RequireThis | Reference to instance variable 'period' needs "this.". | 157 |
![]() |
coding | RequireThis | Reference to instance variable 'max' needs "this.". | 157 |
![]() |
coding | RequireThis | Reference to instance variable 'progress' needs "this.". | 157 |
![]() |
coding | RequireThis | Reference to instance variable 'max' needs "this.". | 157 |
![]() |
coding | RequireThis | Reference to instance variable 'lastRun' needs "this.". | 159 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter cmd should be final. | 98 |
![]() |
misc | FinalParameters | Parameter cmd should be final. | 104 |
![]() |
misc | FinalParameters | Parameter node should be final. | 104 |
![]() |
misc | FinalParameters | Parameter cmd should be final. | 109 |
![]() |
misc | FinalParameters | Parameter cmd should be final. | 115 |
![]() |
misc | FinalParameters | Parameter node should be final. | 115 |
![]() |
coding | RequireThis | Reference to instance variable 'cmd' needs "this.". | 136 |
![]() |
coding | FinalLocalVariable | Variable 'emissaryHandler' should be declared final. | 150 |
![]() |
coding | FinalLocalVariable | Variable 'lbConfigHandler' should be declared final. | 154 |
![]() |
coding | FinalLocalVariable | Variable 'apiHandler' should be declared final. | 156 |
![]() |
coding | FinalLocalVariable | Variable 'mvcHandler' should be declared final. | 158 |
![]() |
coding | FinalLocalVariable | Variable 'staticHandler' should be declared final. | 161 |
![]() |
coding | FinalLocalVariable | Variable 'loginService' should be declared final. | 164 |
![]() |
coding | FinalLocalVariable | Variable 'security' should be declared final. | 165 |
![]() |
coding | FinalLocalVariable | Variable 'configuredServer' should be declared final. | 180 |
![]() |
coding | FinalLocalVariable | Variable 'serverLocation' should be declared final. | 194 |
![]() |
coding | RequireThis | Reference to instance variable 'cmd' needs "this.". | 194 |
![]() |
coding | RequireThis | Reference to instance variable 'cmd' needs "this.". | 194 |
![]() |
coding | RequireThis | Reference to instance variable 'cmd' needs "this.". | 194 |
![]() |
coding | FinalLocalVariable | Variable 'envsh' should be declared final. | 197 |
![]() |
coding | FinalLocalVariable | Variable 'envUri' should be declared final. | 202 |
![]() |
coding | FinalLocalVariable | Variable 'er' should be declared final. | 203 |
![]() |
coding | FinalLocalVariable | Variable 'envString' should be declared final. | 204 |
![]() |
coding | RequireThis | Reference to instance variable 'cmd' needs "this.". | 210 |
![]() |
coding | FinalLocalVariable | Variable 'errorMsg' should be declared final. | 226 |
![]() |
misc | FinalParameters | Parameter silent should be final. | 256 |
![]() |
misc | FinalParameters | Parameter silent should be final. | 276 |
![]() |
coding | FinalLocalVariable | Variable 'sentinel' should be declared final. | 341 |
![]() |
coding | FinalLocalVariable | Variable 'obj' should be declared final. | 374 |
![]() |
coding | FinalLocalVariable | Variable 'rw' should be declared final. | 392 |
![]() |
misc | FinalParameters | Parameter initialLog should be final. | 435 |
![]() |
coding | FinalLocalVariable | Variable 'tda' should be declared final. | 437 |
![]() |
coding | FinalLocalVariable | Variable 'dumps' should be declared final. | 438 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 439 |
![]() |
coding | FinalLocalVariable | Variable 'threadcount' should be declared final. | 445 |
![]() |
coding | FinalLocalVariable | Variable 'pool' should be declared final. | 465 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'handler' declaration and its first usage is 10, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 558 |
![]() |
coding | FinalLocalVariable | Variable 'handler' should be declared final. | 558 |
![]() |
coding | FinalLocalVariable | Variable 'authConstraint' should be declared final. | 560 |
![]() |
coding | FinalLocalVariable | Variable 'noAuthConstraint' should be declared final. | 565 |
![]() |
coding | FinalLocalVariable | Variable 'mapping' should be declared final. | 569 |
![]() |
coding | FinalLocalVariable | Variable 'health' should be declared final. | 573 |
![]() |
coding | FinalLocalVariable | Variable 'jettyUsersFile' should be declared final. | 583 |
![]() |
coding | FinalLocalVariable | Variable 'homeHolder' should be declared final. | 600 |
![]() |
coding | RequireThis | Reference to instance variable 'cmd' needs "this.". | 602 |
![]() |
coding | RequireThis | Reference to instance variable 'cmd' needs "this.". | 607 |
![]() |
coding | RequireThis | Reference to instance variable 'cmd' needs "this.". | 608 |
![]() |
coding | FinalLocalVariable | Variable 'homeContextHandler' should be declared final. | 614 |
![]() |
coding | FinalLocalVariable | Variable 'apiHolder' should be declared final. | 629 |
![]() |
coding | FinalLocalVariable | Variable 'apiHolderContext' should be declared final. | 631 |
![]() |
coding | FinalLocalVariable | Variable 'mvcHolder' should be declared final. | 647 |
![]() |
coding | FinalLocalVariable | Variable 'mvcHolderContext' should be declared final. | 650 |
![]() |
misc | FinalParameters | Parameter application should be final. | 656 |
![]() |
coding | FinalLocalVariable | Variable 'configDir' should be declared final. | 667 |
![]() |
coding | RequireThis | Reference to instance variable 'cmd' needs "this.". | 672 |
![]() |
coding | RequireThis | Reference to instance variable 'cmd' needs "this.". | 673 |
![]() |
coding | FinalLocalVariable | Variable 'emissaryHolderContext' should be declared final. | 676 |
![]() |
coding | RequireThis | Reference to instance variable 'emissaryNode' needs "this.". | 677 |
![]() |
coding | FinalLocalVariable | Variable 'lbHolder' should be declared final. | 683 |
![]() |
coding | FinalLocalVariable | Variable 'lbHolderContext' should be declared final. | 684 |
![]() |
coding | FinalLocalVariable | Variable 'maxThreads' should be declared final. | 692 |
![]() |
coding | FinalLocalVariable | Variable 'minThreads' should be declared final. | 693 |
![]() |
coding | FinalLocalVariable | Variable 'lowThreads' should be declared final. | 694 |
![]() |
coding | FinalLocalVariable | Variable 'threadsPriority' should be declared final. | 695 |
![]() |
coding | FinalLocalVariable | Variable 'idleTimeout' should be declared final. | 696 |
![]() |
coding | FinalLocalVariable | Variable 'threadPool' should be declared final. | 698 |
![]() |
coding | FinalLocalVariable | Variable 'configuredServer' should be declared final. | 702 |
![]() |
misc | FinalParameters | Parameter server should be final. | 716 |
![]() |
coding | HiddenField | 'server' hides a field. | 716 |
![]() |
coding | FinalLocalVariable | Variable 'connector' should be declared final. | 717 |
![]() |
coding | RequireThis | Reference to instance variable 'cmd' needs "this.". | 717 |
![]() |
coding | RequireThis | Reference to instance variable 'cmd' needs "this.". | 718 |
![]() |
coding | RequireThis | Reference to instance variable 'cmd' needs "this.". | 719 |
![]() |
misc | FinalParameters | Parameter server should be final. | 729 |
![]() |
misc | FinalParameters | Parameter server should be final. | 740 |
![]() |
coding | HiddenField | 'server' hides a field. | 740 |
![]() |
coding | FinalLocalVariable | Variable 'httpConfig' should be declared final. | 741 |
![]() |
coding | RequireThis | Reference to instance variable 'cmd' needs "this.". | 743 |
![]() |
coding | FinalLocalVariable | Variable 'httpsConfig' should be declared final. | 745 |
![]() |
coding | FinalLocalVariable | Variable 'secureRequestCustomizer' should be declared final. | 766 |
![]() |
coding | RequireThis | Reference to instance variable 'cmd' needs "this.". | 767 |
![]() |
coding | FinalLocalVariable | Variable 'httpConnFactCfg' should be declared final. | 779 |
![]() |
coding | FinalLocalVariable | Variable 'keystore' should be declared final. | 780 |
![]() |
coding | FinalLocalVariable | Variable 'keystorePass' should be declared final. | 782 |
![]() |
coding | FinalLocalVariable | Variable 'trustStore' should be declared final. | 784 |
![]() |
coding | FinalLocalVariable | Variable 'trustStorePass' should be declared final. | 786 |
![]() |
coding | FinalLocalVariable | Variable 'sslContextFactory' should be declared final. | 789 |
![]() |
coding | FinalLocalVariable | Variable 'trustStoreInstance' should be declared final. | 793 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'cmd' should be declared final. | 27 |
![]() |
coding | FinalLocalVariable | Variable 'server' should be declared final. | 28 |
![]() |
coding | FinalLocalVariable | Variable 'jettyServer' should be declared final. | 29 |
![]() |
coding | FinalLocalVariable | Variable 'pool' should be declared final. | 30 |
![]() |
coding | FinalLocalVariable | Variable 'cmd' should be declared final. | 40 |
![]() |
coding | FinalLocalVariable | Variable 'server' should be declared final. | 41 |
![]() |
coding | FinalLocalVariable | Variable 'client' should be declared final. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'hostPort' should be declared final. | 45 |
![]() |
coding | FinalLocalVariable | Variable 'endpoint' should be declared final. | 46 |
![]() |
coding | FinalLocalVariable | Variable 'versionMap' should be declared final. | 47 |
![]() |
coding | FinalLocalVariable | Variable 'response' should be declared final. | 48 |
![]() |
coding | FinalLocalVariable | Variable 'cmd' should be declared final. | 58 |
![]() |
coding | FinalLocalVariable | Variable 'server' should be declared final. | 59 |
![]() |
coding | FinalLocalVariable | Variable 'node' should be declared final. | 60 |
![]() |
coding | FinalLocalVariable | Variable 'location' should be declared final. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter node should be final. | 38 |
![]() |
coding | RequireThis | Reference to instance variable 'node' needs "this.". | 47 |
![]() |
coding | RequireThis | Reference to instance variable 'node' needs "this.". | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 17 |
![]() |
design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 18 |
![]() |
design | VisibilityModifier | Variable 'event' must be private and have accessor methods. | 19 |
![]() |
coding | RequireThis | Reference to instance variable 'node' needs "this.". | 24 |
![]() |
coding | RequireThis | Reference to instance variable 'event' needs "this.". | 25 |
![]() |
coding | RequireThis | Reference to instance variable 'context' needs "this.". | 26 |
![]() |
coding | RequireThis | Reference to instance variable 'node' needs "this.". | 26 |
![]() |
coding | RequireThis | Reference to instance variable 'context' needs "this.". | 31 |
![]() |
coding | RequireThis | Reference to instance variable 'event' needs "this.". | 31 |
![]() |
coding | RequireThis | Reference to instance variable 'node' needs "this.". | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 76 |
![]() |
coding | FinalLocalVariable | Variable 'client' should be declared final. | 80 |
![]() |
coding | FinalLocalVariable | Variable 'remoteEndPoint' should be declared final. | 82 |
![]() |
coding | FinalLocalVariable | Variable 'remoteEntity' should be declared final. | 83 |
![]() |
misc | FinalParameters | Parameter delimiter should be final. | 93 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 93 |
![]() |
misc | FinalParameters | Parameter suffix should be final. | 93 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 94 |
![]() |
coding | FinalLocalVariable | Variable 'formatter' should be declared final. | 95 |
![]() |
coding | FinalLocalVariable | Variable 'joiner' should be declared final. | 96 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 103 |
![]() |
coding | FinalLocalVariable | Variable 'emissaryServer' should be declared final. | 105 |
![]() |
coding | FinalLocalVariable | Variable 'localNode' should be declared final. | 106 |
![]() |
coding | FinalLocalVariable | Variable 'localName' should be declared final. | 107 |
![]() |
coding | FinalLocalVariable | Variable 'agents' should be declared final. | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter peer should be final. | 22 |
![]() |
coding | FinalLocalVariable | Variable 'emissaryServer' should be declared final. | 31 |
![]() |
coding | FinalLocalVariable | Variable 'localNode' should be declared final. | 32 |
![]() |
blocks | RightCurly | '}' at column 25 should be alone on a line. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter name should be final. | 37 |
![]() |
misc | FinalParameters | Parameter name should be final. | 44 |
![]() |
misc | FinalParameters | Parameter name should be final. | 55 |
![]() |
misc | FinalParameters | Parameter detailed should be final. | 55 |
![]() |
coding | FinalLocalVariable | Variable 'cre' should be declared final. | 59 |
![]() |
misc | FinalParameters | Parameter name should be final. | 72 |
![]() |
misc | FinalParameters | Parameter detailed should be final. | 72 |
![]() |
coding | FinalLocalVariable | Variable 'list' should be declared final. | 84 |
![]() |
coding | FinalLocalVariable | Variable 'detailed' should be declared final. | 98 |
![]() |
coding | FinalLocalVariable | Variable 'flavors' should be declared final. | 99 |
![]() |
coding | FinalLocalVariable | Variable 'flavoredCfgs' should be declared final. | 106 |
![]() |
coding | FinalLocalVariable | Variable 'flavor' should be declared final. | 108 |
![]() |
misc | FinalParameters | Parameter config should be final. | 124 |
![]() |
misc | FinalParameters | Parameter flavoredConfigs should be final. | 138 |
![]() |
coding | FinalLocalVariable | Variable 'configs' should be declared final. | 139 |
![]() |
misc | FinalParameters | Parameter cfg should be final. | 150 |
![]() |
misc | FinalParameters | Parameter detailed should be final. | 167 |
![]() |
misc | FinalParameters | Parameter flavors should be final. | 167 |
![]() |
misc | FinalParameters | Parameter configs should be final. | 167 |
![]() |
misc | FinalParameters | Parameter cfgFile should be final. | 167 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 35 |
![]() |
coding | FinalLocalVariable | Variable 'dirPlace' should be declared final. | 37 |
![]() |
coding | FinalLocalVariable | Variable 'entries' should be declared final. | 38 |
![]() |
coding | FinalLocalVariable | Variable 'dirEntries' should be declared final. | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 47 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'mockServer' should be declared final. | 57 |
![]() |
coding | FinalLocalVariable | Variable 'node' should be declared final. | 58 |
![]() |
coding | FinalLocalVariable | Variable 'srvCmd' should be declared final. | 59 |
![]() |
coding | FinalLocalVariable | Variable 'expectedAgents' should be declared final. | 83 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be 10. | 84 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be 10. | 85 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be 10. | 86 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be 10. | 87 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be 10. | 88 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be 10. | 89 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be 10. | 90 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be 10. | 91 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be 10. | 92 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be 10. | 93 |
![]() |
coding | FinalLocalVariable | Variable 'pool' should be declared final. | 95 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 100 |
![]() |
coding | FinalLocalVariable | Variable 'pool' should be declared final. | 113 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 117 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 134 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 152 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 165 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 178 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 189 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 206 |
![]() |
coding | FinalLocalVariable | Variable 'expEntryKeys' should be declared final. | 221 |
![]() |
coding | FinalLocalVariable | Variable 'expDataIds' should be declared final. | 226 |
![]() |
coding | FinalLocalVariable | Variable 'expCost' should be declared final. | 231 |
![]() |
coding | FinalLocalVariable | Variable 'expExpense' should be declared final. | 236 |
![]() |
coding | FinalLocalVariable | Variable 'loc' should be declared final. | 242 |
![]() |
coding | FinalLocalVariable | Variable 'mockDir' should be declared final. | 246 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 252 |
![]() |
coding | FinalLocalVariable | Variable 'foundEntryKeys' should be declared final. | 259 |
![]() |
coding | FinalLocalVariable | Variable 'foundDataIds' should be declared final. | 260 |
![]() |
coding | FinalLocalVariable | Variable 'foundCost' should be declared final. | 261 |
![]() |
coding | FinalLocalVariable | Variable 'foundExpense' should be declared final. | 262 |
![]() |
coding | FinalLocalVariable | Variable 'metrics' should be declared final. | 282 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'manager' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 283 |
![]() |
coding | FinalLocalVariable | Variable 'manager' should be declared final. | 283 |
![]() |
coding | FinalLocalVariable | Variable 'registry' should be declared final. | 284 |
![]() |
coding | FinalLocalVariable | Variable 'metric' should be declared final. | 286 |
![]() |
coding | FinalLocalVariable | Variable 'metricsMap' should be declared final. | 298 |
![]() |
coding | FinalLocalVariable | Variable 'health' should be declared final. | 307 |
![]() |
coding | FinalLocalVariable | Variable 'registry' should be declared final. | 308 |
![]() |
coding | FinalLocalVariable | Variable 'manager' should be declared final. | 309 |
![]() |
coding | FinalLocalVariable | Variable 'PEER' should be declared final. | 329 |
![]() |
coding | FinalLocalVariable | Variable 'PEERS' should be declared final. | 330 |
![]() |
coding | FinalLocalVariable | Variable 'mockDirectory' should be declared final. | 332 |
![]() |
coding | FinalLocalVariable | Variable 'results' should be declared final. | 337 |
![]() |
coding | FinalLocalVariable | Variable 'hostAndPort' should be declared final. | 345 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 46 |
![]() |
coding | FinalLocalVariable | Variable 'server' should be declared final. | 48 |
![]() |
coding | FinalLocalVariable | Variable 'command' should be declared final. | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 59 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 66 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter request should be final. | 27 |
![]() |
misc | FinalParameters | Parameter request should be final. | 39 |
![]() |
misc | FinalParameters | Parameter pause should be final. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 39 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 49 |
![]() |
coding | FinalLocalVariable | Variable 'peers' should be declared final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'client' should be declared final. | 56 |
![]() |
coding | FinalLocalVariable | Variable 'remoteEndPoint' should be declared final. | 58 |
![]() |
coding | FinalLocalVariable | Variable 'remoteEntity' should be declared final. | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'projectBase' should be declared final. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'cmd' should be declared final. | 45 |
![]() |
coding | FinalLocalVariable | Variable 'server' should be declared final. | 47 |
![]() |
coding | FinalLocalVariable | Variable 'directoryPlace' should be declared final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'response' should be declared final. | 64 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 68 |
![]() |
coding | FinalLocalVariable | Variable 'response' should be declared final. | 82 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 86 |
![]() |
coding | FinalLocalVariable | Variable 'response' should be declared final. | 100 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 104 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 111 |
![]() |
misc | FinalParameters | Parameter mode should be final. | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'peers' should be declared final. | 54 |
![]() |
coding | FinalLocalVariable | Variable 'client' should be declared final. | 55 |
![]() |
coding | FinalLocalVariable | Variable 'remoteEndPoint' should be declared final. | 57 |
![]() |
coding | FinalLocalVariable | Variable 'remoteEntity' should be declared final. | 58 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 70 |
![]() |
coding | FinalLocalVariable | Variable 'emissaryServer' should be declared final. | 72 |
![]() |
coding | FinalLocalVariable | Variable 'localNode' should be declared final. | 73 |
![]() |
coding | FinalLocalVariable | Variable 'localName' should be declared final. | 74 |
![]() |
coding | FinalLocalVariable | Variable 'places' should be declared final. | 75 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 47 |
![]() |
coding | FinalLocalVariable | Variable 'client' should be declared final. | 52 |
![]() |
coding | FinalLocalVariable | Variable 'remoteEndPoint' should be declared final. | 54 |
![]() |
coding | FinalLocalVariable | Variable 'remoteEntity' should be declared final. | 55 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 66 |
![]() |
coding | FinalLocalVariable | Variable 'emissaryServer' should be declared final. | 69 |
![]() |
coding | FinalLocalVariable | Variable 'localNode' should be declared final. | 70 |
![]() |
coding | FinalLocalVariable | Variable 'nodeName' should be declared final. | 71 |
![]() |
coding | FinalLocalVariable | Variable 'agentKey' should be declared final. | 76 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter request should be final. | 26 |
![]() |
misc | FinalParameters | Parameter request should be final. | 33 |
![]() |
misc | FinalParameters | Parameter request should be final. | 38 |
![]() |
misc | FinalParameters | Parameter force should be final. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 49 |
![]() |
coding | FinalLocalVariable | Variable 'peers' should be declared final. | 53 |
![]() |
coding | FinalLocalVariable | Variable 'client' should be declared final. | 54 |
![]() |
coding | FinalLocalVariable | Variable 'remoteEndPoint' should be declared final. | 56 |
![]() |
coding | FinalLocalVariable | Variable 'remoteEntity' should be declared final. | 57 |
![]() |
coding | FinalLocalVariable | Variable 'entity' should be declared final. | 68 |
![]() |
coding | FinalLocalVariable | Variable 'emissaryServer' should be declared final. | 71 |
![]() |
coding | FinalLocalVariable | Variable 'localNode' should be declared final. | 72 |
![]() |
coding | FinalLocalVariable | Variable 'localPort' should be declared final. | 73 |
![]() |
coding | FinalLocalVariable | Variable 'localName' should be declared final. | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter request should be final. | 40 |
![]() |
misc | FinalParameters | Parameter targetDir should be final. | 40 |
![]() |
coding | FinalLocalVariable | Variable 'map' should be declared final. | 41 |
![]() |
coding | FinalLocalVariable | Variable 'errors' should be declared final. | 43 |
![]() |
coding | FinalLocalVariable | Variable 'cleanTargetDirectory' should be declared final. | 45 |
![]() |
coding | FinalLocalVariable | Variable 'entryKeys' should be declared final. | 71 |
![]() |
coding | FinalLocalVariable | Variable 'now' should be declared final. | 72 |
![]() |
coding | FinalLocalVariable | Variable 'list' should be declared final. | 77 |
![]() |
coding | FinalLocalVariable | Variable 'peers' should be declared final. | 92 |
![]() |
design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 115 |
![]() |
design | VisibilityModifier | Variable 'peerkey' must be private and have accessor methods. | 116 |
![]() |
design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 117 |
![]() |
misc | FinalParameters | Parameter peerkey should be final. | 119 |
![]() |
misc | FinalParameters | Parameter healthy should be final. | 119 |
![]() |
design | VisibilityModifier | Variable 'dataId' must be private and have accessor methods. | 129 |
![]() |
design | VisibilityModifier | Variable 'entrylist' must be private and have accessor methods. | 130 |
![]() |
misc | FinalParameters | Parameter dataId should be final. | 132 |
![]() |
misc | FinalParameters | Parameter list should be final. | 132 |
![]() |
design | VisibilityModifier | Variable 'stripe' must be private and have accessor methods. | 140 |
![]() |
design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 141 |
![]() |
design | VisibilityModifier | Variable 'cost' must be private and have accessor methods. | 142 |
![]() |
design | VisibilityModifier | Variable 'quality' must be private and have accessor methods. | 143 |
![]() |
design | VisibilityModifier | Variable 'expense' must be private and have accessor methods. | 144 |
![]() |
design | VisibilityModifier | Variable 'age' must be private and have accessor methods. | 145 |
![]() |
misc | FinalParameters | Parameter stripe should be final. | 147 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 147 |
![]() |
misc | FinalParameters | Parameter now should be final. | 147 |
![]() |
coding | FinalLocalVariable | Variable 'ago' should be declared final. | 153 |
![]() |
coding | FinalLocalVariable | Variable 'hh' should be declared final. | 154 |
![]() |
coding | FinalLocalVariable | Variable 'mm' should be declared final. | 155 |
![]() |
coding | FinalLocalVariable | Variable 'ss' should be declared final. | 156 |
![]() |
coding | FinalLocalVariable | Variable 'hhs' should be declared final. | 157 |
![]() |
coding | FinalLocalVariable | Variable 'mms' should be declared final. | 158 |
![]() |
coding | FinalLocalVariable | Variable 'sss' should be declared final. | 159 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'list' should be declared final. | 30 |
![]() |
coding | FinalLocalVariable | Variable 'dir' should be declared final. | 33 |
![]() |
coding | FinalLocalVariable | Variable 'out' should be declared final. | 41 |
![]() |
coding | FinalLocalVariable | Variable 'out' should be declared final. | 58 |
![]() |
coding | FinalLocalVariable | Variable 'action' should be declared final. | 75 |
![]() |
coding | FinalLocalVariable | Variable 'request' should be declared final. | 76 |
![]() |
coding | FinalLocalVariable | Variable 'out' should be declared final. | 80 |
![]() |
coding | FinalLocalVariable | Variable 'namespaceInfoSet' should be declared final. | 83 |
![]() |
coding | FinalLocalVariable | Variable 'found' should be declared final. | 85 |
![]() |
coding | FinalLocalVariable | Variable 'out' should be declared final. | 108 |
![]() |
coding | FinalLocalVariable | Variable 'list' should be declared final. | 119 |
![]() |
coding | FinalLocalVariable | Variable 'idir' should be declared final. | 123 |
![]() |
coding | FinalLocalVariable | Variable 'out' should be declared final. | 132 |
![]() |
coding | FinalLocalVariable | Variable 'out' should be declared final. | 150 |
![]() |
coding | FinalLocalVariable | Variable 'out' should be declared final. | 160 |
![]() |
coding | FinalLocalVariable | Variable 'out' should be declared final. | 170 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'model' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 24 |
![]() |
coding | FinalLocalVariable | Variable 'model' should be declared final. | 24 |
![]() |
coding | FinalLocalVariable | Variable 'systemProperties' should be declared final. | 26 |
![]() |
coding | FinalLocalVariable | Variable 'e' should be declared final. | 27 |
![]() |
coding | FinalLocalVariable | Variable 'keys' should be declared final. | 28 |
![]() |
coding | FinalLocalVariable | Variable 'environmentVariables' should be declared final. | 36 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 37 |
![]() |
design | VisibilityModifier | Variable 'string' must be private and have accessor methods. | 49 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 51 |
![]() |
misc | FinalParameters | Parameter string should be final. | 51 |
![]() |
misc | FinalParameters | Parameter o should be final. | 56 |
![]() |
coding | FinalLocalVariable | Variable 'len1' should be declared final. | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'string' needs "this.". | 57 |
![]() |
coding | FinalLocalVariable | Variable 'len2' should be declared final. | 58 |
![]() |
coding | FinalLocalVariable | Variable 'lim' should be declared final. | 59 |
![]() |
coding | FinalLocalVariable | Variable 'v1' should be declared final. | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'string' needs "this.". | 60 |
![]() |
coding | FinalLocalVariable | Variable 'v2' should be declared final. | 61 |
![]() |
coding | FinalLocalVariable | Variable 'c1' should be declared final. | 65 |
![]() |
coding | FinalLocalVariable | Variable 'c2' should be declared final. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter request should be final. | 28 |
![]() |
coding | FinalLocalVariable | Variable 'model' should be declared final. | 29 |
![]() |
coding | FinalLocalVariable | Variable 'namespaces' should be declared final. | 30 |
![]() |
coding | FinalLocalVariable | Variable 'clz' should be declared final. | 34 |
![]() |
coding | FinalLocalVariable | Variable 'context' should be declared final. | 35 |
![]() |
design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 45 |
![]() |
design | VisibilityModifier | Variable 'clz' must be private and have accessor methods. | 46 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 47 |
![]() |
design | VisibilityModifier | Variable 'valueClassName' must be private and have accessor methods. | 48 |
![]() |
design | VisibilityModifier | Variable 'dumpUrl' must be private and have accessor methods. | 49 |
![]() |
design | VisibilityModifier | Variable 'transferUrl' must be private and have accessor methods. | 50 |
![]() |
design | VisibilityModifier | Variable 'isDir' must be private and have accessor methods. | 51 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 53 |
![]() |
misc | FinalParameters | Parameter key should be final. | 53 |
![]() |
misc | FinalParameters | Parameter clz should be final. | 53 |
![]() |
misc | FinalParameters | Parameter context should be final. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'nav' must be private and have accessor methods. | 21 |
![]() |
coding | FinalLocalVariable | Variable 'config' should be declared final. | 24 |
![]() |
coding | RequireThis | Reference to instance variable 'nav' needs "this.". | 25 |
![]() |
coding | RequireThis | Reference to instance variable 'nav' needs "this.". | 26 |
![]() |
coding | RequireThis | Reference to instance variable 'nav' needs "this.". | 27 |
![]() |
coding | RequireThis | Reference to instance variable 'nav' needs "this.". | 28 |
![]() |
coding | RequireThis | Reference to instance variable 'nav' needs "this.". | 29 |
![]() |
coding | RequireThis | Reference to instance variable 'nav' needs "this.". | 37 |
![]() |
design | VisibilityModifier | Variable 'appName' must be private and have accessor methods. | 42 |
![]() |
design | VisibilityModifier | Variable 'appVersion' must be private and have accessor methods. | 43 |
![]() |
design | VisibilityModifier | Variable 'navItems' must be private and have accessor methods. | 44 |
![]() |
design | VisibilityModifier | Variable 'navButtons' must be private and have accessor methods. | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'appName' needs "this.". | 48 |
![]() |
misc | FinalParameters | Parameter appName should be final. | 51 |
![]() |
coding | HiddenField | 'appName' hides a field. | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'appVersion' needs "this.". | 56 |
![]() |
misc | FinalParameters | Parameter appVersion should be final. | 59 |
![]() |
coding | HiddenField | 'appVersion' hides a field. | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'navItems' needs "this.". | 64 |
![]() |
misc | FinalParameters | Parameter navItems should be final. | 67 |
![]() |
coding | HiddenField | 'navItems' hides a field. | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'navButtons' needs "this.". | 72 |
![]() |
misc | FinalParameters | Parameter navButtons should be final. | 75 |
![]() |
coding | HiddenField | 'navButtons' hides a field. | 75 |
![]() |
misc | FinalParameters | Parameter map should be final. | 79 |
![]() |
design | VisibilityModifier | Variable 'display' must be private and have accessor methods. | 85 |
![]() |
design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 86 |
![]() |
misc | FinalParameters | Parameter display should be final. | 88 |
![]() |
misc | FinalParameters | Parameter link should be final. | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'display' needs "this.". | 94 |
![]() |
misc | FinalParameters | Parameter display should be final. | 97 |
![]() |
coding | HiddenField | 'display' hides a field. | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'link' needs "this.". | 102 |
![]() |
misc | FinalParameters | Parameter link should be final. | 105 |
![]() |
coding | HiddenField | 'link' hides a field. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter request should be final. | 24 |
![]() |
misc | FinalParameters | Parameter request should be final. | 32 |
![]() |
misc | FinalParameters | Parameter message should be final. | 36 |
![]() |
coding | FinalLocalVariable | Variable 'model' should be declared final. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter request should be final. | 22 |
![]() |
coding | FinalLocalVariable | Variable 'model' should be declared final. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'tmbean' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 29 |
![]() |
coding | FinalLocalVariable | Variable 'tmbean' should be declared final. | 29 |
![]() |
coding | FinalLocalVariable | Variable 'model' should be declared final. | 31 |
![]() |
coding | FinalLocalVariable | Variable 'threadcount' should be declared final. | 35 |
![]() |
coding | FinalLocalVariable | Variable 'deadlocks' should be declared final. | 41 |
![]() |
coding | FinalLocalVariable | Variable 'tids' should be declared final. | 42 |
![]() |
coding | FinalLocalVariable | Variable 'threads' should be declared final. | 50 |
![]() |
design | VisibilityModifier | Variable 'stack' must be private and have accessor methods. | 60 |
![]() |
misc | FinalParameters | Parameter ti should be final. | 62 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'stack' needs "this.". | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter dirname should be final. | 32 |
![]() |
coding | FinalLocalVariable | Variable 'cleanDirectoryName' should be declared final. | 34 |
![]() |
coding | FinalLocalVariable | Variable 'msg' should be declared final. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'response' should be declared final. | 89 |
![]() |
coding | FinalLocalVariable | Variable 'count' should be declared final. | 197 |
![]() |
misc | FinalParameters | Parameter map should be final. | 291 |
![]() |
coding | FinalLocalVariable | Variable 'filtered' should be declared final. | 292 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 28 should be alone on a line. | 21 |
![]() |
misc | FinalParameters | Parameter parameter should be final. | 239 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 249 |
![]() |
coding | FinalLocalVariable | Variable 'sanitizedParameters' should be declared final. | 250 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 265 |
![]() |
coding | FinalLocalVariable | Variable 'sanitizedParameters' should be declared final. | 266 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'mockRequest' should be declared final. | 23 |
![]() |
coding | FinalLocalVariable | Variable 'mockRequest' should be declared final. | 39 |
![]() |
coding | FinalLocalVariable | Variable 'test' should be declared final. | 55 |
![]() |
coding | FinalLocalVariable | Variable 'testOk' should be declared final. | 64 |
![]() |
coding | FinalLocalVariable | Variable 'testBad' should be declared final. | 65 |
![]() |
coding | FinalLocalVariable | Variable 'testStrings' should be declared final. | 66 |
![]() |
coding | FinalLocalVariable | Variable 'resultStrings' should be declared final. | 68 |
![]() |
coding | FinalLocalVariable | Variable 'testOk' should be declared final. | 78 |
![]() |
coding | FinalLocalVariable | Variable 'testBad' should be declared final. | 79 |
![]() |
coding | FinalLocalVariable | Variable 'testStrings' should be declared final. | 80 |
![]() |
coding | FinalLocalVariable | Variable 'resultStrings' should be declared final. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter targetDir should be final. | 44 |
![]() |
misc | FinalParameters | Parameter dirAddKeys should be final. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'cleanTargetDirectory' should be declared final. | 45 |
![]() |
coding | FinalLocalVariable | Variable 'cleanDirAddKeys' should be declared final. | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 54 |
![]() |
coding | FinalLocalVariable | Variable 'numRemoved' should be declared final. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 43 |
![]() |
misc | FinalParameters | Parameter badParam should be final. | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 66 |
![]() |
misc | FinalParameters | Parameter paramsToSanitize should be final. | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 95 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 122 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 124 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 137 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 139 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 150 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter targetDirectory should be final. | 45 |
![]() |
misc | FinalParameters | Parameter failedDirectory should be final. | 45 |
![]() |
misc | FinalParameters | Parameter propagate should be final. | 46 |
![]() |
coding | FinalLocalVariable | Variable 'cleanTargetDirectory' should be declared final. | 47 |
![]() |
coding | FinalLocalVariable | Variable 'cleanFailedDirectory' should be declared final. | 48 |
![]() |
coding | FinalLocalVariable | Variable 'localDirectory' should be declared final. | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 57 |
![]() |
coding | FinalLocalVariable | Variable 'count' should be declared final. | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 47 |
![]() |
misc | FinalParameters | Parameter badParam should be final. | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 68 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 72 |
![]() |
misc | FinalParameters | Parameter paramsToSanitize should be final. | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 101 |
![]() |
coding | FinalLocalVariable | Variable 'spy' should be declared final. | 116 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 120 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 123 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 137 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 140 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 152 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter fromPlace should be final. | 57 |
![]() |
misc | FinalParameters | Parameter toPlace should be final. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 38 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 39 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'node' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'node' needs "this.". | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'node' needs "this.". | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'dp' needs "this.". | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'node' needs "this.". | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'dp' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'dp' needs "this.". | 46 |
![]() |
misc | FinalParameters | Parameter badValue should be final. | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'dp' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'dp' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'dp' needs "this.". | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'dp' needs "this.". | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter directoryName should be final. | 49 |
![]() |
misc | FinalParameters | Parameter targetDirectory should be final. | 49 |
![]() |
coding | FinalLocalVariable | Variable 'cleanDirectoryName' should be declared final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'cleanTargetDirectory' should be declared final. | 51 |
![]() |
misc | FinalParameters | Parameter peerKey should be final. | 59 |
![]() |
misc | FinalParameters | Parameter dirName should be final. | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 47 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'node' needs "this.". | 50 |
![]() |
coding | RequireThis | Reference to instance variable 'node' needs "this.". | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'node' needs "this.". | 52 |
![]() |
coding | FinalLocalVariable | Variable 'directoryPlace' should be declared final. | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'node' needs "this.". | 54 |
![]() |
misc | FinalParameters | Parameter badValue should be final. | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 73 |
![]() |
misc | FinalParameters | Parameter paramsToSanitize should be final. | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 102 |
![]() |
coding | FinalLocalVariable | Variable 'newFormParams' should be declared final. | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter outputFilterNames should be final. | 30 |
![]() |
misc | FinalParameters | Parameter namespaceName should be final. | 31 |
![]() |
coding | FinalLocalVariable | Variable 'outputNames' should be declared final. | 33 |
![]() |
coding | FinalLocalVariable | Variable 'dropOffPlace' should be declared final. | 34 |
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 38 |
![]() |
coding | FinalLocalVariable | Variable 'rw' should be declared final. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter placeName should be final. | 43 |
![]() |
misc | FinalParameters | Parameter spaceName should be final. | 43 |
![]() |
misc | FinalParameters | Parameter bundleId should be final. | 44 |
![]() |
misc | FinalParameters | Parameter itWorked should be final. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'cleanPlaceName' should be declared final. | 45 |
![]() |
coding | FinalLocalVariable | Variable 'cleanSpaceName' should be declared final. | 46 |
![]() |
coding | FinalLocalVariable | Variable 'cleanBundleId' should be declared final. | 47 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 60 |
![]() |
misc | FinalParameters | Parameter spaceName should be final. | 65 |
![]() |
misc | FinalParameters | Parameter placeName should be final. | 65 |
![]() |
misc | FinalParameters | Parameter bundleId should be final. | 65 |
![]() |
misc | FinalParameters | Parameter itWorked should be final. | 65 |
![]() |
coding | FinalLocalVariable | Variable 'pickupClientNamespaceKey' should be declared final. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 44 |
![]() |
coding | FinalLocalVariable | Variable 'ws' should be declared final. | 45 |
![]() |
misc | FinalParameters | Parameter badValue should be final. | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 96 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 125 |
![]() |
coding | FinalLocalVariable | Variable 'spyWs' should be declared final. | 139 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter placeName should be final. | 40 |
![]() |
misc | FinalParameters | Parameter spaceName should be final. | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 44 |
![]() |
misc | FinalParameters | Parameter placeName should be final. | 49 |
![]() |
misc | FinalParameters | Parameter spaceName should be final. | 49 |
![]() |
coding | FinalLocalVariable | Variable 'placeKey' should be declared final. | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter placeName should be final. | 44 |
![]() |
misc | FinalParameters | Parameter spaceName should be final. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'cleanPlaceName' should be declared final. | 45 |
![]() |
coding | FinalLocalVariable | Variable 'cleanSpaceName' should be declared final. | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 55 |
![]() |
misc | FinalParameters | Parameter placeName should be final. | 60 |
![]() |
misc | FinalParameters | Parameter spaceName should be final. | 60 |
![]() |
coding | FinalLocalVariable | Variable 'workspaceKey' should be declared final. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 42 |
![]() |
coding | FinalLocalVariable | Variable 'ws' should be declared final. | 43 |
![]() |
misc | FinalParameters | Parameter badValue should be final. | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 62 |
![]() |
misc | FinalParameters | Parameter paramsToSanitize should be final. | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 75 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 76 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 95 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 109 |
![]() |
coding | FinalLocalVariable | Variable 'spy' should be declared final. | 122 |
![]() |
coding | FinalLocalVariable | Variable 'wb' should be declared final. | 123 |
![]() |
coding | RequireThis | Reference to instance variable 'formParams' needs "this.". | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'configG' should be declared final. | 21 |
![]() |
coding | FinalLocalVariable | Variable 'classNameLocationMap' should be declared final. | 22 |
![]() |
misc | FinalParameters | Parameter className should be final. | 30 |
![]() |
misc | FinalParameters | Parameter expectedClassLoc should be final. | 30 |
![]() |
coding | FinalLocalVariable | Variable 'clazz' should be declared final. | 33 |
![]() |
coding | FinalLocalVariable | Variable 'classLocPath' should be declared final. | 34 |
![]() |
coding | FinalLocalVariable | Variable 'classLocName' should be declared final. | 35 |
![]() |
misc | FinalParameters | Parameter expectedLocation should be final. | 50 |
![]() |
misc | FinalParameters | Parameter locationName should be final. | 50 |
![]() |
misc | FinalParameters | Parameter expectedLocation should be final. | 54 |
![]() |
misc | FinalParameters | Parameter location should be final. | 54 |
![]() |
misc | FinalParameters | Parameter locationName should be final. | 54 |
![]() |
misc | FinalParameters | Parameter className should be final. | 58 |
![]() |
misc | FinalParameters | Parameter expectedLocation should be final. | 58 |
![]() |
misc | FinalParameters | Parameter location should be final. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'emissaryClassName' should be declared final. | 13 |
![]() |
coding | FinalLocalVariable | Variable 'javaClassName' should be declared final. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter d should be final. | 10 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 10 |
![]() |
misc | FinalParameters | Parameter stage should be final. | 10 |
![]() |
misc | FinalParameters | Parameter fieldMap should be final. | 10 |
![]() |
misc | FinalParameters | Parameter fieldMap should be final. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 30 should be alone on a line. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 37 should be alone on a line. | 22 |
![]() |
misc | FinalParameters | Parameter d should be final. | 24 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 24 |
![]() |
misc | FinalParameters | Parameter stage should be final. | 24 |
![]() |
misc | FinalParameters | Parameter useObjectTracing should be final. | 24 |
![]() |
coding | FinalLocalVariable | Variable 'jsonFieldMap' should be declared final. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'loader' should be declared final. | 21 |
![]() |
coding | FinalLocalVariable | Variable 'loader' should be declared final. | 30 |
![]() |
blocks | RightCurly | '}' at column 26 should be alone on a line. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'kff' must be private and have accessor methods. | 51 |
![]() |
design | VisibilityModifier | Variable 'place' must be private and have accessor methods. | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 66 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 95 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 96 |
![]() |
coding | FinalLocalVariable | Variable 'controlDoc' should be declared final. | 99 |
![]() |
coding | FinalLocalVariable | Variable 'data' should be declared final. | 105 |
![]() |
coding | FinalLocalVariable | Variable 'initialForm' should be declared final. | 106 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 107 |
![]() |
coding | FinalLocalVariable | Variable 'attachments' should be declared final. | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 110 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 121 |
![]() |
misc | FinalParameters | Parameter controlDoc should be final. | 121 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 125 |
![]() |
misc | FinalParameters | Parameter attachments should be final. | 125 |
![]() |
misc | FinalParameters | Parameter place should be final. | 129 |
![]() |
coding | HiddenField | 'place' hides a field. | 129 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 129 |
![]() |
misc | FinalParameters | Parameter answers should be final. | 133 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 133 |
![]() |
misc | FinalParameters | Parameter attachments should be final. | 133 |
![]() |
misc | FinalParameters | Parameter tname should be final. | 133 |
![]() |
misc | FinalParameters | Parameter answers should be final. | 137 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 137 |
![]() |
misc | FinalParameters | Parameter attachment should be final. | 137 |
![]() |
misc | FinalParameters | Parameter tname should be final. | 137 |
![]() |
misc | FinalParameters | Parameter answers should be final. | 141 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 141 |
![]() |
misc | FinalParameters | Parameter attachments should be final. | 141 |
![]() |
misc | FinalParameters | Parameter tname should be final. | 141 |
![]() |
misc | FinalParameters | Parameter answers should be final. | 145 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 145 |
![]() |
misc | FinalParameters | Parameter attachment should be final. | 145 |
![]() |
misc | FinalParameters | Parameter tname should be final. | 145 |
![]() |
misc | FinalParameters | Parameter answers should be final. | 149 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 149 |
![]() |
misc | FinalParameters | Parameter attachments should be final. | 149 |
![]() |
misc | FinalParameters | Parameter tname should be final. | 149 |
![]() |
coding | FinalLocalVariable | Variable 'root' should be declared final. | 151 |
![]() |
coding | FinalLocalVariable | Variable 'atname' should be declared final. | 162 |
![]() |
coding | FinalLocalVariable | Variable 'el' should be declared final. | 163 |
![]() |
misc | FinalParameters | Parameter el should be final. | 172 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 172 |
![]() |
misc | FinalParameters | Parameter attachments should be final. | 172 |
![]() |
misc | FinalParameters | Parameter tname should be final. | 172 |
![]() |
coding | FinalLocalVariable | Variable 'numAtt' should be declared final. | 175 |
![]() |
coding | FinalLocalVariable | Variable 'numAttElements' should be declared final. | 176 |
![]() |
coding | FinalLocalVariable | Variable 'cf' should be declared final. | 192 |
![]() |
coding | FinalLocalVariable | Variable 'index' should be declared final. | 194 |
![]() |
coding | FinalLocalVariable | Variable 'cf' should be declared final. | 206 |
![]() |
coding | FinalLocalVariable | Variable 'ft' should be declared final. | 212 |
![]() |
coding | FinalLocalVariable | Variable 'cfsize' should be declared final. | 217 |
![]() |
coding | FinalLocalVariable | Variable 'classification' should be declared final. | 222 |
![]() |
coding | FinalLocalVariable | Variable 'dataLength' should be declared final. | 228 |
![]() |
coding | FinalLocalVariable | Variable 'shortName' should be declared final. | 233 |
![]() |
coding | FinalLocalVariable | Variable 'fontEncoding' should be declared final. | 238 |
![]() |
coding | FinalLocalVariable | Variable 'broke' should be declared final. | 243 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 250 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 257 |
![]() |
coding | FinalLocalVariable | Variable 'payloadData' should be declared final. | 268 |
![]() |
coding | FinalLocalVariable | Variable 'viewName' should be declared final. | 274 |
![]() |
coding | FinalLocalVariable | Variable 'lengthStr' should be declared final. | 275 |
![]() |
coding | FinalLocalVariable | Variable 'viewData' should be declared final. | 276 |
![]() |
coding | FinalLocalVariable | Variable 'viewName' should be declared final. | 287 |
![]() |
coding | FinalLocalVariable | Variable 'viewData' should be declared final. | 288 |
![]() |
coding | FinalLocalVariable | Variable 'extractCount' should be declared final. | 293 |
![]() |
coding | FinalLocalVariable | Variable 'numExtractElements' should be declared final. | 294 |
![]() |
coding | FinalLocalVariable | Variable 'extractedChildren' should be declared final. | 297 |
![]() |
coding | FinalLocalVariable | Variable 'foundCount' should be declared final. | 298 |
![]() |
coding | FinalLocalVariable | Variable 'extel' should be declared final. | 313 |
![]() |
misc | FinalParameters | Parameter parentTag should be final. | 330 |
![]() |
misc | FinalParameters | Parameter key should be final. | 330 |
![]() |
misc | FinalParameters | Parameter tname should be final. | 330 |
![]() |
misc | FinalParameters | Parameter meta should be final. | 336 |
![]() |
misc | FinalParameters | Parameter data should be final. | 336 |
![]() |
misc | FinalParameters | Parameter tname should be final. | 336 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 337 |
![]() |
coding | FinalLocalVariable | Variable 'mm' should be declared final. | 340 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 350 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 353 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 353 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 356 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 356 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 359 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 362 |
![]() |
coding | FinalLocalVariable | Variable 'separatorAttribute' should be declared final. | 369 |
![]() |
coding | FinalLocalVariable | Variable 'separator' should be declared final. | 370 |
![]() |
coding | FinalLocalVariable | Variable 'expectedValues' should be declared final. | 372 |
![]() |
coding | FinalLocalVariable | Variable 'actualValues' should be declared final. | 373 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 384 |
![]() |
misc | FinalParameters | Parameter doc should be final. | 384 |
![]() |
coding | RequireThis | Reference to instance variable 'kff' needs "this.". | 385 |
![]() |
coding | FinalLocalVariable | Variable 'root' should be declared final. | 386 |
![]() |
coding | FinalLocalVariable | Variable 'setup' should be declared final. | 387 |
![]() |
coding | FinalLocalVariable | Variable 'cfChildren' should be declared final. | 390 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 409 |
![]() |
coding | FinalLocalVariable | Variable 'value' should be declared final. | 410 |
![]() |
coding | FinalLocalVariable | Variable 'name' should be declared final. | 415 |
![]() |
coding | FinalLocalVariable | Variable 'value' should be declared final. | 416 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'jserver' must be private and have accessor methods. | 31 |
![]() |
design | VisibilityModifier | Variable 'jetty' must be private and have accessor methods. | 33 |
![]() |
design | VisibilityModifier | Variable 'directory' must be private and have accessor methods. | 35 |
![]() |
design | VisibilityModifier | Variable 'pool' must be private and have accessor methods. | 37 |
![]() |
design | VisibilityModifier | Variable 'spool' must be private and have accessor methods. | 39 |
![]() |
misc | FinalParameters | Parameter name should be final. | 45 |
![]() |
misc | FinalParameters | Parameter port should be final. | 52 |
![]() |
coding | FinalLocalVariable | Variable 'url' should be declared final. | 53 |
![]() |
coding | FinalLocalVariable | Variable 'thePlace' should be declared final. | 56 |
![]() |
misc | FinalParameters | Parameter port should be final. | 73 |
![]() |
coding | FinalLocalVariable | Variable 'PROJECT_BASE' should be declared final. | 74 |
![]() |
coding | FinalLocalVariable | Variable 'realmFile' should be declared final. | 76 |
![]() |
coding | FinalLocalVariable | Variable 'nodeName' should be declared final. | 81 |
![]() |
coding | FinalLocalVariable | Variable 'args' should be declared final. | 82 |
![]() |
coding | FinalLocalVariable | Variable 'cmd' should be declared final. | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'jserver' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'jetty' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'jserver' needs "this.". | 87 |
![]() |
misc | FinalParameters | Parameter port should be final. | 104 |
![]() |
coding | RequireThis | Reference to instance variable 'directory' needs "this.". | 107 |
![]() |
coding | RequireThis | Reference to instance variable 'pool' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'spool' needs "this.". | 115 |
![]() |
misc | FinalParameters | Parameter key should be final. | 121 |
![]() |
misc | FinalParameters | Parameter clsName should be final. | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'directory' needs "this.". | 122 |
![]() |
coding | RequireThis | Reference to instance variable 'directory' needs "this.". | 123 |
![]() |
misc | FinalParameters | Parameter key should be final. | 129 |
![]() |
misc | FinalParameters | Parameter clsName should be final. | 129 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 129 |
![]() |
misc | FinalParameters | Parameter key should be final. | 133 |
![]() |
misc | FinalParameters | Parameter clsName should be final. | 133 |
![]() |
misc | FinalParameters | Parameter configStream should be final. | 133 |
![]() |
coding | RequireThis | Reference to instance variable 'directory' needs "this.". | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'directory' needs "this.". | 135 |
![]() |
coding | FinalLocalVariable | Variable 'obj' should be declared final. | 145 |
![]() |
coding | RequireThis | Reference to instance variable 'directory' needs "this.". | 155 |
![]() |
coding | RequireThis | Reference to instance variable 'directory' needs "this.". | 155 |
![]() |
coding | RequireThis | Reference to instance variable 'directory' needs "this.". | 156 |
![]() |
coding | RequireThis | Reference to instance variable 'directory' needs "this.". | 157 |
![]() |
coding | RequireThis | Reference to instance variable 'jserver' needs "this.". | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'jserver' needs "this.". | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'jserver' needs "this.". | 161 |
![]() |
coding | RequireThis | Reference to instance variable 'jetty' needs "this.". | 162 |
![]() |
coding | RequireThis | Reference to instance variable 'jserver' needs "this.". | 164 |
![]() |
coding | RequireThis | Reference to instance variable 'pool' needs "this.". | 167 |
![]() |
coding | RequireThis | Reference to instance variable 'pool' needs "this.". | 168 |
![]() |
coding | RequireThis | Reference to instance variable 'pool' needs "this.". | 169 |
![]() |
coding | FinalLocalVariable | Variable 'realmFile' should be declared final. | 177 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'place' must be private and have accessor methods. | 34 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 60 |
![]() |
coding | FinalLocalVariable | Variable 'data' should be declared final. | 64 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'expectedAnswer' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 65 |
![]() |
coding | FinalLocalVariable | Variable 'expectedAnswer' should be declared final. | 65 |
![]() |
coding | FinalLocalVariable | Variable 'payload' should be declared final. | 66 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 85 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 89 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 89 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 93 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 93 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 97 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 97 |
![]() |
misc | FinalParameters | Parameter expected should be final. | 97 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 101 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 101 |
![]() |
misc | FinalParameters | Parameter expected should be final. | 101 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 105 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 105 |
![]() |
misc | FinalParameters | Parameter expected should be final. | 105 |
![]() |
coding | FinalLocalVariable | Variable 'expectedForms' should be declared final. | 106 |
![]() |
coding | FinalLocalVariable | Variable 'result' should be declared final. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'originalFileName' needs "this.". | 29 |
![]() |
coding | RequireThis | Reference to instance variable 'baseFileName' needs "this.". | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'originalFileName' needs "this.". | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'originalFileName' needs "this.". | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'initialForm' needs "this.". | 31 |
![]() |
coding | RequireThis | Reference to instance variable 'finalForm' needs "this.". | 32 |
![]() |
coding | RequireThis | Reference to instance variable 'comments' needs "this.". | 33 |
![]() |
coding | RequireThis | Reference to instance variable 'baseFileName' needs "this.". | 38 |
![]() |
coding | RequireThis | Reference to instance variable 'initialForm' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'finalForm' needs "this.". | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'comments' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'initialForm' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'finalForm' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'comments' needs "this.". | 75 |
![]() |
coding | RequireThis | Reference to instance variable 'baseFileName' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'originalFileName' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'path' needs "this.". | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 23 |
![]() |
design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 24 |
![]() |
design | VisibilityModifier | Variable 'appender' must be private and have accessor methods. | 25 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 31 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 32 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 34 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 34 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 36 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 36 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 37 |
![]() |
misc | FinalParameters | Parameter events should be final. | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 46 |
![]() |
coding | FinalLocalVariable | Variable 'proxy' should be declared final. | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 81 |
![]() |
design | VisibilityModifier | Variable 'level' must be private and have accessor methods. | 85 |
![]() |
design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 86 |
![]() |
design | VisibilityModifier | Variable 'throwableClassName' must be private and have accessor methods. | 88 |
![]() |
design | VisibilityModifier | Variable 'throwableMessage' must be private and have accessor methods. | 90 |
![]() |
misc | FinalParameters | Parameter level should be final. | 92 |
![]() |
misc | FinalParameters | Parameter message should be final. | 92 |
![]() |
misc | FinalParameters | Parameter throwable should be final. | 92 |
![]() |
misc | FinalParameters | Parameter level should be final. | 98 |
![]() |
misc | FinalParameters | Parameter message should be final. | 98 |
![]() |
misc | FinalParameters | Parameter throwableClassName should be final. | 98 |
![]() |
misc | FinalParameters | Parameter throwableMessage should be final. | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'level' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'message' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'throwableClassName' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'throwableMessage' needs "this.". | 110 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 114 |
![]() |
coding | FinalLocalVariable | Variable 'other' should be declared final. | 122 |
![]() |
coding | RequireThis | Reference to instance variable 'level' needs "this.". | 124 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 124 |
![]() |
coding | RequireThis | Reference to instance variable 'message' needs "this.". | 125 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 125 |
![]() |
coding | RequireThis | Reference to instance variable 'throwableClassName' needs "this.". | 126 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 126 |
![]() |
coding | RequireThis | Reference to instance variable 'throwableMessage' needs "this.". | 127 |
![]() |
coding | RequireThis | Reference to instance variable 'level' needs "this.". | 132 |
![]() |
coding | RequireThis | Reference to instance variable 'message' needs "this.". | 132 |
![]() |
coding | RequireThis | Reference to instance variable 'throwableClassName' needs "this.". | 133 |
![]() |
coding | RequireThis | Reference to instance variable 'throwableMessage' needs "this.". | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 19 |
![]() |
coding | FinalLocalVariable | Variable 'logBackTester' should be declared final. | 23 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 23 |
![]() |
coding | FinalLocalVariable | Variable 'logBackTester' should be declared final. | 29 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 29 |
![]() |
coding | FinalLocalVariable | Variable 'events' should be declared final. | 31 |
![]() |
coding | FinalLocalVariable | Variable 'event2' should be declared final. | 32 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 34 |
![]() |
coding | FinalLocalVariable | Variable 'logBackTester' should be declared final. | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 40 |
![]() |
coding | FinalLocalVariable | Variable 'events' should be declared final. | 42 |
![]() |
coding | FinalLocalVariable | Variable 'event2' should be declared final. | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 45 |
![]() |
coding | FinalLocalVariable | Variable 'thrownException' should be declared final. | 46 |
![]() |
coding | FinalLocalVariable | Variable 'logBackTester' should be declared final. | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 53 |
![]() |
coding | FinalLocalVariable | Variable 'events' should be declared final. | 55 |
![]() |
coding | FinalLocalVariable | Variable 'event3' should be declared final. | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 58 |
![]() |
coding | FinalLocalVariable | Variable 'thrownException' should be declared final. | 59 |
![]() |
coding | FinalLocalVariable | Variable 'logBackTester' should be declared final. | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 66 |
![]() |
coding | FinalLocalVariable | Variable 'events' should be declared final. | 68 |
![]() |
coding | FinalLocalVariable | Variable 'event4' should be declared final. | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 71 |
![]() |
coding | FinalLocalVariable | Variable 'thrownException' should be declared final. | 72 |
![]() |
coding | FinalLocalVariable | Variable 'logBackTester' should be declared final. | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 79 |
![]() |
coding | FinalLocalVariable | Variable 'events' should be declared final. | 81 |
![]() |
coding | FinalLocalVariable | Variable 'event4' should be declared final. | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 84 |
![]() |
coding | FinalLocalVariable | Variable 'thrownException' should be declared final. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'actualSimplifiedLogEvents' must be private and have accessor methods. | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'actualSimplifiedLogEvents' needs "this.". | 175 |
![]() |
coding | FinalLocalVariable | Variable 'viewSha256' should be declared final. | 184 |
![]() |
coding | FinalLocalVariable | Variable 'payloadSha256' should be declared final. | 189 |
![]() |
coding | FinalLocalVariable | Variable 'recordSha256' should be declared final. | 194 |
![]() |
coding | FinalLocalVariable | Variable 'attachmentSha256' should be declared final. | 202 |
![]() |
misc | FinalParameters | Parameter simplifiedLogEvents should be final. | 225 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 235 |
![]() |
misc | FinalParameters | Parameter place should be final. | 309 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 309 |
![]() |
coding | RequireThis | Reference to instance variable 'actualSimplifiedLogEvents' needs "this.". | 312 |
![]() |
coding | RequireThis | Reference to instance variable 'actualSimplifiedLogEvents' needs "this.". | 319 |
![]() |
coding | RequireThis | Reference to instance variable 'actualSimplifiedLogEvents' needs "this.". | 340 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 35 should be alone on a line. | 102 |
![]() |
coding | FinalLocalVariable | Variable 'xmlPath' should be declared final. | 209 |
![]() |
coding | FinalLocalVariable | Variable 'ansPath' should be declared final. | 213 |
![]() |
coding | FinalLocalVariable | Variable 'testNamePos' should be declared final. | 214 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'builder' should be declared final. | 32 |
![]() |
coding | FinalLocalVariable | Variable 'inputStream' should be declared final. | 33 |
![]() |
coding | FinalLocalVariable | Variable 'answerDoc' should be declared final. | 35 |
![]() |
coding | FinalLocalVariable | Variable 'test' should be declared final. | 38 |
![]() |
coding | FinalLocalVariable | Variable 'meta' should be declared final. | 40 |
![]() |
coding | FinalLocalVariable | Variable 'builder' should be declared final. | 49 |
![]() |
coding | FinalLocalVariable | Variable 'inputStream' should be declared final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'answerDoc' should be declared final. | 52 |
![]() |
coding | FinalLocalVariable | Variable 'test' should be declared final. | 55 |
![]() |
coding | FinalLocalVariable | Variable 'meta' should be declared final. | 57 |
![]() |
coding | FinalLocalVariable | Variable 'builder' should be declared final. | 64 |
![]() |
coding | FinalLocalVariable | Variable 'inputStream' should be declared final. | 65 |
![]() |
coding | FinalLocalVariable | Variable 'answerDoc' should be declared final. | 67 |
![]() |
coding | FinalLocalVariable | Variable 'fontEncodingValue' should be declared final. | 70 |
![]() |
coding | FinalLocalVariable | Variable 'builder' should be declared final. | 76 |
![]() |
coding | FinalLocalVariable | Variable 'inputStream' should be declared final. | 77 |
![]() |
coding | FinalLocalVariable | Variable 'answerDoc' should be declared final. | 79 |
![]() |
coding | FinalLocalVariable | Variable 'test' should be declared final. | 83 |
![]() |
coding | FinalLocalVariable | Variable 'dataList' should be declared final. | 85 |
![]() |
coding | FinalLocalVariable | Variable 'bangIndexData' should be declared final. | 86 |
![]() |
coding | FinalLocalVariable | Variable 'bangContainsData' should be declared final. | 93 |
![]() |
misc | FinalParameters | Parameter dataList should be final. | 99 |
![]() |
misc | FinalParameters | Parameter matchMode should be final. | 99 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 113 |
![]() |
coding | FinalLocalVariable | Variable 'test' should be declared final. | 114 |
![]() |
coding | FinalLocalVariable | Variable 'builder' should be declared final. | 116 |
![]() |
coding | FinalLocalVariable | Variable 'inputStream' should be declared final. | 117 |
![]() |
coding | FinalLocalVariable | Variable 'doc' should be declared final. | 118 |
![]() |
coding | FinalLocalVariable | Variable 'answers' should be declared final. | 119 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 44 |
![]() |
design | VisibilityModifier | Variable 'answerFileClassRef' must be private and have accessor methods. | 52 |
![]() |
design | VisibilityModifier | Variable 'temporaryDirectory' must be private and have accessor methods. | 56 |
![]() |
design | VisibilityModifier | Variable 'TMPDIR' must be private and have accessor methods. | 58 |
![]() |
design | VisibilityModifier | Variable 'thisPackage' must be private and have accessor methods. | 60 |
![]() |
design | VisibilityModifier | Variable 'origConfigPkg' must be private and have accessor methods. | 62 |
![]() |
misc | FinalParameters | Parameter name should be final. | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'thisPackage' needs "this.". | 101 |
![]() |
coding | FinalLocalVariable | Variable 'projectBase' should be declared final. | 108 |
![]() |
coding | FinalLocalVariable | Variable 'command' should be declared final. | 114 |
![]() |
misc | FinalParameters | Parameter max should be final. | 122 |
![]() |
coding | FinalLocalVariable | Variable 'td' should be declared final. | 123 |
![]() |
coding | FinalLocalVariable | Variable 'ti' should be declared final. | 124 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 126 |
![]() |
coding | FinalLocalVariable | Variable 'rr' should be declared final. | 138 |
![]() |
misc | FinalParameters | Parameter clz should be final. | 145 |
![]() |
coding | FinalLocalVariable | Variable 'rr' should be declared final. | 146 |
![]() |
coding | FinalLocalVariable | Variable 'rs' should be declared final. | 147 |
![]() |
misc | FinalParameters | Parameter ansClz should be final. | 156 |
![]() |
coding | RequireThis | Reference to instance variable 'answerFiles' needs "this.". | 157 |
![]() |
coding | RequireThis | Reference to instance variable 'answerFiles' needs "this.". | 158 |
![]() |
coding | RequireThis | Reference to instance variable 'answerFileClassRef' needs "this.". | 159 |
![]() |
misc | FinalParameters | Parameter ansClz should be final. | 162 |
![]() |
coding | FinalLocalVariable | Variable 'rr' should be declared final. | 163 |
![]() |
misc | FinalParameters | Parameter ansClz should be final. | 167 |
![]() |
misc | FinalParameters | Parameter resourceReader should be final. | 167 |
![]() |
coding | FinalLocalVariable | Variable 'rr' should be declared final. | 175 |
![]() |
misc | FinalParameters | Parameter millis should be final. | 185 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 194 |
![]() |
misc | FinalParameters | Parameter pkg should be final. | 204 |
![]() |
coding | RequireThis | Reference to instance variable 'origConfigPkg' needs "this.". | 208 |
![]() |
coding | RequireThis | Reference to instance variable 'thisPackage' needs "this.". | 214 |
![]() |
coding | RequireThis | Reference to instance variable 'origConfigPkg' needs "this.". | 223 |
![]() |
coding | RequireThis | Reference to instance variable 'origConfigPkg' needs "this.". | 224 |
![]() |
coding | RequireThis | Reference to instance variable 'origConfigPkg' needs "this.". | 225 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 235 |
![]() |
coding | FinalLocalVariable | Variable 'datPos' should be declared final. | 236 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 238 |
![]() |
coding | RequireThis | Reference to instance variable 'answerFiles' needs "this.". | 243 |
![]() |
coding | FinalLocalVariable | Variable 'testFileName' should be declared final. | 247 |
![]() |
coding | RequireThis | Reference to instance variable 'answerFiles' needs "this.". | 248 |
![]() |
coding | FinalLocalVariable | Variable 'builder' should be declared final. | 256 |
![]() |
coding | FinalLocalVariable | Variable 'answerDoc' should be declared final. | 257 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 261 |
![]() |
misc | FinalParameters | Parameter context should be final. | 269 |
![]() |
misc | FinalParameters | Parameter cause should be final. | 269 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter invocation should be final. | 19 |
![]() |
misc | FinalParameters | Parameter invocationContext should be final. | 19 |
![]() |
misc | FinalParameters | Parameter extensionContext should be final. | 20 |
![]() |
misc | FinalParameters | Parameter invocationContext should be final. | 29 |
![]() |
misc | FinalParameters | Parameter extensionContext should be final. | 30 |
![]() |
coding | FinalLocalVariable | Variable 'testClass' should be declared final. | 32 |
![]() |
coding | FinalLocalVariable | Variable 'testMethod' should be declared final. | 33 |
![]() |
coding | FinalLocalVariable | Variable 'originalClassLoader' should be declared final. | 36 |
![]() |
coding | FinalLocalVariable | Variable 'isolatedClassLoader' should be declared final. | 38 |
![]() |
coding | FinalLocalVariable | Variable 'isolatedTestClass' should be declared final. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'testInstance' should be declared final. | 45 |
![]() |
coding | FinalLocalVariable | Variable 'method' should be declared final. | 46 |
![]() |
coding | FinalLocalVariable | Variable 'systemClassLoader' should be declared final. | 62 |
![]() |
coding | FinalLocalVariable | Variable 'paths' should be declared final. | 66 |
![]() |
misc | FinalParameters | Parameter name should be final. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter context should be final. | 51 |
![]() |
misc | FinalParameters | Parameter context should be final. | 57 |
![]() |
misc | FinalParameters | Parameter context should be final. | 62 |
![]() |
misc | FinalParameters | Parameter throwable should be final. | 62 |
![]() |
misc | FinalParameters | Parameter context should be final. | 67 |
![]() |
misc | FinalParameters | Parameter context should be final. | 71 |
![]() |
coding | FinalLocalVariable | Variable 'store' should be declared final. | 72 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 73 |
![]() |
misc | FinalParameters | Parameter context should be final. | 77 |
![]() |
coding | FinalLocalVariable | Variable 'retryTest' should be declared final. | 78 |
![]() |
coding | FinalLocalVariable | Variable 'maxAttempts' should be declared final. | 80 |
![]() |
misc | FinalParameters | Parameter context should be final. | 85 |
![]() |
misc | FinalParameters | Parameter throwable should be final. | 85 |
![]() |
coding | FinalLocalVariable | Variable 'testAttempt' should be declared final. | 86 |
![]() |
design | VisibilityModifier | Variable 'maxAttempts' must be private and have accessor methods. | 104 |
![]() |
design | VisibilityModifier | Variable 'attempts' must be private and have accessor methods. | 105 |
![]() |
design | VisibilityModifier | Variable 'exceptions' must be private and have accessor methods. | 106 |
![]() |
misc | FinalParameters | Parameter maxAttempts should be final. | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'attempts' needs "this.". | 135 |
![]() |
coding | RequireThis | Reference to instance variable 'maxAttempts' needs "this.". | 136 |
![]() |
coding | RequireThis | Reference to instance variable 'exceptions' needs "this.". | 140 |
![]() |
coding | RequireThis | Reference to instance variable 'attempts' needs "this.". | 144 |
![]() |
coding | RequireThis | Reference to instance variable 'attempts' needs "this.". | 148 |
![]() |
coding | RequireThis | Reference to instance variable 'exceptions' needs "this.". | 148 |
![]() |
coding | RequireThis | Reference to instance variable 'attempts' needs "this.". | 152 |
![]() |
coding | RequireThis | Reference to instance variable 'maxAttempts' needs "this.". | 152 |
![]() |
design | VisibilityModifier | Variable 'maxAttempts' must be private and have accessor methods. | 161 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 163 |
![]() |
misc | FinalParameters | Parameter maxAttempts should be final. | 163 |
![]() |
misc | FinalParameters | Parameter invocationIndex should be final. | 168 |
![]() |
coding | RequireThis | Reference to instance variable 'maxAttempts' needs "this.". | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 38 should be alone on a line. | 14 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'xmlWithExp' should be declared final. | 109 |
![]() |
misc | FinalParameters | Parameter text should be final. | 151 |
![]() |
coding | FinalLocalVariable | Variable 'breakIterator' should be declared final. | 153 |
![]() |
misc | FinalParameters | Parameter text should be final. | 176 |
![]() |
coding | FinalLocalVariable | Variable 'breakIterator' should be declared final. | 177 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'facepalm' should be declared final. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'nfcDecomp' should be declared final. | 98 |
![]() |
coding | FinalLocalVariable | Variable 'nfkcDecomp' should be declared final. | 99 |
![]() |
coding | FinalLocalVariable | Variable 'nfcComp' should be declared final. | 103 |
![]() |
coding | FinalLocalVariable | Variable 'nfkcComp' should be declared final. | 104 |
![]() |
coding | FinalLocalVariable | Variable 'facepalm' should be declared final. | 113 |
![]() |
coding | FinalLocalVariable | Variable 'facepalm' should be declared final. | 120 |
![]() |
coding | FinalLocalVariable | Variable 'facepalm' should be declared final. | 128 |
![]() |
coding | FinalLocalVariable | Variable 'j' should be declared final. | 129 |
![]() |
coding | FinalLocalVariable | Variable 'facepalm' should be declared final. | 136 |
![]() |
coding | FinalLocalVariable | Variable 'j' should be declared final. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 42 should be alone on a line. | 22 |
![]() |
misc | FinalParameters | Parameter regexPatternString should be final. | 33 |
![]() |
misc | FinalParameters | Parameter shouldMatch should be final. | 33 |
![]() |
misc | FinalParameters | Parameter shouldNotMatch should be final. | 33 |
![]() |
coding | FinalLocalVariable | Variable 'subjectUnderTest' should be declared final. | 39 |
![]() |
misc | FinalParameters | Parameter patternUnderTest should be final. | 54 |
![]() |
misc | FinalParameters | Parameter shouldMatch should be final. | 54 |
![]() |
misc | FinalParameters | Parameter shouldNotMatch should be final. | 54 |
![]() |
coding | FinalLocalVariable | Variable 'mm' should be declared final. | 62 |
![]() |
coding | FinalLocalVariable | Variable 'dmm' should be declared final. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'tmbean' must be private and have accessor methods. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 43 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 43 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 43 |
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'outputForm' needs "this.". | 68 |
![]() |
misc | FinalParameters | Parameter d should be final. | 78 |
![]() |
coding | FinalLocalVariable | Variable 'incomingForm' should be declared final. | 83 |
![]() |
coding | FinalLocalVariable | Variable 'counters' should be declared final. | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'outputForm' needs "this.". | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'outputForm' needs "this.". | 93 |
![]() |
misc | FinalParameters | Parameter d should be final. | 121 |
![]() |
coding | FinalLocalVariable | Variable 'textView' should be declared final. | 124 |
![]() |
misc | FinalParameters | Parameter d should be final. | 137 |
![]() |
coding | FinalLocalVariable | Variable 'summary' should be declared final. | 139 |
![]() |
misc | FinalParameters | Parameter d should be final. | 151 |
![]() |
coding | FinalLocalVariable | Variable 'title' should be declared final. | 153 |
![]() |
misc | FinalParameters | Parameter d should be final. | 166 |
![]() |
coding | FinalLocalVariable | Variable 'enc' should be declared final. | 168 |
![]() |
misc | FinalParameters | Parameter d should be final. | 174 |
![]() |
coding | FinalLocalVariable | Variable 'pos' should be declared final. | 178 |
![]() |
coding | ModifiedControlVariable | Control variable 'cf' is modified. | 180 |
![]() |
misc | FinalParameters | Parameter s should be final. | 187 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'place' must be private and have accessor methods. | 41 |
![]() |
design | VisibilityModifier | Variable 'd' must be private and have accessor methods. | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 49 |
![]() |
coding | FinalLocalVariable | Variable 'view' should be declared final. | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 71 |
![]() |
coding | FinalLocalVariable | Variable 'expected' should be declared final. | 76 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 79 |
![]() |
coding | FinalLocalVariable | Variable 'expected' should be declared final. | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'place' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'd' needs "this.". | 87 |
![]() |
coding | FinalLocalVariable | Variable 'actual' should be declared final. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 35 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 35 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 35 |
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'outputForm' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'outputForm' needs "this.". | 62 |
![]() |
misc | FinalParameters | Parameter d should be final. | 69 |
![]() |
coding | FinalLocalVariable | Variable 'incomingForm' should be declared final. | 74 |
![]() |
coding | FinalLocalVariable | Variable 'newData' should be declared final. | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'outputForm' needs "this.". | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'outputForm' needs "this.". | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 35 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 35 |
![]() |
misc | FinalParameters | Parameter placeLoc should be final. | 35 |
![]() |
misc | FinalParameters | Parameter cfgInfo should be final. | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'outputForm' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'outputForm' needs "this.". | 62 |
![]() |
misc | FinalParameters | Parameter d should be final. | 69 |
![]() |
coding | FinalLocalVariable | Variable 'incomingForm' should be declared final. | 74 |
![]() |
coding | FinalLocalVariable | Variable 'newData' should be declared final. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 34 |
![]() |
misc | FinalParameters | Parameter data should be final. | 42 |
![]() |
misc | FinalParameters | Parameter data should be final. | 56 |
![]() |
misc | FinalParameters | Parameter counters should be final. | 56 |
![]() |
coding | FinalLocalVariable | Variable 'startPos' should be declared final. | 78 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 87 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 90 |
![]() |
coding | ModifiedControlVariable | Control variable 'i' is modified. | 95 |
![]() |
misc | FinalParameters | Parameter s should be final. | 121 |
![]() |
misc | FinalParameters | Parameter s should be final. | 132 |
![]() |
misc | FinalParameters | Parameter counters should be final. | 132 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 137 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 138 |
![]() |
coding | FinalLocalVariable | Variable 'hexModifier' should be declared final. | 143 |
![]() |
coding | FinalLocalVariable | Variable 'isHex' should be declared final. | 144 |
![]() |
coding | FinalLocalVariable | Variable 'encodedChar' should be declared final. | 145 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 146 |
![]() |
misc | FinalParameters | Parameter s should be final. | 176 |
![]() |
misc | FinalParameters | Parameter isHex should be final. | 176 |
![]() |
misc | FinalParameters | Parameter s should be final. | 198 |
![]() |
misc | FinalParameters | Parameter s should be final. | 209 |
![]() |
misc | FinalParameters | Parameter counters should be final. | 209 |
![]() |
coding | FinalLocalVariable | Variable 'slen' should be declared final. | 210 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 211 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 214 |
![]() |
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 225 |
![]() |
coding | FinalLocalVariable | Variable 'val' should be declared final. | 245 |
![]() |
coding | ModifiedControlVariable | Control variable 'i' is modified. | 252 |
![]() |
coding | ModifiedControlVariable | Control variable 'i' is modified. | 254 |
![]() |
misc | FinalParameters | Parameter s should be final. | 274 |
![]() |
misc | FinalParameters | Parameter s should be final. | 282 |
![]() |
misc | FinalParameters | Parameter counters should be final. | 282 |
![]() |
coding | FinalLocalVariable | Variable 'baos' should be declared final. | 283 |
![]() |
coding | FinalLocalVariable | Variable 'slen' should be declared final. | 284 |
![]() |
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 295 |
![]() |
coding | FinalLocalVariable | Variable 'val' should be declared final. | 303 |
![]() |
coding | ModifiedControlVariable | Control variable 'i' is modified. | 313 |
![]() |
coding | ModifiedControlVariable | Control variable 'i' is modified. | 315 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 332 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 333 |
![]() |
blocks | RightCurly | '}' at column 27 should be alone on a line. | 341 |
![]() |
misc | FinalParameters | Parameter args should be final. | 344 |
![]() |
coding | FinalLocalVariable | Variable 'content' should be declared final. | 354 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 19 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be 10. | 20 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be 10. | 21 |
![]() |
coding | FinalLocalVariable | Variable 'ans' should be declared final. | 23 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be 10. | 24 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 27 |
![]() |
coding | FinalLocalVariable | Variable 'b' should be declared final. | 29 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 36 |
![]() |
coding | FinalLocalVariable | Variable 'ans' should be declared final. | 38 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 41 |
![]() |
coding | FinalLocalVariable | Variable 'b' should be declared final. | 43 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 51 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 57 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 58 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 64 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 65 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 72 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 73 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 80 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 81 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 88 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 89 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 96 |
![]() |
coding | FinalLocalVariable | Variable 'ans' should be declared final. | 98 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 101 |
![]() |
coding | FinalLocalVariable | Variable 'b' should be declared final. | 103 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 110 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 111 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 118 |
![]() |
coding | FinalLocalVariable | Variable 'ans' should be declared final. | 120 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 123 |
![]() |
coding | FinalLocalVariable | Variable 'b' should be declared final. | 125 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 163 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 164 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 170 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 171 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 177 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 183 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 189 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 195 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 226 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 233 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 240 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 241 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 248 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 249 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter data should be final. | 15 |
![]() |
coding | FinalLocalVariable | Variable 'out' should be declared final. | 16 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 21 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 22 |
![]() |
coding | ModifiedControlVariable | Control variable 'i' is modified. | 26 |
![]() |
blocks | RightCurly | '}' at column 33 should be alone on a line. | 44 |
![]() |
misc | FinalParameters | Parameter args should be final. | 47 |
![]() |
coding | FinalLocalVariable | Variable 'content' should be declared final. | 51 |
![]() |
coding | FinalLocalVariable | Variable 'escaped' should be declared final. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter data should be final. | 17 |
![]() |
coding | FinalLocalVariable | Variable 'out' should be declared final. | 18 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 23 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 24 |
![]() |
coding | ModifiedControlVariable | Control variable 'i' is modified. | 28 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'num' should be declared final. | 46 |
![]() |
coding | FinalLocalVariable | Variable 'ch' should be declared final. | 47 |
![]() |
coding | ModifiedControlVariable | Control variable 'i' is modified. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'b' should be declared final. | 55 |
![]() |
coding | ModifiedControlVariable | Control variable 'i' is modified. | 65 |
![]() |
misc | FinalParameters | Parameter b should be final. | 73 |
![]() |
blocks | RightCurly | '}' at column 27 should be alone on a line. | 78 |
![]() |
misc | FinalParameters | Parameter args should be final. | 81 |
![]() |
coding | FinalLocalVariable | Variable 'content' should be declared final. | 83 |
![]() |
coding | FinalLocalVariable | Variable 'escaped' should be declared final. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'input' should be declared final. | 13 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 14 |
![]() |
coding | FinalLocalVariable | Variable 'input' should be declared final. | 20 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 21 |
![]() |
coding | FinalLocalVariable | Variable 'input' should be declared final. | 27 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 28 |
![]() |
coding | FinalLocalVariable | Variable 'input' should be declared final. | 34 |
![]() |
coding | IllegalTokenText | Avoid using corresponding octal or Unicode escape. | 34 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 35 |
![]() |
coding | FinalLocalVariable | Variable 'input' should be declared final. | 41 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 42 |
![]() |
coding | FinalLocalVariable | Variable 'input' should be declared final. | 48 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter b should be final. | 41 |
![]() |
misc | FinalParameters | Parameter array should be final. | 51 |
![]() |
misc | FinalParameters | Parameter c should be final. | 66 |
![]() |
misc | FinalParameters | Parameter array should be final. | 76 |
![]() |
misc | FinalParameters | Parameter b should be final. | 91 |
![]() |
misc | FinalParameters | Parameter b should be final. | 101 |
![]() |
misc | FinalParameters | Parameter b should be final. | 111 |
![]() |
misc | FinalParameters | Parameter array should be final. | 122 |
![]() |
misc | FinalParameters | Parameter b should be final. | 138 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 138 |
![]() |
misc | FinalParameters | Parameter a should be final. | 167 |
![]() |
misc | FinalParameters | Parameter b should be final. | 167 |
![]() |
misc | FinalParameters | Parameter a should be final. | 185 |
![]() |
misc | FinalParameters | Parameter b should be final. | 185 |
![]() |
misc | FinalParameters | Parameter c should be final. | 185 |
![]() |
misc | FinalParameters | Parameter a should be final. | 210 |
![]() |
misc | FinalParameters | Parameter astart should be final. | 210 |
![]() |
misc | FinalParameters | Parameter aend should be final. | 210 |
![]() |
misc | FinalParameters | Parameter b should be final. | 210 |
![]() |
misc | FinalParameters | Parameter bstart should be final. | 210 |
![]() |
misc | FinalParameters | Parameter bend should be final. | 210 |
![]() |
coding | FinalLocalVariable | Variable 'alen' should be declared final. | 211 |
![]() |
coding | FinalLocalVariable | Variable 'blen' should be declared final. | 212 |
![]() |
coding | FinalLocalVariable | Variable 'rslt' should be declared final. | 214 |
![]() |
misc | FinalParameters | Parameter a should be final. | 235 |
![]() |
misc | FinalParameters | Parameter astart should be final. | 235 |
![]() |
misc | FinalParameters | Parameter aend should be final. | 235 |
![]() |
misc | FinalParameters | Parameter b should be final. | 235 |
![]() |
misc | FinalParameters | Parameter bstart should be final. | 235 |
![]() |
misc | FinalParameters | Parameter bend should be final. | 235 |
![]() |
misc | FinalParameters | Parameter c should be final. | 235 |
![]() |
misc | FinalParameters | Parameter cstart should be final. | 235 |
![]() |
misc | FinalParameters | Parameter cend should be final. | 235 |
![]() |
coding | FinalLocalVariable | Variable 'alen' should be declared final. | 236 |
![]() |
coding | FinalLocalVariable | Variable 'blen' should be declared final. | 237 |
![]() |
coding | FinalLocalVariable | Variable 'clen' should be declared final. | 238 |
![]() |
coding | FinalLocalVariable | Variable 'rslt' should be declared final. | 240 |
![]() |
misc | FinalParameters | Parameter a should be final. | 253 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 253 |
![]() |
coding | FinalLocalVariable | Variable 'list' should be declared final. | 254 |
![]() |
coding | FinalLocalVariable | Variable 'part1' should be declared final. | 256 |
![]() |
coding | FinalLocalVariable | Variable 'part2' should be declared final. | 257 |
![]() |
misc | FinalParameters | Parameter data should be final. | 277 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 277 |
![]() |
coding | IllegalTokenText | Avoid using corresponding octal or Unicode escape. | 391 |
![]() |
blocks | RightCurly | '}' at column 25 should be alone on a line. | 403 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'res' should be declared final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'input' should be declared final. | 57 |
![]() |
coding | FinalLocalVariable | Variable 'parts' should be declared final. | 58 |
![]() |
coding | FinalLocalVariable | Variable 'parts' should be declared final. | 68 |
![]() |
coding | FinalLocalVariable | Variable 'input' should be declared final. | 75 |
![]() |
coding | FinalLocalVariable | Variable 'parts' should be declared final. | 76 |
![]() |
coding | FinalLocalVariable | Variable 'input' should be declared final. | 83 |
![]() |
coding | FinalLocalVariable | Variable 'parts' should be declared final. | 84 |
![]() |
coding | FinalLocalVariable | Variable 'no' should be declared final. | 194 |
![]() |
coding | FinalLocalVariable | Variable 'yes' should be declared final. | 195 |
![]() |
coding | FinalLocalVariable | Variable 'data' should be declared final. | 206 |
![]() |
coding | FinalLocalVariable | Variable 'newLineCarriageTab' should be declared final. | 214 |
![]() |
coding | FinalLocalVariable | Variable 'euro' should be declared final. | 219 |
![]() |
coding | FinalLocalVariable | Variable 'nihao' should be declared final. | 225 |
![]() |
coding | FinalLocalVariable | Variable 'emoji' should be declared final. | 231 |
![]() |
coding | FinalLocalVariable | Variable 'uNull' should be declared final. | 237 |
![]() |
coding | FinalLocalVariable | Variable 'nnbsp' should be declared final. | 243 |
![]() |
coding | FinalLocalVariable | Variable 'zwbsp' should be declared final. | 249 |
![]() |
coding | FinalLocalVariable | Variable 'rep' should be declared final. | 255 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter initialCapacity should be final. | 27 |
![]() |
misc | FinalParameters | Parameter initialCapacity should be final. | 34 |
![]() |
misc | FinalParameters | Parameter loadFactor should be final. | 34 |
![]() |
misc | FinalParameters | Parameter map should be final. | 41 |
![]() |
misc | FinalParameters | Parameter key should be final. | 51 |
![]() |
misc | FinalParameters | Parameter value should be final. | 51 |
![]() |
coding | FinalLocalVariable | Variable 'uckey' should be declared final. | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'remap' needs "this.". | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'remap' needs "this.". | 57 |
![]() |
misc | FinalParameters | Parameter key should be final. | 68 |
![]() |
coding | FinalLocalVariable | Variable 'strkey' should be declared final. | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'remap' needs "this.". | 72 |
![]() |
misc | FinalParameters | Parameter t should be final. | 85 |
![]() |
misc | FinalParameters | Parameter key should be final. | 95 |
![]() |
coding | FinalLocalVariable | Variable 'strkey' should be declared final. | 99 |
![]() |
coding | RequireThis | Reference to instance variable 'remap' needs "this.". | 99 |
![]() |
misc | FinalParameters | Parameter key should be final. | 112 |
![]() |
coding | FinalLocalVariable | Variable 'uckey' should be declared final. | 116 |
![]() |
coding | FinalLocalVariable | Variable 'strkey' should be declared final. | 117 |
![]() |
coding | RequireThis | Reference to instance variable 'remap' needs "this.". | 117 |
![]() |
coding | RequireThis | Reference to instance variable 'remap' needs "this.". | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 18 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 20 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 27 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 36 |
![]() |
coding | FinalLocalVariable | Variable 'p' should be declared final. | 37 |
![]() |
coding | FinalLocalVariable | Variable 'p' should be declared final. | 46 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 49 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 55 |
![]() |
coding | FinalLocalVariable | Variable 'pair' should be declared final. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter initialCapacity should be final. | 26 |
![]() |
misc | FinalParameters | Parameter initialCapacity should be final. | 37 |
![]() |
misc | FinalParameters | Parameter loadFactor should be final. | 37 |
![]() |
misc | FinalParameters | Parameter s should be final. | 99 |
![]() |
coding | FinalLocalVariable | Variable 'cpc' should be declared final. | 100 |
![]() |
coding | FinalLocalVariable | Variable 'offset' should be declared final. | 102 |
![]() |
coding | FinalLocalVariable | Variable 'cp' should be declared final. | 103 |
![]() |
coding | FinalLocalVariable | Variable 'cpa' should be declared final. | 104 |
![]() |
coding | FinalLocalVariable | Variable 'scp' should be declared final. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter s should be final. | 30 |
![]() |
misc | FinalParameters | Parameter expectedLetterCount should be final. | 30 |
![]() |
misc | FinalParameters | Parameter expectedDigitCount should be final. | 30 |
![]() |
misc | FinalParameters | Parameter expectedPunctuationCount should be final. | 31 |
![]() |
misc | FinalParameters | Parameter expectedBlankSpaceCount should be final. | 31 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 55, 56. | 47 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 55, 56. | 48 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 55, 56. | 49 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 55, 56. | 50 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 55, 56. | 51 |
![]() |
naming | MethodName | Method name 'jGetUtfCharArray' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 89 |
![]() |
coding | FallThrough | Fall through from previous branch of the switch statement. | 256 |
![]() |
coding | FallThrough | Fall through from previous branch of the switch statement. | 261 |
![]() |
coding | FallThrough | Fall through from previous branch of the switch statement. | 289 |
![]() |
blocks | RightCurly | '}' at column 28 should be alone on a line. | 326 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'b' should be declared final. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 32 should be alone on a line. | 11 |
![]() |
misc | FinalParameters | Parameter clazz should be final. | 47 |
![]() |
misc | FinalParameters | Parameter iface should be final. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 33 should be alone on a line. | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 50 |
![]() |
blocks | RightCurly | '}' at column 39 should be alone on a line. | 268 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 22 |
![]() |
blocks | RightCurly | '}' at column 32 should be alone on a line. | 22 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 25 |
![]() |
misc | FinalParameters | Parameter arg1 should be final. | 25 |
![]() |
blocks | RightCurly | '}' at column 44 should be alone on a line. | 25 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 28 |
![]() |
misc | FinalParameters | Parameter arg1 should be final. | 28 |
![]() |
misc | FinalParameters | Parameter arg2 should be final. | 28 |
![]() |
misc | FinalParameters | Parameter arg3 should be final. | 28 |
![]() |
blocks | RightCurly | '}' at column 75 should be alone on a line. | 28 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 31 |
![]() |
misc | FinalParameters | Parameter arg1 should be final. | 31 |
![]() |
misc | FinalParameters | Parameter arg2 should be final. | 31 |
![]() |
misc | FinalParameters | Parameter arg3 should be final. | 31 |
![]() |
misc | FinalParameters | Parameter arg4 should be final. | 31 |
![]() |
blocks | RightCurly | '}' at column 80 should be alone on a line. | 31 |
![]() |
misc | FinalParameters | Parameter args should be final. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'flexentry' must be private and have accessor methods. | 14 |
![]() |
blocks | RightCurly | '}' at column 26 should be alone on a line. | 19 |
![]() |
misc | FinalParameters | Parameter flexentry should be final. | 26 |
![]() |
misc | FinalParameters | Parameter initialCapacity should be final. | 36 |
![]() |
misc | FinalParameters | Parameter initialCapacity should be final. | 46 |
![]() |
misc | FinalParameters | Parameter loadFactor should be final. | 46 |
![]() |
misc | FinalParameters | Parameter val should be final. | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'flexentry' needs "this.". | 65 |
![]() |
misc | FinalParameters | Parameter key should be final. | 80 |
![]() |
misc | FinalParameters | Parameter keys should be final. | 89 |
![]() |
misc | FinalParameters | Parameter key should be final. | 102 |
![]() |
misc | FinalParameters | Parameter val should be final. | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'flexentry' needs "this.". | 105 |
![]() |
misc | FinalParameters | Parameter key should be final. | 117 |
![]() |
misc | FinalParameters | Parameter key should be final. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 16 |
![]() |
coding | FinalLocalVariable | Variable 'keys' should be declared final. | 19 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 25 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 33 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 40 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'configG' should be declared final. | 21 |
![]() |
coding | RequireThis | Reference to instance variable 'rolloverTime' needs "this.". | 22 |
![]() |
coding | RequireThis | Reference to instance variable 'rolloverTime' needs "this.". | 22 |
![]() |
coding | RequireThis | Reference to instance variable 'isConfigured' needs "this.". | 31 |
![]() |
coding | RequireThis | Reference to instance variable 'isConfigured' needs "this.". | 33 |
![]() |
coding | FinalLocalVariable | Variable 'currentTime' should be declared final. | 36 |
![]() |
coding | FinalLocalVariable | Variable 'maxIntervalSinceLastLoggingInMillis' should be declared final. | 37 |
![]() |
coding | RequireThis | Reference to instance variable 'rolloverTime' needs "this.". | 37 |
![]() |
coding | RequireThis | Reference to instance variable 'start' needs "this.". | 39 |
![]() |
coding | RequireThis | Reference to instance variable 'start' needs "this.". | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 25 should be alone on a line. | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'zone' must be private and have accessor methods. | 36 |
![]() |
blocks | RightCurly | '}' at column 37 should be alone on a line. | 49 |
![]() |
coding | FinalLocalVariable | Variable 'configG' should be declared final. | 53 |
![]() |
misc | FinalParameters | Parameter configG should be final. | 82 |
![]() |
misc | FinalParameters | Parameter entryType should be final. | 82 |
![]() |
misc | FinalParameters | Parameter dateFormats should be final. | 82 |
![]() |
coding | HiddenField | 'dateFormats' hides a field. | 82 |
![]() |
misc | FinalParameters | Parameter dateString should be final. | 105 |
![]() |
coding | FinalLocalVariable | Variable 'cleanedDateString' should be declared final. | 127 |
![]() |
coding | FinalLocalVariable | Variable 'methodList' should be declared final. | 129 |
![]() |
coding | FinalLocalVariable | Variable 'date' should be declared final. | 136 |
![]() |
coding | FinalLocalVariable | Variable 'odt' should be declared final. | 208 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 228 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'configG' should be declared final. | 31 |
![]() |
blocks | RightCurly | '}' at column 43 should be alone on a line. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter date should be final. | 38 |
![]() |
misc | FinalParameters | Parameter expected should be final. | 38 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 38 |
![]() |
coding | FinalLocalVariable | Variable 'unknownParse' should be declared final. | 39 |
![]() |
misc | FinalParameters | Parameter date should be final. | 49 |
![]() |
misc | FinalParameters | Parameter expected should be final. | 49 |
![]() |
coding | FinalLocalVariable | Variable 'unknownParse' should be declared final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'knownParse' should be declared final. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 21 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 31 |
![]() |
misc | FinalParameters | Parameter config should be final. | 34 |
![]() |
misc | FinalParameters | Parameter executable should be final. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'command' should be declared final. | 46 |
![]() |
coding | FinalLocalVariable | Variable 'exec' should be declared final. | 47 |
![]() |
coding | FinalLocalVariable | Variable 'returnVal' should be declared final. | 48 |
![]() |
misc | FinalParameters | Parameter pathToDir should be final. | 61 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 63 |
![]() |
misc | FinalParameters | Parameter pathToFile should be final. | 79 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 81 |
![]() |
misc | FinalParameters | Parameter key should be final. | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'config' needs "this.". | 92 |
![]() |
coding | FinalLocalVariable | Variable 'reqExeSet' should be declared final. | 96 |
![]() |
coding | FinalLocalVariable | Variable 'reqDirSet' should be declared final. | 97 |
![]() |
coding | FinalLocalVariable | Variable 'reqFileSet' should be declared final. | 98 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'optExeSet' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 99 |
![]() |
coding | FinalLocalVariable | Variable 'optExeSet' should be declared final. | 99 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'optDirSet' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 100 |
![]() |
coding | FinalLocalVariable | Variable 'optDirSet' should be declared final. | 100 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'optFileSet' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 101 |
![]() |
coding | FinalLocalVariable | Variable 'optFileSet' should be declared final. | 101 |
![]() |
coding | FinalLocalVariable | Variable 'exists' should be declared final. | 104 |
![]() |
coding | FinalLocalVariable | Variable 'exists' should be declared final. | 108 |
![]() |
coding | FinalLocalVariable | Variable 'exists' should be declared final. | 112 |
![]() |
coding | FinalLocalVariable | Variable 'exists' should be declared final. | 116 |
![]() |
coding | FinalLocalVariable | Variable 'exists' should be declared final. | 120 |
![]() |
coding | FinalLocalVariable | Variable 'exists' should be declared final. | 124 |
![]() |
misc | FinalParameters | Parameter args should be final. | 129 |
![]() |
coding | FinalLocalVariable | Variable 'dependencyCheck' should be declared final. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'exists' should be declared final. | 30 |
![]() |
coding | FinalLocalVariable | Variable 'exists' should be declared final. | 36 |
![]() |
coding | FinalLocalVariable | Variable 'exists' should be declared final. | 42 |
![]() |
coding | FinalLocalVariable | Variable 'exists' should be declared final. | 48 |
![]() |
coding | FinalLocalVariable | Variable 'conf' should be declared final. | 55 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 62 |
![]() |
coding | FinalLocalVariable | Variable 'originalOut' should be declared final. | 63 |
![]() |
coding | FinalLocalVariable | Variable 'baos' should be declared final. | 64 |
![]() |
coding | FinalLocalVariable | Variable 'myOut' should be declared final. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 30 should be alone on a line. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 50 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'rLogger' needs "this.". | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 58 |
![]() |
coding | RequireThis | Reference to instance variable 'rLogger' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 71 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 81 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 90 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 91 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 103 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 104 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 105 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 107 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 119 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 130 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 141 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 147 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 148 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 149 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 161 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 166 |
![]() |
coding | RequireThis | Reference to instance variable 'bdo' needs "this.". | 167 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter length should be final. | 12 |
![]() |
coding | FinalLocalVariable | Variable 'size' should be declared final. | 16 |
![]() |
coding | FinalLocalVariable | Variable 'histogramArray' should be declared final. | 17 |
![]() |
blocks | RightCurly | '}' at column 24 should be alone on a line. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 170 characters (found 196). | 16 |
![]() |
coding | FinalLocalVariable | Variable 'b' should be declared final. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'configurator' should be declared final. | 83 |
![]() |
coding | FinalLocalVariable | Variable 'configEntriesMain' should be declared final. | 86 |
![]() |
coding | FinalLocalVariable | Variable 'configEntriesExtra' should be declared final. | 89 |
![]() |
coding | FinalLocalVariable | Variable 'removeRegex' should be declared final. | 92 |
![]() |
coding | FinalLocalVariable | Variable 'extraTextRemoveRegex' should be declared final. | 96 |
![]() |
misc | FinalParameters | Parameter tryExtensiveParsing should be final. | 130 |
![]() |
coding | FinalLocalVariable | Variable 'zdt' should be declared final. | 131 |
![]() |
coding | FinalLocalVariable | Variable 'cleanedDateString' should be declared final. | 161 |
![]() |
coding | FinalLocalVariable | Variable 'accessor' should be declared final. | 174 |
![]() |
coding | FinalLocalVariable | Variable 'matcher' should be declared final. | 211 |
![]() |
coding | FinalLocalVariable | Variable 'secondChanceDate' should be declared final. | 213 |
![]() |
misc | FinalParameters | Parameter tryExtensiveParsing should be final. | 228 |
![]() |
coding | FinalLocalVariable | Variable 'dateFormats' should be declared final. | 266 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 298 |
![]() |
blocks | RightCurly | '}' at column 39 should be alone on a line. | 330 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter date should be final. | 46 |
![]() |
misc | FinalParameters | Parameter expected should be final. | 46 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 46 |
![]() |
coding | FinalLocalVariable | Variable 'unknownParse' should be declared final. | 47 |
![]() |
misc | FinalParameters | Parameter date should be final. | 58 |
![]() |
misc | FinalParameters | Parameter expected should be final. | 58 |
![]() |
misc | FinalParameters | Parameter formatter should be final. | 58 |
![]() |
coding | FinalLocalVariable | Variable 'unknownParse' should be declared final. | 59 |
![]() |
coding | FinalLocalVariable | Variable 'knownParse' should be declared final. | 62 |
![]() |
misc | FinalParameters | Parameter date should be final. | 76 |
![]() |
misc | FinalParameters | Parameter expected should be final. | 76 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 76 |
![]() |
coding | FinalLocalVariable | Variable 'unknownParse' should be declared final. | 77 |
![]() |
misc | FinalParameters | Parameter dateString should be final. | 88 |
![]() |
misc | FinalParameters | Parameter expected should be final. | 88 |
![]() |
coding | FinalLocalVariable | Variable 'offsets' should be declared final. | 89 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 28, 29. | 90 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 28, 29. | 91 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 28, 29. | 92 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 28, 29. | 93 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 28, 29. | 94 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 28, 29. | 95 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 28, 29. | 96 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 28, 29. | 97 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 28, 29. | 98 |
![]() |
coding | FinalLocalVariable | Variable 'dateAndOffset' should be declared final. | 101 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 114 |
![]() |
coding | FinalLocalVariable | Variable 'dtf' should be declared final. | 196 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 204 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 251 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 282 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 305 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 354 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 373 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 412 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 438 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 464 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 477 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 507 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 517 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 541 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 554 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 571 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 580 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 603 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 621 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 627 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 633 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 639 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 645 |
![]() |
coding | FinalLocalVariable | Variable 'pattern' should be declared final. | 651 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter properties should be final. | 42 |
![]() |
misc | FinalParameters | Parameter gitProperties should be final. | 72 |
![]() |
coding | FinalLocalVariable | Variable 'properties' should be declared final. | 73 |
![]() |
misc | FinalParameters | Parameter gitProperties should be final. | 82 |
![]() |
coding | FinalLocalVariable | Variable 'properties' should be declared final. | 83 |
![]() |
misc | FinalParameters | Parameter gitRepositoryState should be final. | 92 |
![]() |
misc | FinalParameters | Parameter applicationName should be final. | 92 |
![]() |
coding | RequireThis | Reference to instance variable 'tags' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'branch' needs "this.". | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'dirty' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'remoteOriginUrl' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'commitIdAbbrev' needs "this.". | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'commitId' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'describe' needs "this.". | 122 |
![]() |
coding | RequireThis | Reference to instance variable 'describeShort' needs "this.". | 126 |
![]() |
coding | RequireThis | Reference to instance variable 'commitUserName' needs "this.". | 130 |
![]() |
coding | RequireThis | Reference to instance variable 'commitUserEmail' needs "this.". | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'commitMessageFull' needs "this.". | 138 |
![]() |
coding | RequireThis | Reference to instance variable 'commitMessageShort' needs "this.". | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'commitTime' needs "this.". | 146 |
![]() |
coding | RequireThis | Reference to instance variable 'closestTagName' needs "this.". | 150 |
![]() |
coding | RequireThis | Reference to instance variable 'closestTagCommitCount' needs "this.". | 154 |
![]() |
coding | RequireThis | Reference to instance variable 'buildUserName' needs "this.". | 158 |
![]() |
coding | RequireThis | Reference to instance variable 'buildUserEmail' needs "this.". | 162 |
![]() |
coding | RequireThis | Reference to instance variable 'buildTime' needs "this.". | 166 |
![]() |
coding | RequireThis | Reference to instance variable 'buildHost' needs "this.". | 170 |
![]() |
coding | RequireThis | Reference to instance variable 'buildVersion' needs "this.". | 174 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter data should be final. | 24 |
![]() |
misc | FinalParameters | Parameter data should be final. | 32 |
![]() |
misc | FinalParameters | Parameter data should be final. | 41 |
![]() |
misc | FinalParameters | Parameter limit should be final. | 41 |
![]() |
coding | FinalLocalVariable | Variable 'output' should be declared final. | 43 |
![]() |
coding | FinalLocalVariable | Variable 'rhs' should be declared final. | 53 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 70 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 79 |
![]() |
blocks | RightCurly | '}' at column 21 should be alone on a line. | 112 |
![]() |
misc | FinalParameters | Parameter argv should be final. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'entityMap' must be private and have accessor methods. | 21 |
![]() |
coding | FinalLocalVariable | Variable 'configG' should be declared final. | 29 |
![]() |
coding | FinalLocalVariable | Variable 'emap' should be declared final. | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'entityMap' needs "this.". | 31 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 43 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'entity' is not allowed. | 46 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'entity' is not allowed. | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'entityMap' needs "this.". | 51 |
![]() |
misc | FinalParameters | Parameter out should be final. | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'entityMap' needs "this.". | 69 |
![]() |
coding | FinalLocalVariable | Variable 'val' should be declared final. | 70 |
![]() |
coding | FinalLocalVariable | Variable 'cpc' should be declared final. | 71 |
![]() |
misc | FinalParameters | Parameter args should be final. | 94 |
![]() |
coding | FinalLocalVariable | Variable 'h' should be declared final. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'h' should be declared final. | 15 |
![]() |
coding | FinalLocalVariable | Variable 'baos' should be declared final. | 16 |
![]() |
coding | FinalLocalVariable | Variable 'myOut' should be declared final. | 17 |
![]() |
coding | FinalLocalVariable | Variable 'report' should be declared final. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 24 should be alone on a line. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 28 should be alone on a line. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'previousIndex' must be private and have accessor methods. | 12 |
![]() |
design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 13 |
![]() |
design | VisibilityModifier | Variable 'delim' must be private and have accessor methods. | 14 |
![]() |
design | VisibilityModifier | Variable 'tokenCount' must be private and have accessor methods. | 15 |
![]() |
design | VisibilityModifier | Variable 'data' must be private and have accessor methods. | 16 |
![]() |
design | VisibilityModifier | Variable 'charset' must be private and have accessor methods. | 18 |
![]() |
misc | FinalParameters | Parameter theData should be final. | 25 |
![]() |
misc | FinalParameters | Parameter theData should be final. | 35 |
![]() |
misc | FinalParameters | Parameter delim should be final. | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 37 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'tokenCount' needs "this.". | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'tokenCount' needs "this.". | 50 |
![]() |
misc | FinalParameters | Parameter theData should be final. | 62 |
![]() |
misc | FinalParameters | Parameter delim should be final. | 62 |
![]() |
misc | FinalParameters | Parameter charset should be final. | 62 |
![]() |
misc | FinalParameters | Parameter theData should be final. | 74 |
![]() |
misc | FinalParameters | Parameter delim should be final. | 74 |
![]() |
misc | FinalParameters | Parameter charset should be final. | 74 |
![]() |
misc | FinalParameters | Parameter theData should be final. | 85 |
![]() |
misc | FinalParameters | Parameter charset should be final. | 85 |
![]() |
misc | FinalParameters | Parameter theData should be final. | 96 |
![]() |
misc | FinalParameters | Parameter charset should be final. | 96 |
![]() |
misc | FinalParameters | Parameter charset should be final. | 106 |
![]() |
coding | HiddenField | 'charset' hides a field. | 106 |
![]() |
misc | FinalParameters | Parameter charset should be final. | 115 |
![]() |
coding | HiddenField | 'charset' hides a field. | 115 |
![]() |
coding | RequireThis | Reference to instance variable 'tokenCount' needs "this.". | 125 |
![]() |
coding | RequireThis | Reference to instance variable 'tokenCount' needs "this.". | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'index' needs "this.". | 144 |
![]() |
coding | FinalLocalVariable | Variable 'btok' should be declared final. | 155 |
![]() |
coding | RequireThis | Reference to instance variable 'charset' needs "this.". | 161 |
![]() |
coding | RequireThis | Reference to instance variable 'charset' needs "this.". | 162 |
![]() |
coding | RequireThis | Reference to instance variable 'tokenCount' needs "this.". | 178 |
![]() |
coding | RequireThis | Reference to instance variable 'index' needs "this.". | 182 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 184 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 184 |
![]() |
coding | RequireThis | Reference to instance variable 'delim' needs "this.". | 184 |
![]() |
coding | FinalLocalVariable | Variable 'tok' should be declared final. | 187 |
![]() |
coding | RequireThis | Reference to instance variable 'index' needs "this.". | 187 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 188 |
![]() |
coding | RequireThis | Reference to instance variable 'index' needs "this.". | 188 |
![]() |
coding | RequireThis | Reference to instance variable 'index' needs "this.". | 188 |
![]() |
coding | RequireThis | Reference to instance variable 'tokenCount' needs "this.". | 190 |
![]() |
coding | RequireThis | Reference to instance variable 'previousIndex' needs "this.". | 191 |
![]() |
coding | RequireThis | Reference to instance variable 'index' needs "this.". | 191 |
![]() |
coding | RequireThis | Reference to instance variable 'tokenCount' needs "this.". | 192 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 192 |
![]() |
coding | RequireThis | Reference to instance variable 'delim' needs "this.". | 192 |
![]() |
coding | RequireThis | Reference to instance variable 'index' needs "this.". | 193 |
![]() |
coding | RequireThis | Reference to instance variable 'index' needs "this.". | 195 |
![]() |
coding | RequireThis | Reference to instance variable 'previousIndex' needs "this.". | 206 |
![]() |
coding | RequireThis | Reference to instance variable 'tokenCount' needs "this.". | 209 |
![]() |
coding | RequireThis | Reference to instance variable 'index' needs "this.". | 210 |
![]() |
coding | RequireThis | Reference to instance variable 'previousIndex' needs "this.". | 210 |
![]() |
coding | RequireThis | Reference to instance variable 'previousIndex' needs "this.". | 211 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'lt' should be declared final. | 19 |
![]() |
coding | FinalLocalVariable | Variable 'lt' should be declared final. | 25 |
![]() |
coding | FinalLocalVariable | Variable 'lt' should be declared final. | 31 |
![]() |
coding | FinalLocalVariable | Variable 'lt' should be declared final. | 55 |
![]() |
coding | FinalLocalVariable | Variable 'lt' should be declared final. | 64 |
![]() |
coding | FinalLocalVariable | Variable 'lt' should be declared final. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 31 should be alone on a line. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 17 |
![]() |
coding | FinalLocalVariable | Variable 'f1' should be declared final. | 18 |
![]() |
coding | FinalLocalVariable | Variable 'f2' should be declared final. | 19 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 13 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'compactHistory' must be private and have accessor methods. | 39 |
![]() |
misc | FinalParameters | Parameter fileType should be final. | 71 |
![]() |
misc | FinalParameters | Parameter preference should be final. | 71 |
![]() |
coding | FinalLocalVariable | Variable 'historyCase' should be declared final. | 130 |
![]() |
misc | FinalParameters | Parameter fileType should be final. | 158 |
![]() |
misc | FinalParameters | Parameter form should be final. | 311 |
![]() |
blocks | RightCurly | '}' at column 28 should be alone on a line. | 316 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'now' should be declared final. | 49 |
![]() |
coding | FinalLocalVariable | Variable 'now' should be declared final. | 70 |
![]() |
coding | FinalLocalVariable | Variable 'now' should be declared final. | 90 |
![]() |
coding | FinalLocalVariable | Variable 'alphaLow' should be declared final. | 253 |
![]() |
coding | FinalLocalVariable | Variable 'formChars' should be declared final. | 274 |
![]() |
coding | FinalLocalVariable | Variable 'formCharArray' should be declared final. | 278 |
![]() |
coding | FinalLocalVariable | Variable 'rand' should be declared final. | 281 |
![]() |
coding | FinalLocalVariable | Variable 'word' should be declared final. | 284 |
![]() |
coding | FinalLocalVariable | Variable 'size' should be declared final. | 285 |
![]() |
coding | FinalLocalVariable | Variable 'form' should be declared final. | 289 |
![]() |
misc | FinalParameters | Parameter form should be final. | 369 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'pemData' should be declared final. | 50 |
![]() |
misc | FinalParameters | Parameter data should be final. | 61 |
![]() |
misc | FinalParameters | Parameter keyStore should be final. | 65 |
![]() |
misc | FinalParameters | Parameter pemData should be final. | 65 |
![]() |
coding | FinalLocalVariable | Variable 'matcher' should be declared final. | 72 |
![]() |
coding | FinalLocalVariable | Variable 'derBytes' should be declared final. | 74 |
![]() |
coding | FinalLocalVariable | Variable 'certificateFactory' should be declared final. | 75 |
![]() |
coding | FinalLocalVariable | Variable 'x509Certificate' should be declared final. | 76 |
![]() |
coding | FinalLocalVariable | Variable 'realPw' should be declared final. | 90 |
![]() |
coding | FinalLocalVariable | Variable 'matcher' should be declared final. | 101 |
![]() |
blocks | RightCurly | '}' at column 24 should be alone on a line. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter resourceName should be final. | 34 |
![]() |
coding | FinalLocalVariable | Variable 'path' should be declared final. | 35 |
![]() |
coding | FinalLocalVariable | Variable 'path' should be declared final. | 41 |
![]() |
coding | FinalLocalVariable | Variable 'keyStore' should be declared final. | 42 |
![]() |
coding | FinalLocalVariable | Variable 'pazz' should be declared final. | 59 |
![]() |
coding | FinalLocalVariable | Variable 'alias' should be declared final. | 60 |
![]() |
coding | FinalLocalVariable | Variable 'key' should be declared final. | 65 |
![]() |
coding | FinalLocalVariable | Variable 'keyStoreCertificate' should be declared final. | 72 |
![]() |
coding | FinalLocalVariable | Variable 'password' should be declared final. | 81 |
![]() |
coding | FinalLocalVariable | Variable 'password' should be declared final. | 94 |
![]() |
misc | FinalParameters | Parameter name should be final. | 99 |
![]() |
coding | FinalLocalVariable | Variable 'resource' should be declared final. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 38 should be alone on a line. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 30 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 31 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 32 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 33 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 34 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoNewPlace' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoOldPlace' needs "this.". | 47 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsNewPlace' needs "this.". | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsOldPlace' needs "this.". | 49 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoNewPlace' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsNewPlace' needs "this.". | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsNewPlace' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoNewPlace' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsNewPlace' needs "this.". | 76 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoNewPlace' needs "this.". | 76 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsNewPlace' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoNewPlace' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsNewPlace' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoNewPlace' needs "this.". | 80 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsNewPlace' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoNewPlace' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsNewPlace' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoNewPlace' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoNewPlace' needs "this.". | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsOldPlace' needs "this.". | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsNewPlace' needs "this.". | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoOldPlace' needs "this.". | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsOldPlace' needs "this.". | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsNewPlace' needs "this.". | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoOldPlace' needs "this.". | 104 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoNewPlace' needs "this.". | 104 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsNewPlace' needs "this.". | 104 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoOldPlace' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoNewPlace' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsOldPlace' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoOldPlace' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoNewPlace' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsOldPlace' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsNewPlace' needs "this.". | 108 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoOldPlace' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoNewPlace' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsOldPlace' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsNewPlace' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoOldPlace' needs "this.". | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoNewPlace' needs "this.". | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsOldPlace' needs "this.". | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsNewPlace' needs "this.". | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoOldPlace' needs "this.". | 136 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsOldPlace' needs "this.". | 136 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsNewPlace' needs "this.". | 136 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoOldPlace' needs "this.". | 138 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoNewPlace' needs "this.". | 138 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsOldPlace' needs "this.". | 138 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoOldPlace' needs "this.". | 140 |
![]() |
coding | RequireThis | Reference to instance variable 'resultsOldPlace' needs "this.". | 140 |
![]() |
coding | RequireThis | Reference to instance variable 'ibdoOldPlace' needs "this.". | 142 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter obj1 should be final. | 21 |
![]() |
misc | FinalParameters | Parameter obj2 should be final. | 21 |
![]() |
coding | FinalLocalVariable | Variable 's1' should be declared final. | 25 |
![]() |
coding | FinalLocalVariable | Variable 's2' should be declared final. | 26 |
![]() |
coding | FinalLocalVariable | Variable 'int1' should be declared final. | 57 |
![]() |
coding | FinalLocalVariable | Variable 'int2' should be declared final. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'unsorted' should be declared final. | 53 |
![]() |
coding | FinalLocalVariable | Variable 'actual' should be declared final. | 62 |
![]() |
coding | FinalLocalVariable | Variable 'expected' should be declared final. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter str should be final. | 54 |
![]() |
misc | FinalParameters | Parameter ibdo should be final. | 74 |
![]() |
coding | FinalLocalVariable | Variable 'k' should be declared final. | 99 |
![]() |
coding | FinalLocalVariable | Variable 'values' should be declared final. | 107 |
![]() |
misc | FinalParameters | Parameter familyTree should be final. | 130 |
![]() |
misc | FinalParameters | Parameter ibdo should be final. | 154 |
![]() |
coding | FinalLocalVariable | Variable 'childObjList' should be declared final. | 163 |
![]() |
misc | FinalParameters | Parameter ibdo should be final. | 185 |
![]() |
blocks | RightCurly | '}' at column 25 should be alone on a line. | 219 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter in should be final. | 13 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 16 |
![]() |
blocks | RightCurly | '}' at column 27 should be alone on a line. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter payload should be final. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'zoneId' should be declared final. | 56 |
![]() |
coding | FinalLocalVariable | Variable 'zoneId' should be declared final. | 81 |
![]() |
coding | FinalLocalVariable | Variable 'formatter' should be declared final. | 82 |
![]() |
coding | FinalLocalVariable | Variable 'dateStringDefault' should be declared final. | 108 |
![]() |
misc | FinalParameters | Parameter date should be final. | 130 |
![]() |
misc | FinalParameters | Parameter hexDate should be final. | 217 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 218 |
![]() |
coding | FinalLocalVariable | Variable 'dateHex' should be declared final. | 221 |
![]() |
coding | FinalLocalVariable | Variable 'timeHex' should be declared final. | 222 |
![]() |
coding | FinalLocalVariable | Variable 'daysToAdd' should be declared final. | 223 |
![]() |
coding | FinalLocalVariable | Variable 'millisToAdd' should be declared final. | 225 |
![]() |
coding | FinalLocalVariable | Variable 'msg' should be declared final. | 240 |
![]() |
blocks | RightCurly | '}' at column 25 should be alone on a line. | 255 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'zdt' should be declared final. | 65 |
![]() |
coding | FinalLocalVariable | Variable 'hexDate1' should be declared final. | 110 |
![]() |
coding | FinalLocalVariable | Variable 'hexDate2' should be declared final. | 111 |
![]() |
coding | FinalLocalVariable | Variable 'invalidHexDate1' should be declared final. | 115 |
![]() |
coding | FinalLocalVariable | Variable 'invalidHexDate2' should be declared final. | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'contextMapping' must be private and have accessor methods. | 26 |
![]() |
design | VisibilityModifier | Variable 'extraMapping' must be private and have accessor methods. | 29 |
![]() |
misc | FinalParameters | Parameter configG should be final. | 34 |
![]() |
coding | FinalLocalVariable | Variable 'l' should be declared final. | 35 |
![]() |
misc | FinalParameters | Parameter configFiles should be final. | 44 |
![]() |
blocks | RightCurly | '}' at column 26 should be alone on a line. | 51 |
![]() |
misc | FinalParameters | Parameter configFiles should be final. | 56 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 65 |
![]() |
coding | FinalLocalVariable | Variable 'engineName' should be declared final. | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'contextMapping' needs "this.". | 68 |
![]() |
misc | FinalParameters | Parameter engine should be final. | 83 |
![]() |
misc | FinalParameters | Parameter label should be final. | 83 |
![]() |
coding | FinalLocalVariable | Variable 'extra' should be declared final. | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'extraMapping' needs "this.". | 94 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 101 |
![]() |
coding | RequireThis | Reference to instance variable 'contextMapping' needs "this.". | 101 |
![]() |
misc | FinalParameters | Parameter engine should be final. | 116 |
![]() |
misc | FinalParameters | Parameter label should be final. | 116 |
![]() |
misc | FinalParameters | Parameter value should be final. | 116 |
![]() |
coding | FinalLocalVariable | Variable 'extra' should be declared final. | 117 |
![]() |
coding | RequireThis | Reference to instance variable 'extraMapping' needs "this.". | 117 |
![]() |
misc | FinalParameters | Parameter engine should be final. | 126 |
![]() |
misc | FinalParameters | Parameter fn should be final. | 126 |
![]() |
coding | FinalLocalVariable | Variable 'idx' should be declared final. | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter magicFile should be final. | 40 |
![]() |
misc | FinalParameters | Parameter magicFile should be final. | 51 |
![]() |
misc | FinalParameters | Parameter swallowParseException should be final. | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'util' needs "this.". | 57 |
![]() |
misc | FinalParameters | Parameter magicPaths should be final. | 65 |
![]() |
misc | FinalParameters | Parameter magicPaths should be final. | 75 |
![]() |
misc | FinalParameters | Parameter swallowParseException should be final. | 75 |
![]() |
coding | FinalLocalVariable | Variable 'mFile' should be declared final. | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'util' needs "this.". | 82 |
![]() |
coding | RequireThis | Reference to instance variable 'util' needs "this.". | 88 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 97 |
![]() |
coding | FinalLocalVariable | Variable 'subjectFileType' should be declared final. | 102 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 115 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'util' needs "this.". | 132 |
![]() |
misc | FinalParameters | Parameter args should be final. | 139 |
![]() |
coding | FinalLocalVariable | Variable 'magicNumberFile' should be declared final. | 155 |
![]() |
coding | FinalLocalVariable | Variable 'target' should be declared final. | 167 |
![]() |
coding | FinalLocalVariable | Variable 'data' should be declared final. | 173 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'rez' should be declared final. | 33 |
![]() |
coding | RequireThis | Reference to instance variable 'version' needs "this.". | 38 |
![]() |
coding | RequireThis | Reference to instance variable 'timestamp' needs "this.". | 40 |
![]() |
misc | FinalParameters | Parameter line should be final. | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'version' needs "this.". | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'timestamp' needs "this.". | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'version' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'timestamp' needs "this.". | 69 |
![]() |
misc | FinalParameters | Parameter args should be final. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 2 |
![]() |
blocks | RightCurly | '}' at column 29 should be alone on a line. | 17 |
![]() |
misc | FinalParameters | Parameter pp should be final. | 19 |
![]() |
coding | RequireThis | Reference to instance variable 'proc' needs "this.". | 20 |
![]() |
misc | FinalParameters | Parameter nn should be final. | 23 |
![]() |
coding | RequireThis | Reference to instance variable 'delay' needs "this.". | 24 |
![]() |
misc | FinalParameters | Parameter pp should be final. | 27 |
![]() |
coding | RequireThis | Reference to instance variable 'proc' needs "this.". | 28 |
![]() |
coding | RequireThis | Reference to instance variable 'flag' needs "this.". | 32 |
![]() |
coding | FinalLocalVariable | Variable 'nTries' should be declared final. | 42 |
![]() |
coding | FinalLocalVariable | Variable 'partialDelay' should be declared final. | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'delay' needs "this.". | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'flag' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'proc' needs "this.". | 47 |
![]() |
coding | RequireThis | Reference to instance variable 'proc' needs "this.". | 53 |
![]() |
coding | RequireThis | Reference to instance variable 'proc' needs "this.". | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'proc' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'flag' needs "this.". | 57 |
![]() |
misc | FinalParameters | Parameter args should be final. | 68 |
![]() |
coding | FinalLocalVariable | Variable 'wt' should be declared final. | 69 |
![]() |
coding | FinalLocalVariable | Variable 'name' should be declared final. | 70 |
![]() |
coding | FinalLocalVariable | Variable 'proc' should be declared final. | 82 |
![]() |
coding | FinalLocalVariable | Variable 'out' should be declared final. | 86 |
![]() |
coding | FinalLocalVariable | Variable 'err' should be declared final. | 87 |
![]() |
coding | FinalLocalVariable | Variable 't1' should be declared final. | 89 |
![]() |
coding | FinalLocalVariable | Variable 't2' should be declared final. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'estimatedLength' must be private and have accessor methods. | 36 |
![]() |
design | VisibilityModifier | Variable 'minposition' must be private and have accessor methods. | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'buff1' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'buff2' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'buff1' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'buff2' needs "this.". | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'buff1' needs "this.". | 105 |
![]() |
coding | RequireThis | Reference to instance variable 'buff2' needs "this.". | 105 |
![]() |
coding | RequireThis | Reference to instance variable 'buff1' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'buff2' needs "this.". | 110 |
![]() |
coding | RequireThis | Reference to instance variable 'buff1' needs "this.". | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'buff2' needs "this.". | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'buff1' needs "this.". | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'buff2' needs "this.". | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'buff1' needs "this.". | 281 |
![]() |
coding | RequireThis | Reference to instance variable 'buff2' needs "this.". | 281 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 30 |
![]() |
blocks | RightCurly | '}' at column 47 should be alone on a line. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter writer should be final. | 20 |
![]() |
misc | FinalParameters | Parameter blockSize should be final. | 20 |
![]() |
coding | RequireThis | Reference to instance variable 'buffer' needs "this.". | 22 |
![]() |
misc | FinalParameters | Parameter writer should be final. | 25 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 30 |
![]() |
misc | FinalParameters | Parameter start should be final. | 30 |
![]() |
misc | FinalParameters | Parameter length should be final. | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'buffer' needs "this.". | 34 |
![]() |
coding | RequireThis | Reference to instance variable 'bufferLength' needs "this.". | 34 |
![]() |
coding | RequireThis | Reference to instance variable 'buffer' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'bufferLength' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'bufferLength' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'buffer' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'writer' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'buffer' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'bufferLength' needs "this.". | 47 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'start' is not allowed. | 51 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'length' is not allowed. | 52 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 57 |
![]() |
misc | FinalParameters | Parameter b should be final. | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'buffer' needs "this.". | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'bufferLength' needs "this.". | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'bufferLength' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'buffer' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'writer' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'buffer' needs "this.". | 66 |
![]() |
coding | RequireThis | Reference to instance variable 'bufferLength' needs "this.". | 67 |
![]() |
coding | RequireThis | Reference to instance variable 'bufferLength' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'writer' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'buffer' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'bufferLength' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'bufferLength' needs "this.". | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'curPos' must be private and have accessor methods. | 34 |
![]() |
design | VisibilityModifier | Variable 'buffer' must be private and have accessor methods. | 35 |
![]() |
design | VisibilityModifier | Variable 'myString' must be private and have accessor methods. | 37 |
![]() |
design | VisibilityModifier | Variable 'stream' must be private and have accessor methods. | 38 |
![]() |
design | VisibilityModifier | Variable 'bytesWritten' must be private and have accessor methods. | 39 |
![]() |
misc | FinalParameters | Parameter s should be final. | 313 |
![]() |
misc | FinalParameters | Parameter charset should be final. | 313 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 24 should be alone on a line. | 38 |
![]() |
misc | FinalParameters | Parameter options should be final. | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'wantFiles' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'wantDirectories' needs "this.". | 51 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 55 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 59 |
![]() |
misc | FinalParameters | Parameter filter should be final. | 59 |
![]() |
misc | FinalParameters | Parameter args should be final. | 64 |
![]() |
coding | FinalLocalVariable | Variable 'ff' should be declared final. | 66 |
![]() |
coding | FinalLocalVariable | Variable 'i' should be declared final. | 75 |
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 77 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 100 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 100 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 104 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 104 |
![]() |
misc | FinalParameters | Parameter filter should be final. | 104 |
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 105 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPath' needs "this.". | 109 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPath' needs "this.". | 119 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPath' needs "this.". | 125 |
![]() |
coding | FinalLocalVariable | Variable 'tmp' should be declared final. | 126 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPath' needs "this.". | 126 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPath' needs "this.". | 144 |
![]() |
coding | FinalLocalVariable | Variable 'tmp' should be declared final. | 145 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPath' needs "this.". | 145 |
![]() |
coding | FinalLocalVariable | Variable 'theDir' should be declared final. | 152 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPath' needs "this.". | 152 |
![]() |
coding | FinalLocalVariable | Variable 'tmpContents' should be declared final. | 155 |
![]() |
coding | RequireThis | Reference to instance variable 'filter' needs "this.". | 155 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPath' needs "this.". | 156 |
![]() |
coding | RequireThis | Reference to instance variable 'wantDirectories' needs "FileFind.this.". | 159 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPath' needs "this.". | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPath' needs "this.". | 167 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPath' needs "this.". | 169 |
![]() |
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous line. | 180 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 184 |
![]() |
misc | FinalParameters | Parameter contents should be final. | 184 |
![]() |
coding | RequireThis | Reference to instance variable 'position' needs "this.". | 186 |
![]() |
coding | RequireThis | Reference to instance variable 'position' needs "this.". | 190 |
![]() |
coding | RequireThis | Reference to instance variable 'contents' needs "this.". | 190 |
![]() |
coding | RequireThis | Reference to instance variable 'contents' needs "this.". | 194 |
![]() |
coding | RequireThis | Reference to instance variable 'position' needs "this.". | 194 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'theTempFile' should be declared final. | 34 |
![]() |
blocks | RightCurly | '}' at column 32 should be alone on a line. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'exec' must be private and have accessor methods. | 11 |
![]() |
misc | FinalParameters | Parameter path should be final. | 13 |
![]() |
misc | FinalParameters | Parameter path should be final. | 17 |
![]() |
coding | FinalLocalVariable | Variable 'returnVal' should be declared final. | 22 |
![]() |
coding | RequireThis | Reference to instance variable 'exec' needs "this.". | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'tmpDir' hides a field. | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'file' needs "this.". | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'file' needs "this.". | 50 |
![]() |
coding | RequireThis | Reference to instance variable 'instance' needs "this.". | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'file' needs "this.". | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'instance' needs "this.". | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'file' needs "this.". | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'instance' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 50 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 59 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 68 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 79 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 95 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 104 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 109 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 111 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 116 |
![]() |
coding | RequireThis | Reference to instance variable 'prefix' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'logStackTrace' needs "this.". | 124 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 130 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'linesToSkip' needs "this.". | 118 |
![]() |
coding | FinalLocalVariable | Variable 'unused' should be declared final. | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'executorService' needs "this.". | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'level' needs "this.". | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'streamName' needs "this.". | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'linesToSkip' needs "this.". | 147 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 150 |
![]() |
coding | FinalLocalVariable | Variable 'unused' should be declared final. | 155 |
![]() |
coding | RequireThis | Reference to instance variable 'executorService' needs "this.". | 155 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 155 |
![]() |
coding | RequireThis | Reference to instance variable 'level' needs "this.". | 155 |
![]() |
coding | RequireThis | Reference to instance variable 'streamName' needs "this.". | 155 |
![]() |
coding | RequireThis | Reference to instance variable 'linesToSkip' needs "this.". | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'linesToSkip' needs "this.". | 161 |
![]() |
coding | RequireThis | Reference to instance variable 'executorService' needs "this.". | 173 |
![]() |
coding | RequireThis | Reference to instance variable 'executorService' needs "this.". | 174 |
![]() |
coding | RequireThis | Reference to instance variable 'executorService' needs "this.". | 175 |
![]() |
coding | RequireThis | Reference to instance variable 'closeWaitTime' needs "this.". | 175 |
![]() |
coding | RequireThis | Reference to instance variable 'closeWaitTimeUnit' needs "this.". | 175 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 200 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'loggingPrintStream' should be declared final. | 64 |
![]() |
coding | FinalLocalVariable | Variable 'logbackTester' should be declared final. | 75 |
![]() |
coding | FinalLocalVariable | Variable 'loggingPrintStreamDebug' should be declared final. | 76 |
![]() |
coding | FinalLocalVariable | Variable 'loggingPrintStreamError' should be declared final. | 79 |
![]() |
coding | FinalLocalVariable | Variable 'loggingPrintStreamInfo' should be declared final. | 82 |
![]() |
coding | FinalLocalVariable | Variable 'loggingPrintStreamTrace' should be declared final. | 85 |
![]() |
coding | FinalLocalVariable | Variable 'loggingPrintStreamWarn' should be declared final. | 88 |
![]() |
indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 20, expected level should be one of the following: 12, 14. | 111 |
![]() |
indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 20, expected level should be one of the following: 12, 14. | 113 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 28, expected level should be one of the following: 14, 21, 22. | 114 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 28, expected level should be one of the following: 14, 21, 22. | 115 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 28, expected level should be one of the following: 14, 21, 22. | 116 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 28, expected level should be one of the following: 14, 21, 22. | 117 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 28, expected level should be one of the following: 14, 21, 22. | 118 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 28, expected level should be one of the following: 14, 21, 22. | 119 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 28, expected level should be one of the following: 14, 21, 22. | 120 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 28, expected level should be one of the following: 14, 21, 22. | 121 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 28, expected level should be one of the following: 14, 21, 22. | 122 |
![]() |
coding | FinalLocalVariable | Variable 'baos' should be declared final. | 134 |
![]() |
coding | FinalLocalVariable | Variable 'loggingPrintStream' should be declared final. | 135 |
![]() |
coding | FinalLocalVariable | Variable 'logbackTester' should be declared final. | 173 |
![]() |
coding | FinalLocalVariable | Variable 'baos' should be declared final. | 174 |
![]() |
coding | FinalLocalVariable | Variable 'loggingPrintStream' should be declared final. | 175 |
![]() |
coding | FinalLocalVariable | Variable 'logbackTester' should be declared final. | 193 |
![]() |
coding | FinalLocalVariable | Variable 'baos' should be declared final. | 194 |
![]() |
coding | FinalLocalVariable | Variable 'loggingPrintStream' should be declared final. | 195 |
![]() |
coding | FinalLocalVariable | Variable 'stringWriter' should be declared final. | 197 |
![]() |
coding | FinalLocalVariable | Variable 'printWriter' should be declared final. | 198 |
![]() |
coding | FinalLocalVariable | Variable 'logbackTester' should be declared final. | 216 |
![]() |
coding | FinalLocalVariable | Variable 'byteArrayOutputStream' should be declared final. | 217 |
![]() |
coding | FinalLocalVariable | Variable 'printStream' should be declared final. | 218 |
![]() |
coding | FinalLocalVariable | Variable 'loggingPrintStream' should be declared final. | 219 |
![]() |
indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 20, expected level should be one of the following: 12, 14. | 231 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 28, expected level should be one of the following: 14, 21, 22. | 232 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 28, expected level should be one of the following: 14, 21, 22. | 233 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 28, expected level should be one of the following: 14, 21, 22. | 234 |
![]() |
indentation | Indentation | 'array initialization' child has incorrect indentation level 28, expected level should be one of the following: 14, 21, 22. | 235 |
![]() |
coding | FinalLocalVariable | Variable 'logbackTester' should be declared final. | 246 |
![]() |
coding | FinalLocalVariable | Variable 'byteArrayOutputStream' should be declared final. | 247 |
![]() |
coding | FinalLocalVariable | Variable 'printStream' should be declared final. | 248 |
![]() |
coding | FinalLocalVariable | Variable 'loggingPrintStream' should be declared final. | 249 |
![]() |
coding | FinalLocalVariable | Variable 'unused' should be declared final. | 260 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 280 |
![]() |
design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 281 |
![]() |
design | VisibilityModifier | Variable 'appender' must be private and have accessor methods. | 282 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 284 |
![]() |
coding | RequireThis | Reference to instance variable 'name' needs "this.". | 287 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 288 |
![]() |
coding | RequireThis | Reference to instance variable 'name' needs "this.". | 288 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 289 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 291 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 291 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 292 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 293 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 293 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 294 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 304 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 306 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 307 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 317 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'finished' must be private and have accessor methods. | 22 |
![]() |
misc | FinalParameters | Parameter is should be final. | 24 |
![]() |
misc | FinalParameters | Parameter str should be final. | 24 |
![]() |
coding | RequireThis | Reference to instance variable 'br' needs "this.". | 25 |
![]() |
coding | RequireThis | Reference to instance variable 'tag' needs "this.". | 26 |
![]() |
misc | FinalParameters | Parameter is should be final. | 29 |
![]() |
misc | FinalParameters | Parameter str should be final. | 29 |
![]() |
misc | FinalParameters | Parameter outp should be final. | 29 |
![]() |
coding | RequireThis | Reference to instance variable 'br' needs "this.". | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'tag' needs "this.". | 31 |
![]() |
coding | RequireThis | Reference to instance variable 'ps' needs "this.". | 32 |
![]() |
coding | RequireThis | Reference to instance variable 'finished' needs "this.". | 38 |
![]() |
coding | RequireThis | Reference to instance variable 'br' needs "this.". | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'finished' needs "this.". | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'ps' needs "this.". | 41 |
![]() |
coding | RequireThis | Reference to instance variable 'ps' needs "this.". | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'tag' needs "this.". | 42 |
![]() |
coding | RequireThis | Reference to instance variable 'br' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'finished' needs "this.". | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 30 should be alone on a line. | 37 |
![]() |
misc | FinalParameters | Parameter o should be final. | 44 |
![]() |
misc | FinalParameters | Parameter c should be final. | 53 |
![]() |
coding | FinalLocalVariable | Variable 'name' should be declared final. | 54 |
![]() |
misc | FinalParameters | Parameter c should be final. | 61 |
![]() |
misc | FinalParameters | Parameter o should be final. | 70 |
![]() |
misc | FinalParameters | Parameter c should be final. | 79 |
![]() |
coding | FinalLocalVariable | Variable 'name' should be declared final. | 80 |
![]() |
misc | FinalParameters | Parameter c should be final. | 87 |
![]() |
misc | FinalParameters | Parameter pkg should be final. | 94 |
![]() |
misc | FinalParameters | Parameter name should be final. | 94 |
![]() |
misc | FinalParameters | Parameter c should be final. | 101 |
![]() |
misc | FinalParameters | Parameter pkg should be final. | 108 |
![]() |
misc | FinalParameters | Parameter name should be final. | 108 |
![]() |
misc | FinalParameters | Parameter name should be final. | 118 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'name' is not allowed. | 120 |
![]() |
misc | FinalParameters | Parameter name should be final. | 131 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'name' is not allowed. | 133 |
![]() |
misc | FinalParameters | Parameter c should be final. | 145 |
![]() |
coding | FinalLocalVariable | Variable 'cx' should be declared final. | 149 |
![]() |
coding | FinalLocalVariable | Variable 'loader' should be declared final. | 150 |
![]() |
misc | FinalParameters | Parameter c should be final. | 163 |
![]() |
misc | FinalParameters | Parameter c should be final. | 173 |
![]() |
misc | FinalParameters | Parameter c should be final. | 183 |
![]() |
misc | FinalParameters | Parameter c should be final. | 193 |
![]() |
misc | FinalParameters | Parameter c should be final. | 204 |
![]() |
misc | FinalParameters | Parameter suffix should be final. | 204 |
![]() |
coding | FinalLocalVariable | Variable 'results' should be declared final. | 205 |
![]() |
coding | FinalLocalVariable | Variable 'url' should be declared final. | 206 |
![]() |
misc | FinalParameters | Parameter c should be final. | 231 |
![]() |
misc | FinalParameters | Parameter url should be final. | 231 |
![]() |
misc | FinalParameters | Parameter suffix should be final. | 231 |
![]() |
coding | FinalLocalVariable | Variable 'results' should be declared final. | 232 |
![]() |
coding | FinalLocalVariable | Variable 'jc' should be declared final. | 234 |
![]() |
coding | FinalLocalVariable | Variable 'jf' should be declared final. | 235 |
![]() |
coding | FinalLocalVariable | Variable 'cmatch' should be declared final. | 236 |
![]() |
coding | FinalLocalVariable | Variable 'entry' should be declared final. | 238 |
![]() |
coding | FinalLocalVariable | Variable 'name' should be declared final. | 239 |
![]() |
misc | FinalParameters | Parameter c should be final. | 262 |
![]() |
misc | FinalParameters | Parameter url should be final. | 262 |
![]() |
misc | FinalParameters | Parameter suffix should be final. | 262 |
![]() |
coding | FinalLocalVariable | Variable 'results' should be declared final. | 263 |
![]() |
coding | FinalLocalVariable | Variable 'cmatch' should be declared final. | 264 |
![]() |
coding | FinalLocalVariable | Variable 'base' should be declared final. | 277 |
![]() |
coding | FinalLocalVariable | Variable 'pkgNamePart' should be declared final. | 278 |
![]() |
coding | FinalLocalVariable | Variable 'classNamePart' should be declared final. | 279 |
![]() |
coding | FinalLocalVariable | Variable 'list' should be declared final. | 281 |
![]() |
coding | FinalLocalVariable | Variable 'dir' should be declared final. | 290 |
![]() |
coding | FinalLocalVariable | Variable 'list' should be declared final. | 292 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'resources' should be declared final. | 26 |
![]() |
coding | FinalLocalVariable | Variable 'rr' should be declared final. | 33 |
![]() |
coding | FinalLocalVariable | Variable 'is' should be declared final. | 41 |
![]() |
blocks | EmptyCatchBlock | Empty catch block. | 45 |
![]() |
coding | FinalLocalVariable | Variable 'rr' should be declared final. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter str should be final. | 11 |
![]() |
misc | FinalParameters | Parameter os should be final. | 11 |
![]() |
misc | FinalParameters | Parameter is should be final. | 16 |
![]() |
coding | FinalLocalVariable | Variable 'contentSize' should be declared final. | 17 |
![]() |
coding | FinalLocalVariable | Variable 'theContent' should be declared final. | 18 |
![]() |
misc | FinalParameters | Parameter bb should be final. | 23 |
![]() |
misc | FinalParameters | Parameter os should be final. | 23 |
![]() |
misc | FinalParameters | Parameter theStream should be final. | 28 |
![]() |
coding | FinalLocalVariable | Variable 'contentSize' should be declared final. | 29 |
![]() |
coding | FinalLocalVariable | Variable 'theContent' should be declared final. | 30 |
![]() |
blocks | RightCurly | '}' at column 28 should be alone on a line. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter path should be final. | 17 |
![]() |
misc | FinalParameters | Parameter file should be final. | 20 |
![]() |
misc | FinalParameters | Parameter attrs should be final. | 20 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 26 |
![]() |
misc | FinalParameters | Parameter exc should be final. | 26 |
![]() |
misc | FinalParameters | Parameter path should be final. | 33 |
![]() |
misc | FinalParameters | Parameter regex should be final. | 33 |
![]() |
coding | FinalLocalVariable | Variable 'paths' should be declared final. | 34 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 44 |
![]() |
misc | FinalParameters | Parameter ext should be final. | 44 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 49 |
![]() |
misc | FinalParameters | Parameter ext should be final. | 49 |
![]() |
misc | FinalParameters | Parameter depth should be final. | 49 |
![]() |
blocks | RightCurly | '}' at column 34 should be alone on a line. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter msg should be final. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'literals' must be private and have accessor methods. | 19 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 20 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 21 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 22 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 23 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 24 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 25 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 26 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 27 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 28 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 29 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 30 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 31 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 32 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 33 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 34 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 35 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 36 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 37 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 38 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 39 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 40 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 41 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 42 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 43 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 44 |
![]() |
misc | FinalParameters | Parameter b should be final. | 47 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 48 |
![]() |
misc | FinalParameters | Parameter s should be final. | 58 |
![]() |
coding | FinalLocalVariable | Variable 'array' should be declared final. | 59 |
![]() |
coding | FinalLocalVariable | Variable 'chars' should be declared final. | 60 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 65 |
![]() |
coding | FinalLocalVariable | Variable 'bytes' should be declared final. | 97 |
![]() |
coding | FinalLocalVariable | Variable 'iter' should be declared final. | 98 |
![]() |
coding | FinalLocalVariable | Variable 'num' should be declared final. | 100 |
![]() |
misc | FinalParameters | Parameter s should be final. | 106 |
![]() |
misc | FinalParameters | Parameter arraySize should be final. | 117 |
![]() |
misc | FinalParameters | Parameter stringValue should be final. | 117 |
![]() |
misc | FinalParameters | Parameter s should be final. | 128 |
![]() |
coding | FinalLocalVariable | Variable 'sub' should be declared final. | 129 |
![]() |
coding | FinalLocalVariable | Variable 'integer' should be declared final. | 130 |
![]() |
misc | FinalParameters | Parameter data should be final. | 137 |
![]() |
misc | FinalParameters | Parameter length should be final. | 137 |
![]() |
coding | FinalLocalVariable | Variable 'newValues' should be declared final. | 157 |
![]() |
misc | FinalParameters | Parameter data should be final. | 169 |
![]() |
misc | FinalParameters | Parameter maskValues should be final. | 169 |
![]() |
coding | FinalLocalVariable | Variable 'target' should be declared final. | 170 |
![]() |
misc | FinalParameters | Parameter s should be final. | 177 |
![]() |
coding | FinalLocalVariable | Variable 'array' should be declared final. | 185 |
![]() |
coding | FinalLocalVariable | Variable 'b' should be declared final. | 187 |
![]() |
misc | FinalParameters | Parameter s should be final. | 193 |
![]() |
misc | FinalParameters | Parameter s should be final. | 197 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 200 |
![]() |
misc | FinalParameters | Parameter arraySize should be final. | 208 |
![]() |
misc | FinalParameters | Parameter integerValue should be final. | 208 |
![]() |
coding | FinalLocalVariable | Variable 'valueBytes' should be declared final. | 209 |
![]() |
misc | FinalParameters | Parameter stringValue should be final. | 216 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 227 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 228 |
![]() |
misc | FinalParameters | Parameter data should be final. | 238 |
![]() |
misc | FinalParameters | Parameter radix should be final. | 238 |
![]() |
coding | FinalLocalVariable | Variable 'adjustedData' should be declared final. | 250 |
![]() |
coding | FinalLocalVariable | Variable 'value' should be declared final. | 251 |
![]() |
misc | FinalParameters | Parameter data should be final. | 256 |
![]() |
coding | FinalLocalVariable | Variable 'adjustedData' should be declared final. | 265 |
![]() |
coding | FinalLocalVariable | Variable 'value' should be declared final. | 266 |
![]() |
misc | FinalParameters | Parameter array should be final. | 270 |
![]() |
misc | FinalParameters | Parameter offset should be final. | 270 |
![]() |
misc | FinalParameters | Parameter array should be final. | 284 |
![]() |
misc | FinalParameters | Parameter offset should be final. | 284 |
![]() |
coding | FinalLocalVariable | Variable 't' should be declared final. | 289 |
![]() |
blocks | RightCurly | '}' at column 26 should be alone on a line. | 295 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'x' should be declared final. | 12 |
![]() |
coding | FinalLocalVariable | Variable 'entry' should be declared final. | 18 |
![]() |
coding | FinalLocalVariable | Variable 'exception' should be declared final. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'depth' must be private and have accessor methods. | 94 |
![]() |
design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 95 |
![]() |
design | VisibilityModifier | Variable 'offsetUnary' must be private and have accessor methods. | 96 |
![]() |
design | VisibilityModifier | Variable 'dataType' must be private and have accessor methods. | 99 |
![]() |
design | VisibilityModifier | Variable 'dataTypeLength' must be private and have accessor methods. | 100 |
![]() |
design | VisibilityModifier | Variable 'mask' must be private and have accessor methods. | 101 |
![]() |
design | VisibilityModifier | Variable 'signedValue' must be private and have accessor methods. | 102 |
![]() |
design | VisibilityModifier | Variable 'unaryOperator' must be private and have accessor methods. | 105 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 107 |
![]() |
design | VisibilityModifier | Variable 'substitute' must be private and have accessor methods. | 108 |
![]() |
design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 112 |
![]() |
design | VisibilityModifier | Variable 'dependencies' must be private and have accessor methods. | 115 |
![]() |
misc | FinalParameters | Parameter data should be final. | 131 |
![]() |
coding | FinalLocalVariable | Variable 'desc' should be declared final. | 132 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 136 |
![]() |
misc | FinalParameters | Parameter desc should be final. | 143 |
![]() |
coding | ModifiedControlVariable | Control variable 'i' is modified. | 148 |
![]() |
misc | FinalParameters | Parameter data should be final. | 160 |
![]() |
coding | RequireThis | Reference to instance variable 'description' needs "this.". | 164 |
![]() |
misc | FinalParameters | Parameter desc should be final. | 170 |
![]() |
misc | FinalParameters | Parameter data should be final. | 170 |
![]() |
coding | RequireThis | Reference to instance variable 'substitute' needs "this.". | 172 |
![]() |
coding | FinalLocalVariable | Variable 'chars' should be declared final. | 175 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 179 |
![]() |
coding | FinalLocalVariable | Variable 'next' should be declared final. | 182 |
![]() |
coding | FinalLocalVariable | Variable 'subType' should be declared final. | 184 |
![]() |
coding | RequireThis | Reference to instance variable 'dataType' needs "this.". | 185 |
![]() |
coding | RequireThis | Reference to instance variable 'offset' needs "this.". | 186 |
![]() |
coding | FinalLocalVariable | Variable 'sub' should be declared final. | 187 |
![]() |
coding | RequireThis | Reference to instance variable 'offset' needs "this.". | 187 |
![]() |
coding | FinalLocalVariable | Variable 'subData' should be declared final. | 192 |
![]() |
coding | RequireThis | Reference to instance variable 'offset' needs "this.". | 192 |
![]() |
coding | RequireThis | Reference to instance variable 'dataTypeLength' needs "this.". | 192 |
![]() |
coding | FinalLocalVariable | Variable 'sub' should be declared final. | 194 |
![]() |
coding | FinalLocalVariable | Variable 'subData' should be declared final. | 200 |
![]() |
coding | RequireThis | Reference to instance variable 'offset' needs "this.". | 200 |
![]() |
coding | RequireThis | Reference to instance variable 'dataTypeLength' needs "this.". | 200 |
![]() |
coding | FinalLocalVariable | Variable 'sub' should be declared final. | 202 |
![]() |
misc | FinalParameters | Parameter data should be final. | 220 |
![]() |
misc | FinalParameters | Parameter sb should be final. | 220 |
![]() |
misc | FinalParameters | Parameter layer should be final. | 220 |
![]() |
coding | RequireThis | Reference to instance variable 'dependencies' needs "this.". | 222 |
![]() |
coding | RequireThis | Reference to instance variable 'dependencies' needs "this.". | 222 |
![]() |
coding | FinalLocalVariable | Variable 'dependentItems' should be declared final. | 228 |
![]() |
coding | RequireThis | Reference to instance variable 'dependencies' needs "this.". | 228 |
![]() |
coding | FinalLocalVariable | Variable 's' should be declared final. | 231 |
![]() |
misc | FinalParameters | Parameter data should be final. | 251 |
![]() |
coding | FinalLocalVariable | Variable 'subject' should be declared final. | 252 |
![]() |
coding | RequireThis | Reference to instance variable 'offset' needs "this.". | 252 |
![]() |
coding | RequireThis | Reference to instance variable 'dataTypeLength' needs "this.". | 252 |
![]() |
misc | FinalParameters | Parameter data should be final. | 262 |
![]() |
coding | RequireThis | Reference to instance variable 'substitute' needs "this.". | 263 |
![]() |
coding | FinalLocalVariable | Variable 'mValues' should be declared final. | 266 |
![]() |
coding | RequireThis | Reference to instance variable 'value' needs "this.". | 266 |
![]() |
coding | RequireThis | Reference to instance variable 'unaryOperator' needs "this.". | 268 |
![]() |
coding | FinalLocalVariable | Variable 'end' should be declared final. | 270 |
![]() |
coding | RequireThis | Reference to instance variable 'unaryOperator' needs "this.". | 271 |
![]() |
misc | FinalParameters | Parameter data should be final. | 340 |
![]() |
misc | FinalParameters | Parameter offset should be final. | 340 |
![]() |
misc | FinalParameters | Parameter length should be final. | 340 |
![]() |
coding | FinalLocalVariable | Variable 'subject' should be declared final. | 347 |
![]() |
misc | FinalParameters | Parameter dependencyLayer should be final. | 356 |
![]() |
coding | RequireThis | Reference to instance variable 'dependencies' needs "this.". | 357 |
![]() |
coding | RequireThis | Reference to instance variable 'dependencies' needs "this.". | 358 |
![]() |
coding | RequireThis | Reference to instance variable 'dependencies' needs "this.". | 360 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 371 |
![]() |
coding | RequireThis | Reference to instance variable 'depth' needs "this.". | 372 |
![]() |
coding | RequireThis | Reference to instance variable 'offsetUnary' needs "this.". | 373 |
![]() |
coding | RequireThis | Reference to instance variable 'offsetUnary' needs "this.". | 374 |
![]() |
coding | RequireThis | Reference to instance variable 'offset' needs "this.". | 377 |
![]() |
coding | RequireThis | Reference to instance variable 'offset' needs "this.". | 381 |
![]() |
coding | RequireThis | Reference to instance variable 'dataType' needs "this.". | 385 |
![]() |
coding | RequireThis | Reference to instance variable 'mask' needs "this.". | 386 |
![]() |
coding | RequireThis | Reference to instance variable 'mask' needs "this.". | 386 |
![]() |
coding | RequireThis | Reference to instance variable 'mask' needs "this.". | 388 |
![]() |
coding | RequireThis | Reference to instance variable 'unaryOperator' needs "this.". | 392 |
![]() |
coding | RequireThis | Reference to instance variable 'unaryOperator' needs "this.". | 394 |
![]() |
coding | RequireThis | Reference to instance variable 'unaryOperator' needs "this.". | 397 |
![]() |
coding | RequireThis | Reference to instance variable 'value' needs "this.". | 399 |
![]() |
coding | RequireThis | Reference to instance variable 'description' needs "this.". | 402 |
![]() |
misc | FinalParameters | Parameter sbuf should be final. | 409 |
![]() |
misc | FinalParameters | Parameter depth should be final. | 409 |
![]() |
coding | HiddenField | 'depth' hides a field. | 409 |
![]() |
coding | FinalLocalVariable | Variable 'd' should be declared final. | 411 |
![]() |
coding | RequireThis | Reference to instance variable 'description' needs "this.". | 413 |
![]() |
coding | RequireThis | Reference to instance variable 'dependencies' needs "this.". | 415 |
![]() |
coding | RequireThis | Reference to instance variable 'dependencies' needs "this.". | 415 |
![]() |
coding | FinalLocalVariable | Variable 'dependentItems' should be declared final. | 418 |
![]() |
coding | RequireThis | Reference to instance variable 'dependencies' needs "this.". | 418 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 35 should be alone on a line. | 37 |
![]() |
misc | FinalParameters | Parameter configData should be final. | 49 |
![]() |
misc | FinalParameters | Parameter zeroDepthErrorList should be final. | 49 |
![]() |
misc | FinalParameters | Parameter continuationErrorMap should be final. | 50 |
![]() |
misc | FinalParameters | Parameter configData should be final. | 65 |
![]() |
misc | FinalParameters | Parameter zeroDepthErrorList should be final. | 65 |
![]() |
misc | FinalParameters | Parameter continuationErrorMap should be final. | 66 |
![]() |
misc | FinalParameters | Parameter swallowParseException should be final. | 66 |
![]() |
coding | FinalLocalVariable | Variable 'magicNumberList' should be declared final. | 68 |
![]() |
coding | FinalLocalVariable | Variable 'depth' should be declared final. | 80 |
![]() |
coding | FinalLocalVariable | Variable 'item' should be declared final. | 97 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 132 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 133 |
![]() |
coding | FinalLocalVariable | Variable 'mItem' should be declared final. | 141 |
![]() |
coding | FinalLocalVariable | Variable 'signature' should be declared final. | 142 |
![]() |
misc | FinalParameters | Parameter storage should be final. | 176 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 176 |
![]() |
misc | FinalParameters | Parameter swallowParseException should be final. | 176 |
![]() |
coding | FinalLocalVariable | Variable 'item' should be declared final. | 177 |
![]() |
misc | FinalParameters | Parameter extensions should be final. | 191 |
![]() |
misc | FinalParameters | Parameter target should be final. | 191 |
![]() |
coding | FinalLocalVariable | Variable 'extensionArray' should be declared final. | 192 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 205 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 215 |
![]() |
misc | FinalParameters | Parameter swallowParseException should be final. | 215 |
![]() |
coding | FinalLocalVariable | Variable 'columns' should be declared final. | 217 |
![]() |
coding | FinalLocalVariable | Variable 'item' should be declared final. | 218 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 260 |
![]() |
coding | FinalLocalVariable | Variable 'columns' should be declared final. | 262 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 268 |
![]() |
coding | ModifiedControlVariable | Control variable 'i' is modified. | 271 |
![]() |
coding | ModifiedControlVariable | Control variable 'i' is modified. | 275 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 297 |
![]() |
coding | FinalLocalVariable | Variable 'invalidOperatorIndex' should be declared final. | 302 |
![]() |
coding | FinalLocalVariable | Variable 'tail' should be declared final. | 304 |
![]() |
coding | FinalLocalVariable | Variable 'columns' should be declared final. | 308 |
![]() |
misc | FinalParameters | Parameter columns should be final. | 323 |
![]() |
misc | FinalParameters | Parameter item should be final. | 323 |
![]() |
misc | FinalParameters | Parameter columns should be final. | 340 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 347 |
![]() |
misc | FinalParameters | Parameter columns should be final. | 363 |
![]() |
coding | EqualsAvoidNull | String literal expressions should be on the left side of an equals comparison. | 370 |
![]() |
coding | FinalLocalVariable | Variable 'ix' should be declared final. | 378 |
![]() |
coding | FinalLocalVariable | Variable 'dataTypeId' should be declared final. | 382 |
![]() |
misc | FinalParameters | Parameter arg should be final. | 389 |
![]() |
coding | FinalLocalVariable | Variable 'dataTypeIdInt' should be declared final. | 390 |
![]() |
misc | FinalParameters | Parameter columns should be final. | 404 |
![]() |
misc | FinalParameters | Parameter item should be final. | 404 |
![]() |
coding | FinalLocalVariable | Variable 'ix' should be declared final. | 405 |
![]() |
coding | FinalLocalVariable | Variable 'maskValues' should be declared final. | 407 |
![]() |
misc | FinalParameters | Parameter columns should be final. | 416 |
![]() |
misc | FinalParameters | Parameter item should be final. | 416 |
![]() |
coding | FinalLocalVariable | Variable 'strVal' should be declared final. | 420 |
![]() |
coding | FinalLocalVariable | Variable 'unaryLen' should be declared final. | 428 |
![]() |
misc | FinalParameters | Parameter s should be final. | 449 |
![]() |
coding | FinalLocalVariable | Variable 'op' should be declared final. | 455 |
![]() |
coding | FinalLocalVariable | Variable 'len' should be declared final. | 456 |
![]() |
misc | FinalParameters | Parameter item should be final. | 480 |
![]() |
coding | FinalLocalVariable | Variable 'dataTypeId' should be declared final. | 481 |
![]() |
misc | FinalParameters | Parameter columns should be final. | 512 |
![]() |
misc | FinalParameters | Parameter item should be final. | 512 |
![]() |
coding | FinalLocalVariable | Variable 'unaryLen' should be declared final. | 513 |
![]() |
misc | FinalParameters | Parameter dataTypeId should be final. | 528 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 15 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 22 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 30 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 38 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 46 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 54 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 62 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 71 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 80 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 89 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 98 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 106 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 115 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 124 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 133 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 142 |
![]() |
coding | FinalLocalVariable | Variable 'm' should be declared final. | 164 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter message should be final. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 30 should be alone on a line. | 15 |
![]() |
misc | FinalParameters | Parameter osReleasePath should be final. | 26 |
![]() |
coding | FinalLocalVariable | Variable 'versionIdOptional' should be declared final. | 31 |
![]() |
coding | FinalLocalVariable | Variable 'versionIdLine' should be declared final. | 33 |
![]() |
misc | FinalParameters | Parameter osReleasePath should be final. | 52 |
![]() |
misc | FinalParameters | Parameter osReleasePath should be final. | 65 |
![]() |
misc | FinalParameters | Parameter osReleasePath should be final. | 78 |
![]() |
misc | FinalParameters | Parameter osReleasePath should be final. | 91 |
![]() |
misc | FinalParameters | Parameter osReleasePath should be final. | 95 |
![]() |
misc | FinalParameters | Parameter osName should be final. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'centos7Path' must be private and have accessor methods. | 17 |
![]() |
design | VisibilityModifier | Variable 'rhel8Path' must be private and have accessor methods. | 19 |
![]() |
design | VisibilityModifier | Variable 'ubuntu20Path' must be private and have accessor methods. | 21 |
![]() |
coding | FinalLocalVariable | Variable 'rr' should be declared final. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 27 |
![]() |
design | VisibilityModifier | Variable 'rolling' must be private and have accessor methods. | 29 |
![]() |
design | VisibilityModifier | Variable 'fileOutputStream' must be private and have accessor methods. | 32 |
![]() |
design | VisibilityModifier | Variable 'currentFile' must be private and have accessor methods. | 35 |
![]() |
design | VisibilityModifier | Variable 'namegen' must be private and have accessor methods. | 37 |
![]() |
design | VisibilityModifier | Variable 'bytesWritten' must be private and have accessor methods. | 41 |
![]() |
design | VisibilityModifier | Variable 'deleteZeroByteFiles' must be private and have accessor methods. | 43 |
![]() |
misc | FinalParameters | Parameter namegen should be final. | 49 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 49 |
![]() |
misc | FinalParameters | Parameter namegen should be final. | 59 |
![]() |
coding | FinalLocalVariable | Variable 'filter' should be declared final. | 65 |
![]() |
coding | FinalLocalVariable | Variable 'newFile' should be declared final. | 77 |
![]() |
coding | RequireThis | Reference to instance variable 'currentFile' needs "this.". | 78 |
![]() |
coding | RequireThis | Reference to instance variable 'fileOutputStream' needs "this.". | 79 |
![]() |
coding | FinalLocalVariable | Variable 'newName' should be declared final. | 83 |
![]() |
coding | RequireThis | Reference to instance variable 'namegen' needs "this.". | 83 |
![]() |
coding | FinalLocalVariable | Variable 'seqFname' should be declared final. | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'seq' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'currentFile' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'currentFile' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'currentFile' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'namegen' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'seq' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'dir' needs "this.". | 90 |
![]() |
coding | RequireThis | Reference to instance variable 'fileOutputStream' needs "this.". | 94 |
![]() |
coding | RequireThis | Reference to instance variable 'fileOutputStream' needs "this.". | 95 |
![]() |
coding | RequireThis | Reference to instance variable 'currentFile' needs "this.". | 96 |
![]() |
coding | RequireThis | Reference to instance variable 'currentFile' needs "this.". | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'bytesWritten' needs "this.". | 99 |
![]() |
misc | FinalParameters | Parameter f should be final. | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'deleteZeroByteFiles' needs "this.". | 103 |
![]() |
coding | FinalLocalVariable | Variable 'nonDot' should be declared final. | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'dir' needs "this.". | 114 |
![]() |
coding | RequireThis | Reference to instance variable 'dir' needs "this.". | 118 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'rolling' needs "this.". | 133 |
![]() |
coding | RequireThis | Reference to instance variable 'currentFile' needs "this.". | 138 |
![]() |
coding | RequireThis | Reference to instance variable 'rolling' needs "this.". | 140 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 141 |
![]() |
coding | RequireThis | Reference to instance variable 'rolling' needs "this.". | 152 |
![]() |
misc | FinalParameters | Parameter c should be final. | 155 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 173 |
![]() |
coding | RequireThis | Reference to instance variable 'fileOutputStream' needs "this.". | 176 |
![]() |
coding | RequireThis | Reference to instance variable 'currentFile' needs "this.". | 177 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 179 |
![]() |
misc | FinalParameters | Parameter b should be final. | 189 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 190 |
![]() |
coding | RequireThis | Reference to instance variable 'fileOutputStream' needs "this.". | 192 |
![]() |
coding | RequireThis | Reference to instance variable 'bytesWritten' needs "this.". | 193 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 195 |
![]() |
misc | FinalParameters | Parameter b should be final. | 208 |
![]() |
misc | FinalParameters | Parameter off should be final. | 208 |
![]() |
misc | FinalParameters | Parameter len should be final. | 208 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 209 |
![]() |
coding | RequireThis | Reference to instance variable 'fileOutputStream' needs "this.". | 211 |
![]() |
coding | RequireThis | Reference to instance variable 'bytesWritten' needs "this.". | 212 |
![]() |
coding | RequireThis | Reference to instance variable 'lock' needs "this.". | 214 |
![]() |
coding | RequireThis | Reference to instance variable 'bytesWritten' needs "this.". | 224 |
![]() |
coding | RequireThis | Reference to instance variable 'deleteZeroByteFiles' needs "this.". | 233 |
![]() |
misc | FinalParameters | Parameter deleteZeroByteFiles should be final. | 240 |
![]() |
coding | HiddenField | 'deleteZeroByteFiles' hides a field. | 240 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'tmpDir' must be private and have accessor methods. | 27 |
![]() |
design | VisibilityModifier | Variable 'currentFile' must be private and have accessor methods. | 28 |
![]() |
design | VisibilityModifier | Variable 'lastFile' must be private and have accessor methods. | 29 |
![]() |
coding | HiddenField | 'tmpDir' hides a field. | 32 |
![]() |
coding | FinalLocalVariable | Variable 'file1name' should be declared final. | 43 |
![]() |
coding | FinalLocalVariable | Variable 'file2name' should be declared final. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'file1' should be declared final. | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 45 |
![]() |
coding | FinalLocalVariable | Variable 'file2' should be declared final. | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 57 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 60 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'lastFile' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'currentFile' needs "this.". | 74 |
![]() |
coding | FinalLocalVariable | Variable 'instance' should be declared final. | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 94 |
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'currentFile' needs "this.". | 97 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 109 |
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'currentFile' needs "this.". | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 127 |
![]() |
coding | FinalLocalVariable | Variable 'f' should be declared final. | 132 |
![]() |
coding | RequireThis | Reference to instance variable 'tmpDir' needs "this.". | 132 |
![]() |
coding | RequireThis | Reference to instance variable 'currentFile' needs "this.". | 132 |
![]() |
coding | RequireThis | Reference to instance variable 'lastFile' needs "this.". | 138 |
![]() |
coding | RequireThis | Reference to instance variable 'currentFile' needs "this.". | 138 |
![]() |
coding | RequireThis | Reference to instance variable 'currentFile' needs "this.". | 139 |
![]() |
coding | RequireThis | Reference to instance variable 'currentFile' needs "this.". | 140 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter keywordStrings should be final. | 42 |
![]() |
misc | FinalParameters | Parameter keywordStrings should be final. | 52 |
![]() |
coding | FinalLocalVariable | Variable 'keywords' should be declared final. | 55 |
![]() |
coding | RequireThis | Reference to instance variable 'root' needs "this.". | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'root' needs "this.". | 60 |
![]() |
misc | FinalParameters | Parameter data should be final. | 69 |
![]() |
misc | FinalParameters | Parameter offset should be final. | 69 |
![]() |
misc | FinalParameters | Parameter result should be final. | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'root' needs "this.". | 74 |
![]() |
coding | FinalLocalVariable | Variable 'ch' should be declared final. | 79 |
![]() |
coding | FinalLocalVariable | Variable 'id' should be declared final. | 89 |
![]() |
coding | FinalLocalVariable | Variable 'tmp' should be declared final. | 90 |
![]() |
design | VisibilityModifier | Variable 'nextStates' must be private and have accessor methods. | 106 |
![]() |
design | VisibilityModifier | Variable 'gotHereBy' must be private and have accessor methods. | 108 |
![]() |
design | VisibilityModifier | Variable 'matches' must be private and have accessor methods. | 111 |
![]() |
misc | FinalParameters | Parameter gotHereBy should be final. | 114 |
![]() |
misc | FinalParameters | Parameter word should be final. | 118 |
![]() |
misc | FinalParameters | Parameter id should be final. | 118 |
![]() |
misc | FinalParameters | Parameter word should be final. | 128 |
![]() |
misc | FinalParameters | Parameter wordLoc should be final. | 128 |
![]() |
misc | FinalParameters | Parameter id should be final. | 128 |
![]() |
coding | RequireThis | Reference to instance variable 'matches' needs "this.". | 139 |
![]() |
coding | RequireThis | Reference to instance variable 'matches' needs "this.". | 140 |
![]() |
coding | FinalLocalVariable | Variable 'newMatches' should be declared final. | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'matches' needs "this.". | 142 |
![]() |
coding | RequireThis | Reference to instance variable 'matches' needs "this.". | 143 |
![]() |
coding | RequireThis | Reference to instance variable 'matches' needs "this.". | 143 |
![]() |
coding | RequireThis | Reference to instance variable 'matches' needs "this.". | 144 |
![]() |
coding | RequireThis | Reference to instance variable 'matches' needs "this.". | 145 |
![]() |
coding | RequireThis | Reference to instance variable 'matches' needs "this.". | 145 |
![]() |
coding | FinalLocalVariable | Variable 'nextChar' should be declared final. | 148 |
![]() |
coding | RequireThis | Reference to instance variable 'nextStates' needs "this.". | 150 |
![]() |
coding | RequireThis | Reference to instance variable 'nextStates' needs "this.". | 153 |
![]() |
misc | FinalParameters | Parameter out should be final. | 160 |
![]() |
misc | FinalParameters | Parameter out should be final. | 165 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 165 |
![]() |
coding | RequireThis | Reference to instance variable 'gotHereBy' needs "this.". | 166 |
![]() |
coding | RequireThis | Reference to instance variable 'gotHereBy' needs "this.". | 166 |
![]() |
coding | RequireThis | Reference to instance variable 'gotHereBy' needs "this.". | 167 |
![]() |
coding | RequireThis | Reference to instance variable 'gotHereBy' needs "this.". | 169 |
![]() |
coding | RequireThis | Reference to instance variable 'matches' needs "this.". | 171 |
![]() |
coding | RequireThis | Reference to instance variable 'matches' needs "this.". | 173 |
![]() |
coding | RequireThis | Reference to instance variable 'nextStates' needs "this.". | 178 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'first' should be declared final. | 16 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultKeywords' needs "this.". | 17 |
![]() |
coding | FinalLocalVariable | Variable 'second' should be declared final. | 22 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultKeywords' needs "this.". | 22 |
![]() |
coding | FinalLocalVariable | Variable 'hits' should be declared final. | 29 |
![]() |
coding | FinalLocalVariable | Variable 'second' should be declared final. | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultKeywords' needs "this.". | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter data should be final. | 26 |
![]() |
misc | FinalParameters | Parameter data should be final. | 30 |
![]() |
misc | FinalParameters | Parameter data should be final. | 34 |
![]() |
misc | FinalParameters | Parameter data should be final. | 38 |
![]() |
misc | FinalParameters | Parameter charsetName should be final. | 38 |
![]() |
misc | FinalParameters | Parameter data should be final. | 42 |
![]() |
misc | FinalParameters | Parameter charset should be final. | 42 |
![]() |
misc | FinalParameters | Parameter data should be final. | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 64 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 71 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 77 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 86 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 98 |
![]() |
misc | FinalParameters | Parameter startOfs should be final. | 98 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 104 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 111 |
![]() |
misc | FinalParameters | Parameter startOfs should be final. | 111 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 126 |
![]() |
misc | FinalParameters | Parameter beginIndex should be final. | 126 |
![]() |
misc | FinalParameters | Parameter endIndex should be final. | 126 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'scanner' needs "this.". | 134 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 147 |
![]() |
misc | FinalParameters | Parameter beginIndex should be final. | 147 |
![]() |
misc | FinalParameters | Parameter endIndex should be final. | 147 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 159 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 169 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 180 |
![]() |
misc | FinalParameters | Parameter startOfs should be final. | 180 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 182 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 186 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 196 |
![]() |
misc | FinalParameters | Parameter startOfs should be final. | 196 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 210 |
![]() |
misc | FinalParameters | Parameter beginIndex should be final. | 210 |
![]() |
misc | FinalParameters | Parameter endIndex should be final. | 210 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 213 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 213 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 213 |
![]() |
coding | RequireThis | Reference to instance variable 'scanner' needs "this.". | 217 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 230 |
![]() |
misc | FinalParameters | Parameter beginIndex should be final. | 230 |
![]() |
misc | FinalParameters | Parameter endIndex should be final. | 230 |
![]() |
misc | FinalParameters | Parameter offset should be final. | 238 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 238 |
![]() |
coding | FinalLocalVariable | Variable 'patternBytes' should be declared final. | 244 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 248 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 252 |
![]() |
misc | FinalParameters | Parameter i should be final. | 265 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 267 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 268 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 271 |
![]() |
misc | FinalParameters | Parameter start should be final. | 281 |
![]() |
misc | FinalParameters | Parameter end should be final. | 281 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 282 |
![]() |
coding | FinalLocalVariable | Variable 'slice' should be declared final. | 283 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 284 |
![]() |
misc | FinalParameters | Parameter s should be final. | 294 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 295 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 317 |
![]() |
misc | FinalParameters | Parameter beginIndex should be final. | 317 |
![]() |
misc | FinalParameters | Parameter endIndex should be final. | 317 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 320 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 320 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 320 |
![]() |
coding | RequireThis | Reference to instance variable 'scanner' needs "this.". | 328 |
![]() |
coding | FinalLocalVariable | Variable 'matchPos' should be declared final. | 329 |
![]() |
coding | RequireThis | Reference to instance variable 'scanner' needs "this.". | 329 |
![]() |
coding | RequireThis | Reference to instance variable 'scanner' needs "this.". | 332 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 343 |
![]() |
misc | FinalParameters | Parameter startOfs should be final. | 343 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 345 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 349 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 352 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 358 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 364 |
![]() |
misc | FinalParameters | Parameter startOfs should be final. | 364 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 380 |
![]() |
misc | FinalParameters | Parameter beginIndex should be final. | 380 |
![]() |
misc | FinalParameters | Parameter endIndex should be final. | 380 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 396 |
![]() |
misc | FinalParameters | Parameter beginIndex should be final. | 396 |
![]() |
misc | FinalParameters | Parameter endIndex should be final. | 396 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 399 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 399 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 399 |
![]() |
coding | RequireThis | Reference to instance variable 'scanner' needs "this.". | 403 |
![]() |
coding | FinalLocalVariable | Variable 'matchPosList' should be declared final. | 404 |
![]() |
coding | RequireThis | Reference to instance variable 'scanner' needs "this.". | 404 |
![]() |
coding | RequireThis | Reference to instance variable 'scanner' needs "this.". | 407 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 419 |
![]() |
misc | FinalParameters | Parameter startOfs should be final. | 419 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 421 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 425 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 434 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 449 |
![]() |
misc | FinalParameters | Parameter beginIndex should be final. | 449 |
![]() |
misc | FinalParameters | Parameter endIndex should be final. | 449 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 461 |
![]() |
misc | FinalParameters | Parameter startOfs should be final. | 461 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 472 |
![]() |
misc | FinalParameters | Parameter key should be final. | 482 |
![]() |
misc | FinalParameters | Parameter ofs should be final. | 482 |
![]() |
misc | FinalParameters | Parameter delim should be final. | 482 |
![]() |
coding | FinalLocalVariable | Variable 'keypos' should be declared final. | 484 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 490 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 490 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 490 |
![]() |
coding | FinalLocalVariable | Variable 'delimpos' should be declared final. | 494 |
![]() |
coding | FinalLocalVariable | Variable 'eodpos' should be declared final. | 495 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 497 |
![]() |
misc | FinalParameters | Parameter key should be final. | 505 |
![]() |
misc | FinalParameters | Parameter ofs should be final. | 505 |
![]() |
misc | FinalParameters | Parameter key should be final. | 509 |
![]() |
misc | FinalParameters | Parameter key should be final. | 518 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 519 |
![]() |
misc | FinalParameters | Parameter key should be final. | 523 |
![]() |
misc | FinalParameters | Parameter ofs should be final. | 523 |
![]() |
misc | FinalParameters | Parameter limit should be final. | 523 |
![]() |
coding | FinalLocalVariable | Variable 'keypos' should be declared final. | 526 |
![]() |
coding | FinalLocalVariable | Variable 'sDelim' should be declared final. | 540 |
![]() |
coding | FinalLocalVariable | Variable 'strLength' should be declared final. | 541 |
![]() |
coding | RequireThis | Reference to instance variable 'mydata' needs "this.". | 568 |
![]() |
coding | FinalLocalVariable | Variable 'value' should be declared final. | 573 |
![]() |
coding | FinalLocalVariable | Variable 'sb' should be declared final. | 580 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'byteMatcher' should be declared final. | 44 |
![]() |
coding | FinalLocalVariable | Variable 'localDataTwo' should be declared final. | 50 |
![]() |
coding | FinalLocalVariable | Variable 'firstToken' should be declared final. | 51 |
![]() |
coding | FinalLocalVariable | Variable 'secondToken' should be declared final. | 52 |
![]() |
coding | FinalLocalVariable | Variable 'byteMatcher' should be declared final. | 53 |
![]() |
coding | FinalLocalVariable | Variable 'localDataOne' should be declared final. | 67 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'localDataTwo' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 68 |
![]() |
coding | FinalLocalVariable | Variable 'localDataTwo' should be declared final. | 68 |
![]() |
coding | FinalLocalVariable | Variable 'firstToken' should be declared final. | 69 |
![]() |
coding | FinalLocalVariable | Variable 'secondToken' should be declared final. | 70 |
![]() |
coding | FinalLocalVariable | Variable 'byteMatcher' should be declared final. | 71 |
![]() |
coding | FinalLocalVariable | Variable 'findTestCaseSensitive' should be declared final. | 96 |
![]() |
coding | FinalLocalVariable | Variable 'findTestCaseInsensitive' should be declared final. | 108 |
![]() |
coding | FinalLocalVariable | Variable 'testStartOffs' should be declared final. | 120 |
![]() |
coding | FinalLocalVariable | Variable 'testEndOffs' should be declared final. | 121 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 139 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 144 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 149 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 154 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 274 |
![]() |
coding | RequireThis | Reference to instance variable 'b' needs "this.". | 279 |
![]() |
coding | FinalLocalVariable | Variable 'byteAt' should be declared final. | 294 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | RequireThis | Reference to instance variable 'delimiters' needs "this.". | 39 |
![]() |
coding | RequireThis | Reference to instance variable 'maxDelimChar' needs "this.". | 40 |
![]() |
coding | RequireThis | Reference to instance variable 'delimiters' needs "this.". | 45 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'delimiters' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'maxDelimChar' needs "this.". | 51 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 68 |
![]() |
misc | FinalParameters | Parameter start should be final. | 68 |
![]() |
misc | FinalParameters | Parameter len should be final. | 68 |
![]() |
misc | FinalParameters | Parameter delim should be final. | 68 |
![]() |
misc | FinalParameters | Parameter returnDelims should be final. | 68 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPosition' needs "this.". | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'newPosition' needs "this.". | 70 |
![]() |
coding | RequireThis | Reference to instance variable 'delimsChanged' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'maxPosition' needs "this.". | 73 |
![]() |
coding | RequireThis | Reference to instance variable 'delimiters' needs "this.". | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'retDelims' needs "this.". | 75 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 90 |
![]() |
misc | FinalParameters | Parameter start should be final. | 90 |
![]() |
misc | FinalParameters | Parameter len should be final. | 90 |
![]() |
misc | FinalParameters | Parameter delim should be final. | 90 |
![]() |
misc | FinalParameters | Parameter returnDelims should be final. | 90 |
![]() |
misc | FinalParameters | Parameter encoding should be final. | 90 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 93 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 110 |
![]() |
misc | FinalParameters | Parameter start should be final. | 110 |
![]() |
misc | FinalParameters | Parameter len should be final. | 110 |
![]() |
misc | FinalParameters | Parameter delim should be final. | 110 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 124 |
![]() |
misc | FinalParameters | Parameter start should be final. | 124 |
![]() |
misc | FinalParameters | Parameter len should be final. | 124 |
![]() |
misc | FinalParameters | Parameter delim should be final. | 124 |
![]() |
misc | FinalParameters | Parameter encoding should be final. | 124 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 138 |
![]() |
misc | FinalParameters | Parameter start should be final. | 138 |
![]() |
misc | FinalParameters | Parameter len should be final. | 138 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 154 |
![]() |
misc | FinalParameters | Parameter delim should be final. | 154 |
![]() |
misc | FinalParameters | Parameter returnDelims should be final. | 154 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 167 |
![]() |
misc | FinalParameters | Parameter delim should be final. | 167 |
![]() |
misc | FinalParameters | Parameter returnDelims should be final. | 167 |
![]() |
misc | FinalParameters | Parameter encoding should be final. | 167 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 178 |
![]() |
misc | FinalParameters | Parameter delim should be final. | 178 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 190 |
![]() |
misc | FinalParameters | Parameter delim should be final. | 190 |
![]() |
misc | FinalParameters | Parameter encoding should be final. | 190 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 202 |
![]() |
misc | FinalParameters | Parameter startPos should be final. | 210 |
![]() |
coding | RequireThis | Reference to instance variable 'delimiters' needs "this.". | 211 |
![]() |
coding | RequireThis | Reference to instance variable 'retDelims' needs "this.". | 216 |
![]() |
coding | RequireThis | Reference to instance variable 'maxPosition' needs "this.". | 216 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 217 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 217 |
![]() |
coding | RequireThis | Reference to instance variable 'maxDelimChar' needs "this.". | 218 |
![]() |
coding | RequireThis | Reference to instance variable 'delimiters' needs "this.". | 218 |
![]() |
misc | FinalParameters | Parameter startPos should be final. | 230 |
![]() |
coding | RequireThis | Reference to instance variable 'maxPosition' needs "this.". | 232 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 233 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 233 |
![]() |
coding | RequireThis | Reference to instance variable 'maxDelimChar' needs "this.". | 234 |
![]() |
coding | RequireThis | Reference to instance variable 'delimiters' needs "this.". | 234 |
![]() |
coding | RequireThis | Reference to instance variable 'retDelims' needs "this.". | 239 |
![]() |
coding | FinalLocalVariable | Variable 'c' should be declared final. | 240 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 240 |
![]() |
coding | RequireThis | Reference to instance variable 'maxDelimChar' needs "this.". | 241 |
![]() |
coding | RequireThis | Reference to instance variable 'delimiters' needs "this.". | 241 |
![]() |
coding | RequireThis | Reference to instance variable 'newPosition' needs "this.". | 261 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPosition' needs "this.". | 261 |
![]() |
coding | RequireThis | Reference to instance variable 'newPosition' needs "this.". | 262 |
![]() |
coding | RequireThis | Reference to instance variable 'maxPosition' needs "this.". | 262 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPosition' needs "this.". | 278 |
![]() |
coding | RequireThis | Reference to instance variable 'newPosition' needs "this.". | 278 |
![]() |
coding | RequireThis | Reference to instance variable 'delimsChanged' needs "this.". | 278 |
![]() |
coding | RequireThis | Reference to instance variable 'newPosition' needs "this.". | 278 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPosition' needs "this.". | 278 |
![]() |
coding | RequireThis | Reference to instance variable 'delimsChanged' needs "this.". | 281 |
![]() |
coding | RequireThis | Reference to instance variable 'newPosition' needs "this.". | 282 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPosition' needs "this.". | 284 |
![]() |
coding | RequireThis | Reference to instance variable 'maxPosition' needs "this.". | 284 |
![]() |
coding | FinalLocalVariable | Variable 'start' should be declared final. | 287 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPosition' needs "this.". | 287 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPosition' needs "this.". | 288 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPosition' needs "this.". | 288 |
![]() |
coding | RequireThis | Reference to instance variable 'encoding' needs "this.". | 292 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 293 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPosition' needs "this.". | 293 |
![]() |
coding | RequireThis | Reference to instance variable 'encoding' needs "this.". | 293 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 295 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPosition' needs "this.". | 295 |
![]() |
misc | FinalParameters | Parameter delim should be final. | 313 |
![]() |
coding | RequireThis | Reference to instance variable 'delimiters' needs "this.". | 314 |
![]() |
coding | RequireThis | Reference to instance variable 'delimsChanged' needs "this.". | 317 |
![]() |
coding | RequireThis | Reference to instance variable 'currentPosition' needs "this.". | 332 |
![]() |
coding | RequireThis | Reference to instance variable 'maxPosition' needs "this.". | 333 |
![]() |
coding | RequireThis | Reference to instance variable 'maxPosition' needs "this.". | 335 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'testBytes' should be declared final. | 16 |
![]() |
coding | FinalLocalVariable | Variable 'byteTokenizer' should be declared final. | 17 |
![]() |
coding | FinalLocalVariable | Variable 'exception' should be declared final. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'keywords' must be private and have accessor methods. | 15 |
![]() |
design | VisibilityModifier | Variable 'minKeywordLength' must be private and have accessor methods. | 16 |
![]() |
design | VisibilityModifier | Variable 'lookup' must be private and have accessor methods. | 17 |
![]() |
design | VisibilityModifier | Variable 'scanner' must be private and have accessor methods. | 18 |
![]() |
design | VisibilityModifier | Variable 'data' must be private and have accessor methods. | 20 |
![]() |
design | VisibilityModifier | Variable 'root' must be private and have accessor methods. | 21 |
![]() |
blocks | RightCurly | '}' at column 31 should be alone on a line. | 25 |
![]() |
indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 37, 38, 40. | 181 |
![]() |
indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 37, 38, 40. | 182 |
![]() |
indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 37, 38, 40. | 183 |
![]() |
indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 37, 38, 40. | 184 |
![]() |
indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 37, 38, 40. | 185 |
![]() |
indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 37, 38, 40. | 186 |
![]() |
design | VisibilityModifier | Variable 'root' must be private and have accessor methods. | 226 |
![]() |
design | VisibilityModifier | Variable 'data' must be private and have accessor methods. | 228 |
![]() |
design | VisibilityModifier | Variable 'nextStates' must be private and have accessor methods. | 384 |
![]() |
design | VisibilityModifier | Variable 'gotHereBy' must be private and have accessor methods. | 387 |
![]() |
design | VisibilityModifier | Variable 'matches' must be private and have accessor methods. | 391 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 41, 42, 44. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'hit' must be private and have accessor methods. | 12 |
![]() |
blocks | RightCurly | '}' at column 19 should be alone on a line. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter data should be final. | 35 |
![]() |
coding | HiddenField | 'data' hides a field. | 35 |
![]() |
misc | FinalParameters | Parameter data should be final. | 39 |
![]() |
coding | HiddenField | 'data' hides a field. | 39 |
![]() |
misc | FinalParameters | Parameter charsetName should be final. | 39 |
![]() |
misc | FinalParameters | Parameter data should be final. | 43 |
![]() |
coding | HiddenField | 'data' hides a field. | 43 |
![]() |
misc | FinalParameters | Parameter charset should be final. | 43 |
![]() |
misc | FinalParameters | Parameter data should be final. | 52 |
![]() |
coding | HiddenField | 'data' hides a field. | 52 |
![]() |
coding | FinalLocalVariable | Variable 'matches' should be declared final. | 158 |
![]() |
coding | RequireThis | Reference to instance variable 'caseSensitive' needs "this.". | 245 |
![]() |
coding | FinalLocalVariable | Variable 'currentByte' should be declared final. | 263 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'otherData' should be declared final. | 30 |
![]() |
coding | FinalLocalVariable | Variable 'otherData' should be declared final. | 38 |
![]() |
coding | FinalLocalVariable | Variable 'lks' should be declared final. | 103 |
![]() |
coding | FinalLocalVariable | Variable 'findTest' should be declared final. | 104 |
![]() |
coding | FinalLocalVariable | Variable 'findIs' should be declared final. | 109 |
![]() |
coding | FinalLocalVariable | Variable 'startOffset' should be declared final. | 114 |
![]() |
coding | FinalLocalVariable | Variable 'endOffset' should be declared final. | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 35 should be alone on a line. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'multiKeywordScanner' should be declared final. | 15 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultKeywords' needs "this.". | 16 |
![]() |
coding | FinalLocalVariable | Variable 'multiKeywordScanner' should be declared final. | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultKeywords' needs "this.". | 31 |
![]() |
coding | FinalLocalVariable | Variable 'multiKeywordScanner' should be declared final. | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultKeywords' needs "this.". | 44 |
![]() |
coding | FinalLocalVariable | Variable 'multiKeywordScanner' should be declared final. | 56 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultKeywords' needs "this.". | 57 |
![]() |
coding | FinalLocalVariable | Variable 'multiKeywordScanner' should be declared final. | 74 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultKeywords' needs "this.". | 75 |
![]() |
coding | FinalLocalVariable | Variable 'multiKeywordScanner' should be declared final. | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultKeywords' needs "this.". | 88 |
![]() |
coding | FinalLocalVariable | Variable 'multiKeywordScanner' should be declared final. | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'defaultKeywords' needs "this.". | 101 |
![]() |
coding | FinalLocalVariable | Variable 'keywords' should be declared final. | 105 |
![]() |
coding | FinalLocalVariable | Variable 'hits' should be declared final. | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | TypeName | Type name 'OUTPUT_TYPE' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 48 |
![]() |
design | VisibilityModifier | Variable 'command' must be private and have accessor methods. | 52 |
![]() |
design | VisibilityModifier | Variable 'inFileEnding' must be private and have accessor methods. | 53 |
![]() |
design | VisibilityModifier | Variable 'outFileEnding' must be private and have accessor methods. | 54 |
![]() |
design | VisibilityModifier | Variable 'output' must be private and have accessor methods. | 55 |
![]() |
design | VisibilityModifier | Variable 'order' must be private and have accessor methods. | 56 |
![]() |
design | VisibilityModifier | Variable 'numArgs' must be private and have accessor methods. | 57 |
![]() |
design | VisibilityModifier | Variable 'tmpDir' must be private and have accessor methods. | 58 |
![]() |
design | VisibilityModifier | Variable 'tmpDirFile' must be private and have accessor methods. | 59 |
![]() |
design | VisibilityModifier | Variable 'minimumDataSize' must be private and have accessor methods. | 60 |
![]() |
design | VisibilityModifier | Variable 'maximumDataSize' must be private and have accessor methods. | 61 |
![]() |
design | VisibilityModifier | Variable 'placeName' must be private and have accessor methods. | 62 |
![]() |
design | VisibilityModifier | Variable 'vmSizeLimit' must be private and have accessor methods. | 63 |
![]() |
design | VisibilityModifier | Variable 'cpuTimeLimit' must be private and have accessor methods. | 64 |
![]() |
design | VisibilityModifier | Variable 'processMaxMillis' must be private and have accessor methods. | 65 |
![]() |
coding | FinalLocalVariable | Variable 'theContent' should be declared final. | 189 |
![]() |
coding | FinalLocalVariable | Variable 'read' should be declared final. | 460 |
![]() |
misc | FinalParameters | Parameter eConfig should be final. | 849 |
![]() |
misc | FinalParameters | Parameter p should be final. | 893 |
![]() |
misc | FinalParameters | Parameter data should be final. | 893 |
![]() |
misc | FinalParameters | Parameter tmpNames should be final. | 1061 |
![]() |
design | VisibilityModifier | Variable 'cmd' must be private and have accessor methods. | 1430 |
![]() |
design | VisibilityModifier | Variable 'data' must be private and have accessor methods. | 1431 |
![]() |
design | VisibilityModifier | Variable 'err' must be private and have accessor methods. | 1432 |
![]() |
design | VisibilityModifier | Variable 'charset' must be private and have accessor methods. | 1433 |
![]() |
design | VisibilityModifier | Variable 'env' must be private and have accessor methods. | 1434 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 1436 |
![]() |
misc | FinalParameters | Parameter cmd should be final. | 1436 |
![]() |
misc | FinalParameters | Parameter data should be final. | 1436 |
![]() |
misc | FinalParameters | Parameter err should be final. | 1436 |
![]() |
misc | FinalParameters | Parameter charset should be final. | 1436 |
![]() |
misc | FinalParameters | Parameter env should be final. | 1436 |
![]() |
coding | RequireThis | Reference to instance variable 'cmd' needs "this.". | 1445 |
![]() |
coding | RequireThis | Reference to instance variable 'data' needs "this.". | 1449 |
![]() |
coding | RequireThis | Reference to instance variable 'cmd' needs "this.". | 1453 |
![]() |
coding | RequireThis | Reference to instance variable 'cmd' needs "this.". | 1454 |
![]() |
coding | RequireThis | Reference to instance variable 'env' needs "this.". | 1455 |
![]() |
coding | RequireThis | Reference to instance variable 'env' needs "this.". | 1456 |
![]() |
misc | FinalParameters | Parameter p should be final. | 1463 |
![]() |
misc | FinalParameters | Parameter p should be final. | 1467 |
![]() |
coding | RequireThis | Reference to instance variable 'err' needs "this.". | 1468 |
![]() |
coding | RequireThis | Reference to instance variable 'err' needs "this.". | 1468 |
![]() |
coding | RequireThis | Reference to instance variable 'charset' needs "this.". | 1468 |
![]() |
design | VisibilityModifier | Variable 'out' must be private and have accessor methods. | 1472 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 1474 |
![]() |
misc | FinalParameters | Parameter cmd should be final. | 1474 |
![]() |
misc | FinalParameters | Parameter data should be final. | 1474 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1474 |
![]() |
misc | FinalParameters | Parameter err should be final. | 1474 |
![]() |
misc | FinalParameters | Parameter charset should be final. | 1474 |
![]() |
misc | FinalParameters | Parameter env should be final. | 1474 |
![]() |
misc | FinalParameters | Parameter p should be final. | 1480 |
![]() |
coding | RequireThis | Reference to instance variable 'out' needs "this.". | 1481 |
![]() |
coding | RequireThis | Reference to instance variable 'out' needs "this.". | 1481 |
![]() |
design | VisibilityModifier | Variable 'out' must be private and have accessor methods. | 1487 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 1489 |
![]() |
misc | FinalParameters | Parameter cmd should be final. | 1489 |
![]() |
misc | FinalParameters | Parameter data should be final. | 1489 |
![]() |
misc | FinalParameters | Parameter out should be final. | 1489 |
![]() |
misc | FinalParameters | Parameter err should be final. | 1489 |
![]() |
misc | FinalParameters | Parameter charset should be final. | 1489 |
![]() |
misc | FinalParameters | Parameter env should be final. | 1490 |
![]() |
misc | FinalParameters | Parameter p should be final. | 1496 |
![]() |
coding | RequireThis | Reference to instance variable 'out' needs "this.". | 1497 |
![]() |
coding | RequireThis | Reference to instance variable 'out' needs "this.". | 1497 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter dir should be final. | 43 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 44 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 61 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 63 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 65 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 84 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 86 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 87 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 89 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 104 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 105 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 106 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 113 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 128 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 130 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 137 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 148 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 238 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 243 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 251 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 298 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 314 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 326 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 330 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 331 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 341 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 347 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 351 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 355 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 362 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 366 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 370 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 377 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 381 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 385 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 386 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 399 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 401 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 413 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 417 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 418 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 428 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 434 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 438 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 442 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 449 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 453 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 457 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 464 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 468 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 472 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 473 |
![]() |
coding | FinalLocalVariable | Variable 'expected' should be declared final. | 484 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 493 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 496 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 501 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 506 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 512 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 521 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 527 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 528 |
![]() |
coding | FinalLocalVariable | Variable 'expected' should be declared final. | 538 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 545 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 548 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 553 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 559 |
![]() |
coding | FinalLocalVariable | Variable 'expected' should be declared final. | 569 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 576 |
![]() |
coding | RequireThis | Reference to instance variable 'e' needs "this.". | 582 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter contextMap should be final. | 24 |
![]() |
coding | HiddenField | 'contextMap' hides a field. | 24 |
![]() |
coding | RequireThis | Reference to instance variable 'contextMap' needs "this.". | 33 |
![]() |
coding | RequireThis | Reference to instance variable 'contextMap' needs "this.". | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'appender' must be private and have accessor methods. | 36 |
![]() |
design | VisibilityModifier | Variable 'encoder' must be private and have accessor methods. | 38 |
![]() |
coding | RequireThis | Reference to instance variable 'encoder' needs "this.". | 45 |
![]() |
coding | RequireThis | Reference to instance variable 'encoder' needs "this.". | 46 |
![]() |
coding | RequireThis | Reference to instance variable 'encoder' needs "this.". | 47 |
![]() |
coding | RequireThis | Reference to instance variable 'encoder' needs "this.". | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 50 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'encoder' needs "this.". | 51 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 52 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 54 |
![]() |
coding | RequireThis | Reference to instance variable 'encoder' needs "this.". | 68 |
![]() |
coding | RequireThis | Reference to instance variable 'encoder' needs "this.". | 69 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 71 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 72 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 85 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 86 |
![]() |
coding | FinalLocalVariable | Variable 'objectUnderTest' should be declared final. | 88 |
![]() |
coding | FinalLocalVariable | Variable 'expected' should be declared final. | 93 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 102 |
![]() |
coding | RequireThis | Reference to instance variable 'appender' needs "this.". | 103 |
![]() |
coding | FinalLocalVariable | Variable 'objectUnderTest' should be declared final. | 105 |
![]() |
coding | FinalLocalVariable | Variable 'expected' should be declared final. | 111 |
![]() |
design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 117 |
![]() |
coding | RequireThis | Reference to instance variable 'logger' needs "this.". | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter baos should be final. | 13 |
![]() |
coding | RequireThis | Reference to instance variable 'inputStream' needs "this.". | 22 |
![]() |
coding | RequireThis | Reference to instance variable 'baos' needs "this.". | 22 |
![]() |
blocks | RightCurly | '}' at column 27 should be alone on a line. | 29 |
![]() |
coding | RequireThis | Reference to instance variable 'baos' needs "this.". | 32 |
![]() |
coding | RequireThis | Reference to instance variable 'baos' needs "this.". | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'buffer' should be declared final. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'finished' must be private and have accessor methods. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'buffer' should be declared final. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'bufferedReader' must be private and have accessor methods. | 16 |
![]() |
design | VisibilityModifier | Variable 'inputReader' must be private and have accessor methods. | 17 |
![]() |
design | VisibilityModifier | Variable 'finished' must be private and have accessor methods. | 18 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 19 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter tmpDir should be final. | 29 |
![]() |
misc | FinalParameters | Parameter placeName should be final. | 29 |
![]() |
misc | FinalParameters | Parameter inFileEnding should be final. | 29 |
![]() |
misc | FinalParameters | Parameter outFileEnding should be final. | 29 |
![]() |
coding | RequireThis | Reference to instance variable 'base' needs "this.". | 30 |
![]() |
coding | RequireThis | Reference to instance variable 'tempDir' needs "this.". | 31 |
![]() |
coding | RequireThis | Reference to instance variable 'in' needs "this.". | 32 |
![]() |
coding | RequireThis | Reference to instance variable 'base' needs "this.". | 32 |
![]() |
coding | RequireThis | Reference to instance variable 'out' needs "this.". | 33 |
![]() |
coding | RequireThis | Reference to instance variable 'base' needs "this.". | 33 |
![]() |
coding | RequireThis | Reference to instance variable 'basePath' needs "this.". | 34 |
![]() |
coding | RequireThis | Reference to instance variable 'tempDir' needs "this.". | 34 |
![]() |
coding | RequireThis | Reference to instance variable 'base' needs "this.". | 34 |
![]() |
coding | RequireThis | Reference to instance variable 'inputFilename' needs "this.". | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'basePath' needs "this.". | 35 |
![]() |
coding | RequireThis | Reference to instance variable 'outputFilename' needs "this.". | 36 |
![]() |
coding | RequireThis | Reference to instance variable 'basePath' needs "this.". | 36 |
![]() |
coding | RequireThis | Reference to instance variable 'tempDir' needs "this.". | 48 |
![]() |
coding | RequireThis | Reference to instance variable 'base' needs "this.". | 62 |
![]() |
coding | RequireThis | Reference to instance variable 'basePath' needs "this.". | 76 |
![]() |
coding | RequireThis | Reference to instance variable 'in' needs "this.". | 88 |
![]() |
coding | RequireThis | Reference to instance variable 'out' needs "this.". | 100 |
![]() |
coding | RequireThis | Reference to instance variable 'inputFilename' needs "this.". | 112 |
![]() |
coding | RequireThis | Reference to instance variable 'outputFilename' needs "this.". | 124 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 129 |
![]() |
coding | RequireThis | Reference to instance variable 'tempDir' needs "this.". | 130 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 130 |
![]() |
coding | RequireThis | Reference to instance variable 'base' needs "this.". | 131 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 131 |
![]() |
coding | RequireThis | Reference to instance variable 'basePath' needs "this.". | 132 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 132 |
![]() |
coding | RequireThis | Reference to instance variable 'in' needs "this.". | 133 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 133 |
![]() |
coding | RequireThis | Reference to instance variable 'out' needs "this.". | 134 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 134 |
![]() |
coding | RequireThis | Reference to instance variable 'inputFilename' needs "this.". | 135 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 135 |
![]() |
coding | RequireThis | Reference to instance variable 'outputFilename' needs "this.". | 136 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 136 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 28 should be alone on a line. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 34 should be alone on a line. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 20 should be alone on a line. | 236 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'password' must be private and have accessor methods. | 14 |
![]() |
design | VisibilityModifier | Variable 'props' must be private and have accessor methods. | 15 |
![]() |
design | VisibilityModifier | Variable 'referer' must be private and have accessor methods. | 16 |
![]() |
design | VisibilityModifier | Variable 'responseCode' must be private and have accessor methods. | 17 |
![]() |
design | VisibilityModifier | Variable 'theContent' must be private and have accessor methods. | 18 |
![]() |
design | VisibilityModifier | Variable 'theUrl' must be private and have accessor methods. | 19 |
![]() |
design | VisibilityModifier | Variable 'theMethod' must be private and have accessor methods. | 20 |
![]() |
design | VisibilityModifier | Variable 'userName' must be private and have accessor methods. | 21 |
![]() |
design | VisibilityModifier | Variable 'userAgent' must be private and have accessor methods. | 22 |
![]() |
blocks | RightCurly | '}' at column 23 should be alone on a line. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 15 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 17 |
![]() |
blocks | RightCurly | '}' at column 34 should be alone on a line. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 27 should be alone on a line. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'builder' should be declared final. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 25 should be alone on a line. | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | FinalLocalVariable | Variable 'builder' should be declared final. | 19 |
![]() |
blocks | RightCurly | '}' at column 30 should be alone on a line. | 92 |