Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
4400278

Files

FilesIWE
net/sf/pmr/keopsframework/data/DomainListMapper.java 001
net/sf/pmr/keopsframework/data/DomainListMapper.java 003
net/sf/pmr/keopsframework/data/DomainObjectAggregateMemberMapper.java 001
net/sf/pmr/keopsframework/data/DomainObjectAggregateMemberMapper.java 002
net/sf/pmr/keopsframework/data/DomainObjectRootAggregateMapper.java 001
net/sf/pmr/keopsframework/data/DomainObjectRootAggregateMapper.java 005
net/sf/pmr/keopsframework/data/GhostDomainObjectMapper.java 001
net/sf/pmr/keopsframework/data/GhostDomainObjectMapper.java 003
net/sf/pmr/keopsframework/data/package.html 001
net/sf/pmr/keopsframework/domain/LoadStatusEnum.java 005
net/sf/pmr/keopsframework/domain/collection/GhostDomainCollection.java 001
net/sf/pmr/keopsframework/domain/collection/GhostDomainCollection.java 003
net/sf/pmr/keopsframework/domain/collection/GhostDomainCollectionImpl.java 001
net/sf/pmr/keopsframework/domain/collection/GhostDomainCollectionImpl.java 0020
net/sf/pmr/keopsframework/domain/collection/package.html 001
net/sf/pmr/keopsframework/domain/collection/temporal/ArchivalTemporalDomainMapImpl.java 001
net/sf/pmr/keopsframework/domain/collection/temporal/ArchivalTemporalDomainMapImpl.java 0015
net/sf/pmr/keopsframework/domain/collection/temporal/BasicTemporalDomainMapImpl.java 001
net/sf/pmr/keopsframework/domain/collection/temporal/BasicTemporalDomainMapImpl.java 0014
net/sf/pmr/keopsframework/domain/collection/temporal/ObjectAtTheSameDateAlreadyExistsException.java 001
net/sf/pmr/keopsframework/domain/collection/temporal/TemporalDomainMap.java 003
net/sf/pmr/keopsframework/domain/collection/temporal/package.html 001
net/sf/pmr/keopsframework/domain/object/AbstractDomainObject.java 001
net/sf/pmr/keopsframework/domain/object/AbstractDomainObject.java 0012
net/sf/pmr/keopsframework/domain/object/AbstractGhostDomainObject.java 001
net/sf/pmr/keopsframework/domain/object/AbstractGhostDomainObject.java 0015
net/sf/pmr/keopsframework/domain/object/DomainObject.java 001
net/sf/pmr/keopsframework/domain/object/DomainObject.java 008
net/sf/pmr/keopsframework/domain/object/GhostDomainObject.java 001
net/sf/pmr/keopsframework/domain/object/GhostDomainObject.java 003
net/sf/pmr/keopsframework/domain/object/package.html 001
net/sf/pmr/keopsframework/domain/package.html 001
net/sf/pmr/keopsframework/domain/validation/Errors.java 001
net/sf/pmr/keopsframework/domain/validation/Errors.java 0024
net/sf/pmr/keopsframework/domain/validation/ErrorsImpl.java 001
net/sf/pmr/keopsframework/domain/validation/ErrorsImpl.java 00112
net/sf/pmr/keopsframework/domain/validation/MessageParameters.java 007
net/sf/pmr/keopsframework/domain/validation/Validator.java 001
net/sf/pmr/keopsframework/domain/validation/Validator.java 002
net/sf/pmr/keopsframework/domain/validation/package.html 001

net/sf/pmr/keopsframework/data/DomainListMapper.java

ErrorLine
Error File does not end with a newline. 0

net/sf/pmr/keopsframework/data/DomainListMapper.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 19
Error Expected @param tag for 'key'. 26

net/sf/pmr/keopsframework/data/DomainObjectAggregateMemberMapper.java

ErrorLine
Error File does not end with a newline. 0

net/sf/pmr/keopsframework/data/DomainObjectAggregateMemberMapper.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 18

net/sf/pmr/keopsframework/data/DomainObjectRootAggregateMapper.java

ErrorLine
Error File does not end with a newline. 0

net/sf/pmr/keopsframework/data/DomainObjectRootAggregateMapper.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 13
Error First sentence should end with a period. 15
Error Line is longer than 80 characters. 16
Error First sentence should end with a period. 22

net/sf/pmr/keopsframework/data/GhostDomainObjectMapper.java

