Checkstyle Results

The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
52 0 420 0

Files

File  I  W  E
org/opendaylight/controller/config/yang/bgp/openconfig/BgpOpenConfigImplModule.java 0 1 0
org/opendaylight/protocol/bgp/openconfig/impl/BGPConfigHolderImpl.java 0 1 0
org/opendaylight/protocol/bgp/openconfig/impl/BGPConfigHolderImplTest.java 0 2 0
org/opendaylight/protocol/bgp/openconfig/impl/BGPOpenConfig.java 0 4 0
org/opendaylight/protocol/bgp/openconfig/impl/BGPOpenConfigMappingServiceImpl.java 0 18 0
org/opendaylight/protocol/bgp/openconfig/impl/BGPOpenConfigMappingServiceImplTest.java 0 30 0
org/opendaylight/protocol/bgp/openconfig/impl/BGPOpenConfigTest.java 0 9 0
org/opendaylight/protocol/bgp/openconfig/impl/comparator/NeighborComparator.java 0 2 0
org/opendaylight/protocol/bgp/openconfig/impl/comparator/OpenConfigComparatorFactory.java 0 1 0
org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/AddPathFunction.java 0 18 0
org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPAppPeerProvider.java 0 22 0
org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPAppPeerProviderTest.java 0 13 0
org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPConfigModuleProvider.java 0 8 0
org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPConfigModuleProviderTest.java 0 6 0
org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPOpenConfigListener.java 0 24 0
org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPOpenConfigListenerTest.java 0 2 0
org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPPeerProvider.java 0 28 0
org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPPeerProviderTest.java 0 5 0
org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPRibImplProvider.java 0 14 0
org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPRibImplProviderTest.java 0 7 0
org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/DataBrokerFunction.java 0 4 0
org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/PathSelectionModeFunction.java 0 21 0
org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/RibInstanceFunction.java 0 4 0
org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/RpcRegistryFunction.java 0 2 0
org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/TableTypesFunction.java 0 9 0
org/opendaylight/protocol/bgp/openconfig/impl/openconfig/AbstractBGPNeighborProvider.java 0 2 0
org/opendaylight/protocol/bgp/openconfig/impl/openconfig/AbstractBGPNeighborProviderTest.java 0 5 0
org/opendaylight/protocol/bgp/openconfig/impl/openconfig/AbstractBGPOpenConfigMapper.java 0 4 0
org/opendaylight/protocol/bgp/openconfig/impl/openconfig/AbstractBGPOpenConfigMapperTest.java 0 16 0
org/opendaylight/protocol/bgp/openconfig/impl/openconfig/BGPAppNeighborProviderImpl.java 0 3 0
org/opendaylight/protocol/bgp/openconfig/impl/openconfig/BGPAppNeighborProviderImplTest.java 0 3 0
org/opendaylight/protocol/bgp/openconfig/impl/openconfig/BGPConfigMapperRegistry.java 0 1 0
org/opendaylight/protocol/bgp/openconfig/impl/openconfig/BGPConfigModuleMapperProvider.java 0 2 0
org/opendaylight/protocol/bgp/openconfig/impl/openconfig/BGPConfigModuleMapperProviderTest.java 0 7 0
org/opendaylight/protocol/bgp/openconfig/impl/openconfig/BGPGlobalProviderImpl.java 0 5 0
org/opendaylight/protocol/bgp/openconfig/impl/openconfig/BGPGlobalProviderImplTest.java 0 5 0
org/opendaylight/protocol/bgp/openconfig/impl/openconfig/BGPNeighborProviderImpl.java 0 16 0
org/opendaylight/protocol/bgp/openconfig/impl/openconfig/BGPNeighborProviderImplTest.java 0 17 0
org/opendaylight/protocol/bgp/openconfig/impl/spi/OpenConfigComparator.java 0 3 0
org/opendaylight/protocol/bgp/openconfig/impl/util/OpenConfigUtil.java 0 45 0
org/opendaylight/protocol/bgp/openconfig/impl/util/OpenConfigUtilTest.java 0 31 0

