Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Errors
16 1058

Files

Files Errors
c/java/org/mrd/analysis/RunningBasicStatistics.java 54
c/java/org/mrd/event/ModelEventListener.java 3
c/java/org/mrd/event/ModelEventSource.java 6
c/java/org/mrd/random/Bernoulli.java 34
c/java/org/mrd/random/LimitedBeta.java 78
c/java/org/mrd/random/LimitedGamma.java 26
c/java/org/mrd/random/Test.java 73
c/java/org/mrd/repast/control/ThinController.java 123
c/java/org/mrd/repast/landscape/Landscape.java 124
c/java/org/mrd/repast/landscape/LandscapeAgent.java 10
c/java/org/mrd/repast/util/ArrayPropertyDescriptor.java 14
c/java/org/mrd/repast/util/ArrayWidget.java 437
c/java/org/mrd/repast/util/MoreArrays.java 41
c/java/org/mrd/repast/util/ObjectEditor.java 8
c/java/org/mrd/repast/util/PropertiesFileReader.java 13
c/java/org/mrd/repast/util/StringUtils.java 14

c/java/org/mrd/analysis/RunningBasicStatistics.java

Error Line
line longer than 80 characters 10
line contains a tab character 19
variable 'sum' missing Javadoc. 19
variable 'sum' must be private and have accessor methods. 19
line contains a tab character 21
variable 'sumsq' missing Javadoc. 21
variable 'sumsq' must be private and have accessor methods. 21
line contains a tab character 23
variable 'count' missing Javadoc. 23
variable 'count' must be private and have accessor methods. 23
line contains a tab character 25
line contains a tab character 26
line contains a tab character 27
line contains a tab character 29
method is missing a Javadoc comment. 29
line contains a tab character 30
line contains a tab character 31
line contains a tab character 33
method is missing a Javadoc comment. 33
line contains a tab character 34
line contains a tab character 35
line contains a tab character 37
method is missing a Javadoc comment. 37
line contains a tab character 38
line contains a tab character 39
line contains a tab character 41
method is missing a Javadoc comment. 41
line contains a tab character 42
line contains a tab character 43
line contains a tab character 44
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 @throws tag for 'java.lang.Exception'. 52
line contains a tab character 54
line contains a tab character 56
line contains a tab character 57
line contains a tab character 58
line contains a tab character 59
line contains a tab character 60
line contains a tab character 61
line contains a tab character 62
line contains a tab character 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 69
line contains a tab character 70
line contains a tab character 71

c/java/org/mrd/event/ModelEventListener.java

Error Line
Avoid using the '.*' form of import. 9
redundant 'public' modifier. 16
method is missing a Javadoc comment. 16

c/java/org/mrd/event/ModelEventSource.java

Error Line
Avoid using the '.*' form of import. 9
variable 'listeners' missing Javadoc. 16
variable 'listeners' must be private and have accessor methods. 16
method is missing a Javadoc comment. 23
method is missing a Javadoc comment. 27
cast needs to be followed by whitespace. 30

c/java/org/mrd/random/Bernoulli.java

Error Line
Avoid using the '.*' form of import. 25
'{' is not preceeded with whitespace. 34
variable 'successProbability' missing Javadoc. 36
variable 'successProbability' must be private and have accessor methods. 36
line longer than 80 characters 39
Expected @param tag for 'p'. 41
Expected @param tag for 'seed'. 41
line longer than 80 characters 47
Expected @param tag for 'p'. 49
Expected @param tag for 'randomGenerator'. 49
method is missing a Javadoc comment. 55
'if' construct must use '{}'s. 56
'if' is not followed by whitespace. 56
'else' construct must use '{}'s. 57
Expected an @return tag. 63
method is missing a Javadoc comment. 67
Unused @throws tag for 'OutOfBoundsException'. 74
line longer than 80 characters 77
'(' is followed by whitespace. 77
Expected @param tag for 'successProbability'. 77
')' is preceeded by whitespace. 77
Expected @throws tag for 'IndexOutOfBoundsException'. 77
'if' construct must use '{}'s. 78
'(' is followed by whitespace. 78
'(' is followed by whitespace. 78
')' is preceeded by whitespace. 78
'(' is followed by whitespace. 78
')' is preceeded by whitespace. 78
')' is preceeded by whitespace. 78
'else' construct must use '{}'s. 80
line longer than 80 characters 81
'(' is followed by whitespace. 81
'+' should be on a new line. 81
method is missing a Javadoc comment. 85

c/java/org/mrd/random/LimitedBeta.java

