Last Published: 2017-10-01
|
Version: 1.0.5-SNAPSHOT
Parent Project
ODL :: odlparent :: odlparent
Project Documentation
Project Information
Project Reports
JavaDocs
Checkstyle
FindBugs
JDepend
Checkstyle Results
The following document contains the results of
Checkstyle
6.16 with odl_checks.xml ruleset.
Summary
Files
Info
Warnings
Errors
4
0
1
0
Files
File
I
W
E
org/opendaylight/yangtools/yang/validation/tool/Main.java
0
1
0
Rules
Category
Rule
Violations
Severity
coding
IllegalCatch
1
Warning
Details
org/opendaylight/yangtools/yang/validation/tool/Main.java
Severity
Category
Rule
Message
Line
Warning
coding
IllegalCatch
Catching 'Exception' is not allowed.
31