Rules

Category Rule Violations Severity
blocks RightCurly
  • tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, LITERAL_DO, STATIC_INIT, INSTANCE_INIT"
  • option: "alone"
2  Warning
RightCurly 2  Warning
coding IllegalCatch 9  Warning
IllegalThrows 1  Warning
OverloadMethodsDeclarationOrder 2  Warning
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
1  Warning
UnusedImports 3  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
57  Warning
javadoc NonEmptyAtclauseDescription 3  Warning
modifier RedundantModifier 8  Warning
naming MemberName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
3  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
21  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
293  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
6  Warning
SeparatorWrap
  • tokens: "COMMA"
  • option: "EOL"
6  Warning
SeparatorWrap
  • tokens: "DOT"
  • option: "nl"
6  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
5  Warning

Details

org/opendaylight/controller/config/yang/bgp/openconfig/BgpOpenConfigImplModule.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 190). 20

org/opendaylight/protocol/bgp/openconfig/impl/BGPConfigHolderImpl.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 37

org/opendaylight/protocol/bgp/openconfig/impl/BGPConfigHolderImplTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 142). 26
 Warning sizes LineLength Line is longer than 120 characters (found 128). 37

org/opendaylight/protocol/bgp/openconfig/impl/BGPOpenConfig.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 38
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 89
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 101
 Warning sizes LineLength Line is longer than 120 characters (found 131). 118

org/opendaylight/protocol/bgp/openconfig/impl/BGPOpenConfigMappingServiceImpl.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 134). 149
 Warning indentation Indentation 'lambda arguments' have incorrect indentation level 16, expected level should be 12. 152
 Warning sizes LineLength Line is longer than 120 characters (found 133). 152
 Warning sizes LineLength Line is longer than 120 characters (found 199). 164
 Warning indentation Indentation 'lambda arguments' have incorrect indentation level 16, expected level should be 12. 165
 Warning sizes LineLength Line is longer than 120 characters (found 132). 165
 Warning sizes LineLength Line is longer than 120 characters (found 132). 167
 Warning sizes LineLength Line is longer than 120 characters (found 148). 170
 Warning sizes LineLength Line is longer than 120 characters (found 145). 171
 Warning sizes LineLength Line is longer than 120 characters (found 122). 175
 Warning sizes LineLength Line is longer than 120 characters (found 129). 184
 Warning sizes LineLength Line is longer than 120 characters (found 138). 191
 Warning sizes LineLength Line is longer than 120 characters (found 140). 201
 Warning indentation Indentation '.' have incorrect indentation level 8, expected level should be 12. 202
 Warning indentation Indentation '.' have incorrect indentation level 8, expected level should be 12. 203
 Warning indentation Indentation '.' have incorrect indentation level 8, expected level should be 12. 204
 Warning sizes LineLength Line is longer than 120 characters (found 124). 209
 Warning modifier RedundantModifier Redundant 'final' modifier. 209

