Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
10 0 28 0

Rules

Category Rule Violations Severity
coding IllegalThrows 1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
23  Warning
whitespace WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
4  Warning

Details

org/opendaylight/protocol/bmp/mock/BmpMock.java

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

org/opendaylight/protocol/bmp/mock/BmpMockArguments.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 163). 102
 Warning sizes LineLength Line is longer than 120 characters (found 166). 103
 Warning sizes LineLength Line is longer than 120 characters (found 128). 104

org/opendaylight/protocol/bmp/mock/BmpMockArgumentsTest.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 32
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 32
 Warning sizes LineLength Line is longer than 120 characters (found 121). 57
 Warning sizes LineLength Line is longer than 120 characters (found 126). 69

org/opendaylight/protocol/bmp/mock/BmpMockDispatcherTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 122). 39
 Warning sizes LineLength Line is longer than 120 characters (found 128). 43
 Warning sizes LineLength Line is longer than 120 characters (found 122). 57
 Warning sizes LineLength Line is longer than 120 characters (found 132). 59
 Warning sizes LineLength Line is longer than 120 characters (found 167). 61

org/opendaylight/protocol/bmp/mock/BmpMockSession.java

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

org/opendaylight/protocol/bmp/mock/BmpMockTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 129). 49
 Warning sizes LineLength Line is longer than 120 characters (found 165). 77
 Warning sizes LineLength Line is longer than 120 characters (found 147). 79
 Warning sizes LineLength Line is longer than 120 characters (found 146). 81
 Warning sizes LineLength Line is longer than 120 characters (found 147). 110
 Warning sizes LineLength Line is longer than 120 characters (found 146). 112

org/opendaylight/protocol/bmp/mock/BmpMockUtil.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 142). 105
 Warning sizes LineLength Line is longer than 120 characters (found 131). 115

org/opendaylight/protocol/bmp/mock/BmpMockUtilTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 130). 65
 Warning sizes LineLength Line is longer than 120 characters (found 129). 74
 Warning sizes LineLength Line is longer than 120 characters (found 131). 79
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 83
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 83
 Warning coding IllegalThrows Throwing 'Throwable' is not allowed. 84