Error Line
'{' is not preceeded with whitespace. 13
line longer than 80 characters 16
Expected @param tag for 'alpha'. 16
Expected @param tag for 'beta'. 16
Expected @param tag for 'random'. 16
',' needs to be followed by whitespace. 17
',' needs to be followed by whitespace. 17
'if' construct must use '{}'s. 19
'if' is not followed by whitespace. 19
'if' construct must use '{}'s. 20
'if' is not followed by whitespace. 20
line longer than 80 characters 23
Expected @param tag for 'arg0'. 23
Expected @param tag for 'arg1'. 23
Expected @param tag for 'random'. 23
Expected @param tag for 'byMean'. 23
Expected @param tag for 'limitVariance'. 23
',' needs to be followed by whitespace. 24
',' needs to be followed by whitespace. 24
'if' is not followed by whitespace. 26
'{' is not preceeded with whitespace. 26
'if' is not followed by whitespace. 30
'{' is not preceeded with whitespace. 30
'if' is not followed by whitespace. 34
'{' is not preceeded with whitespace. 34
'if' is not followed by whitespace. 36
'{' is not preceeded with whitespace. 36
line longer than 80 characters 40
'if' is not followed by whitespace. 41
'{' is not preceeded with whitespace. 41
',' needs to be followed by whitespace. 42
'/' is not preceeded with whitespace. 42
'/' is not followed by whitespace. 42
',' needs to be followed by whitespace. 43
'-' is not preceeded with whitespace. 43
'-' is not followed by whitespace. 43
'-' is not preceeded with whitespace. 43
'-' is not followed by whitespace. 43
line longer than 80 characters 46
'(' is followed by whitespace. 46
'(' is followed by whitespace. 46
')' is preceeded by whitespace. 46
'(' is followed by whitespace. 46
')' is preceeded by whitespace. 46
')' is preceeded by whitespace. 46
line longer than 80 characters 47
'-' is not preceeded with whitespace. 47
'-' is not followed by whitespace. 47
'(' is followed by whitespace. 47
'(' is followed by whitespace. 47
')' is preceeded by whitespace. 47
'(' is followed by whitespace. 47
')' is preceeded by whitespace. 47
')' is preceeded by whitespace. 47
line longer than 80 characters 49
',' needs to be followed by whitespace. 49
',' needs to be followed by whitespace. 49
',' needs to be followed by whitespace. 49
'}' is not followed by whitespace. 50
'else' is not preceeded with whitespace. 50
'else' is not followed by whitespace. 50
'{' is not preceeded with whitespace. 50
',' needs to be followed by whitespace. 51
'/' is not preceeded with whitespace. 73
'/' is not followed by whitespace. 73
'*' is not preceeded with whitespace. 87
'*' is not followed by whitespace. 87
'/' is not preceeded with whitespace. 87
'/' is not followed by whitespace. 87
'+' is not preceeded with whitespace. 87
'+' is not followed by whitespace. 87
'+' is not preceeded with whitespace. 87
'+' is not followed by whitespace. 87
'*' is not preceeded with whitespace. 87
'*' is not followed by whitespace. 87
'+' is not preceeded with whitespace. 87
'+' is not followed by whitespace. 87
',' needs to be followed by whitespace. 87

c/java/org/mrd/random/LimitedGamma.java

Error Line
'{' is not preceeded with whitespace. 13
line longer than 80 characters 16
Expected @param tag for 'alpha'. 16
Expected @param tag for 'lambda'. 16
Expected @param tag for 'random'. 16
',' needs to be followed by whitespace. 17
',' needs to be followed by whitespace. 17
line longer than 80 characters 20
Expected @param tag for 'arg0'. 20
Expected @param tag for 'arg1'. 20
Expected @param tag for 'random'. 20
Expected @param tag for 'byMean'. 20
Expected @param tag for 'limitVariance'. 20
',' needs to be followed by whitespace. 21
',' needs to be followed by whitespace. 21
'if' is not followed by whitespace. 23
'{' is not preceeded with whitespace. 23
'if' is not followed by whitespace. 27
'{' is not preceeded with whitespace. 27
'?' should be on a new line. 33
'*' is not preceeded with whitespace. 35
'*' is not followed by whitespace. 35
'/' is not preceeded with whitespace. 35
'/' is not followed by whitespace. 35
'?' should be on a new line. 40
'(' is followed by whitespace. 42

c/java/org/mrd/random/Test.java

Error Line
'=' is not followed by whitespace. 23
line longer than 80 characters 25
line longer than 80 characters 27
',' needs to be followed by whitespace. 27
',' needs to be followed by whitespace. 27
',' needs to be followed by whitespace. 27
',' needs to be followed by whitespace. 27
'for' is not followed by whitespace. 30
'{' is not preceeded with whitespace. 30
line longer than 80 characters 34
line longer than 80 characters 36
',' needs to be followed by whitespace. 36
',' needs to be followed by whitespace. 36
',' needs to be followed by whitespace. 36
',' needs to be followed by whitespace. 36
'for' is not followed by whitespace. 38
'{' is not preceeded with whitespace. 38
line longer than 80 characters 42
line longer than 80 characters 45
',' needs to be followed by whitespace. 45
',' needs to be followed by whitespace. 45
',' needs to be followed by whitespace. 45
',' needs to be followed by whitespace. 45
'for' is not followed by whitespace. 47
'{' is not preceeded with whitespace. 47
line longer than 80 characters 51
line longer than 80 characters 53
',' needs to be followed by whitespace. 53
',' needs to be followed by whitespace. 53
',' needs to be followed by whitespace. 53
',' needs to be followed by whitespace. 53
'for' is not followed by whitespace. 55
'{' is not preceeded with whitespace. 55
line longer than 80 characters 59
line longer than 80 characters 62
',' needs to be followed by whitespace. 62
',' needs to be followed by whitespace. 62
',' needs to be followed by whitespace. 62
',' needs to be followed by whitespace. 62
'for' is not followed by whitespace. 64
'{' is not preceeded with whitespace. 64
line longer than 80 characters 68
line longer than 80 characters 70
',' needs to be followed by whitespace. 70
',' needs to be followed by whitespace. 70
',' needs to be followed by whitespace. 70
',' needs to be followed by whitespace. 70
'for' is not followed by whitespace. 72
'{' is not preceeded with whitespace. 72
line longer than 80 characters 76
line longer than 80 characters 78
',' needs to be followed by whitespace. 78
',' needs to be followed by whitespace. 78
',' needs to be followed by whitespace. 78
',' needs to be followed by whitespace. 78
'for' is not followed by whitespace. 80
'{' is not preceeded with whitespace. 80
line longer than 80 characters 84
line longer than 80 characters 86
',' needs to be followed by whitespace. 86
',' needs to be followed by whitespace. 86
',' needs to be followed by whitespace. 86
',' needs to be followed by whitespace. 86
'for' is not followed by whitespace. 88
'{' is not preceeded with whitespace. 88
line longer than 80 characters 92
line longer than 80 characters 93
',' needs to be followed by whitespace. 93
',' needs to be followed by whitespace. 93
',' needs to be followed by whitespace. 93
',' needs to be followed by whitespace. 93
'for' is not followed by whitespace. 95
'{' is not preceeded with whitespace. 95

