Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
3900799

Files

FilesIWE
org/reactive/beans/factory/config/AbstractPlaceholder.java 0017
org/reactive/beans/factory/config/AbstractPlaceholderEvaluator.java 0034
org/reactive/beans/factory/config/ConfigurationPlaceholderProcessor.java 00196
org/reactive/beans/factory/config/DefaultPlaceholder.java 0030
org/reactive/beans/factory/config/DefaultPlaceholderMatcher.java 0075
org/reactive/beans/factory/config/InvalidPlaceholderException.java 008
org/reactive/beans/factory/config/Placeholder.java 003
org/reactive/beans/factory/config/PlaceholderEvaluator.java 003
org/reactive/beans/factory/config/PlaceholderMatcher.java 0013
org/reactive/beans/factory/config/commons/CommonsPlaceholderEvaluator.java 0039
org/reactive/beans/factory/config/commons/package.html 001
org/reactive/beans/factory/config/jfig/JFigPlaceholderEvaluator.java 0057
org/reactive/beans/factory/config/jfig/package.html 001
org/reactive/beans/factory/config/package.html 001
org/reactive/beans/factory/config/properties/PropertiesPlaceholderEvaluator.java 0030
org/reactive/beans/factory/config/properties/package.html 001
org/reactive/configuration/CommonsConfigurationFactory.java 0016
org/reactive/configuration/CommonsConfigurationFactoryBean.java 0076
org/reactive/configuration/ConfigurationFactoryException.java 008
org/reactive/configuration/JFigConfigurationFactory.java 0029
org/reactive/configuration/PropertiesConfigurationFactory.java 00160
org/reactive/configuration/package.html 001

org/reactive/beans/factory/config/AbstractPlaceholder.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 20
Error Line is longer than 80 characters. 23
Error Missing a Javadoc comment. 28
Error Variable 'type' must be private and have accessor methods. 28
Error Missing a Javadoc comment. 29
Error Variable 'key' must be private and have accessor methods. 29
Error Line is longer than 80 characters. 32
Error Parameter value should be final. 36
Error Method 'getKey' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Parameter value should be final. 54
Error Line is longer than 80 characters. 57
Error Line is longer than 80 characters. 59
Error Parameter value should be final. 61

org/reactive/beans/factory/config/AbstractPlaceholderEvaluator.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 25
Error Line is longer than 80 characters. 29
Error Line is longer than 80 characters. 37
Error Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 46
Error Parameter placeholder should be final. 46
Error '}' should be on the same line. 49
Error '}' should be on the same line. 52
Error '}' should be on the same line. 55
Error '}' should be on the same line. 58
Error '}' should be on the same line. 61
Error '}' should be on the same line. 64
Error Line is longer than 80 characters. 69
Error Line is longer than 80 characters. 75
Error 'protected' modifier out of order with the JLS suggestions. 77
Error Parameter placeholder should be final. 77
Error Line is longer than 80 characters. 81
Error 'protected' modifier out of order with the JLS suggestions. 83
Error Parameter placeholder should be final. 83
Error Line is longer than 80 characters. 87
Error 'protected' modifier out of order with the JLS suggestions. 89
Error Parameter placeholder should be final. 89
Error Line is longer than 80 characters. 93
Error 'protected' modifier out of order with the JLS suggestions. 95
Error Parameter placeholder should be final. 95
Error Line is longer than 80 characters. 99
Error 'protected' modifier out of order with the JLS suggestions. 101
Error Parameter placeholder should be final. 101
Error Line is longer than 80 characters. 105
Error 'protected' modifier out of order with the JLS suggestions. 107
Error Parameter placeholder should be final. 107
Error Line is longer than 80 characters. 111
Error 'protected' modifier out of order with the JLS suggestions. 113
Error Parameter placeholder should be final. 113

org/reactive/beans/factory/config/ConfigurationPlaceholderProcessor.java

