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
3 0 0 50

Rules

Category Rule Violations Severity
coding AvoidInlineConditionals 1  Error
design DesignForExtension 9  Error
javadoc JavadocPackage
  • allowLegacy: "true"
2  Error
misc FinalParameters 13  Error
regexp RegexpSingleline
  • format: "\s+$"
  • message: "Line has trailing spaces."
21  Error
sizes LineLength 4  Error

Details

net/osgiliath/module/derby/constants/ClientConnectionConstant.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error regexp RegexpSingleline Line has trailing spaces. 12
 Error regexp RegexpSingleline Line has trailing spaces. 14
 Error regexp RegexpSingleline Line has trailing spaces. 24

net/osgiliath/module/derby/impl/Activator.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 12
 Error regexp RegexpSingleline Line has trailing spaces. 14
 Error regexp RegexpSingleline Line has trailing spaces. 39
 Error sizes LineLength Line is longer than 80 characters (found 97). 47
 Error regexp RegexpSingleline Line has trailing spaces. 55
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 59
 Error misc FinalParameters Parameter context should be final. 60
 Error regexp RegexpSingleline Line has trailing spaces. 73
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 77
 Error misc FinalParameters Parameter context should be final. 78
 Error sizes LineLength Line is longer than 80 characters (found 89). 79
 Error regexp RegexpSingleline Line has trailing spaces. 91
 Error regexp RegexpSingleline Line has trailing spaces. 100
 Error design DesignForExtension Method 'getStartedServers' is not designed for extension - needs to be abstract, final or empty. 103
 Error sizes LineLength Line is longer than 80 characters (found 91). 105
 Error regexp RegexpSingleline Line has trailing spaces. 115
 Error design DesignForExtension Method 'addNetworkControl' is not designed for extension - needs to be abstract, final or empty. 123
 Error misc FinalParameters Parameter host should be final. 123
 Error misc FinalParameters Parameter port should be final. 123
 Error misc FinalParameters Parameter control should be final. 124

net/osgiliath/module/derby/impl/DerbyClientDatasourceFactory.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error regexp RegexpSingleline Line has trailing spaces. 12
 Error regexp RegexpSingleline Line has trailing spaces. 14
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error regexp RegexpSingleline Line has trailing spaces. 52
 Error design DesignForExtension Method 'createDataSource' is not designed for extension - needs to be abstract, final or empty. 57
 Error misc FinalParameters Parameter props should be final. 58
 Error regexp RegexpSingleline Line has trailing spaces. 66
 Error misc FinalParameters Parameter datasource should be final. 74
 Error misc FinalParameters Parameter properties should be final. 74
 Error regexp RegexpSingleline Line has trailing spaces. 117
 Error misc FinalParameters Parameter properties should be final. 121
 Error coding AvoidInlineConditionals Avoid inline conditionals. 129
 Error regexp RegexpSingleline Line has trailing spaces. 167
 Error design DesignForExtension Method 'createConnectionPoolDataSource' is not designed for extension - needs to be abstract, final or empty. 172
 Error misc FinalParameters Parameter props should be final. 174
 Error sizes LineLength Line is longer than 80 characters (found 95). 175
 Error regexp RegexpSingleline Line has trailing spaces. 183
 Error design DesignForExtension Method 'createXADataSource' is not designed for extension - needs to be abstract, final or empty. 188
 Error misc FinalParameters Parameter props should be final. 189
 Error regexp RegexpSingleline Line has trailing spaces. 199
 Error design DesignForExtension Method 'logProperties' is not designed for extension - needs to be abstract, final or empty. 203
 Error misc FinalParameters Parameter props should be final. 203
 Error regexp RegexpSingleline Line has trailing spaces. 212
 Error design DesignForExtension Method 'createDriver' is not designed for extension - needs to be abstract, final or empty. 217
 Error misc FinalParameters Parameter props should be final. 218