Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
6100898

Files

FilesIWE
org/apache/portals/graffito/ContentIndexService.java 001
org/apache/portals/graffito/ContentIndexService.java 0020
org/apache/portals/graffito/ContentModelService.java 001
org/apache/portals/graffito/ContentModelService.java 0079
org/apache/portals/graffito/ContentPermissionService.java 001
org/apache/portals/graffito/ContentPermissionService.java 0015
org/apache/portals/graffito/ContentSearchService.java 001
org/apache/portals/graffito/ContentSearchService.java 0015
org/apache/portals/graffito/ContentServerService.java 001
org/apache/portals/graffito/ContentServerService.java 0037
org/apache/portals/graffito/ContentVersionService.java 001
org/apache/portals/graffito/ContentVersionService.java 0036
org/apache/portals/graffito/context/CmsRequestContext.java 001
org/apache/portals/graffito/context/CmsRequestContext.java 0011
org/apache/portals/graffito/context/CmsRequestContextManager.java 001
org/apache/portals/graffito/context/CmsRequestContextManager.java 0012
org/apache/portals/graffito/context/package.html 001
org/apache/portals/graffito/exception/CmsIncorrectServerException.java 001
org/apache/portals/graffito/exception/CmsIncorrectServerException.java 0019
org/apache/portals/graffito/exception/CmsInstantiateException.java 001
org/apache/portals/graffito/exception/CmsInstantiateException.java 0018
org/apache/portals/graffito/exception/CmsInvalidObjectException.java 001
org/apache/portals/graffito/exception/CmsInvalidObjectException.java 0021
org/apache/portals/graffito/exception/CmsInvalidUriException.java 001
org/apache/portals/graffito/exception/CmsInvalidUriException.java 0021
org/apache/portals/graffito/exception/CmsNotUniqueException.java 001
org/apache/portals/graffito/exception/CmsNotUniqueException.java 0010
org/apache/portals/graffito/exception/CmsPermissionException.java 001
org/apache/portals/graffito/exception/CmsPermissionException.java 0018
org/apache/portals/graffito/exception/ContentManagementException.java 001
org/apache/portals/graffito/exception/ContentManagementException.java 0019
org/apache/portals/graffito/exception/package.html 001
org/apache/portals/graffito/model/CmsObject.java 001
org/apache/portals/graffito/model/CmsObject.java 0044
org/apache/portals/graffito/model/CmsPermission.java 0047
org/apache/portals/graffito/model/Content.java 0018
org/apache/portals/graffito/model/Document.java 001
org/apache/portals/graffito/model/Document.java 0022
org/apache/portals/graffito/model/FileSystemServer.java 007
org/apache/portals/graffito/model/Folder.java 001
org/apache/portals/graffito/model/Folder.java 008
org/apache/portals/graffito/model/GraffitoServer.java 001
org/apache/portals/graffito/model/GraffitoServer.java 0073
org/apache/portals/graffito/model/HistoryElement.java 001
org/apache/portals/graffito/model/HistoryElement.java 0018
org/apache/portals/graffito/model/Link.java 001
org/apache/portals/graffito/model/Link.java 009
org/apache/portals/graffito/model/Server.java 001
org/apache/portals/graffito/model/Server.java 0063
org/apache/portals/graffito/model/WebdavServer.java 001
org/apache/portals/graffito/model/WebdavServer.java 0045
org/apache/portals/graffito/model/package.html 001
org/apache/portals/graffito/package.html 001
org/apache/portals/graffito/search/Filter.java 001
org/apache/portals/graffito/search/Filter.java 00118
org/apache/portals/graffito/search/SearchResults.java 001
org/apache/portals/graffito/search/SearchResults.java 0045
org/apache/portals/graffito/search/package.html 001

org/apache/portals/graffito/ContentIndexService.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/ContentIndexService.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line is longer than 80 characters. 24
Error Line has trailing spaces. 26
Error Line is longer than 80 characters. 27
Error Line has trailing spaces. 28
Error Line has trailing spaces. 33
Error Line has trailing spaces. 36
Error Redundant 'public' modifier. 40
Error Line has trailing spaces. 44
Error Redundant 'public' modifier. 48
Error Line has trailing spaces. 52
Error Redundant 'public' modifier. 56
Error Line has trailing spaces. 60
Error Redundant 'public' modifier. 64
Error Line has trailing spaces. 68
Error Redundant 'public' modifier. 72
Error Line has trailing spaces. 76
Error Redundant 'public' modifier. 80