ErrorLine
Error Line does not match expected header line of ' Apache License'. 1
Error Using the '.*' form of import should be avoided - org.springframework.beans.factory.config.*. 19
Error Using the '.*' form of import should be avoided - java.util.*. 30
Error Line is longer than 80 characters. 34
Error Line is longer than 80 characters. 36
Error Line is longer than 80 characters. 39
Error Line is longer than 80 characters. 43
Error First sentence should end with a period. 44
Error Line is longer than 80 characters. 44
Error First sentence should end with a period. 46
Error First sentence should end with a period. 48
Error First sentence should end with a period. 50
Error Variable 'placeholderEvaluator' must be private and have accessor methods. 51
Error Line is longer than 80 characters. 52
Error Line is longer than 80 characters. 53
Error Variable 'placeholderMatcher' must be private and have accessor methods. 53
Error Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error Method 'setOrder' is not designed for extension - needs to be abstract, final or empty. 59
Error Missing a Javadoc comment. 59
Error Parameter order should be final. 59
Error 'order' hides a field. 59
Error Method 'getBeanName' is not designed for extension - needs to be abstract, final or empty. 63
Error Missing a Javadoc comment. 63
Error Method 'setBeanName' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Parameter beanName should be final. 67
Error 'beanName' hides a field. 67
Error Method 'getBeanFactory' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error Method 'setBeanFactory' is not designed for extension - needs to be abstract, final or empty. 75
Error Missing a Javadoc comment. 75
Error Parameter beanFactory should be final. 75
Error 'beanFactory' hides a field. 75
Error Redundant throws: 'BeansException' is unchecked exception. 76
Error Line is longer than 80 characters. 81
Error Method 'getPlaceholderEvaluator' is not designed for extension - needs to be abstract, final or empty. 84
Error Line is longer than 80 characters. 89
Error Line is longer than 80 characters. 92
Error Method 'setPlaceholderEvaluator' is not designed for extension - needs to be abstract, final or empty. 92
Error Parameter placeholderEvaluator should be final. 92
Error 'placeholderEvaluator' hides a field. 92
Error Line is longer than 80 characters. 97
Error Method 'getPlaceholderMatcher' is not designed for extension - needs to be abstract, final or empty. 100
Error Line is longer than 80 characters. 105
Error Unused @param tag for 'placeholderEvaluator'. 106
Error Method 'setPlaceholderMatcher' is not designed for extension - needs to be abstract, final or empty. 108
Error Parameter placeholderMatcher should be final. 108
Error 'placeholderMatcher' hides a field. 108
Error Expected @param tag for 'placeholderMatcher'. 108
Error Line is longer than 80 characters. 113
Error Line is longer than 80 characters. 114
Error Line is longer than 80 characters. 116
Error Line is longer than 80 characters. 118
Error Method 'postProcessBeanFactory' is not designed for extension - needs to be abstract, final or empty. 118
Error Parameter configurableListableBeanFactory should be final. 118
Error Redundant throws: 'BeansException' is unchecked exception. 119
Error Line is longer than 80 characters. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line is longer than 80 characters. 124
Error Line contains a tab character. 124
Error Line is longer than 80 characters. 125
Error Line contains a tab character. 125
Error Line is longer than 80 characters. 126
Error Line contains a tab character. 126
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error '}' should be on the same line. 130
Error Line contains a tab character. 131
Error Line is longer than 80 characters. 132
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error Line is longer than 80 characters. 139
Error Method 'processBeanDefinition' is not designed for extension - needs to be abstract, final or empty. 142
Error Parameter beanDefinition should be final. 142
Error Line is longer than 80 characters. 144
Error Line is longer than 80 characters. 150
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error Line is longer than 80 characters. 152
Error Line contains a tab character. 152
Error Line is longer than 80 characters. 153
Error Line contains a tab character. 153
Error Line contains a tab character. 154
Error Line is longer than 80 characters. 161
Error Method 'processPropertyValues' is not designed for extension - needs to be abstract, final or empty. 161
Error Parameter mutablePropertyValues should be final. 161
Error Line is longer than 80 characters. 162
Error Line contains a tab character. 162
Error Line contains a tab character. 165
Error Line contains a tab character. 166
Error Line is longer than 80 characters. 168
Error Line contains a tab character. 168
Error Line is longer than 80 characters. 171
Error Line contains a tab character. 171
Error Line is longer than 80 characters. 172
Error Line contains a tab character. 172
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line contains a tab character. 175
Error Line is longer than 80 characters. 181
Error Method 'processConstructorArgumentValues' is not designed for extension - needs to be abstract, final or empty. 181
Error Parameter genericArgumentValues should be final. 181
Error Line is longer than 80 characters. 184
Error Line contains a tab character. 184
Error Line is longer than 80 characters. 186
Error Line contains a tab character. 186
Error Line is longer than 80 characters. 189
Error Line contains a tab character. 189
Error Line contains a tab character. 190
Error Line contains a tab character. 191
Error Line contains a tab character. 192
Error Method 'processValue' is not designed for extension - needs to be abstract, final or empty. 200
Error Parameter value should be final. 200
Error '}' should be on the same line. 203
Error Line is longer than 80 characters. 205
Error Line is longer than 80 characters. 207
Error Line is longer than 80 characters. 209
Error 'if' construct must use '{}'s. 210
Error Line is longer than 80 characters. 211
Error '}' should be on the same line. 216
Error '}' should be on the same line. 219
Error '}' should be on the same line. 222
Error '}' should be on the same line. 225
Error '}' should be on the same line. 228
Error Line is longer than 80 characters. 230
Error Line is longer than 80 characters. 237
Error Line is longer than 80 characters. 238
Error Line is longer than 80 characters. 239
Error Line is longer than 80 characters. 241
Error Method 'processString' is not designed for extension - needs to be abstract, final or empty. 243
Error Parameter value should be final. 243
Error 'placeholderMatcher' hides a field. 245
Error 'if' construct must use '{}'s. 249
Error Line is longer than 80 characters. 252
Error Line is longer than 80 characters. 253
Error 'if' construct must use '{}'s. 260
Error Line is longer than 80 characters. 266
Error 'if' construct must use '{}'s. 267
Error Line is longer than 80 characters. 268
Error Line is longer than 80 characters. 270
Error 'if' construct must use '{}'s. 276
Error '}' should be on the same line. 280
Error Line contains a tab character. 291
Error Line contains a tab character. 293
Error Line contains a tab character. 294
Error Method 'processList' is not designed for extension - needs to be abstract, final or empty. 294
Error Parameter listValue should be final. 294
Error Line contains a tab character. 295
Error Line contains a tab character. 296
Error Line contains a tab character. 298
Error Line is longer than 80 characters. 300
Error Line contains a tab character. 301
Error Line contains a tab character. 302
Error Line contains a tab character. 303
Error Line contains a tab character. 304
Error Line contains a tab character. 305
Error Line contains a tab character. 311
Error Method 'processSet' is not designed for extension - needs to be abstract, final or empty. 311
Error Parameter setValue should be final. 311
Error Line is longer than 80 characters. 312
Error Line contains a tab character. 312
Error Line contains a tab character. 313
Error Line contains a tab character. 315
Error Line is longer than 80 characters. 317
Error Line contains a tab character. 318
Error Line contains a tab character. 319
Error Line contains a tab character. 320
Error Line contains a tab character. 321
Error Line contains a tab character. 322
Error Line contains a tab character. 323
Error Line contains a tab character. 325
Error Line contains a tab character. 326
Error Line contains a tab character. 328
Error Line contains a tab character. 329
Error Method 'processMap' is not designed for extension - needs to be abstract, final or empty. 329
Error Parameter mapValue should be final. 329
Error Line is longer than 80 characters. 330
Error Line contains a tab character. 330
Error Line contains a tab character. 333
Error Line is longer than 80 characters. 335
Error Line contains a tab character. 335
Error Line contains a tab character. 337
Error Line contains a tab character. 340
Error Line contains a tab character. 341
Error Line contains a tab character. 342
Error Line is longer than 80 characters. 345
Error Line contains a tab character. 345
Error Line contains a tab character. 346
Error Line contains a tab character. 347
Error Line contains a tab character. 348
Error Line contains a tab character. 349

