Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
30083

Files

FilesIWE
net/sf/mmapps/modules/config/dumper/Dumper.java 0082
net/sf/mmapps/modules/config/dumper/package.html 001

net/sf/mmapps/modules/config/dumper/Dumper.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error Using the '.*' form of import should be avoided - org.mmbase.bridge.*. 5
Error Using the '.*' form of import should be avoided - net.sf.mmapps.modules.config.*. 6
Error Using the '.*' form of import should be avoided - org.apache.commons.logging.*. 8
Error Missing a Javadoc comment. 12
Error Utility classes should not have a public or default constructor. 12
Error '{' should be on a new line. 12
Error Missing a Javadoc comment. 14
Error Expected an @return tag. 21
Error Parameter cloud should be final. 21
Error '{' is not preceded with whitespace. 21
Error '{' should be on a new line. 21
Error Line contains a tab character. 22
Error Line is longer than 80 characters. 23
Error Line is longer than 80 characters. 27
Error ';' is preceded with whitespace. 28
Error ';' is preceded with whitespace. 28
Error '++' is preceded with whitespace. 28
Error '{' is not preceded with whitespace. 28
Error '{' should be on a new line. 28
Error Line contains a tab character. 29
Error Line is longer than 80 characters. 31
Error Line is longer than 80 characters. 33
Error Line is longer than 80 characters. 34
Error ',' is not followed by whitespace. 34
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error ';' is preceded with whitespace. 42
Error '{' is not preceded with whitespace. 42
Error '{' should be on a new line. 42
Error Line is longer than 80 characters. 43
Error Line is longer than 80 characters. 47
Error '==' is not followed by whitespace. 47
Error '?' is not preceded with whitespace. 47
Error Avoid inline conditionals. 47
Error '?' is not followed by whitespace. 47
Error ':' is not preceded with whitespace. 47
Error ':' is not followed by whitespace. 47
Error Line is longer than 80 characters. 48
Error Line is longer than 80 characters. 51
Error ',' is not followed by whitespace. 51
Error ',' is not followed by whitespace. 51
Error ',' is not followed by whitespace. 51
Error ',' is not followed by whitespace. 51
Error Line has trailing spaces. 55
Error Line is longer than 80 characters. 57
Error ',' is not followed by whitespace. 57
Error ',' is not followed by whitespace. 57
Error 'while' is not followed by whitespace. 58
Error '{' is not preceded with whitespace. 58
Error '{' should be on a new line. 58
Error Line is longer than 80 characters. 60
Error 'if' is not followed by whitespace. 61
Error '!' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '{' is not preceded with whitespace. 61
Error '{' should be on a new line. 61
Error Line contains a tab character. 62
Error 'if' is not followed by whitespace. 64
Error '!' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error '{' is not preceded with whitespace. 64
Error '{' should be on a new line. 64
Error Line contains a tab character. 65
Error 'if' is not followed by whitespace. 67
Error '!' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '{' is not preceded with whitespace. 67
Error '{' should be on a new line. 67
Error Line contains a tab character. 68
Error '{' should be on a new line. 70
Error Line is longer than 80 characters. 71
Error Line is longer than 80 characters. 72
Error Line is longer than 80 characters. 73
Error '}' should be alone on a line. 75
Error '{' is not preceded with whitespace. 75
Error Must have at least one statement. 75
Error '{' is not followed by whitespace. 75
Error '}' is not preceded with whitespace. 75
Error Empty statement. 75
Error Line has trailing spaces. 76

net/sf/mmapps/modules/config/dumper/package.html

ErrorLine
Error Missing package documentation file.0