Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
7100358

Files

FilesIWE
ca/pjer/cm/api/access/AccessCredential.java 0040
ca/pjer/cm/api/access/AccessService.java 008
ca/pjer/cm/api/access/AccessServiceException.java 0010
ca/pjer/cm/api/access/AccessServiceSystemException.java 0011
ca/pjer/cm/api/access/AccessToken.java 004
ca/pjer/cm/api/access/InsufficientRightsException.java 0010
ca/pjer/cm/api/access/InvalidAccessCredentialException.java 0010
ca/pjer/cm/api/access/InvalidAccessTokenException.java 0010
ca/pjer/cm/api/access/Permission.java 0017
ca/pjer/cm/api/access/package.html 001
ca/pjer/cm/api/cmf/ContentManagementException.java 008
ca/pjer/cm/api/cmf/ContentManagementService.java 0026
ca/pjer/cm/api/cmf/ContentManagementSystemException.java 0010
ca/pjer/cm/api/cmf/package.html 001
ca/pjer/cm/api/discovery/DiscoveryService.java 007
ca/pjer/cm/api/discovery/DiscoveryServiceException.java 0012
ca/pjer/cm/api/discovery/DiscoveryServiceSystemException.java 0013
ca/pjer/cm/api/discovery/package.html 001
ca/pjer/cm/api/metadata/Meta.java 008
ca/pjer/cm/api/metadata/MetaData.java 0013
ca/pjer/cm/api/metadata/MetaDataNotFoundException.java 0013
ca/pjer/cm/api/metadata/MetaDataService.java 008
ca/pjer/cm/api/metadata/MetaDataServiceException.java 0012
ca/pjer/cm/api/metadata/MetaDataServiceSystemException.java 0012
ca/pjer/cm/api/metadata/MetaField.java 007
ca/pjer/cm/api/metadata/MetaProperty.java 006
ca/pjer/cm/api/metadata/MetaRelation.java 006
ca/pjer/cm/api/metadata/MetaRelationManyToMany.java 006
ca/pjer/cm/api/metadata/MetaRelationManyToOne.java 006
ca/pjer/cm/api/metadata/MetaRelationOneToMany.java 006
ca/pjer/cm/api/metadata/MetaRelationOneToOne.java 006
ca/pjer/cm/api/metadata/package.html 001
ca/pjer/cm/api/store/DuplicateObjectException.java 009
ca/pjer/cm/api/store/ObjectNotFoundException.java 009
ca/pjer/cm/api/store/StoreService.java 0010
ca/pjer/cm/api/store/StoreServiceException.java 009
ca/pjer/cm/api/store/StoreServiceSystemException.java 0011
ca/pjer/cm/api/store/package.html 001

ca/pjer/cm/api/access/AccessCredential.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 39
Error Parameter username should be final. 39
Error 'username' hides a field. 39
Error Parameter password should be final. 39
Error 'password' hides a field. 39
Error Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error Parameter username should be final. 48
Error 'username' hides a field. 48
Error Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. 52
Error Missing a Javadoc comment. 52
Error Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error Parameter password should be final. 56
Error 'password' hides a field. 56
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Parameter o should be final. 60
Error 'if' construct must use '{}'s. 61
Error 'if' construct must use '{}'s. 62
Error 'if' construct must use '{}'s. 66
Error Line is longer than 80 characters. 66
Error Avoid inline conditionals. 66
Error 'if' construct must use '{}'s. 67
Error Line is longer than 80 characters. 67
Error Avoid inline conditionals. 67
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error Avoid inline conditionals. 74
Error '29' is a magic number. 75
Error Avoid inline conditionals. 75

ca/pjer/cm/api/access/AccessService.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 32
Error Line is longer than 80 characters. 33
Error Line is longer than 80 characters. 35
Error Missing a Javadoc comment. 35

ca/pjer/cm/api/access/AccessServiceException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 32
Error Missing a Javadoc comment. 34
Error Parameter message should be final. 34
Error Missing a Javadoc comment. 38
Error Parameter message should be final. 38
Error Parameter cause should be final. 38

ca/pjer/cm/api/access/AccessServiceSystemException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 25
Error Line is longer than 80 characters. 32
Error Missing a Javadoc comment. 34
Error Parameter message should be final. 34
Error Missing a Javadoc comment. 38
Error Parameter message should be final. 38
Error Parameter cause should be final. 38

ca/pjer/cm/api/access/AccessToken.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13

ca/pjer/cm/api/access/InsufficientRightsException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 23
Error Missing a Javadoc comment. 32
Error Parameter message should be final. 32
Error Missing a Javadoc comment. 36
Error Parameter message should be final. 36
Error Parameter cause should be final. 36

ca/pjer/cm/api/access/InvalidAccessCredentialException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 23
Error Missing a Javadoc comment. 32
Error Parameter message should be final. 32
Error Missing a Javadoc comment. 36
Error Parameter message should be final. 36
Error Parameter cause should be final. 36

ca/pjer/cm/api/access/InvalidAccessTokenException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 23
Error Missing a Javadoc comment. 32
Error Parameter message should be final. 32
Error Missing a Javadoc comment. 36
Error Parameter message should be final. 36
Error Parameter cause should be final. 36

ca/pjer/cm/api/access/Permission.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Class Permission should be declared as final. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error '3' is a magic number. 36
Error Missing a Javadoc comment. 37
Error '4' is a magic number. 37
Error Missing a Javadoc comment. 39
Error Line has trailing spaces. 40
Error Missing a Javadoc comment. 41
Error Parameter permission should be final. 41
Error 'permission' hides a field. 41

ca/pjer/cm/api/access/package.html

ErrorLine
Error Missing package documentation file.0