c/java/org/mrd/repast/control/ThinController.java

Error Line
line contains a tab character 29
line contains a tab character 30
line longer than 80 characters 32
line contains a tab character 32
line longer than 80 characters 33
line contains a tab character 33
line contains a tab character 34
line contains a tab character 36
line longer than 80 characters 72
line longer than 80 characters 80
Avoid using the '.*' form of import. 102
line contains a tab character 113
variable 'log' missing Javadoc. 113
variable 'log' must be private and have accessor methods. 113
line contains a tab character 115
line contains a tab character 116
line contains a tab character 118
line contains a tab character 119
line contains a tab character 120
line contains a tab character 121
line contains a tab character 122
line contains a tab character 124
method is missing a Javadoc comment. 124
line contains a tab character 125
line contains a tab character 126
line contains a tab character 128
line longer than 80 characters 129
line contains a tab character 129
line longer than 80 characters 130
line contains a tab character 130
line contains a tab character 131
line contains a tab character 132
line longer than 80 characters 133
Unused @param tag for 'isGui'. 133
line contains a tab character 133
line contains a tab character 134
line contains a tab character 135
line contains a tab character 136
Expected @param tag for 'gUI'. 136
line contains a tab character 137
line contains a tab character 138
line contains a tab character 139
line contains a tab character 141
method is missing a Javadoc comment. 141
line contains a tab character 142
line contains a tab character 143
line contains a tab character 144
line contains a tab character 145
line contains a tab character 148
method is missing a Javadoc comment. 148
line contains a tab character 149
line contains a tab character 150
line contains a tab character 151
line contains a tab character 152
line contains a tab character 153
line contains a tab character 154
Empty catch block. 154
line contains a tab character 155
line contains a tab character 156
line contains a tab character 157
line contains a tab character 158
line contains a tab character 159
line contains a tab character 160
line contains a tab character 162
line contains a tab character 163
line contains a tab character 164
line contains a tab character 165
line contains a tab character 166
line contains a tab character 167
line contains a tab character 168
line contains a tab character 169
line contains a tab character 170
line contains a tab character 171
line contains a tab character 172
line contains a tab character 173
line contains a tab character 174
line contains a tab character 176
line contains a tab character 178
line contains a tab character 180
method is missing a Javadoc comment. 180
line contains a tab character 181
line contains a tab character 183
line contains a tab character 184
line contains a tab character 185
line contains a tab character 186
line contains a tab character 187
Expected @param tag for 'evt'. 187
line contains a tab character 188
line contains a tab character 189
line contains a tab character 190
line contains a tab character 191
line contains a tab character 192
line contains a tab character 193
line contains a tab character 194
line contains a tab character 195
line contains a tab character 197
line contains a tab character 198
line contains a tab character 199
line contains a tab character 200
line contains a tab character 201
line contains a tab character 202
line contains a tab character 204
line contains a tab character 205
line contains a tab character 206
line contains a tab character 207
line contains a tab character 208
line contains a tab character 209
line contains a tab character 211
method is missing a Javadoc comment. 211
line contains a tab character 212
line contains a tab character 213
line contains a tab character 215
line contains a tab character 216
line contains a tab character 217
line contains a tab character 218
line contains a tab character 219
line contains a tab character 220
line contains a tab character 222
line contains a tab character 223
line contains a tab character 224
line contains a tab character 225
line contains a tab character 226
line contains a tab character 227

c/java/org/mrd/repast/landscape/Landscape.java

