Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.1.1 with config/sun_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
1 0 0 36

Rules

Category Rule Violations Severity
coding HiddenField 7  Error
MagicNumber 2  Error
design DesignForExtension 9  Error
javadoc JavadocPackage
  • allowLegacy: "true"
1  Error
misc FinalParameters 7  Error
regexp RegexpSingleline
  • format: "\s+$"
  • message: "Line has trailing spaces."
10  Error

Details

net/osgiliath/module/activemq/jms/broker/BrokerFactory.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error regexp RegexpSingleline Line has trailing spaces. 26
 Error design DesignForExtension Method 'setBrokerName' is not designed for extension - needs to be abstract, final or empty. 82
 Error misc FinalParameters Parameter brokerName should be final. 82
 Error coding HiddenField 'brokerName' hides a field. 82
 Error design DesignForExtension Method 'setJmsURI' is not designed for extension - needs to be abstract, final or empty. 92
 Error misc FinalParameters Parameter jmsURI should be final. 92
 Error coding HiddenField 'jmsURI' hides a field. 92
 Error regexp RegexpSingleline Line has trailing spaces. 98
 Error design DesignForExtension Method 'setJmsXAURI' is not designed for extension - needs to be abstract, final or empty. 102
 Error misc FinalParameters Parameter jmsXAURI should be final. 102
 Error coding HiddenField 'jmsXAURI' hides a field. 102
 Error regexp RegexpSingleline Line has trailing spaces. 108
 Error design DesignForExtension Method 'setStompURI' is not designed for extension - needs to be abstract, final or empty. 112
 Error misc FinalParameters Parameter stompURI should be final. 112
 Error coding HiddenField 'stompURI' hides a field. 112
 Error design DesignForExtension Method 'setStompXAURI' is not designed for extension - needs to be abstract, final or empty. 122
 Error misc FinalParameters Parameter stompXAURI should be final. 122
 Error coding HiddenField 'stompXAURI' hides a field. 122
 Error design DesignForExtension Method 'setWebsocketURI' is not designed for extension - needs to be abstract, final or empty. 132
 Error misc FinalParameters Parameter websocketURI should be final. 132
 Error coding HiddenField 'websocketURI' hides a field. 132
 Error design DesignForExtension Method 'setWebsocketXAURI' is not designed for extension - needs to be abstract, final or empty. 142
 Error misc FinalParameters Parameter websocketXAURI should be final. 142
 Error coding HiddenField 'websocketXAURI' hides a field. 142
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 152
 Error design DesignForExtension Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. 173
 Error regexp RegexpSingleline Line has trailing spaces. 248
 Error regexp RegexpSingleline Line has trailing spaces. 259
 Error coding MagicNumber '10000' is a magic number. 266
 Error coding MagicNumber '1000' is a magic number. 267
 Error regexp RegexpSingleline Line has trailing spaces. 274
 Error regexp RegexpSingleline Line has trailing spaces. 285
 Error regexp RegexpSingleline Line has trailing spaces. 296
 Error regexp RegexpSingleline Line has trailing spaces. 307
 Error regexp RegexpSingleline Line has trailing spaces. 323