Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
12 40 68 0

Details

net/sf/prefixedproperties/PrefixedProperties.java

Violation Message Line
Warnings File contains tab characters (this is the first instance). 3
Warnings Missing a Javadoc comment. 248
Warnings Unused @param tag for 'prefix'. 1328
Warnings Expected @param tag for 'configuredPrefix'. 1331
Warnings Missing a Javadoc comment. 1491
Infos Redundant throws: 'IllegalArgumentException' is unchecked exception. 1688
Warnings ';' is not followed by whitespace. 1800
Warnings ';' is not followed by whitespace. 1820
Warnings Class DoubleEntry should be declared as final. 1891
Infos 'one' hides a field. 1895
Infos 'two' hides a field. 1895
Infos Method 'clone' should call 'super.clone'. 1931

net/sf/prefixedproperties/PrefixedPropertiesEnumeration.java

Violation Message Line
Warnings File contains tab characters (this is the first instance). 3

net/sf/prefixedproperties/PrefixedResourceBundle.java

Violation Message Line
Warnings File contains tab characters (this is the first instance). 3
Warnings First sentence should end with a period. 46
Infos 'properties' hides a field. 59
Warnings Missing a Javadoc comment. 63
Warnings '{' is not followed by whitespace. 87
Warnings Missing a Javadoc comment. 142
Infos Static variable definition in wrong order. 176
Infos Variable access definition in wrong order. 176
Infos Static variable definition in wrong order. 179
Infos Variable access definition in wrong order. 179
Infos Static variable definition in wrong order. 182
Infos Variable access definition in wrong order. 182
Infos Static variable definition in wrong order. 185
Infos Variable access definition in wrong order. 185
Warnings Missing a Javadoc comment. 195
Infos 'prefixConfig' hides a field. 206
Infos 'defaultPrefix' hides a field. 217
Infos 'it' hides a field. 311

net/sf/prefixedproperties/config/DefaultPrefixConfig.java

Violation Message Line
Warnings File contains tab characters (this is the first instance). 3
Infos 'config' hides a field. 493

net/sf/prefixedproperties/config/DynamicPrefixConfig.java

Violation Message Line
Warnings File contains tab characters (this is the first instance). 3

net/sf/prefixedproperties/config/PrefixConfig.java

Violation Message Line
Warnings File contains tab characters (this is the first instance). 3
Warnings Missing a Javadoc comment. 40

net/sf/prefixedproperties/config/StagingPrefixConfig.java

Violation Message Line
Warnings File contains tab characters (this is the first instance). 3

net/sf/prefixedproperties/spring/EnvironmentFactory.java

Violation Message Line
Warnings File contains tab characters (this is the first instance). 3

net/sf/prefixedproperties/spring/PrefixedPropertiesFactoryBean.java

Violation Message Line
Warnings Missing a Javadoc comment. 45
Warnings Variable 'locations' must be private and have accessor methods. 51
Warnings Variable 'localOverride' must be private and have accessor methods. 54
Warnings Variable 'localProperties' must be private and have accessor methods. 57
Warnings Variable 'fileEncoding' must be private and have accessor methods. 60
Warnings Variable 'ignoreResourceNotFound' must be private and have accessor methods. 63
Warnings Variable 'prefixConfigList' must be private and have accessor methods. 66
Warnings Variable 'defaultPrefix' must be private and have accessor methods. 69
Warnings Missing a Javadoc comment. 71
Warnings Variable 'myProperties' must be private and have accessor methods. 71
Warnings Missing a Javadoc comment. 73
Warnings Variable 'persister' must be private and have accessor methods. 73
Warnings Missing a Javadoc comment. 75
Warnings Variable 'defaultPrefixSystemPropertyKey' must be private and have accessor methods. 75
Warnings Missing a Javadoc comment. 77
Warnings Variable 'environmentFactory' must be private and have accessor methods. 77
Warnings File contains tab characters (this is the first instance). 82
Infos 'defaultPrefix' hides a field. 91
Infos 'defaultPrefixSystemPropertyKey' hides a field. 102
Infos 'environmentFactory' hides a field. 112
Infos 'ignoreResourceNotFound' hides a field. 128
Infos 'localOverride' hides a field. 136
Infos 'locations' hides a field. 157
Warnings '{' is not followed by whitespace. 244
Infos 'myProperties' hides a field. 289

net/sf/prefixedproperties/spring/PrefixedPropertiesPersister.java

Violation Message Line
Warnings File contains tab characters (this is the first instance). 54

net/sf/prefixedproperties/spring/PrefixedPropertiesPlaceholderConfigurer.java

Violation Message Line
Warnings Variable 'locations' must be private and have accessor methods. 69
Warnings Variable 'localOverride' must be private and have accessor methods. 72
Warnings Variable 'localProperties' must be private and have accessor methods. 75
Warnings Variable 'fileEncoding' must be private and have accessor methods. 78
Warnings Variable 'ignoreResourceNotFound' must be private and have accessor methods. 81
Warnings Variable 'prefixConfigList' must be private and have accessor methods. 84
Warnings Variable 'defaultPrefix' must be private and have accessor methods. 87
Warnings Missing a Javadoc comment. 89
Warnings Variable 'myProperties' must be private and have accessor methods. 89
Warnings Missing a Javadoc comment. 91
Warnings Variable 'persister' must be private and have accessor methods. 91
Warnings Missing a Javadoc comment. 93
Warnings Variable 'defaultPrefixSystemPropertyKey' must be private and have accessor methods. 93
Warnings Missing a Javadoc comment. 95
Warnings Variable 'environmentFactory' must be private and have accessor methods. 95
Warnings File contains tab characters (this is the first instance). 106
Infos Redundant throws: 'BeansException' is unchecked exception. 136
Infos Redundant throws: 'BeansException' is unchecked exception. 149
Infos 'defaultPrefix' hides a field. 159
Infos 'defaultPrefixSystemPropertyKey' hides a field. 170
Infos 'environmentFactory' hides a field. 180
Infos 'ignoreResourceNotFound' hides a field. 196
Infos 'localOverride' hides a field. 204
Infos 'locations' hides a field. 225
Warnings '{' is not followed by whitespace. 321
Infos 'myProperties' hides a field. 366

net/sf/prefixedproperties/spring/PrefixedPropertyOverrideConfigurer.java

Violation Message Line
Warnings Variable 'localOverride' must be private and have accessor methods. 59
Warnings Variable 'localProperties' must be private and have accessor methods. 62
Warnings Variable 'locations' must be private and have accessor methods. 65
Warnings Variable 'ignoreResourceNotFound' must be private and have accessor methods. 68
Warnings Variable 'fileEncoding' must be private and have accessor methods. 71
Warnings Variable 'prefixConfigList' must be private and have accessor methods. 74
Warnings Variable 'defaultPrefix' must be private and have accessor methods. 77
Warnings Missing a Javadoc comment. 83
Infos Variable access definition in wrong order. 83
Warnings Variable 'environmentFactory' must be private and have accessor methods. 83
Warnings File contains tab characters (this is the first instance). 92
Infos 'defaultPrefix' hides a field. 114
Infos 'defaultPrefixSystemPropertyKey' hides a field. 125
Infos 'environmentFactory' hides a field. 135
Infos 'ignoreResourceNotFound' hides a field. 164
Infos 'localOverride' hides a field. 172
Warnings '{' is not followed by whitespace. 280
Infos 'myProperties' hides a field. 324