Checkstyle Results
The following document contains the results of Checkstyle 9.3 with /home/runner/work/microbean-interceptor/microbean-interceptor/target/checkout/target/checkstyle-rules.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
10 | 0 | 0 | 3 |
Files
File | I | W | E |
---|---|---|---|
org/microbean/interceptor/Chain.java | 0 | 0 | 2 |
org/microbean/interceptor/Interceptions.java | 0 | 0 | 1 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | FinalLocalVariable
|
1 | Error |
UnusedLocalVariable | 1 | Error | |
regexp | RegexpSinglelineJava
|
1 | Error |
Details
org/microbean/interceptor/Chain.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSinglelineJava | File contains trailing whitespace. | 511 |
Error | coding | FinalLocalVariable | Variable 'ignored' should be declared final. | 815 |
org/microbean/interceptor/Interceptions.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | UnusedLocalVariable | Unused local variable 'i'. | 426 |