org/opendaylight/protocol/bgp/openconfig/impl/BGPOpenConfigMappingServiceImplTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 127). 92
 Warning sizes LineLength Line is longer than 120 characters (found 127). 94
 Warning sizes LineLength Line is longer than 120 characters (found 128). 96
 Warning sizes LineLength Line is longer than 120 characters (found 142). 102
 Warning sizes LineLength Line is longer than 120 characters (found 144). 104
 Warning sizes LineLength Line is longer than 120 characters (found 125). 120
 Warning sizes LineLength Line is longer than 120 characters (found 127). 122
 Warning sizes LineLength Line is longer than 120 characters (found 138). 125
 Warning sizes LineLength Line is longer than 120 characters (found 140). 126
 Warning sizes LineLength Line is longer than 120 characters (found 128). 142
 Warning sizes LineLength Line is longer than 120 characters (found 144). 151
 Warning sizes LineLength Line is longer than 120 characters (found 145). 161
 Warning sizes LineLength Line is longer than 120 characters (found 138). 162
 Warning sizes LineLength Line is longer than 120 characters (found 145). 165
 Warning sizes LineLength Line is longer than 120 characters (found 138). 166
 Warning sizes LineLength Line is longer than 120 characters (found 145). 169
 Warning sizes LineLength Line is longer than 120 characters (found 138). 170
 Warning sizes LineLength Line is longer than 120 characters (found 137). 179
 Warning sizes LineLength Line is longer than 120 characters (found 139). 180
 Warning sizes LineLength Line is longer than 120 characters (found 142). 190
 Warning sizes LineLength Line is longer than 120 characters (found 147). 197
 Warning sizes LineLength Line is longer than 120 characters (found 144). 200
 Warning sizes LineLength Line is longer than 120 characters (found 145). 202
 Warning sizes LineLength Line is longer than 120 characters (found 163). 204
 Warning sizes LineLength Line is longer than 120 characters (found 160). 205
 Warning sizes LineLength Line is longer than 120 characters (found 144). 207
 Warning sizes LineLength Line is longer than 120 characters (found 143). 209
 Warning sizes LineLength Line is longer than 120 characters (found 143). 212
 Warning sizes LineLength Line is longer than 120 characters (found 145). 213
 Warning sizes LineLength Line is longer than 120 characters (found 124). 224

org/opendaylight/protocol/bgp/openconfig/impl/BGPOpenConfigTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 179). 55
 Warning sizes LineLength Line is longer than 120 characters (found 129). 56
 Warning sizes LineLength Line is longer than 120 characters (found 162). 59
 Warning sizes LineLength Line is longer than 120 characters (found 134). 60
 Warning sizes LineLength Line is longer than 120 characters (found 159). 69
 Warning sizes LineLength Line is longer than 120 characters (found 153). 90
 Warning sizes LineLength Line is longer than 120 characters (found 143). 97
 Warning sizes LineLength Line is longer than 120 characters (found 146). 99
 Warning sizes LineLength Line is longer than 120 characters (found 155). 101

org/opendaylight/protocol/bgp/openconfig/impl/comparator/NeighborComparator.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 12. 64
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 12. 70

org/opendaylight/protocol/bgp/openconfig/impl/comparator/OpenConfigComparatorFactory.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 182). 22

org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/AddPathFunction.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 138). 50
 Warning naming ParameterName Parameter name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 50
 Warning blocks RightCurly '}' at column 13 should be alone on a line. 66
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 66
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not preceded with whitespace. 66
 Warning sizes LineLength Line is longer than 120 characters (found 124). 68
 Warning sizes LineLength Line is longer than 120 characters (found 177). 83
 Warning sizes LineLength Line is longer than 120 characters (found 244). 91
 Warning naming ParameterName Parameter name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 91
 Warning sizes LineLength Line is longer than 120 characters (found 166). 94
 Warning sizes LineLength Line is longer than 120 characters (found 186). 95
 Warning sizes LineLength Line is longer than 120 characters (found 215). 100
 Warning naming ParameterName Parameter name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 113
 Warning sizes LineLength Line is longer than 120 characters (found 163). 114
 Warning sizes LineLength Line is longer than 120 characters (found 129). 116
 Warning sizes LineLength Line is longer than 120 characters (found 121). 122
 Warning sizes LineLength Line is longer than 120 characters (found 379). 124
 Warning sizes LineLength Line is longer than 120 characters (found 265). 125

org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPAppPeerProvider.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 149). 53
 Warning whitespace SeparatorWrap '.' should be on a new line. 53
 Warning sizes LineLength Line is longer than 120 characters (found 154). 54
 Warning whitespace SeparatorWrap '.' should be on a new line. 54
 Warning sizes LineLength Line is longer than 120 characters (found 126). 55
 Warning sizes LineLength Line is longer than 120 characters (found 205). 57
 Warning sizes LineLength Line is longer than 120 characters (found 151). 67
 Warning modifier RedundantModifier Redundant 'public' modifier. 67
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 83
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 103
 Warning sizes LineLength Line is longer than 120 characters (found 138). 113
 Warning sizes LineLength Line is longer than 120 characters (found 140). 114
 Warning whitespace SeparatorWrap '.' should be on a new line. 114
 Warning sizes LineLength Line is longer than 120 characters (found 143). 115
 Warning sizes LineLength Line is longer than 120 characters (found 124). 120
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 121
 Warning sizes LineLength Line is longer than 120 characters (found 150). 139
 Warning whitespace SeparatorWrap '.' should be on a new line. 139
 Warning sizes LineLength Line is longer than 120 characters (found 134). 140
 Warning sizes LineLength Line is longer than 120 characters (found 150). 143
 Warning sizes LineLength Line is longer than 120 characters (found 136). 155
 Warning whitespace SeparatorWrap '.' should be on a new line. 155

