Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Errors
7 157

Files

Files Errors
ies/random/src/java/org/mrd/jelly/random/Beta.java 47
ies/random/src/java/org/mrd/jelly/random/DistributionTagBase.java 40
ies/random/src/java/org/mrd/jelly/random/Gamma.java 13
ies/random/src/java/org/mrd/jelly/random/MersenneTwister.java 19
ies/random/src/java/org/mrd/jelly/random/Normal.java 14
ies/random/src/java/org/mrd/jelly/random/RandomTagLibrary.java 12
ies/random/src/java/org/mrd/jelly/random/Uniform.java 12

ies/random/src/java/org/mrd/jelly/random/Beta.java

Error Line
Avoid using the '.*' form of import. 25
Avoid using the '.*' form of import. 26
type Javadoc comment is missing an @author tag. 46
variable 'setByMean' missing Javadoc. 60
Unused @throws tag for 'BuildException'. 66
Expected @param tag for 'xMLOutput'. 68
Expected @throws tag for 'MissingAttributeException'. 69
Expected @throws tag for 'JellyTagException'. 70
'if' construct must use '{}'s. 72
'if' is not followed by whitespace. 75
'{' is not preceeded with whitespace. 75
'if' construct must use '{}'s. 76
'if' is not followed by whitespace. 76
'if' construct must use '{}'s. 79
'if' is not followed by whitespace. 79
'if' construct must use '{}'s. 82
'if' is not followed by whitespace. 82
'if' construct must use '{}'s. 85
'if' is not followed by whitespace. 85
'}' is not followed by whitespace. 88
'else' is not preceeded with whitespace. 88
'else' is not followed by whitespace. 88
'{' is not preceeded with whitespace. 88
'if' construct must use '{}'s. 90
'if' is not followed by whitespace. 90
'if' construct must use '{}'s. 93
'if' is not followed by whitespace. 93
'if' construct must use '{}'s. 96
'if' is not followed by whitespace. 96
'if' construct must use '{}'s. 99
'if' is not followed by whitespace. 99
'if' is not followed by whitespace. 103
'{' is not preceeded with whitespace. 103
line longer than 80 characters 104
',' needs to be followed by whitespace. 104
',' needs to be followed by whitespace. 104
',' needs to be followed by whitespace. 104
',' needs to be followed by whitespace. 104
'}' is not followed by whitespace. 105
'else' is not preceeded with whitespace. 105
'else' is not followed by whitespace. 105
'{' is not preceeded with whitespace. 105
line longer than 80 characters 106
',' needs to be followed by whitespace. 106
',' needs to be followed by whitespace. 106
',' needs to be followed by whitespace. 106
',' needs to be followed by whitespace. 106

ies/random/src/java/org/mrd/jelly/random/DistributionTagBase.java

Error Line
Avoid using the '.*' form of import. 26
Avoid using the '.*' form of import. 28
line longer than 80 characters 42
line contains a tab character 42
line contains a tab character 43
line contains a tab character 44
line contains a tab character 45
Expected @param tag for 'xMLOutput'. 45
line contains a tab character 46
Expected @throws tag for 'MissingAttributeException'. 46
line contains a tab character 47
Expected @throws tag for 'JellyTagException'. 47
line contains a tab character 49
line contains a tab character 51
line contains a tab character 53
line contains a tab character 55
line contains a tab character 57
method is missing a Javadoc comment. 57
line contains a tab character 58
line contains a tab character 59
line contains a tab character 61
line contains a tab character 63
method is missing a Javadoc comment. 63
line contains a tab character 64
line contains a tab character 65
line contains a tab character 67
line contains a tab character 68
line contains a tab character 70
method is missing a Javadoc comment. 70
line contains a tab character 71
line contains a tab character 72
line contains a tab character 74
line contains a tab character 75
method is missing a Javadoc comment. 76
'if' is not followed by whitespace. 77
'{' is not preceeded with whitespace. 77
'}' is not followed by whitespace. 79
'else' is not preceeded with whitespace. 79
'else' is not followed by whitespace. 79
'{' is not preceeded with whitespace. 79

ies/random/src/java/org/mrd/jelly/random/Gamma.java

Error Line
Avoid using the '.*' form of import. 26
Unused @throws tag for 'BuildException'. 48
Expected @param tag for 'xMLOutput'. 50
Expected @throws tag for 'MissingAttributeException'. 51
Expected @throws tag for 'JellyTagException'. 52
'if' construct must use '{}'s. 55
'if' construct must use '{}'s. 58
'if' is not followed by whitespace. 58
'if' construct must use '{}'s. 61
'if' is not followed by whitespace. 61
line longer than 80 characters 64
',' needs to be followed by whitespace. 64
',' needs to be followed by whitespace. 64

ies/random/src/java/org/mrd/jelly/random/MersenneTwister.java

Error Line
Avoid using the '.*' form of import. 25
line contains a tab character 40
Unused @throws tag for 'BuildException'. 42
Expected @param tag for 'xMLOutput'. 44
Expected @throws tag for 'MissingAttributeException'. 45
Expected @throws tag for 'JellyTagException'. 46
'if' construct must use '{}'s. 48
line contains a tab character 51
'if' is not followed by whitespace. 53
'{' is not preceeded with whitespace. 53
line longer than 80 characters 54
',' needs to be followed by whitespace. 54
cast needs to be followed by whitespace. 54
'}' is not followed by whitespace. 55
'else' is not preceeded with whitespace. 55
'else' is not followed by whitespace. 55
'{' is not preceeded with whitespace. 55
line longer than 80 characters 56
',' needs to be followed by whitespace. 56

ies/random/src/java/org/mrd/jelly/random/Normal.java

Error Line
Avoid using the '.*' form of import. 25
Unused @throws tag for 'BuildException'. 45
Expected @param tag for 'xMLOutput'. 47
Expected @throws tag for 'MissingAttributeException'. 48
Expected @throws tag for 'JellyTagException'. 49
'if' construct must use '{}'s. 51
'if' construct must use '{}'s. 54
'if' is not followed by whitespace. 54
'if' construct must use '{}'s. 57
'if' is not followed by whitespace. 57
line longer than 80 characters 60
',' needs to be followed by whitespace. 60
',' needs to be followed by whitespace. 60
',' needs to be followed by whitespace. 60

ies/random/src/java/org/mrd/jelly/random/RandomTagLibrary.java

Error Line
Avoid using the '.*' form of import. 26
Avoid using the '.*' form of import. 27
'{' is not preceeded with whitespace. 33
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 36
'(' is followed by whitespace. 41
')' is preceeded by whitespace. 41
'(' is followed by whitespace. 42
')' is preceeded by whitespace. 42
'(' is followed by whitespace. 43
')' is preceeded by whitespace. 43
'(' is followed by whitespace. 44
')' is preceeded by whitespace. 44

ies/random/src/java/org/mrd/jelly/random/Uniform.java

Error Line
Avoid using the '.*' form of import. 25
Unused @throws tag for 'BuildException'. 46
Expected @param tag for 'xMLOutput'. 48
Expected @throws tag for 'MissingAttributeException'. 49
Expected @throws tag for 'JellyTagException'. 50
'if' construct must use '{}'s. 53
'if' construct must use '{}'s. 56
'if' is not followed by whitespace. 56
line longer than 80 characters 59
',' needs to be followed by whitespace. 59
',' needs to be followed by whitespace. 59
',' needs to be followed by whitespace. 59