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 148 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 37 0
org/opendaylight/protocol/bmp/parser/message/PeerDownHandlerTest.java 0 5 0
org/opendaylight/protocol/bmp/parser/message/PeerUpHandler.java 0 6 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 30 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
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
21  Warning
modifier RedundantModifier 1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
116  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

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 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 'block' child have incorrect indentation level 16, expected level should be 20. 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 'case' child have incorrect indentation level 12, expected level should be 16. 91
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 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 indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 97
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 98
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 99
 Warning sizes LineLength Line is longer than 120 characters (found 212). 106
 Warning sizes LineLength Line is longer than 120 characters (found 156). 107
 Warning sizes LineLength Line is longer than 120 characters (found 142). 108
 Warning sizes LineLength Line is longer than 120 characters (found 168). 110
 Warning sizes LineLength Line is longer than 120 characters (found 155). 111
 Warning sizes LineLength Line is longer than 120 characters (found 126). 132

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

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 sizes LineLength Line is longer than 120 characters (found 121). 138
 Warning sizes LineLength Line is longer than 120 characters (found 138). 143
 Warning sizes LineLength Line is longer than 120 characters (found 133). 144
 Warning sizes LineLength Line is longer than 120 characters (found 169). 202
 Warning sizes LineLength Line is longer than 120 characters (found 156). 227
 Warning sizes LineLength Line is longer than 120 characters (found 124). 238
 Warning sizes LineLength Line is longer than 120 characters (found 157). 260
 Warning sizes LineLength Line is longer than 120 characters (found 246). 270
 Warning sizes LineLength Line is longer than 120 characters (found 130). 271
 Warning sizes LineLength Line is longer than 120 characters (found 142). 296
 Warning sizes LineLength Line is longer than 120 characters (found 140). 297
 Warning modifier RedundantModifier Redundant 'final' modifier. 313
 Warning sizes LineLength Line is longer than 120 characters (found 143). 328
 Warning sizes LineLength Line is longer than 120 characters (found 140). 334
 Warning sizes LineLength Line is longer than 120 characters (found 151). 340
 Warning sizes LineLength Line is longer than 120 characters (found 131). 347
 Warning sizes LineLength Line is longer than 120 characters (found 126). 348
 Warning sizes LineLength Line is longer than 120 characters (found 130). 349
 Warning sizes LineLength Line is longer than 120 characters (found 140). 350
 Warning sizes LineLength Line is longer than 120 characters (found 128). 352
 Warning sizes LineLength Line is longer than 120 characters (found 124). 353
 Warning sizes LineLength Line is longer than 120 characters (found 134). 354
 Warning sizes LineLength Line is longer than 120 characters (found 128). 355
 Warning sizes LineLength Line is longer than 120 characters (found 125). 356
 Warning sizes LineLength Line is longer than 120 characters (found 213). 358
 Warning sizes LineLength Line is longer than 120 characters (found 210). 359
 Warning sizes LineLength Line is longer than 120 characters (found 130). 360
 Warning sizes LineLength Line is longer than 120 characters (found 132). 361
 Warning sizes LineLength Line is longer than 120 characters (found 131). 371
 Warning sizes LineLength Line is longer than 120 characters (found 141). 372

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