ErrorLine
Error File does not end with a newline. 0

net/sf/pmr/keopsframework/data/GhostDomainObjectMapper.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 18
Error Expected @param tag for 'objectToLoad'. 23

net/sf/pmr/keopsframework/data/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/pmr/keopsframework/domain/LoadStatusEnum.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 20
Error First sentence should end with a period. 25
Error First sentence should end with a period. 30
Error First sentence should end with a period. 35

net/sf/pmr/keopsframework/domain/collection/GhostDomainCollection.java

ErrorLine
Error File does not end with a newline. 0

net/sf/pmr/keopsframework/domain/collection/GhostDomainCollection.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused Javadoc tag. 26
Error Expected @param tag for 'collection'. 28

net/sf/pmr/keopsframework/domain/collection/GhostDomainCollectionImpl.java

ErrorLine
Error File does not end with a newline. 0

net/sf/pmr/keopsframework/domain/collection/GhostDomainCollectionImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 25
Error Line is longer than 80 characters. 28
Error First sentence should end with a period. 30
Error First sentence should end with a period. 35
Error First sentence should end with a period. 40
Error First sentence should end with a period. 45
Error First sentence should end with a period. 51
Error Unused @param tag for 'loader'. 54
Error 'mapper' hides a field. 57
Error Expected @param tag for 'mapper'. 57
Error First sentence should end with a period. 61
Error First sentence should end with a period. 68
Error First sentence should end with a period. 76
Error Parameter objectToLoadFor should be final. 111
Error Expected @param tag for 'objectToLoadFor'. 111
Error Method 'setCollection' is not designed for extension - needs to be abstract, final or empty. 125
Error 'collection' hides a field. 125
Error Line is longer than 80 characters. 127
Error 'if' construct must use '{}'s. 128

net/sf/pmr/keopsframework/domain/collection/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/pmr/keopsframework/domain/collection/temporal/ArchivalTemporalDomainMapImpl.java

ErrorLine
Error File does not end with a newline. 0

net/sf/pmr/keopsframework/domain/collection/temporal/ArchivalTemporalDomainMapImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 63
Error First sentence should end with a period. 70
Error First sentence should end with a period. 76
Error Line is longer than 80 characters. 82
Error 'history' hides a field. 82
Error Line is longer than 80 characters. 89
Error Line is longer than 80 characters. 91
Error Method 'putVersion' is not designed for extension - needs to be abstract, final or empty. 91
Error Must have at least one statement. 96
Error Line is longer than 80 characters. 105
Error Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 107
Error Method 'getLatest' is not designed for extension - needs to be abstract, final or empty. 142
Error Method 'getMap' is not designed for extension - needs to be abstract, final or empty. 184
Error Missing a Javadoc comment. 184

net/sf/pmr/keopsframework/domain/collection/temporal/BasicTemporalDomainMapImpl.java

ErrorLine
Error File does not end with a newline. 0

net/sf/pmr/keopsframework/domain/collection/temporal/BasicTemporalDomainMapImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 61
Error First sentence should end with a period. 68
Error First sentence should end with a period. 74
Error Line is longer than 80 characters. 80
Error 'history' hides a field. 80
Error Line is longer than 80 characters. 87
Error Line is longer than 80 characters. 88
Error Method 'putVersion' is not designed for extension - needs to be abstract, final or empty. 93
Error Line is longer than 80 characters. 100
Error Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 102
Error Method 'getLatest' is not designed for extension - needs to be abstract, final or empty. 137
Error Method 'getMap' is not designed for extension - needs to be abstract, final or empty. 179
Error Missing a Javadoc comment. 179

net/sf/pmr/keopsframework/domain/collection/temporal/ObjectAtTheSameDateAlreadyExistsException.java

ErrorLine
Error Missing a header - not enough lines in file. 1

net/sf/pmr/keopsframework/domain/collection/temporal/TemporalDomainMap.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 58
Error First sentence should end with a period. 66

net/sf/pmr/keopsframework/domain/collection/temporal/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/pmr/keopsframework/domain/object/AbstractDomainObject.java

ErrorLine
Error File does not end with a newline. 0

net/sf/pmr/keopsframework/domain/object/AbstractDomainObject.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 17
Error Line has trailing spaces. 18
Error Missing a Javadoc comment. 19
Error Line is longer than 80 characters. 22
Error Line has trailing spaces. 27
Error Line is longer than 80 characters. 29
Error 'persistanceId' hides a field. 31
Error Line has trailing spaces. 34
Error Line has trailing spaces. 35
Error Line is longer than 80 characters. 37
Error Line is longer than 80 characters. 44