Error Line
Avoid using the '.*' form of import. 24
Avoid using the '.*' form of import. 25
Avoid using the '.*' form of import. 26
Avoid using the '.*' form of import. 27
Avoid using the '.*' form of import. 28
line longer than 80 characters 31
line longer than 80 characters 32
line longer than 80 characters 36
'{' is not preceeded with whitespace. 46
variable 'log' missing Javadoc. 48
variable 'log' must be private and have accessor methods. 48
variable 'agentGrid' must be private and have accessor methods. 52
variable 'habitatGrid' must be private and have accessor methods. 56
variable 'agents' must be private and have accessor methods. 63
line longer than 80 characters 65
variable 'birthQueue' must be private and have accessor methods. 68
Unused @param tag for 'model'. 74
Unused @param tag for 'title'. 75
line longer than 80 characters 76
'try' is not followed by whitespace. 83
'{' is not preceeded with whitespace. 83
'+' is not preceeded with whitespace. 85
'+' is not followed by whitespace. 85
'}' is not followed by whitespace. 86
'catch' is not preceeded with whitespace. 86
'catch' is not followed by whitespace. 86
'{' is not preceeded with whitespace. 86
line longer than 80 characters 93
line longer than 80 characters 101
'try' is not followed by whitespace. 105
'{' is not preceeded with whitespace. 105
cast needs to be followed by whitespace. 107
'if' is not followed by whitespace. 108
'{' is not preceeded with whitespace. 108
',' needs to be followed by whitespace. 110
'if' is not followed by whitespace. 111
'{' is not preceeded with whitespace. 111
'}' is not followed by whitespace. 116
'catch' is not preceeded with whitespace. 116
'catch' is not followed by whitespace. 116
'{' is not preceeded with whitespace. 116
',' needs to be followed by whitespace. 117
line longer than 80 characters 124
'{' is not preceeded with whitespace. 126
'try' is not followed by whitespace. 127
'{' is not preceeded with whitespace. 127
'}' is not followed by whitespace. 129
'catch' is not preceeded with whitespace. 129
'catch' is not followed by whitespace. 129
'{' is not preceeded with whitespace. 129
line longer than 80 characters 130
'+' is not followed by whitespace. 130
'+' is not preceeded with whitespace. 130
'+' is not followed by whitespace. 130
'+' is not followed by whitespace. 130
'+' is not preceeded with whitespace. 130
'+' is not followed by whitespace. 130
'{' is not preceeded with whitespace. 141
'try' is not followed by whitespace. 144
'{' is not preceeded with whitespace. 144
'}' is not followed by whitespace. 146
'catch' is not preceeded with whitespace. 146
'catch' is not followed by whitespace. 146
'{' is not preceeded with whitespace. 146
line longer than 80 characters 147
'+' is not followed by whitespace. 147
'+' is not preceeded with whitespace. 147
'+' is not followed by whitespace. 147
'+' is not followed by whitespace. 147
'+' is not preceeded with whitespace. 147
'+' is not followed by whitespace. 147
Expected @param tag for 'x'. 158
Expected @param tag for 'y'. 158
'{' is not preceeded with whitespace. 158
cast needs to be followed by whitespace. 159
',' needs to be followed by whitespace. 159
line longer than 80 characters 166
Expected @param tag for 'x'. 166
Expected @param tag for 'y'. 166
Expected @throws tag for 'Exception'. 166
'{' is not preceeded with whitespace. 166
'if' is not followed by whitespace. 169
',' needs to be followed by whitespace. 169
'{' is not preceeded with whitespace. 169
line longer than 80 characters 174
cast needs to be followed by whitespace. 174
',' needs to be followed by whitespace. 174
'if' is not followed by whitespace. 176
'{' is not preceeded with whitespace. 176
',' needs to be followed by whitespace. 177
',' needs to be followed by whitespace. 177
',' needs to be followed by whitespace. 178
',' needs to be followed by whitespace. 178
Unused @param tag for 'agent'. 188
line longer than 80 characters 189
parameter 'old_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. 189
Expected @param tag for 'old_x'. 189
parameter 'old_y' must match pattern '^[a-z][a-zA-Z0-9]*$'. 189
Expected @param tag for 'old_y'. 189
Expected @param tag for 'x'. 189
Expected @param tag for 'y'. 189
Expected @throws tag for 'Exception'. 189
'{' is not preceeded with whitespace. 189
'if' is not followed by whitespace. 192
',' needs to be followed by whitespace. 192
'{' is not preceeded with whitespace. 192
line longer than 80 characters 197
cast needs to be followed by whitespace. 197
',' needs to be followed by whitespace. 197
'if' is not followed by whitespace. 199
'{' is not preceeded with whitespace. 199
',' needs to be followed by whitespace. 200
',' needs to be followed by whitespace. 200
',' needs to be followed by whitespace. 201
',' needs to be followed by whitespace. 201
Expected @param tag for 'x'. 211
Expected @param tag for 'y'. 211
Expected @throws tag for 'Exception'. 211
'{' is not preceeded with whitespace. 211
'if' is not followed by whitespace. 214
',' needs to be followed by whitespace. 214
'{' is not preceeded with whitespace. 214
',' needs to be followed by whitespace. 222
',' needs to be followed by whitespace. 222

c/java/org/mrd/repast/landscape/LandscapeAgent.java

Error Line
Avoid using the '.*' form of import. 24
'{' is not preceeded with whitespace. 32
line longer than 80 characters 34
line longer than 80 characters 39
variable 'x' must be private and have accessor methods. 45
variable 'y' must be private and have accessor methods. 48
variable 'stage' must be private and have accessor methods. 51
variable 'landscape' must be private and have accessor methods. 54
method is missing a Javadoc comment. 56
'{' is not preceeded with whitespace. 56

c/java/org/mrd/repast/util/ArrayPropertyDescriptor.java

Error Line
Avoid using the '.*' form of import. 26
'{' is not preceeded with whitespace. 32
variable 'widget' missing Javadoc. 34
Expected @param tag for 'name'. 37
Expected @param tag for 'data'. 37
',' needs to be followed by whitespace. 40
',' needs to be followed by whitespace. 41
line longer than 80 characters 45
Expected @param tag for 'name'. 45
Expected @param tag for 'data'. 45
Expected @param tag for 'editor'. 45
',' needs to be followed by whitespace. 48
',' needs to be followed by whitespace. 49
method is missing a Javadoc comment. 53

c/java/org/mrd/repast/util/ArrayWidget.java