org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPAppPeerProviderTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 135). 42
 Warning naming MemberName Member name 'wTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 45
 Warning sizes LineLength Line is longer than 120 characters (found 130). 62
 Warning sizes LineLength Line is longer than 120 characters (found 166). 63
 Warning sizes LineLength Line is longer than 120 characters (found 128). 73
 Warning sizes LineLength Line is longer than 120 characters (found 134). 74
 Warning sizes LineLength Line is longer than 120 characters (found 131). 75
 Warning sizes LineLength Line is longer than 120 characters (found 154). 78
 Warning sizes LineLength Line is longer than 120 characters (found 146). 94
 Warning whitespace SeparatorWrap '.' should be on a new line. 94
 Warning sizes LineLength Line is longer than 120 characters (found 149). 95
 Warning sizes LineLength Line is longer than 120 characters (found 121). 106
 Warning sizes LineLength Line is longer than 120 characters (found 145). 112

org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPConfigModuleProvider.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 122). 35
 Warning naming ParameterName Parameter name 'wTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 35
 Warning sizes LineLength Line is longer than 120 characters (found 131). 48
 Warning naming ParameterName Parameter name 'wTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 48
 Warning sizes LineLength Line is longer than 120 characters (found 127). 55
 Warning naming ParameterName Parameter name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 55
 Warning sizes LineLength Line is longer than 120 characters (found 124). 60
 Warning naming ParameterName Parameter name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 60

org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPConfigModuleProviderTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 159). 42
 Warning sizes LineLength Line is longer than 120 characters (found 135). 43
 Warning sizes LineLength Line is longer than 120 characters (found 133). 48
 Warning sizes LineLength Line is longer than 120 characters (found 149). 55
 Warning sizes LineLength Line is longer than 120 characters (found 125). 56
 Warning sizes LineLength Line is longer than 120 characters (found 136). 67

org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPOpenConfigListener.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 138). 41
 Warning sizes LineLength Line is longer than 120 characters (found 126). 55
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 20. 57
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 58
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 59
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 20. 60
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 20. 61
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 62
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 63
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 20. 64
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 65
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 81
 Warning sizes LineLength Line is longer than 120 characters (found 135). 96
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 20. 98
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 99
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 100
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 101
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 20. 102
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 20. 103
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 104
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 105
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 106
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 20. 107
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 108

org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPOpenConfigListenerTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 167). 58
 Warning sizes LineLength Line is longer than 120 characters (found 125). 81

org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPPeerProvider.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 128). 55
 Warning sizes LineLength Line is longer than 120 characters (found 138). 81
 Warning sizes LineLength Line is longer than 120 characters (found 148). 91
 Warning modifier RedundantModifier Redundant 'public' modifier. 91
 Warning naming ParameterName Parameter name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 126
 Warning sizes LineLength Line is longer than 120 characters (found 147). 127
 Warning naming ParameterName Parameter name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 130
 Warning sizes LineLength Line is longer than 120 characters (found 132). 131
 Warning sizes LineLength Line is longer than 120 characters (found 136). 134
 Warning naming ParameterName Parameter name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 135
 Warning sizes LineLength Line is longer than 120 characters (found 143). 139
 Warning naming ParameterName Parameter name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 145
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 148
 Warning sizes LineLength Line is longer than 120 characters (found 149). 163
 Warning naming ParameterName Parameter name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 164
 Warning sizes LineLength Line is longer than 120 characters (found 132). 168
 Warning sizes LineLength Line is longer than 120 characters (found 130). 169
 Warning sizes LineLength Line is longer than 120 characters (found 137). 170
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 173
 Warning sizes LineLength Line is longer than 120 characters (found 134). 180
 Warning sizes LineLength Line is longer than 120 characters (found 159). 182
 Warning sizes LineLength Line is longer than 120 characters (found 180). 183
 Warning sizes LineLength Line is longer than 120 characters (found 149). 184
 Warning sizes LineLength Line is longer than 120 characters (found 228). 185
 Warning sizes LineLength Line is longer than 120 characters (found 212). 186
 Warning sizes LineLength Line is longer than 120 characters (found 150). 193
 Warning sizes LineLength Line is longer than 120 characters (found 155). 203
 Warning sizes LineLength Line is longer than 120 characters (found 146). 236

