Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
35 0 151 0

Files

File  I  W  E
org/opendaylight/protocol/bmp/parser/BmpActivator.java 0 9 0
org/opendaylight/protocol/bmp/parser/message/InitiationHandler.java 0 2 0
org/opendaylight/protocol/bmp/parser/message/InitiationHandlerTest.java 0 9 0
org/opendaylight/protocol/bmp/parser/message/PeerDownHandler.java 0 35 0
org/opendaylight/protocol/bmp/parser/message/PeerDownHandlerTest.java 0 5 0
org/opendaylight/protocol/bmp/parser/message/PeerUpHandler.java 0 10 0
org/opendaylight/protocol/bmp/parser/message/PeerUpHandlerTest.java 0 7 0
org/opendaylight/protocol/bmp/parser/message/RouteMirroringMessageHandler.java 0 2 0
org/opendaylight/protocol/bmp/parser/message/RouteMonitoringMessageHandler.java 0 4 0
org/opendaylight/protocol/bmp/parser/message/RouteMonitoringMessageHandlerTest.java 0 5 0
org/opendaylight/protocol/bmp/parser/message/StatisticsReportHandler.java 0 3 0
org/opendaylight/protocol/bmp/parser/message/StatisticsReportHandlerTest.java 0 12 0
org/opendaylight/protocol/bmp/parser/message/TerminationHandler.java 0 2 0
org/opendaylight/protocol/bmp/parser/message/TerminationHandlerTest.java 0 2 0
org/opendaylight/protocol/bmp/parser/message/TestUtil.java 0 31 0
org/opendaylight/protocol/bmp/parser/tlv/MirrorInformationTlvHandler.java 0 1 0
org/opendaylight/protocol/bmp/parser/tlv/StatType001TlvHandler.java 0 1 0
org/opendaylight/protocol/bmp/parser/tlv/StatType003TlvHandler.java 0 1 0
org/opendaylight/protocol/bmp/parser/tlv/StatType005TlvHandler.java 0 1 0
org/opendaylight/protocol/bmp/parser/tlv/StatType006TlvHandler.java 0 1 0
org/opendaylight/protocol/bmp/parser/tlv/StatType007TlvHandler.java 0 1 0
org/opendaylight/protocol/bmp/parser/tlv/StatType008TlvHandler.java 0 1 0
org/opendaylight/protocol/bmp/parser/tlv/StatType009TlvHandler.java 0 2 0
org/opendaylight/protocol/bmp/parser/tlv/StatType010TlvHandler.java 0 2 0
org/opendaylight/protocol/bmp/parser/tlv/StatType011TlvHandler.java 0 1 0
org/opendaylight/protocol/bmp/parser/tlv/StatType012TlvHandler.java 0 1 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
8  Warning
UnusedImports 1  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
18  Warning
modifier RedundantModifier 1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
117  Warning
whitespace OperatorWrap
  • tokens: "BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR "
  • option: "NL"
2  Warning
ParenPad 4  Warning

Details

org/opendaylight/protocol/bmp/parser/BmpActivator.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 121). 117
 Warning sizes LineLength Line is longer than 120 characters (found 132). 120
 Warning sizes LineLength Line is longer than 120 characters (found 133). 121
 Warning sizes LineLength Line is longer than 120 characters (found 172). 124
 Warning sizes LineLength Line is longer than 120 characters (found 131). 125
 Warning sizes LineLength Line is longer than 120 characters (found 124). 163
 Warning sizes LineLength Line is longer than 120 characters (found 121). 171
 Warning sizes LineLength Line is longer than 120 characters (found 123). 193
 Warning sizes LineLength Line is longer than 120 characters (found 123). 197

org/opendaylight/protocol/bmp/parser/message/InitiationHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 148). 43
 Warning sizes LineLength Line is longer than 120 characters (found 134). 91

org/opendaylight/protocol/bmp/parser/message/InitiationHandlerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'io.netty.buffer.ByteBuf' should be separated from previous import group. 14
 Warning sizes LineLength Line is longer than 120 characters (found 137). 42
 Warning sizes LineLength Line is longer than 120 characters (found 137). 43
 Warning sizes LineLength Line is longer than 120 characters (found 137). 44
 Warning sizes LineLength Line is longer than 120 characters (found 137). 45
 Warning sizes LineLength Line is longer than 120 characters (found 137). 46
 Warning sizes LineLength Line is longer than 120 characters (found 137). 47
 Warning sizes LineLength Line is longer than 120 characters (found 137). 48
 Warning sizes LineLength Line is longer than 120 characters (found 138). 61

