The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
3 | 0 | 0 | 18 |
Files | I | W | E |
---|---|---|---|
ca/pjer/cm/module/access/dummy/DummyAccessService.java | 0 | 0 | 17 |
ca/pjer/cm/module/access/dummy/package.html | 0 | 0 | 1 |
Error | Line | |
---|---|---|
Missing a header - not enough lines in file. | 1 | |
Line has trailing spaces. | 3 | |
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 13 | |
Using the '.*' form of import should be avoided - ca.pjer.cm.api.access.*. | 20 | |
Comment matches to-do format 'TODO:'. | 23 | |
Line is longer than 80 characters. | 34 | |
Method 'getAccessToken' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter accessCredential should be final. | 34 | |
Line is longer than 80 characters. | 38 | |
Method 'hasAccess' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter accessToken should be final. | 38 | |
Parameter permission should be final. | 38 | |
Parameter clazz should be final. | 38 | |
Missing a Javadoc comment. | 42 |
Error | Line | |
---|---|---|
Missing package documentation file. | 0 |