Error Line
Avoid using the '.*' form of import. 26
Avoid using the '.*' form of import. 27
Avoid using the '.*' form of import. 28
Avoid using the '.*' form of import. 29
Avoid using the '.*' form of import. 30
line longer than 80 characters 36
variable 'listeners' missing Javadoc. 38
variable 'propertyName' missing Javadoc. 40
variable 'propertyName' must be private and have accessor methods. 40
variable 'table' missing Javadoc. 42
variable 'table' must be private and have accessor methods. 42
variable 'model' missing Javadoc. 44
variable 'model' must be private and have accessor methods. 44
line longer than 80 characters 46
variable 'add' missing Javadoc. 46
variable 'add' must be private and have accessor methods. 46
line longer than 80 characters 48
variable 'remove' missing Javadoc. 48
variable 'remove' must be private and have accessor methods. 48
Expected @param tag for 'obj'. 51
',' needs to be followed by whitespace. 59
',' needs to be followed by whitespace. 60
',' needs to be followed by whitespace. 62
',' needs to be followed by whitespace. 63
',' needs to be followed by whitespace. 84
method is missing a Javadoc comment. 90
'{' is not preceeded with whitespace. 90
'if' is not followed by whitespace. 94
'{' is not preceeded with whitespace. 94
cast needs to be followed by whitespace. 95
',' needs to be followed by whitespace. 97
',' needs to be followed by whitespace. 97
',' needs to be followed by whitespace. 97
',' needs to be followed by whitespace. 97
cast needs to be followed by whitespace. 98
'}' is not followed by whitespace. 99
'else' is not preceeded with whitespace. 99
'if' is not followed by whitespace. 99
'{' is not preceeded with whitespace. 99
cast needs to be followed by whitespace. 100
',' needs to be followed by whitespace. 102
',' needs to be followed by whitespace. 102
',' needs to be followed by whitespace. 102
',' needs to be followed by whitespace. 102
cast needs to be followed by whitespace. 103
'}' is not followed by whitespace. 104
'else' is not preceeded with whitespace. 104
'if' is not followed by whitespace. 104
'{' is not preceeded with whitespace. 104
cast needs to be followed by whitespace. 105
',' needs to be followed by whitespace. 107
',' needs to be followed by whitespace. 107
',' needs to be followed by whitespace. 107
',' needs to be followed by whitespace. 107
cast needs to be followed by whitespace. 108
'}' is not followed by whitespace. 109
'else' is not preceeded with whitespace. 109
'if' is not followed by whitespace. 109
'{' is not preceeded with whitespace. 109
cast needs to be followed by whitespace. 110
',' needs to be followed by whitespace. 112
',' needs to be followed by whitespace. 112
',' needs to be followed by whitespace. 112
',' needs to be followed by whitespace. 112
cast needs to be followed by whitespace. 113
'}' is not followed by whitespace. 114
'else' is not preceeded with whitespace. 114
'if' is not followed by whitespace. 114
'{' is not preceeded with whitespace. 114
cast needs to be followed by whitespace. 115
',' needs to be followed by whitespace. 117
',' needs to be followed by whitespace. 117
',' needs to be followed by whitespace. 117
',' needs to be followed by whitespace. 117
cast needs to be followed by whitespace. 118
'}' is not followed by whitespace. 119
'else' is not preceeded with whitespace. 119
'if' is not followed by whitespace. 119
'{' is not preceeded with whitespace. 119
cast needs to be followed by whitespace. 120
',' needs to be followed by whitespace. 122
',' needs to be followed by whitespace. 122
',' needs to be followed by whitespace. 122
',' needs to be followed by whitespace. 122
cast needs to be followed by whitespace. 123
'}' is not followed by whitespace. 124
'else' is not preceeded with whitespace. 124
'if' is not followed by whitespace. 124
'{' is not preceeded with whitespace. 124
cast needs to be followed by whitespace. 125
',' needs to be followed by whitespace. 127
',' needs to be followed by whitespace. 127
',' needs to be followed by whitespace. 127
',' needs to be followed by whitespace. 127
cast needs to be followed by whitespace. 128
'}' is not followed by whitespace. 129
'else' is not preceeded with whitespace. 129
'if' is not followed by whitespace. 129
'{' is not preceeded with whitespace. 129
cast needs to be followed by whitespace. 130
',' needs to be followed by whitespace. 132
',' needs to be followed by whitespace. 132
',' needs to be followed by whitespace. 132
',' needs to be followed by whitespace. 132
cast needs to be followed by whitespace. 133
'}' is not followed by whitespace. 134
'else' is not preceeded with whitespace. 134
'else' is not followed by whitespace. 134
'{' is not preceeded with whitespace. 134
cast needs to be followed by whitespace. 136
line longer than 80 characters 137
cast needs to be followed by whitespace. 137
',' needs to be followed by whitespace. 137
',' needs to be followed by whitespace. 138
',' needs to be followed by whitespace. 138
',' needs to be followed by whitespace. 138
',' needs to be followed by whitespace. 138
cast needs to be followed by whitespace. 139
method is missing a Javadoc comment. 145
'{' is not preceeded with whitespace. 145
'if' is not followed by whitespace. 148
'{' is not preceeded with whitespace. 148
cast needs to be followed by whitespace. 149
',' needs to be followed by whitespace. 151
',' needs to be followed by whitespace. 151
',' needs to be followed by whitespace. 151
',' needs to be followed by whitespace. 151
cast needs to be followed by whitespace. 152
'}' is not followed by whitespace. 153
'else' is not preceeded with whitespace. 153
'if' is not followed by whitespace. 153
'{' is not preceeded with whitespace. 153
cast needs to be followed by whitespace. 154
line longer than 80 characters 155
',' needs to be followed by whitespace. 156
',' needs to be followed by whitespace. 156
',' needs to be followed by whitespace. 156
',' needs to be followed by whitespace. 156
cast needs to be followed by whitespace. 157
'}' is not followed by whitespace. 158
'else' is not preceeded with whitespace. 158
'if' is not followed by whitespace. 158
'{' is not preceeded with whitespace. 158
cast needs to be followed by whitespace. 159
line longer than 80 characters 160
',' needs to be followed by whitespace. 161
',' needs to be followed by whitespace. 161
',' needs to be followed by whitespace. 161
',' needs to be followed by whitespace. 161
cast needs to be followed by whitespace. 162
'}' is not followed by whitespace. 163
'else' is not preceeded with whitespace. 163
'if' is not followed by whitespace. 163
'{' is not preceeded with whitespace. 163
cast needs to be followed by whitespace. 164
line longer than 80 characters 165
',' needs to be followed by whitespace. 166
',' needs to be followed by whitespace. 166
',' needs to be followed by whitespace. 166
',' needs to be followed by whitespace. 166
cast needs to be followed by whitespace. 167
'}' is not followed by whitespace. 168
'else' is not preceeded with whitespace. 168
'if' is not followed by whitespace. 168
'{' is not preceeded with whitespace. 168
cast needs to be followed by whitespace. 169
line longer than 80 characters 170
',' needs to be followed by whitespace. 171
',' needs to be followed by whitespace. 171
',' needs to be followed by whitespace. 171
',' needs to be followed by whitespace. 171
cast needs to be followed by whitespace. 172
'}' is not followed by whitespace. 173
'else' is not preceeded with whitespace. 173
'if' is not followed by whitespace. 173
'{' is not preceeded with whitespace. 173
cast needs to be followed by whitespace. 174
line longer than 80 characters 175
',' needs to be followed by whitespace. 176
',' needs to be followed by whitespace. 176
',' needs to be followed by whitespace. 176
',' needs to be followed by whitespace. 176
cast needs to be followed by whitespace. 177
'}' is not followed by whitespace. 178
'else' is not preceeded with whitespace. 178
'if' is not followed by whitespace. 178
'{' is not preceeded with whitespace. 178
cast needs to be followed by whitespace. 179
line longer than 80 characters 180
',' needs to be followed by whitespace. 181
',' needs to be followed by whitespace. 181
',' needs to be followed by whitespace. 181
',' needs to be followed by whitespace. 181
cast needs to be followed by whitespace. 182
'}' is not followed by whitespace. 183
'else' is not preceeded with whitespace. 183
'if' is not followed by whitespace. 183
'{' is not preceeded with whitespace. 183
cast needs to be followed by whitespace. 184
line longer than 80 characters 185
',' needs to be followed by whitespace. 186
',' needs to be followed by whitespace. 186
',' needs to be followed by whitespace. 186
',' needs to be followed by whitespace. 186
cast needs to be followed by whitespace. 187
'}' is not followed by whitespace. 188
'else' is not preceeded with whitespace. 188
'else' is not followed by whitespace. 188
'{' is not preceeded with whitespace. 188
cast needs to be followed by whitespace. 189
line longer than 80 characters 190
cast needs to be followed by whitespace. 190
',' needs to be followed by whitespace. 190
',' needs to be followed by whitespace. 191
',' needs to be followed by whitespace. 191
',' needs to be followed by whitespace. 191
',' needs to be followed by whitespace. 191
cast needs to be followed by whitespace. 192
method is missing a Javadoc comment. 199
method is missing a Javadoc comment. 203
method is missing a Javadoc comment. 207
method is missing a Javadoc comment. 211
method is missing a Javadoc comment. 216
method is missing a Javadoc comment. 220
method is missing a Javadoc comment. 227
method is missing a Javadoc comment. 231
cast needs to be followed by whitespace. 234
cast needs to be followed by whitespace. 238
type is missing a Javadoc comment. 257
'{' is not preceeded with whitespace. 257
variable 'data' missing Javadoc. 259
method is missing a Javadoc comment. 264
'{' is not preceeded with whitespace. 264
method is missing a Javadoc comment. 268
'{' is not preceeded with whitespace. 268
method is missing a Javadoc comment. 272
'if' is not followed by whitespace. 273
'{' is not preceeded with whitespace. 273
'if' is not followed by whitespace. 274
'{' is not preceeded with whitespace. 274
cast needs to be followed by whitespace. 275
'}' is not followed by whitespace. 276
'else' is not preceeded with whitespace. 276
'if' is not followed by whitespace. 276
'{' is not preceeded with whitespace. 276
cast needs to be followed by whitespace. 277
'}' is not followed by whitespace. 278
'else' is not preceeded with whitespace. 278
'if' is not followed by whitespace. 278
'{' is not preceeded with whitespace. 278
cast needs to be followed by whitespace. 279
'}' is not followed by whitespace. 280
'else' is not preceeded with whitespace. 280
'if' is not followed by whitespace. 280
'{' is not preceeded with whitespace. 280
cast needs to be followed by whitespace. 281
'}' is not followed by whitespace. 282
'else' is not preceeded with whitespace. 282
'if' is not followed by whitespace. 282
'{' is not preceeded with whitespace. 282
cast needs to be followed by whitespace. 283
'}' is not followed by whitespace. 284
'else' is not preceeded with whitespace. 284
'if' is not followed by whitespace. 284
'{' is not preceeded with whitespace. 284
cast needs to be followed by whitespace. 285
'}' is not followed by whitespace. 286
'else' is not preceeded with whitespace. 286
'if' is not followed by whitespace. 286
'{' is not preceeded with whitespace. 286
cast needs to be followed by whitespace. 287
'}' is not followed by whitespace. 288
'else' is not preceeded with whitespace. 288
'if' is not followed by whitespace. 288
'{' is not preceeded with whitespace. 288
cast needs to be followed by whitespace. 289
'}' is not followed by whitespace. 290
'else' is not preceeded with whitespace. 290
'else' is not followed by whitespace. 290
'{' is not preceeded with whitespace. 290
cast needs to be followed by whitespace. 291
'}' is not followed by whitespace. 293
'else' is not preceeded with whitespace. 293
'else' is not followed by whitespace. 293
'{' is not preceeded with whitespace. 293
method is missing a Javadoc comment. 298
method is missing a Javadoc comment. 302
'{' is not preceeded with whitespace. 302
method is missing a Javadoc comment. 306
'if' is not followed by whitespace. 308
'{' is not preceeded with whitespace. 308
cast needs to be followed by whitespace. 309
'}' is not followed by whitespace. 310
'else' is not preceeded with whitespace. 310
'if' is not followed by whitespace. 310
'{' is not preceeded with whitespace. 310
cast needs to be followed by whitespace. 311
'}' is not followed by whitespace. 312
'else' is not preceeded with whitespace. 312
'if' is not followed by whitespace. 312
'{' is not preceeded with whitespace. 312
cast needs to be followed by whitespace. 313
'}' is not followed by whitespace. 314
'else' is not preceeded with whitespace. 314
'if' is not followed by whitespace. 314
'{' is not preceeded with whitespace. 314
cast needs to be followed by whitespace. 315
'}' is not followed by whitespace. 316
'else' is not preceeded with whitespace. 316
'if' is not followed by whitespace. 316
'{' is not preceeded with whitespace. 316
cast needs to be followed by whitespace. 317
'}' is not followed by whitespace. 318
'else' is not preceeded with whitespace. 318
'if' is not followed by whitespace. 318
'{' is not preceeded with whitespace. 318
cast needs to be followed by whitespace. 319
'}' is not followed by whitespace. 320
'else' is not preceeded with whitespace. 320
'if' is not followed by whitespace. 320
'{' is not preceeded with whitespace. 320
cast needs to be followed by whitespace. 321
'}' is not followed by whitespace. 322
'else' is not preceeded with whitespace. 322
'if' is not followed by whitespace. 322
'{' is not preceeded with whitespace. 322
cast needs to be followed by whitespace. 323
'}' is not followed by whitespace. 324
'else' is not preceeded with whitespace. 324
'if' is not followed by whitespace. 324
'{' is not preceeded with whitespace. 324
cast needs to be followed by whitespace. 325
'}' is not followed by whitespace. 326
'else' is not preceeded with whitespace. 326
'else' is not followed by whitespace. 326
'{' is not preceeded with whitespace. 326
cast needs to be followed by whitespace. 327
method is missing a Javadoc comment. 335
'try' is not followed by whitespace. 336
'{' is not preceeded with whitespace. 336
'if' is not followed by whitespace. 337
'{' is not preceeded with whitespace. 337
cast needs to be followed by whitespace. 338
cast needs to be followed by whitespace. 338
'}' is not followed by whitespace. 339
'else' is not preceeded with whitespace. 339
'if' is not followed by whitespace. 339
'{' is not preceeded with whitespace. 339
cast needs to be followed by whitespace. 340
cast needs to be followed by whitespace. 340
'}' is not followed by whitespace. 341
'else' is not preceeded with whitespace. 341
'if' is not followed by whitespace. 341
'{' is not preceeded with whitespace. 341
cast needs to be followed by whitespace. 342
cast needs to be followed by whitespace. 342
'}' is not followed by whitespace. 343
'else' is not preceeded with whitespace. 343
'if' is not followed by whitespace. 343
'{' is not preceeded with whitespace. 343
cast needs to be followed by whitespace. 344
cast needs to be followed by whitespace. 344
'}' is not followed by whitespace. 345
'else' is not preceeded with whitespace. 345
'if' is not followed by whitespace. 345
'{' is not preceeded with whitespace. 345
cast needs to be followed by whitespace. 346
cast needs to be followed by whitespace. 346
'}' is not followed by whitespace. 347
'else' is not preceeded with whitespace. 347
'if' is not followed by whitespace. 347
'{' is not preceeded with whitespace. 347
cast needs to be followed by whitespace. 348
cast needs to be followed by whitespace. 348
'}' is not followed by whitespace. 349
'else' is not preceeded with whitespace. 349
'if' is not followed by whitespace. 349
'{' is not preceeded with whitespace. 349
cast needs to be followed by whitespace. 350
cast needs to be followed by whitespace. 350
'}' is not followed by whitespace. 351
'else' is not preceeded with whitespace. 351
'if' is not followed by whitespace. 351
'{' is not preceeded with whitespace. 351
cast needs to be followed by whitespace. 352
cast needs to be followed by whitespace. 352
'}' is not followed by whitespace. 353
'else' is not preceeded with whitespace. 353
'if' is not followed by whitespace. 353
'{' is not preceeded with whitespace. 353
line longer than 80 characters 354
cast needs to be followed by whitespace. 354
cast needs to be followed by whitespace. 354
'}' is not followed by whitespace. 355
'else' is not preceeded with whitespace. 355
'else' is not followed by whitespace. 355
'{' is not preceeded with whitespace. 355
cast needs to be followed by whitespace. 356
method is missing a Javadoc comment. 366
'if' is not followed by whitespace. 367
'{' is not preceeded with whitespace. 367
'}' is not followed by whitespace. 369
'else' is not preceeded with whitespace. 369
'if' is not followed by whitespace. 369
'{' is not preceeded with whitespace. 369
'}' is not followed by whitespace. 371
'else' is not preceeded with whitespace. 371
'if' is not followed by whitespace. 371
'{' is not preceeded with whitespace. 371
'}' is not followed by whitespace. 373
'else' is not preceeded with whitespace. 373
'if' is not followed by whitespace. 373
'{' is not preceeded with whitespace. 373
'}' is not followed by whitespace. 375
'else' is not preceeded with whitespace. 375
'if' is not followed by whitespace. 375
'{' is not preceeded with whitespace. 375
'}' is not followed by whitespace. 377
'else' is not preceeded with whitespace. 377
'if' is not followed by whitespace. 377
'{' is not preceeded with whitespace. 377
'}' is not followed by whitespace. 379
'else' is not preceeded with whitespace. 379
'if' is not followed by whitespace. 379
'{' is not preceeded with whitespace. 379
'}' is not followed by whitespace. 381
'else' is not preceeded with whitespace. 381
'if' is not followed by whitespace. 381
'{' is not preceeded with whitespace. 381
'}' is not followed by whitespace. 383
'else' is not preceeded with whitespace. 383
'if' is not followed by whitespace. 383
'{' is not preceeded with whitespace. 383
'}' is not followed by whitespace. 385
'else' is not preceeded with whitespace. 385
'else' is not followed by whitespace. 385
'{' is not preceeded with whitespace. 385

