Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
50051

Files

FilesIWE
org/acegisecurity/adapters/jboss/JbossAcegiLoginModule.java 0028
org/acegisecurity/adapters/jboss/JbossIntegrationFilter.java 0023

org/acegisecurity/adapters/jboss/JbossAcegiLoginModule.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - org.springframework.beans.factory.access.*. 32
Error Line has trailing spaces. 55
Error Line is longer than 80 characters. 64
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 72
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error Parameter subject should be final. 76
Error Parameter callbackHandler should be final. 76
Error Parameter sharedState should be final. 77
Error Parameter options should be final. 77
Error Line is longer than 80 characters. 102
Error Line is longer than 80 characters. 104
Error Line is longer than 80 characters. 140
Error Line is longer than 80 characters. 165
Error Method 'login' is not designed for extension - needs to be abstract, final or empty. 178
Error Missing a Javadoc comment. 178
Error Line is longer than 80 characters. 206
Error Expression can be simplified. 251
Error Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. 264
Error Missing a Javadoc comment. 264
Error Method 'getRoleSets' is not designed for extension - needs to be abstract, final or empty. 268
Error Missing a Javadoc comment. 268
Error Method 'getUsernameAndPassword' is not designed for extension - needs to be abstract, final or empty. 284
Error Missing a Javadoc comment. 284

org/acegisecurity/adapters/jboss/JbossIntegrationFilter.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 47
Error Line has trailing spaces. 52
Error Line is longer than 80 characters. 58
Error Line is longer than 80 characters. 63
Error Missing a Javadoc comment. 63
Error Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 63
Error '{' is not followed by whitespace. 70
Error '}' is not preceded with whitespace. 70
Error Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error Parameter request should be final. 72
Error Parameter response should be final. 72
Error Parameter chain should be final. 73
Error Line is longer than 80 characters. 77
Error Line is longer than 80 characters. 81
Error Line is longer than 80 characters. 87
Error Parameter arg0 should be final. 102
Error '{' is not followed by whitespace. 102
Error '}' is not preceded with whitespace. 102
Error Method 'getLookupContext' is not designed for extension - needs to be abstract, final or empty. 111
Error Missing a Javadoc comment. 115
Error Parameter request should be final. 115