Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
14 0 266 0

Details

at/infonova/opencms/modules/commons/A_DynaMap.java

Violation Message Line
Warnings First sentence should end with a period. 34
Warnings Name 'A_DynaMap' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 50
Warnings Variable 'map' must be private and have accessor methods. 52
Warnings First sentence should end with a period. 54
Warnings Missing a Javadoc comment. 65
Warnings Parameter arg0 should be final. 66
Warnings '{' is not preceded with whitespace. 68
Warnings 'cast' is not followed by whitespace. 69
Warnings '{' is not preceded with whitespace. 71
Warnings Missing a Javadoc comment. 78
Warnings Missing a Javadoc comment. 86
Warnings Parameter arg0 should be final. 86
Warnings Missing a Javadoc comment. 90
Warnings Parameter arg0 should be final. 90
Warnings Missing a Javadoc comment. 94
Warnings Parameter arg0 should be final. 94
Warnings Parameter arg1 should be final. 94
Warnings ',' is not followed by whitespace. 95
Warnings Missing a Javadoc comment. 98
Warnings Parameter arg0 should be final. 98
Warnings Missing a Javadoc comment. 102
Warnings Parameter arg0 should be final. 102
Warnings Missing a Javadoc comment. 106
Warnings Missing a Javadoc comment. 110
Warnings Missing a Javadoc comment. 114
Warnings Missing a Javadoc comment. 118
Warnings ',' is not followed by whitespace. 118
Warnings '{' is not preceded with whitespace. 118
Warnings Parameter intValue should be final. 134
Warnings '{' is not preceded with whitespace. 134

at/infonova/opencms/modules/commons/A_ModuleAction.java

Violation Message Line
Warnings First sentence should end with a period. 54
Warnings Name 'A_ModuleAction' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 60
Warnings Parameter adminCms should be final. 69
Warnings Expected @param tag for 'adminCms'. 69
Warnings Parameter configurationManager should be final. 69
Warnings Expected @param tag for 'configurationManager'. 69
Warnings Parameter module should be final. 70
Warnings Expected @param tag for 'module'. 70
Warnings Expected an @return tag. 87
Warnings Line is longer than 120 characters. 87
Warnings Parameter configurationManager should be final. 87
Warnings Expected @param tag for 'configurationManager'. 87
Warnings Parameter clazz should be final. 87
Warnings Expected @param tag for 'clazz'. 87
Warnings Expected @throws tag for 'CmsSecurityException'. 87
Warnings '{' is not preceded with whitespace. 87
Warnings 'cast' is not followed by whitespace. 101
Warnings '{' is not preceded with whitespace. 105
Warnings ',' is not followed by whitespace. 106
Warnings '{' is not preceded with whitespace. 107
Warnings ',' is not followed by whitespace. 108
Warnings ',' is not followed by whitespace. 110
Warnings ',' is not followed by whitespace. 112
Warnings First sentence should end with a period. 120
Warnings Parameter configuration should be final. 128
Warnings Parameter baseFolder should be final. 128
Warnings '4' is a magic number. 139
Warnings ',' is not followed by whitespace. 157
Warnings First sentence should end with a period. 169
Warnings Parameter url should be final. 185
Warnings Parameter configuration should be final. 185
Warnings Name 'm_digester' must match pattern '^[a-z][a-zA-Z0-9]*$'. 198

at/infonova/opencms/modules/commons/CachedDataUtil.java

Violation Message Line
Warnings Utility classes should not have a public or default constructor. 35
Warnings Missing a Javadoc comment. 37
Warnings Parameter objects should be final. 37
Warnings '{' is not preceded with whitespace. 37
Warnings '{' is not preceded with whitespace. 38
Warnings Missing a Javadoc comment. 42
Warnings Parameter obj should be final. 42
Warnings '{' is not preceded with whitespace. 42
Warnings '{' is not preceded with whitespace. 43
Warnings 'cast' is not followed by whitespace. 44

at/infonova/opencms/modules/commons/DynaMapMatchPattern.java

Violation Message Line
Warnings Unused import - org.apache.commons.collections.map.LazyMap. 33
Warnings First sentence should end with a period. 35
Warnings Line is longer than 120 characters. 36
Warnings Parameter compareValue should be final. 66
Warnings Expected @param tag for 'compareValue'. 66
Warnings Missing a Javadoc comment. 75
Warnings Missing a Javadoc comment. 79
Warnings Parameter key should be final. 79
Warnings Missing a Javadoc comment. 83
Warnings Parameter value should be final. 83
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 91
Warnings Parameter o should be final. 91
Warnings Missing a Javadoc comment. 95
Warnings Parameter key should be final. 95
Warnings Missing a Javadoc comment. 99
Warnings Missing a Javadoc comment. 107
Warnings Missing a Javadoc comment. 111
Warnings Parameter key should be final. 111
Warnings Parameter value should be final. 111
Warnings Missing a Javadoc comment. 115
Warnings Parameter m should be final. 115
Warnings Missing a Javadoc comment. 119
Warnings Parameter key should be final. 119
Warnings Missing a Javadoc comment. 123
Warnings Missing a Javadoc comment. 127

