Last Published: 2017-11-01
|
Version: 2.0.0-SNAPSHOT
Parent Project
ODL :: odlparent :: odlparent
Project Documentation
Project Information
Project Reports
JavaDocs
Checkstyle
JDepend
Checkstyle Results
The following document contains the results of
Checkstyle
7.6.1 with odl_checks.xml ruleset.
Summary
Files
Info
Warnings
Errors
3
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