org/reactive/beans/factory/config/DefaultPlaceholder.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - java.util.List. 23
Error Unused import - java.util.Set. 24
Error Unused import - java.util.Map. 25
Error Unused import - java.util.Properties. 26
Error Line is longer than 80 characters. 32
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 55
Error Variable 'typeSeperator' must be private and have accessor methods. 55
Error Missing a Javadoc comment. 57
Error Parameter value should be final. 57
Error Method 'getTypeSeperator' is not designed for extension - needs to be abstract, final or empty. 65
Error 'if' construct must use '{}'s. 66
Error Method 'setTypeSeperator' is not designed for extension - needs to be abstract, final or empty. 76
Error Parameter typeSeperator should be final. 76
Error 'typeSeperator' hides a field. 76
Error Method 'determineType' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter value should be final. 80
Error Line is longer than 80 characters. 83
Error 'if' construct must use '{}'s. 84
Error Line is longer than 80 characters. 89
Error '}' should be on the same line. 93
Error Line is longer than 80 characters. 95
Error Method 'determineKey' is not designed for extension - needs to be abstract, final or empty. 102
Error Missing a Javadoc comment. 102
Error Parameter value should be final. 102
Error Line is longer than 80 characters. 105
Error 'if' construct must use '{}'s. 106
Error Line is longer than 80 characters. 109