at/infonova/opencms/modules/commons/ExpressionLanguageUtil.java

Violation Message Line
Warnings Utility classes should not have a public or default constructor. 54
Warnings First sentence should end with a period. 56
Warnings Name 'simpleVariableResolver' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 59
Warnings '{' is not preceded with whitespace. 59
Warnings '(' is preceded with whitespace. 66
Warnings Parameter pName should be final. 66
Warnings Parameter simpleMap should be final. 66
Warnings Name 'sEvaluator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 73
Warnings First sentence should end with a period. 75
Warnings Parameter expression should be final. 84
Warnings Parameter context should be final. 84
Warnings 'cast' is not followed by whitespace. 85
Warnings First sentence should end with a period. 88
Warnings Line is longer than 120 characters. 98
Warnings Parameter expression should be final. 98
Warnings Parameter context should be final. 98
Warnings Parameter returnType should be final. 98

at/infonova/opencms/modules/commons/I_CachedData.java

Violation Message Line
Warnings Name 'I_CachedData' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 35
Warnings Redundant 'public' modifier. 39

at/infonova/opencms/modules/commons/I_PrefillCachedData.java

Violation Message Line
Warnings Unused import - org.opencms.file.CmsObject. 29
Warnings Unused import - org.opencms.report.I_CmsReport. 30
Warnings Line is longer than 120 characters. 36
Warnings Name 'I_PrefillCachedData' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 41
Warnings First sentence should end with a period. 42
Warnings Redundant 'public' modifier. 45

at/infonova/opencms/modules/commons/I_PrepareWithCmsObject.java

Violation Message Line
Warnings Name 'I_PrepareWithCmsObject' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 39
Warnings First sentence should end with a period. 41
Warnings Redundant 'public' modifier. 46

at/infonova/opencms/modules/commons/LazyMapUtil.java

Violation Message Line
Warnings Missing a Javadoc comment. 40
Warnings Utility classes should not have a public or default constructor. 40
Warnings First sentence should end with a period. 42
Warnings First sentence should end with a period. 47
Warnings Line is longer than 120 characters. 48
Warnings Line is longer than 120 characters. 61
Warnings Expected an @return tag. 73
Warnings Expected @param tag for 'compareValue'. 73
Warnings '{' is not preceded with whitespace. 73
Warnings '{' is not preceded with whitespace. 74
Warnings Parameter obj should be final. 76
Warnings '{' is not preceded with whitespace. 82
Warnings '{' is not preceded with whitespace. 84
Warnings '{' is not preceded with whitespace. 89
Warnings Line is longer than 120 characters. 94
Warnings Parameter predicate should be final. 104
Warnings First sentence should end with a period. 108
Warnings Expected an @return tag. 117
Warnings Expected @param tag for '<K>'. 118
Warnings Expected @param tag for '<V>'. 118
Warnings Parameter map should be final. 118
Warnings Expected @param tag for 'map'. 118
Warnings Parameter transformer should be final. 118
Warnings Expected @param tag for 'transformer'. 118
Warnings Parameter intValue should be final. 132
Warnings '{' is not preceded with whitespace. 132
Warnings 'if' construct must use '{}'s. 133
Warnings 'cast' is not followed by whitespace. 137
Warnings 'cast' is not followed by whitespace. 140
Warnings 'cast' is not followed by whitespace. 143

at/infonova/opencms/modules/commons/LoggingHelper.java