org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPPeerProviderTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 134). 67
 Warning sizes LineLength Line is longer than 120 characters (found 134). 73
 Warning sizes LineLength Line is longer than 120 characters (found 131). 74
 Warning sizes LineLength Line is longer than 120 characters (found 166). 77
 Warning sizes LineLength Line is longer than 120 characters (found 121). 84

org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPRibImplProvider.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 141). 50
 Warning sizes LineLength Line is longer than 120 characters (found 151). 61
 Warning modifier RedundantModifier Redundant 'public' modifier. 61
 Warning sizes LineLength Line is longer than 120 characters (found 130). 73
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 76
 Warning sizes LineLength Line is longer than 120 characters (found 163). 85
 Warning sizes LineLength Line is longer than 120 characters (found 135). 92
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 95
 Warning naming ParameterName Parameter name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 102
 Warning sizes LineLength Line is longer than 120 characters (found 149). 103
 Warning sizes LineLength Line is longer than 120 characters (found 122). 106
 Warning naming ParameterName Parameter name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 106
 Warning sizes LineLength Line is longer than 120 characters (found 121). 107
 Warning sizes LineLength Line is longer than 120 characters (found 130). 111

org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/BGPRibImplProviderTest.java

Severity Category Rule Message Line
 Warning naming MemberName Member name 'rTx2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 48
 Warning sizes LineLength Line is longer than 120 characters (found 121). 65
 Warning sizes LineLength Line is longer than 120 characters (found 163). 67
 Warning sizes LineLength Line is longer than 120 characters (found 134). 74
 Warning sizes LineLength Line is longer than 120 characters (found 131). 75
 Warning sizes LineLength Line is longer than 120 characters (found 135). 76
 Warning sizes LineLength Line is longer than 120 characters (found 121). 96

org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/DataBrokerFunction.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 147). 32
 Warning naming ParameterName Parameter name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 33
 Warning sizes LineLength Line is longer than 120 characters (found 131). 36
 Warning sizes LineLength Line is longer than 120 characters (found 136). 38

org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/PathSelectionModeFunction.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 148). 62
 Warning naming ParameterName Parameter name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 62
 Warning sizes LineLength Line is longer than 120 characters (found 198). 69
 Warning blocks RightCurly '}' at column 13 should be alone on a line. 78
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 78
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not preceded with whitespace. 78
 Warning sizes LineLength Line is longer than 120 characters (found 137). 80
 Warning sizes LineLength Line is longer than 120 characters (found 177). 95
 Warning sizes LineLength Line is longer than 120 characters (found 244). 107
 Warning naming ParameterName Parameter name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 107
 Warning sizes LineLength Line is longer than 120 characters (found 165). 110
 Warning sizes LineLength Line is longer than 120 characters (found 189). 111
 Warning sizes LineLength Line is longer than 120 characters (found 211). 116
 Warning sizes LineLength Line is longer than 120 characters (found 136). 120
 Warning sizes LineLength Line is longer than 120 characters (found 126). 132
 Warning naming ParameterName Parameter name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 132
 Warning sizes LineLength Line is longer than 120 characters (found 141). 136
 Warning sizes LineLength Line is longer than 120 characters (found 121). 144
 Warning sizes LineLength Line is longer than 120 characters (found 121). 146
 Warning sizes LineLength Line is longer than 120 characters (found 205). 149
 Warning sizes LineLength Line is longer than 120 characters (found 238). 150