org/apache/portals/graffito/ContentModelService.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/ContentModelService.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Using the '.*' form of import should be avoided - org.apache.portals.graffito.exception.*. 20
Error Line is longer than 80 characters. 36
Error Line has trailing spaces. 37
Error Redundant 'public' modifier. 50
Error Expected @throws tag for 'ContentManagementException'. 50
Error Redundant 'public' modifier. 58
Error Expected @throws tag for 'ContentManagementException'. 58
Error Redundant 'public' modifier. 66
Error Expected @throws tag for 'ContentManagementException'. 66
Error Line has trailing spaces. 74
Error Redundant 'public' modifier. 74
Error Expected @throws tag for 'ContentManagementException'. 74
Error Line has trailing spaces. 75
Error Redundant 'public' modifier. 83
Error Expected @throws tag for 'ContentManagementException'. 83
Error Redundant 'public' modifier. 91
Error Expected @throws tag for 'ContentManagementException'. 91
Error Redundant 'public' modifier. 99
Error Expected @throws tag for 'ContentManagementException'. 99
Error Redundant 'public' modifier. 108
Error Expected @throws tag for 'ContentManagementException'. 108
Error Redundant 'public' modifier. 117
Error Expected @throws tag for 'ContentManagementException'. 117
Error Redundant 'public' modifier. 126
Error Expected @throws tag for 'ContentManagementException'. 126
Error Redundant 'public' modifier. 134
Error Expected @throws tag for 'ContentManagementException'. 134
Error Line is longer than 80 characters. 143
Error Redundant 'public' modifier. 143
Error Expected @throws tag for 'ContentManagementException'. 143
Error Line has trailing spaces. 149
Error Redundant 'public' modifier. 152
Error Expected @throws tag for 'ContentManagementException'. 152
Error Redundant 'public' modifier. 162
Error Expected @throws tag for 'ContentManagementException'. 162
Error Line is longer than 80 characters. 168
Error Line is longer than 80 characters. 173
Error Redundant 'public' modifier. 173
Error Expected @throws tag for 'ContentManagementException'. 173
Error Line is longer than 80 characters. 182
Error Redundant 'public' modifier. 182
Error Expected @throws tag for 'ContentManagementException'. 182
Error Line is longer than 80 characters. 191
Error Redundant 'public' modifier. 191
Error Expected @throws tag for 'ContentManagementException'. 191
Error Line has trailing spaces. 195
Error Line is longer than 80 characters. 200
Error Redundant 'public' modifier. 200
Error Expected @throws tag for 'ContentManagementException'. 200
Error Line has trailing spaces. 204
Error Line is longer than 80 characters. 205
Error Line is longer than 80 characters. 209
Error Redundant 'public' modifier. 209
Error Expected @throws tag for 'ContentManagementException'. 209
Error Line has trailing spaces. 212
Error Line has trailing spaces. 213
Error Line is longer than 80 characters. 214
Error Line is longer than 80 characters. 218
Error Redundant 'public' modifier. 218
Error Expected @throws tag for 'ContentManagementException'. 218
Error Line has trailing spaces. 221
Error Line has trailing spaces. 222
Error Line is longer than 80 characters. 223
Error Line is longer than 80 characters. 227
Error Redundant 'public' modifier. 227
Error Expected @throws tag for 'ContentManagementException'. 227
Error Line has trailing spaces. 228
Error Line has trailing spaces. 230
Error Line has trailing spaces. 231
Error Line is longer than 80 characters. 232
Error Line is longer than 80 characters. 236
Error Redundant 'public' modifier. 236
Error Expected @throws tag for 'ContentManagementException'. 236
Error Line has trailing spaces. 237
Error Redundant 'public' modifier. 245
Error Expected @throws tag for 'ContentManagementException'. 245

org/apache/portals/graffito/ContentPermissionService.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/ContentPermissionService.java

ErrorLine
Error Line is longer than 80 characters. 27
Error Line is longer than 80 characters. 29
Error Line has trailing spaces. 37
Error Line is longer than 80 characters. 43
Error Redundant 'public' modifier. 43
Error Expected @throws tag for 'ContentManagementException'. 43
Error Line has trailing spaces. 44
Error Line has trailing spaces. 47
Error Line has trailing spaces. 56
Error Line has trailing spaces. 57
Error Line has trailing spaces. 62
Error Line has trailing spaces. 64
Error Line is longer than 80 characters. 65
Error Redundant 'public' modifier. 65
Error Expected @throws tag for 'ContentManagementException'. 65

org/apache/portals/graffito/ContentSearchService.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/ContentSearchService.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 26
Error Line is longer than 80 characters. 27
Error Line has trailing spaces. 28
Error Line has trailing spaces. 36
Error Line has trailing spaces. 39
Error Line is longer than 80 characters. 42
Error Redundant 'public' modifier. 42
Error Expected @throws tag for 'ContentManagementException'. 42
Error Line has trailing spaces. 45
Error Line has trailing spaces. 48
Error Line has trailing spaces. 51
Error Redundant 'public' modifier. 51