net/sf/pmr/keopsframework/domain/object/AbstractGhostDomainObject.java

ErrorLine
Error File does not end with a newline. 0

net/sf/pmr/keopsframework/domain/object/AbstractGhostDomainObject.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 23
Error First sentence should end with a period. 25
Error Missing a Javadoc comment. 31
Error First sentence should end with a period. 33
Error Line has trailing spaces. 38
Error Missing a Javadoc comment. 39
Error 'mapper' hides a field. 39
Error First sentence should end with a period. 43
Error First sentence should end with a period. 50
Error First sentence should end with a period. 61
Error First sentence should end with a period. 72
Error Unused @throws tag for 'DataSourceException'. 75
Error Expected @param tag for 'object'. 78
Error First sentence should end with a period. 92

net/sf/pmr/keopsframework/domain/object/DomainObject.java

ErrorLine
Error File does not end with a newline. 0

net/sf/pmr/keopsframework/domain/object/DomainObject.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 15
Error Expected an @return tag. 19
Error Line has trailing spaces. 20
Error First sentence should end with a period. 21
Error Unused @param tag for 'id'. 23
Error Expected @param tag for 'persistanceId'. 25
Error Line has trailing spaces. 26

net/sf/pmr/keopsframework/domain/object/GhostDomainObject.java

ErrorLine
Error File does not end with a newline. 0

net/sf/pmr/keopsframework/domain/object/GhostDomainObject.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 22

net/sf/pmr/keopsframework/domain/object/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/pmr/keopsframework/domain/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/pmr/keopsframework/domain/validation/Errors.java

ErrorLine
Error File does not end with a newline. 0

net/sf/pmr/keopsframework/domain/validation/Errors.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Expected @param tag for 'errorCode'. 57
Error Expected @param tag for 'errorCode'. 64
Error Expected @param tag for 'errorArguments'. 64
Error Line is longer than 80 characters. 67
Error Expected @param tag for 'field'. 71
Error Expected @param tag for 'errorCode'. 71
Error Line is longer than 80 characters. 74
Error Line is longer than 80 characters. 79
Error Expected @param tag for 'field'. 79
Error Expected @param tag for 'errorCode'. 79
Error Expected @param tag for 'errorArguments'. 79
Error First sentence should end with a period. 82
Error Line has trailing spaces. 94
Error Line has trailing spaces. 101
Error Line is longer than 80 characters. 103
Error Unused @param tag for 'locale'. 104
Error Expected @param tag for 'field'. 121
Error Line has trailing spaces. 128
Error Line has trailing spaces. 132
Error Line has trailing spaces. 136
Error Line has trailing spaces. 152
Error Line has trailing spaces. 161
Error Line has trailing spaces. 166

net/sf/pmr/keopsframework/domain/validation/ErrorsImpl.java

ErrorLine
Error File does not end with a newline. 0