org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/RibInstanceFunction.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 147). 31
 Warning naming ParameterName Parameter name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 32
 Warning sizes LineLength Line is longer than 120 characters (found 124). 35
 Warning sizes LineLength Line is longer than 120 characters (found 136). 37

org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/RpcRegistryFunction.java

Severity Category Rule Message Line
 Warning naming ParameterName Parameter name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 30
 Warning sizes LineLength Line is longer than 120 characters (found 131). 35

org/opendaylight/protocol/bgp/openconfig/impl/moduleconfig/TableTypesFunction.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 142). 40
 Warning naming ParameterName Parameter name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 40
 Warning sizes LineLength Line is longer than 120 characters (found 129). 43
 Warning sizes LineLength Line is longer than 120 characters (found 143). 77
 Warning sizes LineLength Line is longer than 120 characters (found 125). 78
 Warning sizes LineLength Line is longer than 120 characters (found 140). 89
 Warning sizes LineLength Line is longer than 120 characters (found 171). 92
 Warning sizes LineLength Line is longer than 120 characters (found 191). 93
 Warning sizes LineLength Line is longer than 120 characters (found 165). 94

org/opendaylight/protocol/bgp/openconfig/impl/openconfig/AbstractBGPNeighborProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'com.google.common.base.Preconditions' should be separated from previous import group. 12
 Warning sizes LineLength Line is longer than 120 characters (found 126). 22

org/opendaylight/protocol/bgp/openconfig/impl/openconfig/AbstractBGPNeighborProviderTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 125). 41
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 46
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 50
 Warning sizes LineLength Line is longer than 120 characters (found 163). 59
 Warning sizes LineLength Line is longer than 120 characters (found 157). 66

org/opendaylight/protocol/bgp/openconfig/impl/openconfig/AbstractBGPOpenConfigMapper.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 149). 27
 Warning sizes LineLength Line is longer than 120 characters (found 144). 34
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '39'. 63
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '51'. 69

org/opendaylight/protocol/bgp/openconfig/impl/openconfig/AbstractBGPOpenConfigMapperTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 122). 30
 Warning naming MemberName Member name 'wTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 42
 Warning sizes LineLength Line is longer than 120 characters (found 153). 48
 Warning sizes LineLength Line is longer than 120 characters (found 125). 49
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 60
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 64
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 68
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 72
 Warning sizes LineLength Line is longer than 120 characters (found 158). 82
 Warning sizes LineLength Line is longer than 120 characters (found 161). 84
 Warning sizes LineLength Line is longer than 120 characters (found 159). 86
 Warning sizes LineLength Line is longer than 120 characters (found 161). 88
 Warning sizes LineLength Line is longer than 120 characters (found 121). 93
 Warning sizes LineLength Line is longer than 120 characters (found 133). 95
 Warning sizes LineLength Line is longer than 120 characters (found 122). 97
 Warning sizes LineLength Line is longer than 120 characters (found 133). 99

org/opendaylight/protocol/bgp/openconfig/impl/openconfig/BGPAppNeighborProviderImpl.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 27
 Warning sizes LineLength Line is longer than 120 characters (found 126). 52
 Warning sizes LineLength Line is longer than 120 characters (found 138). 53

org/opendaylight/protocol/bgp/openconfig/impl/openconfig/BGPAppNeighborProviderImplTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 128). 49
 Warning sizes LineLength Line is longer than 120 characters (found 180). 59
 Warning sizes LineLength Line is longer than 120 characters (found 146). 63

org/opendaylight/protocol/bgp/openconfig/impl/openconfig/BGPConfigMapperRegistry.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 123). 20

org/opendaylight/protocol/bgp/openconfig/impl/openconfig/BGPConfigModuleMapperProvider.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 28
 Warning sizes LineLength Line is longer than 120 characters (found 134). 49