org/reactive/beans/factory/config/DefaultPlaceholderMatcher.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 23
Error Line is longer than 80 characters. 24
Error Line is longer than 80 characters. 27
Error Missing a Javadoc comment. 34
Error Line contains a tab character. 35
Error Missing a Javadoc comment. 35
Error Variable 'placeholderRegex' must be private and have accessor methods. 38
Error Missing a Javadoc comment. 39
Error Line contains a tab character. 40
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 42
Error Variable 'value' must be private and have accessor methods. 42
Error Missing a Javadoc comment. 43
Error Variable 'pattern' must be private and have accessor methods. 43
Error Missing a Javadoc comment. 44
Error Variable 'matcher' must be private and have accessor methods. 44
Error Missing a Javadoc comment. 45
Error Variable 'placeholderPresent' must be private and have accessor methods. 45
Error First sentence should end with a period. 46
Error Line is longer than 80 characters. 46
Error Variable 'multiplePlaceholdersPresent' must be private and have accessor methods. 47
Error Missing a Javadoc comment. 48
Error Variable 'placeholder' must be private and have accessor methods. 48
Error Missing a Javadoc comment. 49
Error Variable 'proceedingTextBeginIndex' must be private and have accessor methods. 49
Error Missing a Javadoc comment. 50
Error Variable 'proceedingText' must be private and have accessor methods. 50
Error Missing a Javadoc comment. 51
Error Variable 'trailingText' must be private and have accessor methods. 51
Error Method 'getPlaceholderRegex' is not designed for extension - needs to be abstract, final or empty. 57
Error Method 'setPlaceholderRegex' is not designed for extension - needs to be abstract, final or empty. 65
Error Parameter placeholderRegex should be final. 65
Error 'placeholderRegex' hides a field. 65
Error Method 'getPlaceholderPrefix' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 69
Error Method 'setPlaceholderPrefix' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error Parameter placeholderPrefix should be final. 73
Error 'placeholderPrefix' hides a field. 73
Error Method 'getPlaceholderSuffix' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Method 'setPlaceholderSuffix' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter placeholderSuffix should be final. 81
Error 'placeholderSuffix' hides a field. 81
Error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error Parameter value should be final. 89
Error 'value' hides a field. 89
Error Method 'isPlaceholderPresent' is not designed for extension - needs to be abstract, final or empty. 110
Error Missing a Javadoc comment. 110
Error Method 'isMultiplePlaceholdersPresent' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 114
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 118
Error Missing a Javadoc comment. 118
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 122
Error Missing a Javadoc comment. 122
Error Line is longer than 80 characters. 125
Error 'if' construct must use '{}'s. 129
Error Line is longer than 80 characters. 130
Error 'if' construct must use '{}'s. 135
Error Line is longer than 80 characters. 136
Error Line is longer than 80 characters. 138
Error '}' should be on the same line. 140
Error Line is longer than 80 characters. 150
Error Method 'stripPlaceholderWrappers' is not designed for extension - needs to be abstract, final or empty. 154
Error Parameter placeholderText should be final. 154
Error Line is longer than 80 characters. 155
Error Method 'getProceedingText' is not designed for extension - needs to be abstract, final or empty. 158
Error Missing a Javadoc comment. 158
Error Method 'getTrailingText' is not designed for extension - needs to be abstract, final or empty. 162
Error Missing a Javadoc comment. 162

