Checkstyle Results
The following document contains the results of Checkstyle 9.3 with global-build-tools/checkstyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
43 | 0 | 2 | 0 |
Files
File | I | W | E |
---|---|---|---|
io/wcm/qa/glnm/aspectj/AssertAspect.java | 0 | 2 | 0 |
Details
io/wcm/qa/glnm/aspectj/AssertAspect.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | annotation | AnnotationUseStyle | Annotation style must be 'COMPACT'. | 54 |
Warning | coding | IllegalCatch | Catching 'Throwable' is not allowed. | 65 |