The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset.
File | ![]() |
![]() |
![]() |
---|---|---|---|
org/opendaylight/odlparent/AetherUtil.java | 0 | 1 | 0 |
org/opendaylight/odlparent/PopulateLocalRepoMojo.java | 0 | 3 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | IllegalCatch | 2 | ![]() |
imports | CustomImportOrder
|
1 | ![]() |
whitespace | WhitespaceAround
|
1 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.eclipse.aether.installation.InstallRequest' import. Should be before 'org.eclipse.aether.installation.InstallationException'. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | IllegalCatch | Catching 'Error' is not allowed. | 63 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 136 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 168 |