org/apache/portals/graffito/ContentServerService.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/ContentServerService.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line is longer than 80 characters. 30
Error Line has trailing spaces. 31
Error Line is longer than 80 characters. 35
Error Line has trailing spaces. 48
Error Redundant 'public' modifier. 51
Error Expected @throws tag for 'ContentManagementException'. 51
Error Line has trailing spaces. 53
Error Line has trailing spaces. 57
Error Line is longer than 80 characters. 60
Error Redundant 'public' modifier. 60
Error Expected @throws tag for 'ContentManagementException'. 60
Error Line has trailing spaces. 65
Error Line is longer than 80 characters. 68
Error Redundant 'public' modifier. 68
Error Expected @throws tag for 'ContentManagementException'. 68
Error Line has trailing spaces. 69
Error Line has trailing spaces. 74
Error Redundant 'public' modifier. 77
Error Expected @throws tag for 'ContentManagementException'. 77
Error Line has trailing spaces. 81
Error Line is longer than 80 characters. 82
Error Line has trailing spaces. 85
Error Redundant 'public' modifier. 88
Error Expected @throws tag for 'ContentManagementException'. 88
Error Line has trailing spaces. 95
Error Redundant 'public' modifier. 98
Error Expected @throws tag for 'ContentManagementException'. 98
Error Redundant 'public' modifier. 106
Error Expected @throws tag for 'ContentManagementException'. 106
Error Line has trailing spaces. 107
Error Line has trailing spaces. 110
Error Line has trailing spaces. 112
Error Redundant 'public' modifier. 115
Error Expected @throws tag for 'ContentManagementException'. 115

org/apache/portals/graffito/ContentVersionService.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/ContentVersionService.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line is longer than 80 characters. 28
Error Line is longer than 80 characters. 29
Error Line has trailing spaces. 30
Error Line is longer than 80 characters. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 35
Error Line has trailing spaces. 36
Error Line has trailing spaces. 39
Error Line has trailing spaces. 41
Error Line is longer than 80 characters. 43
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 45
Error Redundant 'public' modifier. 45
Error Line has trailing spaces. 46
Error Line has trailing spaces. 49
Error Line has trailing spaces. 51
Error Line is longer than 80 characters. 53
Error Line is longer than 80 characters. 55
Error Redundant 'public' modifier. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 63
Error Redundant 'public' modifier. 63
Error Expected @throws tag for 'CmsInstantiateException'. 63
Error Line has trailing spaces. 64
Error Line has trailing spaces. 66
Error Line has trailing spaces. 70
Error Line is longer than 80 characters. 71
Error Redundant 'public' modifier. 71
Error Expected @throws tag for 'CmsInstantiateException'. 71
Error Line has trailing spaces. 72
Error Line is longer than 80 characters. 80
Error Expected @throws tag for 'CmsInstantiateException'. 80

org/apache/portals/graffito/context/CmsRequestContext.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/context/CmsRequestContext.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 22
Error Line is longer than 80 characters. 23
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 32
Error Redundant 'public' modifier. 35
Error Line has trailing spaces. 36
Error Redundant 'public' modifier. 41

org/apache/portals/graffito/context/CmsRequestContextManager.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/context/CmsRequestContextManager.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line is longer than 80 characters. 21
Error Line has trailing spaces. 22
Error Line is longer than 80 characters. 23
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Redundant 'public' modifier. 34
Error Line has trailing spaces. 35
Error Line is longer than 80 characters. 40
Error Redundant 'public' modifier. 40

org/apache/portals/graffito/context/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/portals/graffito/exception/CmsIncorrectServerException.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/exception/CmsIncorrectServerException.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line is longer than 80 characters. 21
Error Line is longer than 80 characters. 23
Error Line has trailing spaces. 24
Error Line has trailing spaces. 28
Error Line has trailing spaces. 34
Error Line has trailing spaces. 38
Error Line has trailing spaces. 41
Error Line has trailing spaces. 44
Error Parameter message should be final. 44
Error Line has trailing spaces. 48
Error Line has trailing spaces. 51
Error Parameter nested should be final. 54
Error Line has trailing spaces. 58
Error Line has trailing spaces. 61
Error Parameter message should be final. 65
Error Parameter nested should be final. 65

org/apache/portals/graffito/exception/CmsInstantiateException.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/exception/CmsInstantiateException.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line is longer than 80 characters. 23
Error Line has trailing spaces. 24
Error Line has trailing spaces. 28
Error Line has trailing spaces. 34
Error Line has trailing spaces. 38
Error Line has trailing spaces. 41
Error Line has trailing spaces. 44
Error Parameter message should be final. 44
Error Line has trailing spaces. 48
Error Line has trailing spaces. 51
Error Parameter nested should be final. 54
Error Line has trailing spaces. 58
Error Line has trailing spaces. 61
Error Parameter message should be final. 65
Error Parameter nested should be final. 65