org/opendaylight/protocol/bmp/parser/message/PeerDownHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'com.google.common.base.Preconditions' should be separated from previous import group. 15
 Warning sizes LineLength Line is longer than 120 characters (found 128). 45
 Warning sizes LineLength Line is longer than 120 characters (found 126). 50
 Warning whitespace OperatorWrap 'instanceof' should be on a new line. 51
 Warning sizes LineLength Line is longer than 120 characters (found 133). 52
 Warning whitespace OperatorWrap 'instanceof' should be on a new line. 57
 Warning sizes LineLength Line is longer than 120 characters (found 133). 58
 Warning sizes LineLength Line is longer than 120 characters (found 141). 68
 Warning sizes LineLength Line is longer than 120 characters (found 136). 69
 Warning sizes LineLength Line is longer than 120 characters (found 121). 70
 Warning sizes LineLength Line is longer than 120 characters (found 128). 75
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 79
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 80
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 81
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 82
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 83
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 84
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 85
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 86
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 87
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 88
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 89
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 90
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 91
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 92
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 93
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 94
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 95
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 96
 Warning sizes LineLength Line is longer than 120 characters (found 212). 103
 Warning sizes LineLength Line is longer than 120 characters (found 156). 104
 Warning sizes LineLength Line is longer than 120 characters (found 142). 105
 Warning sizes LineLength Line is longer than 120 characters (found 168). 107
 Warning sizes LineLength Line is longer than 120 characters (found 155). 108
 Warning sizes LineLength Line is longer than 120 characters (found 126). 129

org/opendaylight/protocol/bmp/parser/message/PeerDownHandlerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'io.netty.buffer.ByteBuf' should be separated from previous import group. 14
 Warning sizes LineLength Line is longer than 120 characters (found 149). 41
 Warning sizes LineLength Line is longer than 120 characters (found 163). 49
 Warning sizes LineLength Line is longer than 120 characters (found 163). 96
 Warning sizes LineLength Line is longer than 120 characters (found 215). 105

org/opendaylight/protocol/bmp/parser/message/PeerUpHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 126). 56
 Warning sizes LineLength Line is longer than 120 characters (found 125). 85
 Warning sizes LineLength Line is longer than 120 characters (found 122). 96
 Warning sizes LineLength Line is longer than 120 characters (found 126). 98
 Warning sizes LineLength Line is longer than 120 characters (found 121). 101
 Warning sizes LineLength Line is longer than 120 characters (found 125). 103
 Warning whitespace ParenPad '(' is followed by whitespace. 110
 Warning whitespace ParenPad ')' is preceded with whitespace. 110
 Warning whitespace ParenPad '(' is followed by whitespace. 126
 Warning whitespace ParenPad ')' is preceded with whitespace. 126

org/opendaylight/protocol/bmp/parser/message/PeerUpHandlerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'io.netty.buffer.ByteBuf' should be separated from previous import group. 13
 Warning sizes LineLength Line is longer than 120 characters (found 163). 65
 Warning sizes LineLength Line is longer than 120 characters (found 163). 72
 Warning sizes LineLength Line is longer than 120 characters (found 215). 77
 Warning sizes LineLength Line is longer than 120 characters (found 189). 85
 Warning sizes LineLength Line is longer than 120 characters (found 215). 87
 Warning sizes LineLength Line is longer than 120 characters (found 189). 95

org/opendaylight/protocol/bmp/parser/message/RouteMirroringMessageHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 130). 41
 Warning sizes LineLength Line is longer than 120 characters (found 133). 48

org/opendaylight/protocol/bmp/parser/message/RouteMonitoringMessageHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 132). 38
 Warning sizes LineLength Line is longer than 120 characters (found 136). 45
 Warning sizes LineLength Line is longer than 120 characters (found 121). 51
 Warning sizes LineLength Line is longer than 120 characters (found 121). 52

org/opendaylight/protocol/bmp/parser/message/RouteMonitoringMessageHandlerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'io.netty.buffer.ByteBuf' should be separated from previous import group. 14
 Warning sizes LineLength Line is longer than 120 characters (found 150). 53
 Warning sizes LineLength Line is longer than 120 characters (found 215). 60
 Warning sizes LineLength Line is longer than 120 characters (found 124). 63
 Warning sizes LineLength Line is longer than 120 characters (found 155). 88

org/opendaylight/protocol/bmp/parser/message/StatisticsReportHandler.java

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

