Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
12 39 144 0

Details

net/sf/prefixedproperties/spring/Constants.java

Violation Message Line
Warnings Missing a Javadoc comment. 28
Warnings Utility classes should not have a public or default constructor. 28
Warnings File contains tab characters (this is the first instance). 29

net/sf/prefixedproperties/spring/EnvironmentFactory.java

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

net/sf/prefixedproperties/spring/PrefixedPropertiesFactoryBean.java

Violation Message Line
Warnings Missing a Javadoc comment. 47
Warnings File contains tab characters (this is the first instance). 49
Warnings Variable access definition in wrong order. 54
Warnings Variable 'locations' must be private and have accessor methods. 54
Warnings Variable access definition in wrong order. 57
Warnings Variable 'localOverride' must be private and have accessor methods. 57
Warnings Variable access definition in wrong order. 60
Warnings Variable 'localProperties' must be private and have accessor methods. 60
Warnings Variable access definition in wrong order. 63
Warnings Variable 'fileEncoding' must be private and have accessor methods. 63
Warnings Variable access definition in wrong order. 66
Warnings Variable 'ignoreResourceNotFound' must be private and have accessor methods. 66
Warnings Variable access definition in wrong order. 69
Warnings Variable 'prefixConfigList' must be private and have accessor methods. 69
Warnings Variable access definition in wrong order. 72
Warnings Variable 'defaultPrefix' must be private and have accessor methods. 72
Warnings Missing a Javadoc comment. 74
Warnings Variable access definition in wrong order. 74
Warnings Variable 'myProperties' must be private and have accessor methods. 74
Warnings Missing a Javadoc comment. 76
Warnings Variable access definition in wrong order. 76
Warnings Variable 'persister' must be private and have accessor methods. 76
Warnings Missing a Javadoc comment. 78
Warnings Variable access definition in wrong order. 78
Warnings Variable 'defaultPrefixSystemPropertyKey' must be private and have accessor methods. 78
Warnings Missing a Javadoc comment. 80
Warnings Variable access definition in wrong order. 80
Warnings Variable 'environmentFactory' must be private and have accessor methods. 80
Warnings '{' is not followed by whitespace. 146
Infos 'myProperties' hides a field. 200
Infos 'defaultPrefix' hides a field. 233
Infos 'defaultPrefixSystemPropertyKey' hides a field. 245
Infos 'environmentFactory' hides a field. 255
Infos 'ignoreResourceNotFound' hides a field. 277
Infos 'localOverride' hides a field. 288
Infos 'locations' hides a field. 314
Warnings Missing a Javadoc comment. 352
Warnings Parameter singleton should be final. 352
Infos 'singleton' hides a field. 352
Warnings Missing a Javadoc comment. 356
Warnings Missing a Javadoc comment. 360
Warnings 'if' construct must use '{}'s. 361
Warnings Missing a Javadoc comment. 365

net/sf/prefixedproperties/spring/PrefixedPropertiesPersister.java

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

net/sf/prefixedproperties/spring/PrefixedPropertiesPlaceholderConfigurer.java

Violation Message Line
Warnings File contains tab characters (this is the first instance). 67
Warnings Variable 'locations' must be private and have accessor methods. 70
Warnings Variable 'localOverride' must be private and have accessor methods. 73
Warnings Variable 'localProperties' must be private and have accessor methods. 76
Warnings Variable 'fileEncoding' must be private and have accessor methods. 79
Warnings Variable 'ignoreResourceNotFound' must be private and have accessor methods. 82
Warnings Variable 'prefixConfigList' must be private and have accessor methods. 85
Warnings Variable 'defaultPrefix' must be private and have accessor methods. 88
Warnings Missing a Javadoc comment. 90
Warnings Variable 'myProperties' must be private and have accessor methods. 90
Warnings Missing a Javadoc comment. 92
Warnings Variable 'persister' must be private and have accessor methods. 92
Warnings Missing a Javadoc comment. 94
Warnings Variable 'defaultPrefixSystemPropertyKey' must be private and have accessor methods. 94
Warnings Missing a Javadoc comment. 96
Warnings Variable 'environmentFactory' must be private and have accessor methods. 96
Warnings Missing a Javadoc comment. 182
Warnings '{' is not followed by whitespace. 200
Infos 'myProperties' hides a field. 254
Infos Redundant throws: 'BeansException' is unchecked exception. 288
Infos Redundant throws: 'BeansException' is unchecked exception. 308
Infos 'defaultPrefix' hides a field. 318
Infos 'defaultPrefixSystemPropertyKey' hides a field. 330
Infos 'environmentFactory' hides a field. 340
Infos 'ignoreResourceNotFound' hides a field. 362
Infos 'ignoreUnresolvablePlaceholders' hides a field. 367
Infos 'localOverride' hides a field. 379
Infos 'locations' hides a field. 405
Warnings Missing a Javadoc comment. 409
Infos 'mixDefaultAndLocalPrefixConfigurations' hides a field. 409
Infos 'placeholderPrefix' hides a field. 414
Infos 'placeholderSuffix' hides a field. 420
Infos 'valueSeparator' hides a field. 480

net/sf/prefixedproperties/spring/PrefixedPropertyOverrideConfigurer.java