Violation Message Line
Warnings Missing a Javadoc comment. 38
Warnings Utility classes should not have a public or default constructor. 38
Warnings Parameter cms should be final. 53
Warnings Parameter e should be final. 53
Warnings Parameter request should be final. 53
Warnings Parameter cms should be final. 73
Warnings Parameter e should be final. 73
Warnings Parameter elementUri should be final. 73
Warnings Parameter message should be final. 90
Warnings Parameter cms should be final. 90
Warnings Parameter e should be final. 90
Warnings Parameter elementUri should be final. 91
Warnings 'if' construct must use '{}'s. 96
Warnings Parameter cms should be final. 115
Warnings Parameter e should be final. 115
Warnings Parameter request should be final. 116
Warnings Parameter file should be final. 116
Warnings Unused @param tag for 'request'. 132
Warnings Parameter cms should be final. 138
Warnings Parameter e should be final. 138
Warnings Parameter elementUri should be final. 138
Warnings Expected @param tag for 'elementUri'. 138
Warnings Parameter file should be final. 139
Warnings Parameter message should be final. 157
Warnings Parameter cms should be final. 157
Warnings Parameter e should be final. 157
Warnings Parameter elementUri should be final. 158
Warnings Parameter file should be final. 158
Warnings 'if' construct must use '{}'s. 166
Warnings Parameter cms should be final. 192
Warnings Parameter e should be final. 193
Warnings Parameter request should be final. 193
Warnings Parameter file should be final. 193
Warnings Parameter cms should be final. 216
Warnings Parameter e should be final. 217
Warnings Parameter elementUri should be final. 217
Warnings Parameter file should be final. 217
Warnings Parameter message should be final. 238
Warnings Parameter cms should be final. 238
Warnings Parameter e should be final. 239
Warnings Parameter elementUri should be final. 239
Warnings Parameter file should be final. 239
Warnings 'if' construct must use '{}'s. 245
Warnings Parameter message should be final. 271
Warnings Parameter elementUri should be final. 271
Warnings Parameter message should be final. 290
Warnings Parameter cms should be final. 290
Warnings Missing a Javadoc comment. 304
Warnings Missing a Javadoc comment. 308
Warnings Variable 'request' must be private and have accessor methods. 309
Warnings Variable 'message' must be private and have accessor methods. 311
Warnings Parameter message should be final. 313
Warnings Parameter request should be final. 313
Warnings Missing a Javadoc comment. 341
Warnings Variable 'elementUri' must be private and have accessor methods. 342
Warnings Parameter elementUri should be final. 344

at/infonova/opencms/modules/commons/PrepareObjectUtil.java

Violation Message Line
Warnings Utility classes should not have a public or default constructor. 39
Warnings Parameter cms should be final. 55
Warnings Parameter className should be final. 55
Warnings Expected @throws tag for 'InstantiationException'. 56
Warnings Expected @throws tag for 'IllegalAccessException'. 56
Warnings Expected @throws tag for 'ClassNotFoundException'. 56
Warnings Parameter cms should be final. 73
Warnings Parameter obj should be final. 73
Warnings '{' is not preceded with whitespace. 73

at/infonova/opencms/modules/commons/dao/DAOException.java

Violation Message Line
Warnings Missing a Javadoc comment. 36
Warnings 'static' modifier out of order with the JLS suggestions. 36
Warnings Should use uppercase 'L'. 36
Warnings Missing a Javadoc comment. 38
Warnings Parameter cause should be final. 38
Warnings Missing a Javadoc comment. 42
Warnings Parameter msg should be final. 42
Warnings Missing a Javadoc comment. 46
Warnings Parameter msg should be final. 46
Warnings Parameter cause should be final. 46

at/infonova/opencms/modules/commons/dao/EntityNotFoundException.java

Violation Message Line
Warnings Missing a Javadoc comment. 37
Warnings 'static' modifier out of order with the JLS suggestions. 37
Warnings Should use uppercase 'L'. 37
Warnings Missing a Javadoc comment. 39
Warnings Parameter entityName should be final. 39
Warnings Parameter entityId should be final. 39
Warnings Missing a Javadoc comment. 43
Warnings Parameter entityName should be final. 43
Warnings Parameter keyName should be final. 43
Warnings Parameter keyValue should be final. 43
Warnings Missing a Javadoc comment. 47
Warnings Parameter entityName should be final. 47
Warnings Parameter keyNames should be final. 47
Warnings Parameter keyValues should be final. 47
Warnings Redundant 'final' modifier. 51
Warnings 'static' modifier out of order with the JLS suggestions. 51
Warnings Parameter entityName should be final. 51
Warnings Parameter keyNames should be final. 51
Warnings Parameter keyValues should be final. 51

at/infonova/opencms/modules/commons/dao/TooManyRowsFoundException.java

Violation Message Line
Warnings First sentence should end with a period. 40
Warnings Parameter entityName should be final. 47
Warnings Parameter entityId should be final. 47
Warnings First sentence should end with a period. 51
Warnings Parameter entityName should be final. 59
Warnings Parameter keyName should be final. 59
Warnings Parameter keyValue should be final. 59
Warnings First sentence should end with a period. 63
Warnings Parameter entityName should be final. 71
Warnings Parameter keyNames should be final. 71
Warnings Parameter keyValues should be final. 71
Warnings Redundant 'final' modifier. 75
Warnings 'static' modifier out of order with the JLS suggestions. 75
Warnings Parameter entityName should be final. 75
Warnings Parameter keyNames should be final. 75
Warnings Parameter keyValues should be final. 75