Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
800111

Files

FilesIWE
acegifier/WebXmlConverter.java 0060
acegifier/package.html 001
acegifier/web/AcegifierController.java 0041
acegifier/web/AcegifierForm.java 008
acegifier/web/package.html 001

acegifier/WebXmlConverter.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 25
Error Line is longer than 80 characters. 27
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 41
Error Line is longer than 80 characters. 47
Error First sentence should end with a period. 49
Error First sentence should end with a period. 51
Error Line is longer than 80 characters. 54
Error Missing a Javadoc comment. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line is longer than 80 characters. 60
Error Missing a Javadoc comment. 64
Error Parameter fileName should be final. 64
Error Line is longer than 80 characters. 72
Error Method 'doConversion' is not designed for extension - needs to be abstract, final or empty. 75
Error Expected @throws tag for 'IOException'. 75
Error Expected @throws tag for 'TransformerException'. 75
Error Line is longer than 80 characters. 79
Error Line is longer than 80 characters. 80
Error First sentence should end with a period. 90
Error Method 'setInput' is not designed for extension - needs to be abstract, final or empty. 91
Error Parameter xml should be final. 91
Error Expected @param tag for 'xml'. 91
Error Expected @throws tag for 'DocumentException'. 91
Error First sentence should end with a period. 95
Error Method 'setInput' is not designed for extension - needs to be abstract, final or empty. 96
Error Parameter in should be final. 96
Error Expected @param tag for 'in'. 96
Error Expected @throws tag for 'DocumentException'. 96
Error First sentence should end with a period. 101
Error Method 'setInput' is not designed for extension - needs to be abstract, final or empty. 102
Error Parameter document should be final. 102
Error Expected @param tag for 'document'. 102
Error Expected @throws tag for 'DocumentException'. 102
Error First sentence should end with a period. 107
Error Parameter document should be final. 108
Error Expected @param tag for 'document'. 108
Error Expected @throws tag for 'DocumentException'. 108
Error 'if' construct must use '{}'s. 111
Error 'if' is not followed by whitespace. 111
Error Line is longer than 80 characters. 112
Error 'if' is not followed by whitespace. 114
Error Line is longer than 80 characters. 115
Error 'if' is not followed by whitespace. 118
Error Line is longer than 80 characters. 119
Error Method 'getAcegiOutputFileName' is not designed for extension - needs to be abstract, final or empty. 123
Error Missing a Javadoc comment. 123
Error Method 'setAcegiOutputFileName' is not designed for extension - needs to be abstract, final or empty. 127
Error Missing a Javadoc comment. 127
Error Parameter acegiOutputFileName should be final. 127
Error 'acegiOutputFileName' hides a field. 127
Error First sentence should end with a period. 131
Error Expected an @return tag. 132
Error Method 'getNewWebXml' is not designed for extension - needs to be abstract, final or empty. 132
Error Expected an @return tag. 140
Error Method 'getAcegiBeans' is not designed for extension - needs to be abstract, final or empty. 140

acegifier/package.html

ErrorLine
Error Missing package documentation file.0

acegifier/web/AcegifierController.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 29
Error Missing a Javadoc comment. 37
Error Method 'onSubmit' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Line is longer than 80 characters. 41
Error Parameter request should be final. 41
Error Parameter response should be final. 41
Error Parameter command should be final. 41
Error Parameter errors should be final. 41
Error 'cast' is not followed by whitespace. 44
Error Line is longer than 80 characters. 56
Error ',' is not followed by whitespace. 56
Error ',' is not followed by whitespace. 56
Error Line is longer than 80 characters. 58
Error ',' is not followed by whitespace. 58
Error ',' is not followed by whitespace. 58
Error 'if' is not followed by whitespace. 61
Error First sentence should end with a period. 73
Error Expected an @return tag. 74
Error Parameter document should be final. 74
Error Expected @param tag for 'document'. 74
Error Expected @throws tag for 'IOException'. 74
Error Line is longer than 80 characters. 86
Error Expected an @return tag. 89
Error Line is longer than 80 characters. 89
Error Parameter conversion should be final. 89
Error Expected @param tag for 'conversion'. 89
Error Parameter beans should be final. 89
Error Expected @param tag for 'beans'. 89
Error Parameter errors should be final. 89
Error Expected @param tag for 'errors'. 89
Error Comment matches to-do format 'TODO:'. 92
Error Line is longer than 80 characters. 97
Error ',' is not followed by whitespace. 97
Error ',' is not followed by whitespace. 97
Error First sentence should end with a period. 102
Error Expected an @return tag. 103
Error Parameter beans should be final. 103
Error Expected @param tag for 'beans'. 103
Error Line is longer than 80 characters. 106

acegifier/web/AcegifierForm.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 10
Error Method 'getWebXml' is not designed for extension - needs to be abstract, final or empty. 12
Error Missing a Javadoc comment. 12
Error Method 'setWebXml' is not designed for extension - needs to be abstract, final or empty. 16
Error Missing a Javadoc comment. 16
Error Parameter webXml should be final. 16
Error 'webXml' hides a field. 16

acegifier/web/package.html

ErrorLine
Error Missing package documentation file.0