org/reactive/beans/factory/config/InvalidPlaceholderException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 22
Error Line is longer than 80 characters. 25
Error Missing a Javadoc comment. 30
Error Parameter s should be final. 30
Error Missing a Javadoc comment. 34
Error Parameter s should be final. 34
Error Parameter throwable should be final. 34

org/reactive/beans/factory/config/Placeholder.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 29
Error Line is longer than 80 characters. 35

org/reactive/beans/factory/config/PlaceholderEvaluator.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 20
Error Line is longer than 80 characters. 23

org/reactive/beans/factory/config/PlaceholderMatcher.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 20
Error Line is longer than 80 characters. 23
Error Line is longer than 80 characters. 35
Error Line is longer than 80 characters. 41
Error Line is longer than 80 characters. 48
Error First sentence should end with a period. 54
Error Line is longer than 80 characters. 55
Error Line is longer than 80 characters. 62
Error Line is longer than 80 characters. 64
Error Line is longer than 80 characters. 70
Error Line is longer than 80 characters. 72
Error Line is longer than 80 characters. 73

org/reactive/beans/factory/config/commons/CommonsPlaceholderEvaluator.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - org.reactive.beans.factory.config.PlaceholderEvaluator. 19
Error Using the '.*' form of import should be avoided - java.util.*. 26
Error Line is longer than 80 characters. 29
Error Line is longer than 80 characters. 32
Error Line is longer than 80 characters. 37
Error Missing a Javadoc comment. 37
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37
Error Missing a Javadoc comment. 39
Error Variable 'configuration' must be private and have accessor methods. 39
Error Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Method 'setConfiguration' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Parameter configuration should be final. 45
Error 'configuration' hides a field. 45
Error Method 'evaluateString' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Parameter placeholder should be final. 49
Error Method 'evaluateArray' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Parameter placeholder should be final. 53
Error Method 'evaluateList' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error Parameter placeholder should be final. 57
Error Method 'evaluateSet' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error Parameter placeholder should be final. 61
Error 'if' construct must use '{}'s. 68
Error Line is longer than 80 characters. 69
Error Method 'evaluateMap' is not designed for extension - needs to be abstract, final or empty. 75
Error Missing a Javadoc comment. 75
Error Parameter placeholder should be final. 75
Error Method 'evaluateProperties' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter placeholder should be final. 80
Error Method 'evaluateObject' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error Parameter placeholder should be final. 84

org/reactive/beans/factory/config/commons/package.html

ErrorLine
Error Missing package documentation file.0

org/reactive/beans/factory/config/jfig/JFigPlaceholderEvaluator.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - org.reactive.beans.factory.config.PlaceholderEvaluator. 19
Error Unused import - org.reactive.beans.factory.config.commons.CommonsPlaceholderEvaluator. 23
Error Unused import - org.apache.commons.configuration.Configuration. 24
Error Using the '.*' form of import should be avoided - java.util.*. 29
Error Line is longer than 80 characters. 35
Error Line is longer than 80 characters. 41
Error Missing a Javadoc comment. 41
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41
Error Missing a Javadoc comment. 43
Error Variable 'configuration' must be private and have accessor methods. 43
Error Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Method 'setConfiguration' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Parameter configuration should be final. 49
Error 'configuration' hides a field. 49
Error Method 'evaluateString' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Parameter placeholder should be final. 53
Error Line is longer than 80 characters. 56
Error Method 'evaluateArray' is not designed for extension - needs to be abstract, final or empty. 59
Error Missing a Javadoc comment. 59
Error Parameter placeholder should be final. 59
Error Line is longer than 80 characters. 62
Error Method 'evaluateList' is not designed for extension - needs to be abstract, final or empty. 65
Error Missing a Javadoc comment. 65
Error Parameter placeholder should be final. 65
Error Method 'evaluateSet' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter placeholder should be final. 80
Error Method 'evaluateMap' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error Parameter placeholder should be final. 95
Error Line is longer than 80 characters. 96
Error Method 'evaluateProperties' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error Parameter placeholder should be final. 99
Error Line is longer than 80 characters. 100
Error Method 'evaluateObject' is not designed for extension - needs to be abstract, final or empty. 103
Error Missing a Javadoc comment. 103
Error Parameter placeholder should be final. 103
Error Line is longer than 80 characters. 108
Error Missing a Javadoc comment. 113
Error Missing a Javadoc comment. 115
Error Variable 'section' must be private and have accessor methods. 115
Error Missing a Javadoc comment. 116
Error Variable 'key' must be private and have accessor methods. 116
Error Line is longer than 80 characters. 120
Error Parameter originalKey should be final. 122
Error 'if' construct must use '{}'s. 126
Error Line is longer than 80 characters. 127
Error Line is longer than 80 characters. 130
Error Method 'getKey' is not designed for extension - needs to be abstract, final or empty. 137
Error Line is longer than 80 characters. 142
Error Expected an @return tag. 145
Error Method 'getSection' is not designed for extension - needs to be abstract, final or empty. 145