Violation Message Line
Warnings File contains tab characters (this is the first instance). 60
Warnings Variable 'localOverride' must be private and have accessor methods. 61
Warnings Variable 'localProperties' must be private and have accessor methods. 64
Warnings Variable 'locations' must be private and have accessor methods. 67
Warnings Variable 'ignoreResourceNotFound' must be private and have accessor methods. 70
Warnings Variable 'fileEncoding' must be private and have accessor methods. 73
Warnings Variable 'prefixConfigList' must be private and have accessor methods. 76
Warnings Variable 'defaultPrefix' must be private and have accessor methods. 79
Warnings Missing a Javadoc comment. 85
Warnings Variable access definition in wrong order. 85
Warnings Variable 'environmentFactory' must be private and have accessor methods. 85
Warnings Missing a Javadoc comment. 151
Warnings '{' is not followed by whitespace. 177
Infos 'myProperties' hides a field. 230
Infos 'defaultPrefix' hides a field. 254
Infos 'defaultPrefixSystemPropertyKey' hides a field. 266
Infos 'environmentFactory' hides a field. 276
Infos 'ignoreResourceNotFound' hides a field. 307
Infos 'localOverride' hides a field. 318
Warnings Missing a Javadoc comment. 336
Infos 'mixDefaultAndLocalPrefixConfigurations' hides a field. 336

net/sf/prefixedproperties/spring/environmentfactories/CombinedEnvironmentFactory.java

Violation Message Line
Warnings Missing a Javadoc comment. 11
Warnings File contains tab characters (this is the first instance). 13
Warnings Name 'cur_env' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
Warnings '{' is not preceded with whitespace. 20
Warnings '{' is not preceded with whitespace. 21
Warnings Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 34
Warnings Parameter environmentFactories should be final. 34
Infos 'environmentFactories' hides a field. 34

net/sf/prefixedproperties/spring/environmentfactories/FallbackEnvironmentFactory.java

Violation Message Line
Warnings File contains tab characters (this is the first instance). 19
Warnings '{' is not preceded with whitespace. 25
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 36
Warnings Parameter environmentFactories should be final. 36
Infos 'environmentFactories' hides a field. 36

net/sf/prefixedproperties/spring/environmentfactories/PropertiesFileEnvironmentFactory.java

Violation Message Line
Warnings '{' is not preceded with whitespace. 17
Warnings File contains tab characters (this is the first instance). 19
Warnings Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
Warnings Missing a Javadoc comment. 28
Warnings Missing a Javadoc comment. 32
Warnings Parameter fileName should be final. 32
Infos 'fileName' hides a field. 32
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 40
Warnings Parameter propertiesKey should be final. 40
Infos 'propertiesKey' hides a field. 40
Warnings '{' is not preceded with whitespace. 51
Warnings 'try' is not followed by whitespace. 53
Warnings '{' is not preceded with whitespace. 53
Warnings 'catch' is not preceded with whitespace. 56
Warnings '}' is not followed by whitespace. 56
Warnings 'catch' is not followed by whitespace. 56
Warnings '{' is not preceded with whitespace. 56
Warnings '+' is not preceded with whitespace. 57
Warnings '+' is not followed by whitespace. 57
Warnings 'finally' is not preceded with whitespace. 58
Warnings '}' is not followed by whitespace. 58
Warnings 'finally' is not followed by whitespace. 58
Warnings '{' is not preceded with whitespace. 58
Warnings '{' is not preceded with whitespace. 59
Warnings '+' is not preceded with whitespace. 63
Warnings '+' is not followed by whitespace. 63

net/sf/prefixedproperties/spring/environmentfactories/SpringEnvironmentAwareFactory.java

Violation Message Line
Warnings File contains tab characters (this is the first instance). 20
Warnings Parameter environment should be final. 30
Infos 'environment' hides a field. 30
Warnings '{' is not preceded with whitespace. 37
Warnings '{' is not preceded with whitespace. 40
Warnings '{' is not preceded with whitespace. 44
Warnings Missing a Javadoc comment. 54
Warnings Parameter includeDefaultProfiles should be final. 66
Infos 'includeDefaultProfiles' hides a field. 66
Warnings Missing a Javadoc comment. 70
Warnings Parameter reverseProfiles should be final. 81
Infos 'reverseProfiles' hides a field. 81

net/sf/prefixedproperties/spring/environmentfactories/StaticEnvironmentFactory.java

Violation Message Line
Warnings Missing a Javadoc comment. 5
Warnings File contains tab characters (this is the first instance). 7
Warnings Missing a Javadoc comment. 14
Warnings Parameter environment should be final. 14
Infos 'environment' hides a field. 14

net/sf/prefixedproperties/spring/environmentfactories/SystemEnvironmentFactory.java

Violation Message Line
Warnings First sentence should end with a period. 8
Warnings '{' is not preceded with whitespace. 12
Warnings File contains tab characters (this is the first instance). 14
Warnings '{' is not preceded with whitespace. 23
Warnings 'else' is not preceded with whitespace. 25
Warnings '}' is not followed by whitespace. 25
Warnings 'else' is not followed by whitespace. 25
Warnings '{' is not preceded with whitespace. 25
Warnings '{' is not preceded with whitespace. 28
Warnings '{' is not preceded with whitespace. 29
Warnings 'else' is not preceded with whitespace. 31
Warnings '}' is not followed by whitespace. 31
Warnings 'else' is not followed by whitespace. 31
Warnings '{' is not preceded with whitespace. 31
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 42
Warnings Parameter environmentKeyName should be final. 42
Infos 'environmentKeyName' hides a field. 42
Warnings Missing a Javadoc comment. 46
Warnings First sentence should end with a period. 51
Warnings Parameter checkForSystemPropertyFirst should be final. 56
Infos 'checkForSystemPropertyFirst' hides a field. 56