The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| org/opendaylight/topology/mlmt/factory/MlmtProviderFactoryImpl.java | 0 | 2 | 0 |
| org/opendaylight/topology/mlmt/factory/MlmtProviderFactoryTest.java | 0 | 7 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | RightCurly
|
2 | |
| RightCurly | 2 | ||
| coding | VariableDeclarationUsageDistance | 1 | |
| indentation | Indentation
|
1 | |
| naming | LocalVariableName
|
5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | VariableDeclarationUsageDistance | Distance between variable 'map' declaration and its first usage is 14, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 61 | |
| naming | LocalVariableName | Local variable name 'lProvider' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'lProvider' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 106 | |
| naming | LocalVariableName | Local variable name 'bInventoryTopologyProvider' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 | |
| naming | LocalVariableName | Local variable name 'bMultitechnologyTopologyProvider' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 110 | |
| naming | LocalVariableName | Local variable name 'bMultilayerTopologyProvider' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 111 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 117 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 120 | |
| indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 16. | 122 |