org/reactive/beans/factory/config/jfig/package.html

ErrorLine
Error Missing package documentation file.0

org/reactive/beans/factory/config/package.html

ErrorLine
Error Missing package documentation file.0

org/reactive/beans/factory/config/properties/PropertiesPlaceholderEvaluator.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Using the '.*' form of import should be avoided - org.reactive.beans.factory.config.*. 21
Error Unused import - org.springframework.beans.factory.BeanInitializationException. 22
Error Unused import - org.springframework.beans.factory.InitializingBean. 23
Error Unused import - org.springframework.core.io.Resource. 24
Error Unused import - org.springframework.util.DefaultPropertiesPersister. 25
Error Unused import - org.springframework.util.PropertiesPersister. 26
Error Unused import - java.io.IOException. 28
Error Unused import - java.io.InputStream. 29
Error Unused import - java.io.InputStreamReader. 30
Error Unused import - java.util.Enumeration. 31
Error Line is longer than 80 characters. 35
Error Line is longer than 80 characters. 39
Error Line is longer than 80 characters. 44
Error Line is longer than 80 characters. 50
Error Missing a Javadoc comment. 50
Error Variable 'logger' must be private and have accessor methods. 50
Error Line contains a tab character. 52
Error Missing a Javadoc comment. 52
Error Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. 54
Error Missing a Javadoc comment. 54
Error Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error Parameter properties should be final. 58
Error 'properties' hides a field. 58
Error Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 62
Error Missing a Javadoc comment. 62
Error Parameter placeholder should be final. 62
Error '}' should be on the same line. 65
Error Line is longer than 80 characters. 67

org/reactive/beans/factory/config/properties/package.html

ErrorLine
Error Missing package documentation file.0

org/reactive/configuration/CommonsConfigurationFactory.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 25
Error Line is longer than 80 characters. 28
Error Line is longer than 80 characters. 30
Error Line is longer than 80 characters. 32
Error Line is longer than 80 characters. 36
Error Line is longer than 80 characters. 38
Error Line is longer than 80 characters. 40
Error Line is longer than 80 characters. 50
Error Line is longer than 80 characters. 57
Error Line is longer than 80 characters. 59
Error Line is longer than 80 characters. 60
Error Line is longer than 80 characters. 62
Error Line is longer than 80 characters. 64
Error Method 'setConfigurationResource' is not designed for extension - needs to be abstract, final or empty. 66
Error Parameter resource should be final. 66

org/reactive/configuration/CommonsConfigurationFactoryBean.java