net/sf/pmr/keopsframework/domain/validation/ErrorsImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 51
Error Line is longer than 80 characters. 52
Error Line is longer than 80 characters. 53
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 64
Error 'messageSource' hides a field. 69
Error Expected @param tag for 'messageSource'. 69
Error First sentence should end with a period. 77
Error Line has trailing spaces. 78
Error Line has trailing spaces. 83
Error Missing a Javadoc comment. 84
Error Line has trailing spaces. 85
Error Missing a Javadoc comment. 86
Error Line has trailing spaces. 87
Error 'errorCode' hides a field. 92
Error Expected @param tag for 'errorCode'. 92
Error 'errorArguments' hides a field. 93
Error Expected @param tag for 'errorArguments'. 93
Error Line has trailing spaces. 97
Error Missing a Javadoc comment. 98
Error Missing a Javadoc comment. 101
Error Line has trailing spaces. 105
Error Method 'hasErrors' is not designed for extension - needs to be abstract, final or empty. 110
Error Conditional logic can be removed. 111
Error Method 'getErrorCount' is not designed for extension - needs to be abstract, final or empty. 121
Error Line is longer than 80 characters. 142
Error Method 'getAllErrors' is not designed for extension - needs to be abstract, final or empty. 144
Error Parameter locale should be final. 144
Error Line has trailing spaces. 145
Error Line has trailing spaces. 147
Error Line is longer than 80 characters. 150
Error Line is longer than 80 characters. 151
Error Line has trailing spaces. 152
Error Line has trailing spaces. 160
Error Line has trailing spaces. 162
Error Line is longer than 80 characters. 163
Error Line is longer than 80 characters. 164
Error Line has trailing spaces. 165
Error Line has trailing spaces. 167
Error Line has trailing spaces. 169
Error Line has trailing spaces. 174
Error Line has trailing spaces. 175
Error Line has trailing spaces. 176
Error Line is longer than 80 characters. 178
Error Method 'getAllErrorsMessageParameters' is not designed for extension - needs to be abstract, final or empty. 180
Error Line has trailing spaces. 183
Error Line has trailing spaces. 185
Error Line has trailing spaces. 189
Error Line has trailing spaces. 191
Error Line has trailing spaces. 193
Error Line has trailing spaces. 196
Error Line has trailing spaces. 197
Error Method 'hasGlobalErrors' is not designed for extension - needs to be abstract, final or empty. 201
Error Conditional logic can be removed. 202
Error Line is longer than 80 characters. 210
Error Method 'hasFieldErrors' is not designed for extension - needs to be abstract, final or empty. 212
Error Conditional logic can be removed. 213
Error Method 'getGlobalErrorCount' is not designed for extension - needs to be abstract, final or empty. 223
Error Method 'getGlobalError' is not designed for extension - needs to be abstract, final or empty. 228
Error Missing a Javadoc comment. 228
Error Parameter locale should be final. 228
Error Line has trailing spaces. 229
Error Line has trailing spaces. 233
Error Line is longer than 80 characters. 234
Error Line is longer than 80 characters. 235
Error Line has trailing spaces. 241
Error Line has trailing spaces. 243
Error Line has trailing spaces. 244
Error Method 'getGlobalErrors' is not designed for extension - needs to be abstract, final or empty. 249
Error Line has trailing spaces. 252
Error Method 'getGlobalErrors' is not designed for extension - needs to be abstract, final or empty. 253
Error Missing a Javadoc comment. 253
Error Line has trailing spaces. 256
Error Line has trailing spaces. 258
Error Line is longer than 80 characters. 259
Error Line is longer than 80 characters. 260
Error Line has trailing spaces. 265
Error Line has trailing spaces. 268
Error Method 'getFieldErrorCount' is not designed for extension - needs to be abstract, final or empty. 273
Error Method 'getFieldError' is not designed for extension - needs to be abstract, final or empty. 290
Error Line has trailing spaces. 299
Error Line is longer than 80 characters. 300
Error Line is longer than 80 characters. 301
Error Line has trailing spaces. 302
Error Line has trailing spaces. 310
Error Line has trailing spaces. 311
Error Method 'getFieldErrors' is not designed for extension - needs to be abstract, final or empty. 316
Error Line has trailing spaces. 323
Error Line has trailing spaces. 327
Error Line is longer than 80 characters. 328
Error Line is longer than 80 characters. 329
Error Line has trailing spaces. 330
Error Line has trailing spaces. 332
Error Line has trailing spaces. 337
Error Line has trailing spaces. 339
Error Method 'rejectValue' is not designed for extension - needs to be abstract, final or empty. 344
Error Line has trailing spaces. 347
Error Line is longer than 80 characters. 348
Error Line has trailing spaces. 349
Error Line is longer than 80 characters. 364
Error Method 'rejectValue' is not designed for extension - needs to be abstract, final or empty. 366
Error Line has trailing spaces. 371
Error Line is longer than 80 characters. 373
Error Method 'reject' is not designed for extension - needs to be abstract, final or empty. 375
Error Line is longer than 80 characters. 377
Error Line has trailing spaces. 382
Error Line is longer than 80 characters. 384
Error Method 'reject' is not designed for extension - needs to be abstract, final or empty. 386
Error Missing a Javadoc comment. 392

net/sf/pmr/keopsframework/domain/validation/MessageParameters.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 44
Error Redundant 'public' modifier. 44
Error Line has trailing spaces. 45
Error Missing a Javadoc comment. 46
Error Redundant 'public' modifier. 46

net/sf/pmr/keopsframework/domain/validation/Validator.java

ErrorLine
Error File does not end with a newline. 0

net/sf/pmr/keopsframework/domain/validation/Validator.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 49

net/sf/pmr/keopsframework/domain/validation/package.html

ErrorLine
Error Missing package documentation file.0