Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
30018

Files

FilesIWE
ca/pjer/cm/module/access/dummy/DummyAccessService.java 0017
ca/pjer/cm/module/access/dummy/package.html 001

ca/pjer/cm/module/access/dummy/DummyAccessService.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 Comment matches to-do format 'TODO:'. 23
Error Line is longer than 80 characters. 34
Error Method 'getAccessToken' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Parameter accessCredential should be final. 34
Error Line is longer than 80 characters. 38
Error Method 'hasAccess' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error Parameter accessToken should be final. 38
Error Parameter permission should be final. 38
Error Parameter clazz should be final. 38
Error Missing a Javadoc comment. 42

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

ErrorLine
Error Missing package documentation file.0