org/apache/portals/graffito/exception/CmsInvalidObjectException.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/exception/CmsInvalidObjectException.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line is longer than 80 characters. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 28
Error Line has trailing spaces. 33
Error Line has trailing spaces. 37
Error Line has trailing spaces. 40
Error Line has trailing spaces. 42
Error Line has trailing spaces. 43
Error Parameter message should be final. 43
Error Line has trailing spaces. 47
Error Line has trailing spaces. 50
Error Line has trailing spaces. 52
Error Parameter nested should be final. 53
Error Line has trailing spaces. 57
Error Line has trailing spaces. 60
Error Line has trailing spaces. 63
Error Parameter message should be final. 64
Error Parameter nested should be final. 64

org/apache/portals/graffito/exception/CmsInvalidUriException.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/exception/CmsInvalidUriException.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line is longer than 80 characters. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 28
Error Line has trailing spaces. 33
Error Line has trailing spaces. 37
Error Line has trailing spaces. 40
Error Line has trailing spaces. 42
Error Line has trailing spaces. 43
Error Parameter message should be final. 43
Error Line has trailing spaces. 47
Error Line has trailing spaces. 50
Error Line has trailing spaces. 52
Error Parameter nested should be final. 53
Error Line has trailing spaces. 57
Error Line has trailing spaces. 60
Error Line has trailing spaces. 63
Error Parameter message should be final. 64
Error Parameter nested should be final. 64

org/apache/portals/graffito/exception/CmsNotUniqueException.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/exception/CmsNotUniqueException.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 37
Error Parameter message should be final. 40
Error Line has trailing spaces. 47
Error Parameter nested should be final. 50
Error Line has trailing spaces. 57
Error Parameter message should be final. 61
Error Parameter nested should be final. 61

org/apache/portals/graffito/exception/CmsPermissionException.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/exception/CmsPermissionException.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line is longer than 80 characters. 23
Error Line has trailing spaces. 24
Error Line has trailing spaces. 28
Error Line has trailing spaces. 34
Error Line has trailing spaces. 38
Error Line has trailing spaces. 41
Error Line has trailing spaces. 44
Error Parameter message should be final. 44
Error Line has trailing spaces. 48
Error Line has trailing spaces. 51
Error Parameter nested should be final. 54
Error Line has trailing spaces. 58
Error Line has trailing spaces. 61
Error Parameter message should be final. 65
Error Parameter nested should be final. 65

org/apache/portals/graffito/exception/ContentManagementException.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/exception/ContentManagementException.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 21
Error Line has trailing spaces. 25
Error Line has trailing spaces. 35
Error Line has trailing spaces. 39
Error Line has trailing spaces. 42
Error Line has trailing spaces. 45
Error Parameter message should be final. 45
Error Line has trailing spaces. 49
Error Line has trailing spaces. 52
Error Line has trailing spaces. 54
Error Parameter nested should be final. 55
Error Line has trailing spaces. 59
Error Line has trailing spaces. 62
Error Line has trailing spaces. 65
Error Parameter message should be final. 66
Error Parameter nested should be final. 66

org/apache/portals/graffito/exception/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/portals/graffito/model/CmsObject.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/model/CmsObject.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line is longer than 80 characters. 24
Error Line has trailing spaces. 25
Error Line has trailing spaces. 27
Error Line has trailing spaces. 32
Error Line has trailing spaces. 33
Error Missing a Javadoc comment. 33
Error Redundant 'public' modifier. 33
Error 'static' modifier out of order with the JLS suggestions. 33
Error Line has trailing spaces. 55
Error Line has trailing spaces. 62
Error Line has trailing spaces. 69
Error Line has trailing spaces. 75
Error Line has trailing spaces. 85
Error Line has trailing spaces. 99
Error Line has trailing spaces. 131
Error Line has trailing spaces. 132
Error Expected an @return tag. 137
Error Line has trailing spaces. 138
Error Line has trailing spaces. 161
Error Expected @param tag for 'name'. 161
Error Expected @param tag for 'property'. 161
Error Line has trailing spaces. 166
Error Line has trailing spaces. 174
Error Line has trailing spaces. 176
Error Line has trailing spaces. 183
Error Expected @param tag for 'name'. 187
Error Expected @param tag for 'object'. 187
Error Expected @throws tag for 'NotSerializableException'. 188
Error Line has trailing spaces. 189
Error Line has trailing spaces. 192
Error Line has trailing spaces. 196
Error Line has trailing spaces. 199
Error Line has trailing spaces. 203
Error Line has trailing spaces. 206
Error Expected @param tag for 'isLastVersion'. 209
Error Line has trailing spaces. 210
Error Line has trailing spaces. 213
Error Line is longer than 80 characters. 214
Error Line has trailing spaces. 217
Error Line has trailing spaces. 218
Error Line has trailing spaces. 219