ErrorLine
Error Line does not match expected header line of ' Apache License'. 1
Error Using the '.*' form of import should be avoided - org.apache.commons.configuration.*. 5
Error Unused import - java.util.List. 9
Error Line is longer than 80 characters. 15
Error Line is longer than 80 characters. 16
Error Line is longer than 80 characters. 18
Error Line is longer than 80 characters. 21
Error Line is longer than 80 characters. 23
Error Line is longer than 80 characters. 30
Error Line is longer than 80 characters. 32
Error Line is longer than 80 characters. 41
Error Line is longer than 80 characters. 44
Error Line is longer than 80 characters. 48
Error Missing a Javadoc comment. 48
Error Line is longer than 80 characters. 67
Error Method 'setJndiPrefix' is not designed for extension - needs to be abstract, final or empty. 75
Error Parameter jndiPrefix should be final. 75
Error 'jndiPrefix' hides a field. 75
Error First sentence should end with a period. 79
Error Line is longer than 80 characters. 80
Error Line is longer than 80 characters. 81
Error Method 'setJNDIConfigurationEnabled' is not designed for extension - needs to be abstract, final or empty. 83
Error Parameter JNDIConfigurationEnabled should be final. 83
Error Name 'JNDIConfigurationEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Line is longer than 80 characters. 89
Error Method 'setPropertiesResources' is not designed for extension - needs to be abstract, final or empty. 91
Error Parameter propertiesResources should be final. 91
Error 'propertiesResources' hides a field. 91
Error Line is longer than 80 characters. 97
Error Method 'setXmlResources' is not designed for extension - needs to be abstract, final or empty. 99
Error Parameter xmlResources should be final. 99
Error 'xmlResources' hides a field. 99
Error Line is longer than 80 characters. 105
Error Method 'setXmlPropertiesResources' is not designed for extension - needs to be abstract, final or empty. 107
Error Parameter xmlPropertiesResources should be final. 107
Error 'xmlPropertiesResources' hides a field. 107
Error Line is longer than 80 characters. 112
Error Line is longer than 80 characters. 113
Error Line is longer than 80 characters. 116
Error Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. 118
Error Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. 141
Error Missing a Javadoc comment. 141
Error Line is longer than 80 characters. 148
Error Line is longer than 80 characters. 150
Error Parameter compositeConfiguration should be final. 150
Error '{' should be on the previous line. 152
Error 'if' construct must use '{}'s. 153
Error Line has trailing spaces. 155
Error 'if' construct must use '{}'s. 160
Error Line is longer than 80 characters. 161
Error Line is longer than 80 characters. 168
Error Line is longer than 80 characters. 172
Error Line is longer than 80 characters. 180
Error Line is longer than 80 characters. 182
Error Line is longer than 80 characters. 184
Error Parameter compositeConfiguration should be final. 184
Error '{' should be on the previous line. 186
Error 'if' construct must use '{}'s. 187
Error Line is longer than 80 characters. 190
Error 'if' construct must use '{}'s. 194
Error Line is longer than 80 characters. 195
Error Line is longer than 80 characters. 198
Error Line is longer than 80 characters. 202
Error Line is longer than 80 characters. 206
Error Line is longer than 80 characters. 215
Error Line is longer than 80 characters. 217
Error Line is longer than 80 characters. 219
Error Parameter compositeConfiguration should be final. 219
Error '{' should be on the previous line. 221
Error 'if' construct must use '{}'s. 222
Error Line is longer than 80 characters. 225
Error 'if' construct must use '{}'s. 229
Error Line is longer than 80 characters. 230
Error Line is longer than 80 characters. 233
Error Line is longer than 80 characters. 237
Error Line is longer than 80 characters. 241

org/reactive/configuration/ConfigurationFactoryException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 22
Error Line is longer than 80 characters. 25
Error Missing a Javadoc comment. 30
Error Parameter s should be final. 30
Error Missing a Javadoc comment. 34
Error Parameter s should be final. 34
Error Parameter throwable should be final. 34

org/reactive/configuration/JFigConfigurationFactory.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 25
Error Line is longer than 80 characters. 27
Error Comment matches to-do format 'TODO:'. 29
Error Line is longer than 80 characters. 33
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Method 'getConfigLocation' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Method 'setConfigLocation' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Parameter configLocation should be final. 45
Error 'configLocation' hides a field. 45
Error Method 'getFileName' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Line is longer than 80 characters. 54
Error Line is longer than 80 characters. 55
Error Method 'getFixedFileName' is not designed for extension - needs to be abstract, final or empty. 57
Error 'if' construct must use '{}'s. 58
Error 'else' construct must use '{}'s. 60
Error Method 'setFileName' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error Parameter fileName should be final. 64
Error 'fileName' hides a field. 64
Error Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Line is longer than 80 characters. 76
Error Line is longer than 80 characters. 96
Error Line is longer than 80 characters. 98