org/opendaylight/protocol/bgp/openconfig/impl/openconfig/BGPConfigModuleMapperProviderTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 47
 Warning sizes LineLength Line is longer than 120 characters (found 159). 50
 Warning sizes LineLength Line is longer than 120 characters (found 131). 51
 Warning sizes LineLength Line is longer than 120 characters (found 128). 61
 Warning sizes LineLength Line is longer than 120 characters (found 131). 62
 Warning sizes LineLength Line is longer than 120 characters (found 137). 63
 Warning sizes LineLength Line is longer than 120 characters (found 121). 75

org/opendaylight/protocol/bgp/openconfig/impl/openconfig/BGPGlobalProviderImpl.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 41
 Warning sizes LineLength Line is longer than 120 characters (found 122). 73
 Warning sizes LineLength Line is longer than 120 characters (found 144). 74
 Warning sizes LineLength Line is longer than 120 characters (found 138). 75
 Warning sizes LineLength Line is longer than 120 characters (found 121). 76

org/opendaylight/protocol/bgp/openconfig/impl/openconfig/BGPGlobalProviderImplTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 152). 66
 Warning sizes LineLength Line is longer than 120 characters (found 167). 68
 Warning sizes LineLength Line is longer than 120 characters (found 122). 72
 Warning sizes LineLength Line is longer than 120 characters (found 150). 75
 Warning sizes LineLength Line is longer than 120 characters (found 127). 89

org/opendaylight/protocol/bgp/openconfig/impl/openconfig/BGPNeighborProviderImpl.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 31
 Warning sizes LineLength Line is longer than 120 characters (found 132). 55
 Warning sizes LineLength Line is longer than 120 characters (found 122). 59
 Warning sizes LineLength Line is longer than 120 characters (found 124). 65
 Warning sizes LineLength Line is longer than 120 characters (found 143). 67
 Warning sizes LineLength Line is longer than 120 characters (found 129). 70
 Warning sizes LineLength Line is longer than 120 characters (found 138). 74
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 81
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 82
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 83
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 84
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 85
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 86
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 87
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 88
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 89

org/opendaylight/protocol/bgp/openconfig/impl/openconfig/BGPNeighborProviderImplTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 122). 74
 Warning sizes LineLength Line is longer than 120 characters (found 134). 86
 Warning sizes LineLength Line is longer than 120 characters (found 131). 88
 Warning sizes LineLength Line is longer than 120 characters (found 146). 90
 Warning sizes LineLength Line is longer than 120 characters (found 134). 99
 Warning sizes LineLength Line is longer than 120 characters (found 131). 101
 Warning sizes LineLength Line is longer than 120 characters (found 146). 103
 Warning sizes LineLength Line is longer than 120 characters (found 134). 112
 Warning sizes LineLength Line is longer than 120 characters (found 131). 114
 Warning sizes LineLength Line is longer than 120 characters (found 146). 116
 Warning sizes LineLength Line is longer than 120 characters (found 149). 121
 Warning sizes LineLength Line is longer than 120 characters (found 166). 122
 Warning sizes LineLength Line is longer than 120 characters (found 140). 123
 Warning sizes LineLength Line is longer than 120 characters (found 215). 126
 Warning sizes LineLength Line is longer than 120 characters (found 256). 132
 Warning sizes LineLength Line is longer than 120 characters (found 219). 133
 Warning sizes LineLength Line is longer than 120 characters (found 213). 134

org/opendaylight/protocol/bgp/openconfig/impl/spi/OpenConfigComparator.java

Severity Category Rule Message Line
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 19
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 25
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 26

