Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Errors
4 96

Files

Files Errors
ies/io/src/java/org/mrd/jelly/io/FileWriterTag.java 18
ies/io/src/java/org/mrd/jelly/io/IOTagLibrary.java 11
ies/io/src/java/org/mrd/jelly/io/PrintLnTag.java 34
ies/io/src/java/org/mrd/jelly/io/PrintTag.java 33

ies/io/src/java/org/mrd/jelly/io/FileWriterTag.java

Error Line
Avoid using the '.*' form of import. 9
'{' is not preceeded with whitespace. 18
method is missing a Javadoc comment. 29
'if' construct must use '{}'s. 33
'if' construct must use '{}'s. 36
'try' is not followed by whitespace. 39
'{' is not preceeded with whitespace. 39
'+' is not preceeded with whitespace. 42
line longer than 80 characters 43
'+' is not preceeded with whitespace. 43
'+' is not preceeded with whitespace. 45
'+' is not followed by whitespace. 45
',' needs to be followed by whitespace. 48
'}' is not followed by whitespace. 50
'catch' is not preceeded with whitespace. 50
'catch' is not followed by whitespace. 50
'{' is not preceeded with whitespace. 50
',' needs to be followed by whitespace. 51

ies/io/src/java/org/mrd/jelly/io/IOTagLibrary.java

Error Line
Avoid using the '.*' form of import. 26
Avoid using the '.*' form of import. 27
'{' is not preceeded with whitespace. 33
'(' is followed by whitespace. 40
')' is preceeded by whitespace. 40
line contains a tab character 41
'(' is followed by whitespace. 41
')' is preceeded by whitespace. 41
line contains a tab character 42
'(' is followed by whitespace. 42
')' is preceeded by whitespace. 42

ies/io/src/java/org/mrd/jelly/io/PrintLnTag.java

Error Line
line contains a tab character 23
variable 'var' missing Javadoc. 23
line contains a tab character 25
line longer than 80 characters 26
line contains a tab character 26
line contains a tab character 27
line contains a tab character 28
method is missing a Javadoc comment. 28
line contains a tab character 29
'if' construct must use '{}'s. 31
line contains a tab character 31
line contains a tab character 32
line contains a tab character 34
line contains a tab character 35
line contains a tab character 36
line contains a tab character 37
line contains a tab character 38
line contains a tab character 39
line contains a tab character 40
line contains a tab character 41
line contains a tab character 43
line contains a tab character 44
line contains a tab character 45
Expected an @return tag. 46
line contains a tab character 46
line contains a tab character 47
line contains a tab character 48
line contains a tab character 50
line contains a tab character 51
line contains a tab character 52
line contains a tab character 53
Expected @param tag for 'string'. 53
line contains a tab character 54
line contains a tab character 55

ies/io/src/java/org/mrd/jelly/io/PrintTag.java

Error Line
line contains a tab character 23
variable 'var' missing Javadoc. 23
line contains a tab character 25
line longer than 80 characters 26
line contains a tab character 26
line contains a tab character 27
line contains a tab character 28
method is missing a Javadoc comment. 28
line contains a tab character 29
'if' construct must use '{}'s. 31
line contains a tab character 31
line contains a tab character 32
line contains a tab character 34
line contains a tab character 35
line contains a tab character 36
line contains a tab character 37
line contains a tab character 38
line contains a tab character 39
line contains a tab character 40
line contains a tab character 42
line contains a tab character 43
line contains a tab character 44
Expected an @return tag. 45
line contains a tab character 45
line contains a tab character 46
line contains a tab character 47
line contains a tab character 49
line contains a tab character 50
line contains a tab character 51
line contains a tab character 52
Expected @param tag for 'string'. 52
line contains a tab character 53
line contains a tab character 54