c/java/org/mrd/repast/util/MoreArrays.java

Error Line
type is missing a Javadoc comment. 25
'{' is not preceeded with whitespace. 25
method is missing a Javadoc comment. 27
'{' is not preceeded with whitespace. 27
method is missing a Javadoc comment. 30
method is missing a Javadoc comment. 36
method is missing a Javadoc comment. 43
method is missing a Javadoc comment. 50
method is missing a Javadoc comment. 57
method is missing a Javadoc comment. 64
method is missing a Javadoc comment. 71
method is missing a Javadoc comment. 83
cast needs to be followed by whitespace. 93
method is missing a Javadoc comment. 106
method is missing a Javadoc comment. 108
method is missing a Javadoc comment. 110
method is missing a Javadoc comment. 112
method is missing a Javadoc comment. 114
method is missing a Javadoc comment. 116
method is missing a Javadoc comment. 124
'||' should be on a new line. 128
method is missing a Javadoc comment. 142
method is missing a Javadoc comment. 146
method is missing a Javadoc comment. 156
method is missing a Javadoc comment. 169
method is missing a Javadoc comment. 173
method is missing a Javadoc comment. 181
method is missing a Javadoc comment. 187
method is missing a Javadoc comment. 193
method is missing a Javadoc comment. 199
method is missing a Javadoc comment. 205
method is missing a Javadoc comment. 211
'if' construct must use '{}'s. 212
method is missing a Javadoc comment. 220
'if' construct must use '{}'s. 221
method is missing a Javadoc comment. 229
'if' construct must use '{}'s. 230
method is missing a Javadoc comment. 238
'if' construct must use '{}'s. 239
method is missing a Javadoc comment. 247
'if' construct must use '{}'s. 248

