Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
16 0 14 0

Rules

Category Rule Violations Severity
coding IllegalCatch 1  Warning
modifier RedundantModifier 2  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
11  Warning

Details

org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/MD5ClientChannelFactoryModule.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 121). 37
 Warning modifier RedundantModifier Redundant 'public' modifier. 38

org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/MD5ServerChannelFactoryModule.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 133). 37
 Warning modifier RedundantModifier Redundant 'public' modifier. 38

org/opendaylight/tcpmd5/netty/DefaultMD5ServerSocketChannelConfig.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 131). 21
 Warning sizes LineLength Line is longer than 120 characters (found 130). 24
 Warning sizes LineLength Line is longer than 120 characters (found 133). 59
 Warning sizes LineLength Line is longer than 120 characters (found 122). 121

org/opendaylight/tcpmd5/netty/DefaultMD5SocketChannelConfig.java

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

org/opendaylight/tcpmd5/netty/MD5NioServerSocketChannel.java

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

org/opendaylight/tcpmd5/netty/MD5NioSocketChannel.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 126). 48
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 119
 Warning sizes LineLength Line is longer than 120 characters (found 121). 149