org/opendaylight/protocol/bmp/parser/message/StatisticsReportHandlerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'io.netty.buffer.ByteBuf' should be separated from previous import group. 13
 Warning sizes LineLength Line is longer than 120 characters (found 184). 96
 Warning sizes LineLength Line is longer than 120 characters (found 150). 105
 Warning sizes LineLength Line is longer than 120 characters (found 150). 106
 Warning sizes LineLength Line is longer than 120 characters (found 150). 107
 Warning sizes LineLength Line is longer than 120 characters (found 150). 108
 Warning sizes LineLength Line is longer than 120 characters (found 150). 109
 Warning sizes LineLength Line is longer than 120 characters (found 150). 110
 Warning sizes LineLength Line is longer than 120 characters (found 124). 111
 Warning sizes LineLength Line is longer than 120 characters (found 124). 117
 Warning sizes LineLength Line is longer than 120 characters (found 124). 122
 Warning sizes LineLength Line is longer than 120 characters (found 154). 143

org/opendaylight/protocol/bmp/parser/message/TerminationHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 125). 55
 Warning sizes LineLength Line is longer than 120 characters (found 134). 83

org/opendaylight/protocol/bmp/parser/message/TerminationHandlerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'io.netty.buffer.ByteBuf' should be separated from previous import group. 13
 Warning sizes LineLength Line is longer than 120 characters (found 151). 61

org/opendaylight/protocol/bmp/parser/message/TestUtil.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.path.attributes.attributes.UnrecognizedAttributes. 44
 Warning sizes LineLength Line is longer than 120 characters (found 121). 139
 Warning sizes LineLength Line is longer than 120 characters (found 138). 144
 Warning sizes LineLength Line is longer than 120 characters (found 133). 145
 Warning sizes LineLength Line is longer than 120 characters (found 169). 203
 Warning sizes LineLength Line is longer than 120 characters (found 156). 228
 Warning sizes LineLength Line is longer than 120 characters (found 124). 239
 Warning sizes LineLength Line is longer than 120 characters (found 157). 261
 Warning sizes LineLength Line is longer than 120 characters (found 246). 271
 Warning sizes LineLength Line is longer than 120 characters (found 130). 272
 Warning sizes LineLength Line is longer than 120 characters (found 142). 297
 Warning sizes LineLength Line is longer than 120 characters (found 140). 298
 Warning modifier RedundantModifier Redundant 'final' modifier. 314
 Warning sizes LineLength Line is longer than 120 characters (found 143). 329
 Warning sizes LineLength Line is longer than 120 characters (found 140). 335
 Warning sizes LineLength Line is longer than 120 characters (found 151). 341
 Warning sizes LineLength Line is longer than 120 characters (found 131). 348
 Warning sizes LineLength Line is longer than 120 characters (found 126). 349
 Warning sizes LineLength Line is longer than 120 characters (found 130). 350
 Warning sizes LineLength Line is longer than 120 characters (found 140). 351
 Warning sizes LineLength Line is longer than 120 characters (found 128). 353
 Warning sizes LineLength Line is longer than 120 characters (found 124). 354
 Warning sizes LineLength Line is longer than 120 characters (found 134). 355
 Warning sizes LineLength Line is longer than 120 characters (found 128). 356
 Warning sizes LineLength Line is longer than 120 characters (found 125). 357
 Warning sizes LineLength Line is longer than 120 characters (found 213). 359
 Warning sizes LineLength Line is longer than 120 characters (found 210). 360
 Warning sizes LineLength Line is longer than 120 characters (found 130). 361
 Warning sizes LineLength Line is longer than 120 characters (found 132). 362
 Warning sizes LineLength Line is longer than 120 characters (found 131). 372
 Warning sizes LineLength Line is longer than 120 characters (found 141). 373

org/opendaylight/protocol/bmp/parser/tlv/MirrorInformationTlvHandler.java

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

org/opendaylight/protocol/bmp/parser/tlv/StatType001TlvHandler.java

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

org/opendaylight/protocol/bmp/parser/tlv/StatType003TlvHandler.java

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

org/opendaylight/protocol/bmp/parser/tlv/StatType005TlvHandler.java

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

org/opendaylight/protocol/bmp/parser/tlv/StatType006TlvHandler.java

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

org/opendaylight/protocol/bmp/parser/tlv/StatType007TlvHandler.java

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

org/opendaylight/protocol/bmp/parser/tlv/StatType008TlvHandler.java

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

org/opendaylight/protocol/bmp/parser/tlv/StatType009TlvHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 125). 43
 Warning sizes LineLength Line is longer than 120 characters (found 139). 44

org/opendaylight/protocol/bmp/parser/tlv/StatType010TlvHandler.java

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

org/opendaylight/protocol/bmp/parser/tlv/StatType011TlvHandler.java

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

org/opendaylight/protocol/bmp/parser/tlv/StatType012TlvHandler.java

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