org/apache/portals/graffito/model/CmsPermission.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 21
Error La ligne contient un caractère tabulation. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 26
Error Line is longer than 80 characters. 27
Error Line has trailing spaces. 30
Error Line has trailing spaces. 32
Error Redundant 'static' modifier. 34
Error 'public' modifier out of order with the JLS suggestions. 34
Error Line has trailing spaces. 35
Error Redundant 'static' modifier. 36
Error 'public' modifier out of order with the JLS suggestions. 36
Error Redundant 'static' modifier. 38
Error 'public' modifier out of order with the JLS suggestions. 38
Error Redundant 'static' modifier. 40
Error 'public' modifier out of order with the JLS suggestions. 40
Error Redundant 'static' modifier. 42
Error 'public' modifier out of order with the JLS suggestions. 42
Error Redundant 'static' modifier. 44
Error 'public' modifier out of order with the JLS suggestions. 44
Error Line has trailing spaces. 46
Error Redundant 'static' modifier. 46
Error 'public' modifier out of order with the JLS suggestions. 46
Error Line has trailing spaces. 48
Error Redundant 'static' modifier. 48
Error 'public' modifier out of order with the JLS suggestions. 48
Error Line has trailing spaces. 51
Error Line has trailing spaces. 52
Error Redundant 'public' modifier. 57
Error Line has trailing spaces. 58
Error Redundant 'public' modifier. 64
Error Line has trailing spaces. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 68
Error Line is longer than 80 characters. 69
Error Redundant 'public' modifier. 71
Error Line has trailing spaces. 72
Error Line has trailing spaces. 75
Error Expected an @return tag. 77
Error Redundant 'public' modifier. 77
Error Line has trailing spaces. 78
Error Missing a Javadoc comment. 79
Error Redundant 'public' modifier. 79
Error Line has trailing spaces. 80

org/apache/portals/graffito/model/Content.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Redundant 'public' modifier. 33
Error Line has trailing spaces. 34
Error Line has trailing spaces. 35
Error Redundant 'public' modifier. 39
Error Line has trailing spaces. 40
Error Redundant 'public' modifier. 44
Error Line has trailing spaces. 45
Error Line has trailing spaces. 48
Error Redundant 'public' modifier. 49
Error Line has trailing spaces. 50
Error Line has trailing spaces. 51
Error Redundant 'public' modifier. 55
Error Line has trailing spaces. 56
Error Redundant 'public' modifier. 60
Error Redundant 'public' modifier. 65

org/apache/portals/graffito/model/Document.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/model/Document.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line is longer than 80 characters. 22
Error Line has trailing spaces. 23
Error Line has trailing spaces. 28
Error Line has trailing spaces. 42
Error Line has trailing spaces. 45
Error Line has trailing spaces. 55
Error Line has trailing spaces. 58
Error Line has trailing spaces. 62
Error Line has trailing spaces. 65
Error Line has trailing spaces. 69
Error Line has trailing spaces. 72
Error Line has trailing spaces. 76
Error Line has trailing spaces. 79
Error Expected @param tag for 'owner'. 82
Error Line has trailing spaces. 83
Error Line has trailing spaces. 86
Error Line has trailing spaces. 90
Error Line has trailing spaces. 93
Error Line has trailing spaces. 97

org/apache/portals/graffito/model/FileSystemServer.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 30
Error Line has trailing spaces. 34
Error Line has trailing spaces. 39
Error Line has trailing spaces. 43

org/apache/portals/graffito/model/Folder.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/model/Folder.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 25
Error Line has trailing spaces. 34
Error Redundant 'public' modifier. 35
Error Line has trailing spaces. 39
Error Redundant 'public' modifier. 40

