Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
50040

Files

FilesIWE
org/acegisecurity/adapters/cas/CasPasswordHandler.java 0017
org/acegisecurity/adapters/cas/CasPasswordHandlerProxy.java 0023

org/acegisecurity/adapters/cas/CasPasswordHandler.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 34
Error Line is longer than 80 characters. 46
Error Missing a Javadoc comment. 46
Error Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 46
Error Missing a Javadoc comment. 50
Error Missing a Javadoc comment. 54
Error Parameter authenticationManager should be final. 55
Error 'authenticationManager' hides a field. 55
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 63
Error Redundant throws: 'Exception' is unchecked exception. 63
Error Line has trailing spaces. 73
Error Parameter servletRequest should be final. 84
Error Parameter username should be final. 84
Error Parameter password should be final. 85
Error Line is longer than 80 characters. 94

org/acegisecurity/adapters/cas/CasPasswordHandlerProxy.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 35
Error Line has trailing spaces. 41
Error Line has trailing spaces. 50
Error Line has trailing spaces. 61
Error Line is longer than 80 characters. 70
Error Line is longer than 80 characters. 75
Error Missing a Javadoc comment. 75
Error Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 75
Error Missing a Javadoc comment. 79
Error Missing a Javadoc comment. 80
Error Line has trailing spaces. 86
Error Unused @throws tag for 'IllegalArgumentException'. 97
Error Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. 102
Error Parameter request should be final. 102
Error Parameter username should be final. 102
Error Parameter password should be final. 103
Error Line is longer than 80 characters. 116
Error Line is longer than 80 characters. 120
Error Method 'getContext' is not designed for extension - needs to be abstract, final or empty. 138
Error Parameter httpRequest should be final. 138
Error Line is longer than 80 characters. 139
Error Line is longer than 80 characters. 140