Last Published: 2017-10-01
|
Version: 1.3.5-SNAPSHOT
Parent Project
ODL :: odlparent :: bundle-parent
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
1
0
1
0
Files
File
I
W
E
org/opendaylight/ovsdb/utils/yang/YangUtils.java
0
1
0
Rules
Category
Rule
Violations
Severity
imports
CustomImportOrder
thirdPartyPackageRegExp:
".*"
sortImportsInGroupAlphabetically:
"true"
customImportOrderRules:
"STATIC###THIRD_PARTY_PACKAGE"
1
Warning
Details
org/opendaylight/ovsdb/utils/yang/YangUtils.java
Severity
Category
Rule
Message
Line
Warning
imports
CustomImportOrder
Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'javax.annotation.Nullable'.
17