Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
900103

Files

FilesIWE
ca/pjer/cm/module/access/defaultimpl/AccessServiceImpl.java 0026
ca/pjer/cm/module/access/defaultimpl/AccessTokenImpl.java 0023
ca/pjer/cm/module/access/defaultimpl/Role.java 006
ca/pjer/cm/module/access/defaultimpl/User.java 0047
ca/pjer/cm/module/access/defaultimpl/package.html 001

ca/pjer/cm/module/access/defaultimpl/AccessServiceImpl.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 First sentence should end with a period. 28
Error Line has trailing spaces. 36
Error Missing a Javadoc comment. 40
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 40
Error Missing a Javadoc comment. 41
Error Method 'setStoreService' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error Parameter storeService should be final. 43
Error 'storeService' hides a field. 43
Error Line is longer than 80 characters. 47
Error Method 'getAccessToken' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error Parameter accessCredential should be final. 47
Error Line is longer than 80 characters. 55
Error Line is longer than 80 characters. 58
Error Line is longer than 80 characters. 69
Error Method 'hasAccess' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 69
Error Parameter accessToken should be final. 69
Error Parameter permission should be final. 69
Error Parameter clazz should be final. 69

ca/pjer/cm/module/access/defaultimpl/AccessTokenImpl.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. 36
Error Parameter userId should be final. 36
Error 'userId' hides a field. 36
Error Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter o should be final. 44
Error 'if' construct must use '{}'s. 45
Error 'if' construct must use '{}'s. 46
Error 'if' construct must use '{}'s. 50
Error Line is longer than 80 characters. 50
Error Avoid inline conditionals. 50
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error Avoid inline conditionals. 56

ca/pjer/cm/module/access/defaultimpl/Role.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

ca/pjer/cm/module/access/defaultimpl/User.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 Method 'getId' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 42
Error Missing a Javadoc comment. 42
Error Parameter id should be final. 42
Error 'id' hides a field. 42
Error Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. 46
Error Missing a Javadoc comment. 46
Error Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Parameter username should be final. 50
Error 'username' hides a field. 50
Error Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. 54
Error Missing a Javadoc comment. 54
Error Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error Parameter password should be final. 58
Error 'password' hides a field. 58
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 62
Error Missing a Javadoc comment. 62
Error Parameter o should be final. 62
Error 'if' construct must use '{}'s. 63
Error 'if' construct must use '{}'s. 64
Error 'if' construct must use '{}'s. 68
Error Avoid inline conditionals. 68
Error 'if' construct must use '{}'s. 69
Error Line is longer than 80 characters. 69
Error Avoid inline conditionals. 69
Error 'if' construct must use '{}'s. 70
Error Line is longer than 80 characters. 70
Error Avoid inline conditionals. 70
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 75
Error Missing a Javadoc comment. 75
Error Avoid inline conditionals. 77
Error '29' is a magic number. 78
Error Avoid inline conditionals. 78
Error '29' is a magic number. 79
Error Avoid inline conditionals. 79

ca/pjer/cm/module/access/defaultimpl/package.html

ErrorLine
Error Missing package documentation file.0