org/apache/portals/graffito/model/GraffitoServer.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/model/GraffitoServer.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line is longer than 80 characters. 21
Error Line is longer than 80 characters. 23
Error Line has trailing spaces. 24
Error Redundant 'public' modifier. 34
Error Line has trailing spaces. 35
Error Line has trailing spaces. 38
Error Redundant 'public' modifier. 41
Error Line has trailing spaces. 42
Error Redundant 'public' modifier. 47
Error Line has trailing spaces. 48
Error Line has trailing spaces. 51
Error Redundant 'public' modifier. 54
Error Line has trailing spaces. 55
Error Redundant 'public' modifier. 60
Error Line has trailing spaces. 61
Error Redundant 'public' modifier. 66
Error Expected @param tag for 'jdbcLevel'. 66
Error Line has trailing spaces. 67
Error Redundant 'public' modifier. 72
Error Line has trailing spaces. 73
Error Redundant 'public' modifier. 78
Error Line has trailing spaces. 79
Error Line has trailing spaces. 81
Error Redundant 'public' modifier. 84
Error Line has trailing spaces. 85
Error Redundant 'public' modifier. 90
Error Line has trailing spaces. 91
Error Redundant 'public' modifier. 96
Error Line has trailing spaces. 97
Error Redundant 'public' modifier. 102
Error Expected @param tag for 'protocol'. 102
Error Line has trailing spaces. 103
Error Redundant 'public' modifier. 108
Error Line has trailing spaces. 109
Error Line has trailing spaces. 111
Error Redundant 'public' modifier. 114
Error Line has trailing spaces. 115
Error Line has trailing spaces. 117
Error La ligne contient un caractère tabulation. 120
Error Redundant 'public' modifier. 120
Error Line has trailing spaces. 121
Error La ligne contient un caractère tabulation. 121
Error La ligne contient un caractère tabulation. 122
Error La ligne contient un caractère tabulation. 123
Error La ligne contient un caractère tabulation. 124
Error La ligne contient un caractère tabulation. 125
Error La ligne contient un caractère tabulation. 126
Error Redundant 'public' modifier. 126
Error Line has trailing spaces. 127
Error La ligne contient un caractère tabulation. 127
Error La ligne contient un caractère tabulation. 128
Error La ligne contient un caractère tabulation. 129
Error La ligne contient un caractère tabulation. 130
Error La ligne contient un caractère tabulation. 131
Error La ligne contient un caractère tabulation. 132
Error Redundant 'public' modifier. 132
Error Line has trailing spaces. 133
Error La ligne contient un caractère tabulation. 133
Error La ligne contient un caractère tabulation. 134
Error La ligne contient un caractère tabulation. 135
Error La ligne contient un caractère tabulation. 136
Error La ligne contient un caractère tabulation. 137
Error La ligne contient un caractère tabulation. 138
Error Redundant 'public' modifier. 138
Error Line has trailing spaces. 139
Error La ligne contient un caractère tabulation. 139
Error Line has trailing spaces. 140
Error La ligne contient un caractère tabulation. 140
Error Line has trailing spaces. 141
Error La ligne contient un caractère tabulation. 141

org/apache/portals/graffito/model/HistoryElement.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/model/HistoryElement.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 26
Error Line has trailing spaces. 29
Error Line has trailing spaces. 30
Error Line has trailing spaces. 33
Error Line has trailing spaces. 36
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 44
Error Line has trailing spaces. 48
Error Line has trailing spaces. 51
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56

org/apache/portals/graffito/model/Link.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/model/Link.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 21
Error Line is longer than 80 characters. 22
Error Line has trailing spaces. 29
Error Redundant 'public' modifier. 32
Error Redundant 'public' modifier. 38

org/apache/portals/graffito/model/Server.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/model/Server.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 22
Error Line is longer than 80 characters. 23
Error Line has trailing spaces. 24
Error Line is longer than 80 characters. 25
Error Line is longer than 80 characters. 26
Error Line has trailing spaces. 27
Error Line is longer than 80 characters. 29
Error Line is longer than 80 characters. 30
Error Line has trailing spaces. 31
Error Expected an @return tag. 40
Error La ligne contient un caractère tabulation. 40
Error Redundant 'public' modifier. 40
Error Line has trailing spaces. 41
Error La ligne contient un caractère tabulation. 41
Error La ligne contient un caractère tabulation. 42
Error Missing a Javadoc comment. 42
Error Redundant 'public' modifier. 42
Error Line has trailing spaces. 43
Error La ligne contient un caractère tabulation. 43
Error La ligne contient un caractère tabulation. 44
Error Missing a Javadoc comment. 44
Error Redundant 'public' modifier. 44
Error Line has trailing spaces. 45
Error La ligne contient un caractère tabulation. 45
Error La ligne contient un caractère tabulation. 46
Error Missing a Javadoc comment. 46
Error Redundant 'public' modifier. 46
Error Line has trailing spaces. 47
Error La ligne contient un caractère tabulation. 47
Error La ligne contient un caractère tabulation. 48
Error Missing a Javadoc comment. 48
Error Redundant 'public' modifier. 48
Error Line has trailing spaces. 49
Error La ligne contient un caractère tabulation. 49
Error La ligne contient un caractère tabulation. 50
Error Missing a Javadoc comment. 50
Error Redundant 'public' modifier. 50
Error Line has trailing spaces. 51
Error La ligne contient un caractère tabulation. 51
Error La ligne contient un caractère tabulation. 52
Error Missing a Javadoc comment. 52
Error Redundant 'public' modifier. 52
Error Line has trailing spaces. 53
Error La ligne contient un caractère tabulation. 53
Error La ligne contient un caractère tabulation. 54
Error Missing a Javadoc comment. 54
Error Redundant 'public' modifier. 54
Error Line has trailing spaces. 55
Error La ligne contient un caractère tabulation. 55
Error La ligne contient un caractère tabulation. 56
Error Missing a Javadoc comment. 56
Error Redundant 'public' modifier. 56
Error Line has trailing spaces. 57
Error La ligne contient un caractère tabulation. 57
Error La ligne contient un caractère tabulation. 58
Error Missing a Javadoc comment. 58
Error Redundant 'public' modifier. 58
Error Line has trailing spaces. 59
Error La ligne contient un caractère tabulation. 59