ca/pjer/cm/api/cmf/ContentManagementException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 23
Error Parameter message should be final. 35
Error Parameter message should be final. 42
Error Parameter cause should be final. 42

ca/pjer/cm/api/cmf/ContentManagementService.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Using the '.*' form of import should be avoided - ca.pjer.cm.api.access.*. 20
Error Missing a Javadoc comment. 43
Error Line is longer than 80 characters. 44
Error Line is longer than 80 characters. 46
Error Missing a Javadoc comment. 46
Error Line is longer than 80 characters. 47
Error Missing a Javadoc comment. 49
Error Line is longer than 80 characters. 50
Error Missing a Javadoc comment. 53
Error Line is longer than 80 characters. 54
Error Missing a Javadoc comment. 57
Error Line is longer than 80 characters. 58
Error Missing a Javadoc comment. 61
Error Line is longer than 80 characters. 62
Error Missing a Javadoc comment. 65
Error Line is longer than 80 characters. 66
Error Missing a Javadoc comment. 69
Error Line is longer than 80 characters. 70
Error Missing a Javadoc comment. 73
Error Line is longer than 80 characters. 74
Error Missing a Javadoc comment. 77
Error Line is longer than 80 characters. 78

ca/pjer/cm/api/cmf/ContentManagementSystemException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 23
Error Missing a Javadoc comment. 32
Error Parameter message should be final. 32
Error Missing a Javadoc comment. 36
Error Parameter message should be final. 36
Error Parameter cause should be final. 36

ca/pjer/cm/api/cmf/package.html

ErrorLine
Error Missing package documentation file.0

ca/pjer/cm/api/discovery/DiscoveryService.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 22
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 35

ca/pjer/cm/api/discovery/DiscoveryServiceException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 22
Error Line is longer than 80 characters. 24
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 34
Error Parameter message should be final. 34
Error Missing a Javadoc comment. 38
Error Parameter message should be final. 38
Error Parameter cause should be final. 38

ca/pjer/cm/api/discovery/DiscoveryServiceSystemException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 22
Error Line is longer than 80 characters. 24
Error Line has trailing spaces. 30
Error Line is longer than 80 characters. 33
Error Missing a Javadoc comment. 34
Error Parameter message should be final. 34
Error Missing a Javadoc comment. 38
Error Parameter message should be final. 38
Error Parameter cause should be final. 38

ca/pjer/cm/api/discovery/package.html

ErrorLine
Error Missing package documentation file.0

ca/pjer/cm/api/metadata/Meta.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 22
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35

ca/pjer/cm/api/metadata/MetaData.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 22
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40

ca/pjer/cm/api/metadata/MetaDataNotFoundException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 20
Error Line is longer than 80 characters. 22
Error Line has trailing spaces. 28
Error '{' is not preceded with whitespace. 31
Error Missing a Javadoc comment. 33
Error Parameter message should be final. 33
Error Missing a Javadoc comment. 37
Error Parameter message should be final. 37
Error Parameter cause should be final. 37

ca/pjer/cm/api/metadata/MetaDataService.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 22
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 41

ca/pjer/cm/api/metadata/MetaDataServiceException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 22
Error Line has trailing spaces. 23
Error Line is longer than 80 characters. 33
Error Missing a Javadoc comment. 35
Error Parameter message should be final. 35
Error Missing a Javadoc comment. 39
Error Parameter message should be final. 39
Error Parameter cause should be final. 39

ca/pjer/cm/api/metadata/MetaDataServiceSystemException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 22
Error Line is longer than 80 characters. 24
Error Line is longer than 80 characters. 32
Error Missing a Javadoc comment. 34
Error Parameter message should be final. 34
Error Missing a Javadoc comment. 38
Error Parameter message should be final. 38
Error Parameter cause should be final. 38

ca/pjer/cm/api/metadata/MetaField.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 20
Error Line has trailing spaces. 28
Error Missing a Javadoc comment. 32

ca/pjer/cm/api/metadata/MetaProperty.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 20
Error Line has trailing spaces. 28

ca/pjer/cm/api/metadata/MetaRelation.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 20
Error Line has trailing spaces. 28

ca/pjer/cm/api/metadata/MetaRelationManyToMany.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 20
Error Line has trailing spaces. 28

ca/pjer/cm/api/metadata/MetaRelationManyToOne.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 20
Error Line has trailing spaces. 28

ca/pjer/cm/api/metadata/MetaRelationOneToMany.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 20
Error Line has trailing spaces. 28

ca/pjer/cm/api/metadata/MetaRelationOneToOne.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 20
Error Line has trailing spaces. 28

ca/pjer/cm/api/metadata/package.html

ErrorLine
Error Missing package documentation file.0

ca/pjer/cm/api/store/DuplicateObjectException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 32
Error Parameter message should be final. 32
Error Missing a Javadoc comment. 36
Error Parameter message should be final. 36
Error Parameter cause should be final. 36

ca/pjer/cm/api/store/ObjectNotFoundException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 32
Error Parameter message should be final. 32
Error Missing a Javadoc comment. 36
Error Parameter message should be final. 36
Error Parameter cause should be final. 36

ca/pjer/cm/api/store/StoreService.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 50

ca/pjer/cm/api/store/StoreServiceException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 34
Error Parameter message should be final. 34
Error Missing a Javadoc comment. 38
Error Parameter message should be final. 38
Error Parameter cause should be final. 38

ca/pjer/cm/api/store/StoreServiceSystemException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 25
Error Line is longer than 80 characters. 32
Error Missing a Javadoc comment. 34
Error Parameter message should be final. 34
Error Missing a Javadoc comment. 38
Error Parameter message should be final. 38
Error Parameter cause should be final. 38

ca/pjer/cm/api/store/package.html

ErrorLine
Error Missing package documentation file.0