c/java/org/mrd/repast/util/ObjectEditor.java

Error Line
Avoid using the '.*' form of import. 26
'{' is not preceeded with whitespace. 32
variable 'field' missing Javadoc. 34
variable 'field' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 34
method is missing a Javadoc comment. 36
'{' is not preceeded with whitespace. 36
method is missing a Javadoc comment. 40
method is missing a Javadoc comment. 42

c/java/org/mrd/repast/util/PropertiesFileReader.java

Error Line
Avoid using the '.*' form of import. 25
Avoid using the '.*' form of import. 26
Avoid using the '.*' form of import. 27
type is missing a Javadoc comment. 29
'{' is not preceeded with whitespace. 29
method is missing a Javadoc comment. 31
'for' is not followed by whitespace. 36
';' needs to be followed by whitespace. 36
'{' is not preceeded with whitespace. 36
cast needs to be followed by whitespace. 37
cast needs to be followed by whitespace. 38
',' needs to be followed by whitespace. 46
method is missing a Javadoc comment. 50

c/java/org/mrd/repast/util/StringUtils.java

Error Line
Avoid using the '.*' form of import. 25
Expected an @return tag. 35
'{' is not preceeded with whitespace. 35
',' needs to be followed by whitespace. 36
'for' is not followed by whitespace. 38
';' needs to be followed by whitespace. 38
'{' is not preceeded with whitespace. 38
Expected an @return tag. 47
'{' is not preceeded with whitespace. 47
'for' is not followed by whitespace. 49
';' needs to be followed by whitespace. 49
'{' is not preceeded with whitespace. 49
'if' is not followed by whitespace. 51
'{' is not preceeded with whitespace. 51