org/apache/portals/graffito/model/WebdavServer.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/model/WebdavServer.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line is longer than 80 characters. 22
Error Line has trailing spaces. 23
Error La ligne contient un caractère tabulation. 28
Error Missing a Javadoc comment. 28
Error Redundant 'public' modifier. 28
Error La ligne contient un caractère tabulation. 29
Error Missing a Javadoc comment. 29
Error Redundant 'public' modifier. 29
Error Line has trailing spaces. 30
Error La ligne contient un caractère tabulation. 30
Error La ligne contient un caractère tabulation. 31
Error Missing a Javadoc comment. 31
Error Redundant 'public' modifier. 31
Error La ligne contient un caractère tabulation. 32
Error Missing a Javadoc comment. 32
Error Redundant 'public' modifier. 32
Error Line has trailing spaces. 33
Error La ligne contient un caractère tabulation. 33
Error La ligne contient un caractère tabulation. 34
Error Missing a Javadoc comment. 34
Error Redundant 'public' modifier. 34
Error La ligne contient un caractère tabulation. 35
Error Missing a Javadoc comment. 35
Error Redundant 'public' modifier. 35
Error Line has trailing spaces. 36
Error La ligne contient un caractère tabulation. 36
Error La ligne contient un caractère tabulation. 37
Error Missing a Javadoc comment. 37
Error Redundant 'public' modifier. 37
Error La ligne contient un caractère tabulation. 38
Error Missing a Javadoc comment. 38
Error Redundant 'public' modifier. 38
Error Line has trailing spaces. 39
Error La ligne contient un caractère tabulation. 39
Error La ligne contient un caractère tabulation. 40
Error Missing a Javadoc comment. 40
Error Redundant 'public' modifier. 40
Error La ligne contient un caractère tabulation. 41
Error Missing a Javadoc comment. 41
Error Redundant 'public' modifier. 41
Error Line has trailing spaces. 42
Error La ligne contient un caractère tabulation. 42