org/reactive/configuration/PropertiesConfigurationFactory.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - org.springframework.core.io.ClassPathResource. 20
Error Unused import - org.springframework.core.io.FileSystemResource. 21
Error Using the '.*' form of import should be avoided - org.igfay.jfig.*. 26
Error Unused import - org.reactive.beans.factory.config.PlaceholderEvaluator. 27
Error Unused import - org.reactive.beans.factory.config.Placeholder. 28
Error Unused import - org.reactive.beans.factory.config.InvalidPlaceholderException. 29
Error Unused import - org.reactive.beans.factory.config.DefaultPlaceholder. 30
Error Line is longer than 80 characters. 31
Error Unused import - org.reactive.beans.factory.config.properties.PropertiesPlaceholderEvaluator. 31
Error Line is longer than 80 characters. 44
Error Comment matches to-do format 'TODO:'. 46
Error Line is longer than 80 characters. 50
Error Line is longer than 80 characters. 55
Error Line is longer than 80 characters. 60
Error Missing a Javadoc comment. 60
Error Variable 'logger' must be private and have accessor methods. 60
Error Line contains a tab character. 62
Error Missing a Javadoc comment. 62
Error Line contains a tab character. 64
Error Missing a Javadoc comment. 64
Error Line contains a tab character. 66
Error Missing a Javadoc comment. 66
Error Line is longer than 80 characters. 68
Error Line contains a tab character. 68
Error Missing a Javadoc comment. 68
Error Line contains a tab character. 70
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 72
Error Line contains a tab character. 74
Error Line is longer than 80 characters. 75
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. 81
Error Parameter properties should be final. 81
Error 'properties' hides a field. 81
Error Expected @param tag for 'properties'. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. 89
Error Parameter location should be final. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Method 'setLocations' is not designed for extension - needs to be abstract, final or empty. 97
Error Parameter locations should be final. 97
Error 'locations' hides a field. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Method 'setFileEncoding' is not designed for extension - needs to be abstract, final or empty. 106
Error Parameter encoding should be final. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Line is longer than 80 characters. 115
Error Line contains a tab character. 115
Error Method 'setPropertiesPersister' is not designed for extension - needs to be abstract, final or empty. 115
Error Parameter propertiesPersister should be final. 115
Error 'propertiesPersister' hides a field. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Method 'setIgnoreResourceNotFound' is not designed for extension - needs to be abstract, final or empty. 124
Error Parameter ignoreResourceNotFound should be final. 124
Error 'ignoreResourceNotFound' hides a field. 124
Error Expected @param tag for 'ignoreResourceNotFound'. 124
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Line is longer than 80 characters. 129
Error Line is longer than 80 characters. 130
Error Line is longer than 80 characters. 131
Error Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. 133
Error Redundant throws: 'Exception' is unchecked exception. 134
Error Line contains a tab character. 137
Error Line is longer than 80 characters. 138
Error Line contains a tab character. 138
Error Line is longer than 80 characters. 139
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error Line is longer than 80 characters. 141
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error Line contains a tab character. 143
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Line contains a tab character. 147
Error Line contains a tab character. 148
Error Line is longer than 80 characters. 149
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error Line is longer than 80 characters. 152
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error Line contains a tab character. 154
Error Line is longer than 80 characters. 155
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error '}' should be on the same line. 156
Error Line contains a tab character. 157
Error Line is longer than 80 characters. 158
Error Line contains a tab character. 158
Error Line contains a tab character. 159
Error Line contains a tab character. 160
Error '}' should be on the same line. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error Line contains a tab character. 164
Error '}' should be on the same line. 164
Error Line contains a tab character. 165
Error Line is longer than 80 characters. 166
Error Line contains a tab character. 166
Error Line contains a tab character. 167
Error Line contains a tab character. 168
Error Line is longer than 80 characters. 169
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error '}' should be on the same line. 171
Error Line contains a tab character. 172
Error Line is longer than 80 characters. 173
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line contains a tab character. 175
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error Line is longer than 80 characters. 181
Error Line is longer than 80 characters. 182
Error Method 'getMergedProperties' is not designed for extension - needs to be abstract, final or empty. 185
Error Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. 193

org/reactive/configuration/package.html

ErrorLine
Error Missing package documentation file.0