Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Infos Warnings Errors
16 0 0 56

Files

Files I W E
net/trajano/twiff/sample/SampleContainerBuilder.java 0 0 8
net/trajano/twiff/sample/component/NumberToGuess.java 0 0 4
net/trajano/twiff/sample/component/package.html 0 0 1
net/trajano/twiff/sample/package.html 0 0 1
net/trajano/twiff/sample/web/Guess.java 0 0 16
net/trajano/twiff/sample/web/Upload.java 0 0 13
net/trajano/twiff/sample/web/Upload_done.java 0 0 3
net/trajano/twiff/sample/web/package.html 0 0 1
net/trajano/twiff/test/ServletInfoServlet.java 0 0 8
net/trajano/twiff/test/package.html 0 0 1

net/trajano/twiff/sample/SampleContainerBuilder.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 11
Error Line is longer than 80 characters. 16
Error Line is longer than 80 characters. 18
Error Line is longer than 80 characters. 22
Error Line is longer than 80 characters. 24
Error Line is longer than 80 characters. 28
Error Line is longer than 80 characters. 30

net/trajano/twiff/sample/component/NumberToGuess.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 8
Error Line has trailing spaces. 31
Error '20' is a magic number. 42

net/trajano/twiff/sample/component/package.html

Error Line
Error Missing package documentation file. 0

net/trajano/twiff/sample/package.html

Error Line
Error Missing package documentation file. 0

net/trajano/twiff/sample/web/Guess.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 10
Error Line is longer than 80 characters. 17
Error Name 'GUESS_NEW_HINT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Error Line has trailing spaces. 36
Error 'numberToGuess' hides a field. 40
Error Line has trailing spaces. 67
Error Line has trailing spaces. 69
Error Expected @throws tag for 'MalformedURLException'. 71
Error '99' is a magic number. 76
Error Line is longer than 80 characters. 79
Error Line has trailing spaces. 94
Error Parameter guess should be final. 98
Error 'guess' hides a field. 98
Error Parameter hint should be final. 106
Error 'hint' hides a field. 106

net/trajano/twiff/sample/web/Upload.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 8
Error Line has trailing spaces. 10
Error Expected @throws tag for 'IOException'. 27
Error Line is longer than 80 characters. 28
Error '1024' is a magic number. 29
Error Parameter file should be final. 51
Error 'file' hides a field. 51
Error Parameter name should be final. 59
Error 'name' hides a field. 59
Error First sentence should end with a period. 63
Error Line has trailing spaces. 65
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 75

net/trajano/twiff/sample/web/Upload_done.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Name 'Upload_done' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 8
Error Expected @throws tag for 'IOException'. 12

net/trajano/twiff/sample/web/package.html

Error Line
Error Missing package documentation file. 0

net/trajano/twiff/test/ServletInfoServlet.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 2
Error Line is longer than 80 characters. 17
Error Line is longer than 80 characters. 19
Error Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 19
Error Parameter arg0 should be final. 19
Error Parameter arg1 should be final. 19
Error ',' is not followed by whitespace. 20

net/trajano/twiff/test/package.html

Error Line
Error Missing package documentation file. 0