org/opendaylight/protocol/bgp/openconfig/impl/util/OpenConfigUtil.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 133). 83
 Warning sizes LineLength Line is longer than 120 characters (found 133). 84
 Warning sizes LineLength Line is longer than 120 characters (found 130). 85
 Warning sizes LineLength Line is longer than 120 characters (found 130). 86
 Warning sizes LineLength Line is longer than 120 characters (found 123). 87
 Warning sizes LineLength Line is longer than 120 characters (found 126). 90
 Warning sizes LineLength Line is longer than 120 characters (found 126). 91
 Warning sizes LineLength Line is longer than 120 characters (found 146). 112
 Warning sizes LineLength Line is longer than 120 characters (found 124). 115
 Warning sizes LineLength Line is longer than 120 characters (found 161). 132
 Warning indentation Indentation 'lambda arguments' have incorrect indentation level 16, expected level should be 12. 134
 Warning sizes LineLength Line is longer than 120 characters (found 174). 137
 Warning sizes LineLength Line is longer than 120 characters (found 180). 138
 Warning sizes LineLength Line is longer than 120 characters (found 165). 145
 Warning sizes LineLength Line is longer than 120 characters (found 127). 146
 Warning sizes LineLength Line is longer than 120 characters (found 172). 159
 Warning sizes LineLength Line is longer than 120 characters (found 180). 163
 Warning sizes LineLength Line is longer than 120 characters (found 124). 170
 Warning sizes LineLength Line is longer than 120 characters (found 256). 180
 Warning sizes LineLength Line is longer than 120 characters (found 145). 185
 Warning sizes LineLength Line is longer than 120 characters (found 147). 189
 Warning sizes LineLength Line is longer than 120 characters (found 145). 196
 Warning sizes LineLength Line is longer than 120 characters (found 174). 200
 Warning sizes LineLength Line is longer than 120 characters (found 140). 201
 Warning sizes LineLength Line is longer than 120 characters (found 135). 202
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 204
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 205
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 206
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 207
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 208
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 209
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 210
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 211
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 212
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 213
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 214
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 247
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 248
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 249
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 250
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 251
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 252
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 253
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 254
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 255

org/opendaylight/protocol/bgp/openconfig/impl/util/OpenConfigUtilTest.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.use.multiple.paths.UseMultiplePaths. 32
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.AfiSafi1. 33
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.AfiSafi2. 34
 Warning sizes LineLength Line is longer than 120 characters (found 144). 59
 Warning sizes LineLength Line is longer than 120 characters (found 144). 60
 Warning sizes LineLength Line is longer than 120 characters (found 123). 62
 Warning sizes LineLength Line is longer than 120 characters (found 137). 68
 Warning sizes LineLength Line is longer than 120 characters (found 139). 88
 Warning sizes LineLength Line is longer than 120 characters (found 128). 94
 Warning sizes LineLength Line is longer than 120 characters (found 144). 103
 Warning sizes LineLength Line is longer than 120 characters (found 132). 119
 Warning sizes LineLength Line is longer than 120 characters (found 145). 123
 Warning sizes LineLength Line is longer than 120 characters (found 138). 124
 Warning sizes LineLength Line is longer than 120 characters (found 129). 127
 Warning sizes LineLength Line is longer than 120 characters (found 145). 131
 Warning sizes LineLength Line is longer than 120 characters (found 138). 132
 Warning sizes LineLength Line is longer than 120 characters (found 134). 134
 Warning sizes LineLength Line is longer than 120 characters (found 132). 135
 Warning sizes LineLength Line is longer than 120 characters (found 145). 139
 Warning sizes LineLength Line is longer than 120 characters (found 138). 140
 Warning sizes LineLength Line is longer than 120 characters (found 131). 142
 Warning sizes LineLength Line is longer than 120 characters (found 129). 143
 Warning sizes LineLength Line is longer than 120 characters (found 129). 149
 Warning sizes LineLength Line is longer than 120 characters (found 139). 152
 Warning sizes LineLength Line is longer than 120 characters (found 133). 154
 Warning sizes LineLength Line is longer than 120 characters (found 134). 155
 Warning sizes LineLength Line is longer than 120 characters (found 145). 158
 Warning sizes LineLength Line is longer than 120 characters (found 136). 164
 Warning sizes LineLength Line is longer than 120 characters (found 134). 165
 Warning sizes LineLength Line is longer than 120 characters (found 145). 168
 Warning coding IllegalThrows Throwing 'Throwable' is not allowed. 174