org/apache/portals/graffito/model/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/portals/graffito/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/portals/graffito/search/Filter.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/search/Filter.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 21
Error Line has trailing spaces. 29
Error Line is longer than 80 characters. 31
Error Line is longer than 80 characters. 32
Error Line has trailing spaces. 34
Error Line has trailing spaces. 36
Error Redundant 'public' modifier. 38
Error Line has trailing spaces. 39
Error Line has trailing spaces. 42
Error Redundant 'public' modifier. 45
Error Line has trailing spaces. 46
Error Line has trailing spaces. 48
Error Line is longer than 80 characters. 49
Error Line has trailing spaces. 50
Error Line has trailing spaces. 51
Error Redundant 'public' modifier. 53
Error Line has trailing spaces. 56
Error Line is longer than 80 characters. 57
Error Line has trailing spaces. 58
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Redundant 'public' modifier. 62
Error Line has trailing spaces. 63
Error Expected an @return tag. 68
Error Redundant 'public' modifier. 68
Error Line has trailing spaces. 69
Error La ligne contient un caractère tabulation. 70
Error Line is longer than 80 characters. 71
Error La ligne contient un caractère tabulation. 71
Error La ligne contient un caractère tabulation. 72
Error La ligne contient un caractère tabulation. 73
Error Redundant 'public' modifier. 73
Error La ligne contient un caractère tabulation. 75
Error Line is longer than 80 characters. 76
Error La ligne contient un caractère tabulation. 76
Error La ligne contient un caractère tabulation. 77
Error La ligne contient un caractère tabulation. 78
Error Redundant 'public' modifier. 78
Error La ligne contient un caractère tabulation. 80
Error Line is longer than 80 characters. 81
Error La ligne contient un caractère tabulation. 81
Error La ligne contient un caractère tabulation. 82
Error La ligne contient un caractère tabulation. 83
Error Redundant 'public' modifier. 83
Error La ligne contient un caractère tabulation. 85
Error Line is longer than 80 characters. 86
Error La ligne contient un caractère tabulation. 86
Error La ligne contient un caractère tabulation. 87
Error La ligne contient un caractère tabulation. 88
Error Redundant 'public' modifier. 88
Error La ligne contient un caractère tabulation. 90
Error Line is longer than 80 characters. 91
Error La ligne contient un caractère tabulation. 91
Error Line has trailing spaces. 92
Error La ligne contient un caractère tabulation. 92
Error La ligne contient un caractère tabulation. 93
Error Redundant 'public' modifier. 93
Error La ligne contient un caractère tabulation. 95
Error Line is longer than 80 characters. 96
Error La ligne contient un caractère tabulation. 96
Error La ligne contient un caractère tabulation. 97
Error La ligne contient un caractère tabulation. 98
Error Redundant 'public' modifier. 98
Error La ligne contient un caractère tabulation. 100
Error Line is longer than 80 characters. 101
Error La ligne contient un caractère tabulation. 101
Error La ligne contient un caractère tabulation. 102
Error La ligne contient un caractère tabulation. 103
Error Redundant 'public' modifier. 103
Error La ligne contient un caractère tabulation. 105
Error Line is longer than 80 characters. 106
Error La ligne contient un caractère tabulation. 106
Error La ligne contient un caractère tabulation. 107
Error La ligne contient un caractère tabulation. 108
Error Redundant 'public' modifier. 108
Error La ligne contient un caractère tabulation. 110
Error Line is longer than 80 characters. 111
Error La ligne contient un caractère tabulation. 111
Error La ligne contient un caractère tabulation. 112
Error La ligne contient un caractère tabulation. 113
Error Redundant 'public' modifier. 113
Error La ligne contient un caractère tabulation. 115
Error Line is longer than 80 characters. 116
Error La ligne contient un caractère tabulation. 116
Error La ligne contient un caractère tabulation. 117
Error La ligne contient un caractère tabulation. 118
Error Redundant 'public' modifier. 118
Error La ligne contient un caractère tabulation. 120
Error La ligne contient un caractère tabulation. 121
Error La ligne contient un caractère tabulation. 122
Error La ligne contient un caractère tabulation. 123
Error Redundant 'public' modifier. 123
Error La ligne contient un caractère tabulation. 125
Error Missing a Javadoc comment. 125
Error Redundant 'public' modifier. 125
Error Line has trailing spaces. 126
Error La ligne contient un caractère tabulation. 126
Error La ligne contient un caractère tabulation. 127
Error Line is longer than 80 characters. 128
Error La ligne contient un caractère tabulation. 128
Error La ligne contient un caractère tabulation. 129
Error La ligne contient un caractère tabulation. 130
Error Redundant 'public' modifier. 130
Error La ligne contient un caractère tabulation. 132
Error Line is longer than 80 characters. 133
Error La ligne contient un caractère tabulation. 133
Error La ligne contient un caractère tabulation. 134
Error La ligne contient un caractère tabulation. 135
Error Redundant 'public' modifier. 135
Error La ligne contient un caractère tabulation. 137
Error Line is longer than 80 characters. 138
Error La ligne contient un caractère tabulation. 138
Error La ligne contient un caractère tabulation. 139
Error La ligne contient un caractère tabulation. 140
Error Redundant 'public' modifier. 140

org/apache/portals/graffito/search/SearchResults.java

ErrorLine
Error File does not end with a newline. 0

org/apache/portals/graffito/search/SearchResults.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Missing a Javadoc comment. 34
Error Name 'results' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 34
Error Line has trailing spaces. 44
Error Parameter initialCapacity should be final. 47
Error Expected @param tag for 'initialCapacity'. 47
Error Line has trailing spaces. 53
Error Parameter initialCapacity should be final. 56
Error Expected @param tag for 'initialCapacity'. 56
Error Line has trailing spaces. 62
Error Line has trailing spaces. 64
Error Expected an @return tag. 66
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 66
Error Parameter cmsObject should be final. 66
Error Expected @param tag for 'cmsObject'. 66
Error Line has trailing spaces. 72
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 76
Error Parameter index should be final. 76
Error Expected @param tag for 'index'. 76
Error Parameter cmsObject should be final. 76
Error Expected @param tag for 'cmsObject'. 76
Error Line has trailing spaces. 81
Error Line has trailing spaces. 83
Error Method 'addAll' is not designed for extension - needs to be abstract, final or empty. 87
Error Parameter cmsObjects should be final. 87
Error Expected @param tag for 'cmsObjects'. 87
Error Line has trailing spaces. 92
Error Line has trailing spaces. 95
Error Line has trailing spaces. 97
Error Expected an @return tag. 99
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 99
Error Parameter index should be final. 99
Error Expected @param tag for 'index'. 99
Error Il manque un espace après 'return'. 101
Error Line has trailing spaces. 105
Error Line has trailing spaces. 106
Error Expected an @return tag. 108
Error Method 'size' is not designed for extension - needs to be abstract, final or empty. 108
Error Line has trailing spaces. 114
Error Line has trailing spaces. 115
Error Expected an @return tag. 117
Error Method 'getResults' is not designed for extension - needs to be abstract, final or empty. 117
Error Line has trailing spaces. 121

org/apache/portals/graffito/search/package.html

ErrorLine
Error Missing package documentation file.0