Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
110008960

Files

FilesIWE
edu/asu/cri/MirkE/Client.java 001
edu/asu/cri/MirkE/Client.java 0023
edu/asu/cri/MirkE/MirkE.java 001
edu/asu/cri/MirkE/MirkE.java 00141
edu/asu/cri/MirkE/dataStructures/DataPoint.java 00207
edu/asu/cri/MirkE/dataStructures/DataPointCategory.java 00173
edu/asu/cri/MirkE/dataStructures/DataPointCategoryFactory.java 00194
edu/asu/cri/MirkE/dataStructures/DataSet.java 00337
edu/asu/cri/MirkE/dataStructures/DataSetTest.java 0064
edu/asu/cri/MirkE/dataStructures/IndexObservable.java 008
edu/asu/cri/MirkE/dataStructures/Magnitude.java 0029
edu/asu/cri/MirkE/dataStructures/MeasuredValue.java 00296
edu/asu/cri/MirkE/dataStructures/MeasuredValueTest.java 0071
edu/asu/cri/MirkE/dataStructures/Observable.java 0093
edu/asu/cri/MirkE/dataStructures/PlateDescription.java 00138
edu/asu/cri/MirkE/dataStructures/PlateWellCategory.java 00190
edu/asu/cri/MirkE/dataStructures/PlateWellDataPoint.java 00257
edu/asu/cri/MirkE/dataStructures/PlateWellDescriptor.java 00147
edu/asu/cri/MirkE/dataStructures/Unit.java 00223
edu/asu/cri/MirkE/dataStructures/UnitTest.java 0063
edu/asu/cri/MirkE/dataStructures/UnitValue.java 0078
edu/asu/cri/MirkE/dataStructures/package.html 001
edu/asu/cri/MirkE/exceptions/MenuException.java 0030
edu/asu/cri/MirkE/exceptions/MirkEApplicationException.java 0045
edu/asu/cri/MirkE/exceptions/MirkEFileNotFoundException.java 0051
edu/asu/cri/MirkE/exceptions/MirkEIOException.java 0042
edu/asu/cri/MirkE/exceptions/MirkESystemException.java 00108
edu/asu/cri/MirkE/exceptions/MirkETransactionException.java 0024
edu/asu/cri/MirkE/exceptions/package.html 001
edu/asu/cri/MirkE/gui/DataSetColorModel.java 00392
edu/asu/cri/MirkE/gui/EventDispatcher.java 0078
edu/asu/cri/MirkE/gui/MainFrame.java 00113
edu/asu/cri/MirkE/gui/MenuActionListener.java 001
edu/asu/cri/MirkE/gui/MenuActionListener.java 0019
edu/asu/cri/MirkE/gui/MirkeContext.java 001
edu/asu/cri/MirkE/gui/MirkeContext.java 0018
edu/asu/cri/MirkE/gui/PlateView.java 00407
edu/asu/cri/MirkE/gui/PlateViewEvent.java 0048
edu/asu/cri/MirkE/gui/PlateViewEventListener.java 0013
edu/asu/cri/MirkE/gui/PlateWellPropertySelectionWidget.java 00185
edu/asu/cri/MirkE/gui/WellButton.java 00666
edu/asu/cri/MirkE/gui/package.html 001
edu/asu/cri/MirkE/io/VictorTextFileDataSetLoader.java 00319
edu/asu/cri/MirkE/io/package.html 001
edu/asu/cri/MirkE/menu/MenuItem.java 001
edu/asu/cri/MirkE/menu/MenuItem.java 0053
edu/asu/cri/MirkE/menu/MenuList.java 0054
edu/asu/cri/MirkE/menu/MenuXMLParser.java 0078
edu/asu/cri/MirkE/menu/package.html 001
edu/asu/cri/MirkE/package.html 001
edu/asu/cri/MirkE/trace/MirkELogger.java 00104
edu/asu/cri/MirkE/trace/MirkELoggerFactory.java 0014
edu/asu/cri/MirkE/trace/MirkE_ExceptionHandler.java 00112
edu/asu/cri/MirkE/trace/package.html 001
edu/asu/cri/MirkE/util/AlamarBlueMetabolicAssayDataAnalyzer.java 0048
edu/asu/cri/MirkE/util/DataAnalyzer.java 0080
edu/asu/cri/MirkE/util/GrowthCurveDataAnalyzer.java 00402
edu/asu/cri/MirkE/util/MetabolicAssayDataAnalyzer.java 00570
edu/asu/cri/MirkE/util/MirkeMessages.java 0018
edu/asu/cri/MirkE/util/MirkeProperties.java 0030
edu/asu/cri/MirkE/util/ObservableFactory.java 00109
edu/asu/cri/MirkE/util/Parser.java 001875
edu/asu/cri/MirkE/util/PerWellDataAnalyzer.java 00110
edu/asu/cri/MirkE/util/package.html 001

edu/asu/cri/MirkE/Client.java

ErrorLine
Error File does not end with a newline. 0

edu/asu/cri/MirkE/Client.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Utility classes should not have a public or default constructor. 13
Error '{' should be on the previous line. 14
Error Parameter arg should be final. 18
Error Expected @param tag for 'arg'. 18
Error Array brackets at illegal position. 18
Error '{' should be on the previous line. 19
Error '{' should be on the previous line. 21
Error '}' should be on the same line. 32
Error '{' should be on the previous line. 34
Error Missing a Javadoc comment. 39
Error Parameter menuList should be final. 39
Error Parameter level should be final. 39
Error '{' should be on the previous line. 40
Error '{' should be on the previous line. 43
Error '+' is not preceded with whitespace. 49
Error '+' is not followed by whitespace. 49
Error '{' should be on the previous line. 51
Error '{' should be on the previous line. 54
Error '}' should be on the same line. 76
Error '{' should be on the previous line. 78
Error '}' should be on the same line. 82
Error '{' should be on the previous line. 84

edu/asu/cri/MirkE/MirkE.java

ErrorLine
Error File does not end with a newline. 0

edu/asu/cri/MirkE/MirkE.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 6
Error Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.trace.*. 32
Error First sentence should end with a period. 44
Error Line is longer than 80 characters. 44
Error '{' should be on the previous line. 50
Error Missing a Javadoc comment. 51
Error Line is longer than 80 characters. 53
Error Missing a Javadoc comment. 54
Error 'static' modifier out of order with the JLS suggestions. 54
Error Missing a Javadoc comment. 55
Error 'static' modifier out of order with the JLS suggestions. 55
Error Line has trailing spaces. 56
Error Missing a Javadoc comment. 56
Error 'static' modifier out of order with the JLS suggestions. 56
Error Missing a Javadoc comment. 57
Error 'static' modifier out of order with the JLS suggestions. 57
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 58
Error Line has trailing spaces. 59
Error First sentence should end with a period. 60
Error Variable 'colorModel' must be private and have accessor methods. 63
Error Line is longer than 80 characters. 65
Error Missing a Javadoc comment. 66
Error 'static' modifier out of order with the JLS suggestions. 66
Error Missing a Javadoc comment. 67
Error 'static' modifier out of order with the JLS suggestions. 67
Error First sentence should end with a period. 68
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 71
Error First sentence should end with a period. 73
Error Variable 'scale' must be private and have accessor methods. 76
Error Line has trailing spaces. 79
Error Method 'setDataSet' is not designed for extension - needs to be abstract, final or empty. 82
Error Parameter dataSet should be final. 82
Error 'dataSet' hides a field. 82
Error Expected @param tag for 'dataSet'. 82
Error '{' should be on the previous line. 83
Error Line has trailing spaces. 88
Error Line contains a tab character. 88
Error Method 'getDataSet' is not designed for extension - needs to be abstract, final or empty. 91
Error '{' should be on the previous line. 92
Error Line has trailing spaces. 96
Error Missing a Javadoc comment. 97
Error Method 'setMainFrame' is not designed for extension - needs to be abstract, final or empty. 102
Error Parameter mainFrame should be final. 102
Error 'mainFrame' hides a field. 102
Error Expected @param tag for 'mainFrame'. 102
Error '{' should be on the previous line. 103
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Method 'getMainFrame' is not designed for extension - needs to be abstract, final or empty. 110
Error '{' should be on the previous line. 111
Error Missing a Javadoc comment. 115
Error Line contains a tab character. 118
Error Method 'setEventDispatcher' is not designed for extension - needs to be abstract, final or empty. 120
Error Parameter eventDispatcher should be final. 120
Error 'eventDispatcher' hides a field. 120
Error Expected @param tag for 'eventDispatcher'. 120
Error '{' should be on the previous line. 121
Error Line has trailing spaces. 125
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error Method 'getEventDispatcher' is not designed for extension - needs to be abstract, final or empty. 128
Error '{' should be on the previous line. 129
Error First sentence should end with a period. 133
Error Line has trailing spaces. 135
Error Line has trailing spaces. 137
Error '{' should be on the previous line. 138
Error 'try' is not followed by whitespace. 139
Error '{' is not preceded with whitespace. 139
Error '{' is not followed by whitespace. 139
Error 'catch' is not preceded with whitespace. 143
Error '}' is not followed by whitespace. 143
Error 'catch' is not followed by whitespace. 143
Error '{' is not preceded with whitespace. 143
Error Line is longer than 80 characters. 146
Error Line contains a tab character. 146
Error Line has trailing spaces. 147
Error Line contains a tab character. 147
Error Line is longer than 80 characters. 158
Error Parameter filename should be final. 158
Error Expected @param tag for 'filename'. 158
Error Expected @throws tag for 'IOException'. 158
Error Expected @throws tag for 'MirkEApplicationException'. 158
Error ',' is not followed by whitespace. 158
Error Expected @throws tag for 'MirkESystemException'. 158
Error '{' should be on the previous line. 160
Error Line has trailing spaces. 161
Error 'try' is not followed by whitespace. 162
Error '{' is not preceded with whitespace. 162
Error '{' is not preceded with whitespace. 164
Error 'cast' is not followed by whitespace. 165
Error ',' is not followed by whitespace. 169
Error Line has trailing spaces. 170
Error Line is longer than 80 characters. 180
Error Parameter files should be final. 180
Error Expected @param tag for 'files'. 180
Error Expected @throws tag for 'IOException'. 180
Error Expected @throws tag for 'MirkEApplicationException'. 180
Error ',' is not followed by whitespace. 180
Error Expected @throws tag for 'MirkESystemException'. 180
Error Line has trailing spaces. 182
Error Line has trailing spaces. 183
Error Line is longer than 80 characters. 183
Error Line contains a tab character. 184
Error ',' is not followed by whitespace. 185
Error Line has trailing spaces. 188
Error ',' is not followed by whitespace. 190
Error Line has trailing spaces. 193
Error Parameter args should be final. 197
Error Expected @param tag for 'args'. 197
Error Array brackets at illegal position. 197
Error '{' should be on the previous line. 198
Error Line has trailing spaces. 200
Error 'if' is not followed by whitespace. 201
Error Line has trailing spaces. 203
Error Line has trailing spaces. 204
Error 'else' is not preceded with whitespace. 204
Error '}' is not followed by whitespace. 204
Error 'if' is not followed by whitespace. 204
Error '{' is not preceded with whitespace. 204
Error Line has trailing spaces. 205
Error '+' is not preceded with whitespace. 206
Error '+' is not followed by whitespace. 206
Error Line has trailing spaces. 207
Error 'else' is not preceded with whitespace. 207
Error '}' is not followed by whitespace. 207
Error 'else' is not followed by whitespace. 207
Error '{' is not preceded with whitespace. 207
Error Line has trailing spaces. 208
Error '+' is not preceded with whitespace. 209
Error '+' is not followed by whitespace. 209
Error 'try' is not followed by whitespace. 211
Error '{' is not preceded with whitespace. 211
Error Line has trailing spaces. 212
Error Line is longer than 80 characters. 212
Error Line contains a tab character. 213
Error ',' is not followed by whitespace. 214
Error Line has trailing spaces. 219

edu/asu/cri/MirkE/dataStructures/DataPoint.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 7
Error Using the '.*' form of import should be avoided - java.util.*. 26
Error Line has trailing spaces. 28
Error Line has trailing spaces. 29
Error Line has trailing spaces. 30
Error Line is longer than 80 characters. 30
Error Line has trailing spaces. 31
Error Line is longer than 80 characters. 31
Error Line has trailing spaces. 32
Error Line is longer than 80 characters. 32
Error Line is longer than 80 characters. 33
Error Line has trailing spaces. 34
Error Line contains a tab character. 38
Error Missing a Javadoc comment. 38
Error Line has trailing spaces. 39
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line has trailing spaces. 41
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line has trailing spaces. 47
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 51
Error Parameter id should be final. 51
Error 'id' hides a field. 51
Error Expected @param tag for 'id'. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line has trailing spaces. 54
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Missing a Javadoc comment. 55
Error Line has trailing spaces. 56
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line has trailing spaces. 59
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line has trailing spaces. 64
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line is longer than 80 characters. 67
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. 69
Error Parameter timestamp should be final. 69
Error 'timestamp' hides a field. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line has trailing spaces. 72
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Missing a Javadoc comment. 73
Error Line has trailing spaces. 74
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Method 'setDescriptorMap' is not designed for extension - needs to be abstract, final or empty. 79
Error Parameter descriptorMap should be final. 79
Error 'descriptorMap' hides a field. 79
Error Expected @param tag for 'descriptorMap'. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line has trailing spaces. 82
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Method 'getDescriptorMap' is not designed for extension - needs to be abstract, final or empty. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line has trailing spaces. 90
Error Line contains a tab character. 90
Error Line has trailing spaces. 91
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line has trailing spaces. 94
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Missing a Javadoc comment. 95
Error Line has trailing spaces. 96
Error Line contains a tab character. 96
Error First sentence should end with a period. 97
Error Line contains a tab character. 97
Error Line is longer than 80 characters. 98
Error Line has trailing spaces. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Method 'getObservableToMeasuredValueMap' is not designed for extension - needs to be abstract, final or empty. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line has trailing spaces. 106
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line has trailing spaces. 109
Error Line contains a tab character. 109
Error Line has trailing spaces. 111
Error Line has trailing spaces. 112
Error Line is longer than 80 characters. 113
Error Method 'getObservationFromObservable' is not designed for extension - needs to be abstract, final or empty. 115
Error Parameter observable should be final. 115
Error Expected @param tag for 'observable'. 115
Error Line has trailing spaces. 120
Error Line has trailing spaces. 121
Error Line has trailing spaces. 124
Error Line has trailing spaces. 126
Error Line has trailing spaces. 127
Error Line is longer than 80 characters. 130
Error Method 'storeUnitValueForObservable' is not designed for extension - needs to be abstract, final or empty. 130
Error Parameter observable should be final. 130
Error Expected @param tag for 'observable'. 130
Error Parameter unitValue should be final. 130
Error Line is longer than 80 characters. 131
Error 'observableToMeasuredValueMap' hides a field. 131
Error Line has trailing spaces. 133
Error Line has trailing spaces. 135
Error Line contains a tab character. 136
Error Line is longer than 80 characters. 139
Error Line contains a tab character. 139
Error Method 'setObservableToMeasuredValueMap' is not designed for extension - needs to be abstract, final or empty. 139
Error Parameter observableToMeasuredValueMap should be final. 139
Error 'observableToMeasuredValueMap' hides a field. 139
Error Expected @param tag for 'observableToMeasuredValueMap'. 139
Error Line is longer than 80 characters. 140
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error Line has trailing spaces. 142
Error Line contains a tab character. 142
Error Line contains a tab character. 143
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 146
Error Line contains a tab character. 147
Error Line has trailing spaces. 148
Error Line contains a tab character. 148
Error Line is longer than 80 characters. 149
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Line has trailing spaces. 151
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error Line has trailing spaces. 154
Error Line contains a tab character. 154
Error Line contains a tab character. 155
Error Line has trailing spaces. 156
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error Line contains a tab character. 158
Error Line contains a tab character. 159
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 159
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Line has trailing spaces. 163
Error Line contains a tab character. 163
Error Line contains a tab character. 164
Error Line contains a tab character. 165
Error Line has trailing spaces. 166
Error Line contains a tab character. 166
Error Line contains a tab character. 167
Error Line has trailing spaces. 169
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 171
Error Parameter object should be final. 171
Error Expected @param tag for 'object'. 171
Error 'if' construct must use '{}'s. 172
Error Line contains a tab character. 172
Error 'if' construct must use '{}'s. 173
Error Line contains a tab character. 173
Error Line has trailing spaces. 174
Error Line contains a tab character. 174
Error Line contains a tab character. 175
Error 'cast' is not followed by whitespace. 175
Error Line has trailing spaces. 176
Error Line contains a tab character. 176
Error 'if' construct must use '{}'s. 177
Error Line is longer than 80 characters. 177
Error Line contains a tab character. 177
Error Line has trailing spaces. 178
Error Line contains a tab character. 178
Error Line contains a tab character. 179
Error Line contains a tab character. 180

edu/asu/cri/MirkE/dataStructures/DataPointCategory.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 7
Error Using the '.*' form of import should be avoided - java.util.*. 26
Error First sentence should end with a period. 28
Error Line has trailing spaces. 28
Error Line is longer than 80 characters. 30
Error First sentence should end with a period. 34
Error Line contains a tab character. 34
Error Line has trailing spaces. 35
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error '{' is not followed by whitespace. 37
Error '}' is not preceded with whitespace. 37
Error Line has trailing spaces. 38
Error Line contains a tab character. 38
Error First sentence should end with a period. 39
Error Line contains a tab character. 39
Error Line has trailing spaces. 40
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Parameter categoryName should be final. 44
Error 'categoryName' hides a field. 44
Error Expected @param tag for 'categoryName'. 44
Error Line contains a tab character. 45
Error Parameter categoryType should be final. 45
Error 'categoryType' hides a field. 45
Error Expected @param tag for 'categoryType'. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line has trailing spaces. 48
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 51
Error Missing a Javadoc comment. 51
Error Line has trailing spaces. 52
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line has trailing spaces. 54
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line has trailing spaces. 60
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 64
Error Parameter id should be final. 64
Error 'id' hides a field. 64
Error Expected @param tag for 'id'. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line has trailing spaces. 67
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Missing a Javadoc comment. 68
Error Line has trailing spaces. 69
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line has trailing spaces. 71
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Method 'getCategoryName' is not designed for extension - needs to be abstract, final or empty. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line has trailing spaces. 77
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Method 'setCategoryName' is not designed for extension - needs to be abstract, final or empty. 81
Error Parameter categoryName should be final. 81
Error 'categoryName' hides a field. 81
Error Expected @param tag for 'categoryName'. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line has trailing spaces. 84
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Missing a Javadoc comment. 85
Error Line has trailing spaces. 86
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line has trailing spaces. 88
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Method 'getCategoryType' is not designed for extension - needs to be abstract, final or empty. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line has trailing spaces. 94
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Method 'setCategoryType' is not designed for extension - needs to be abstract, final or empty. 98
Error Parameter categoryType should be final. 98
Error 'categoryType' hides a field. 98
Error Expected @param tag for 'categoryType'. 98
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line has trailing spaces. 101
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Missing a Javadoc comment. 102
Error Line has trailing spaces. 103
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line has trailing spaces. 105
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Method 'getCategorySet' is not designed for extension - needs to be abstract, final or empty. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line has trailing spaces. 112
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Line has trailing spaces. 115
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Method 'setCategorySet' is not designed for extension - needs to be abstract, final or empty. 119
Error Parameter categorySet should be final. 119
Error 'categorySet' hides a field. 119
Error Expected @param tag for 'categorySet'. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line has trailing spaces. 122
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Method 'addDataPoint' is not designed for extension - needs to be abstract, final or empty. 126
Error Parameter dataPoint should be final. 126
Error Expected @param tag for 'dataPoint'. 126
Error Line contains a tab character. 127
Error Line contains a tab character. 128
Error Line has trailing spaces. 129
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line has trailing spaces. 131
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Method 'removeDataPoint' is not designed for extension - needs to be abstract, final or empty. 134
Error Parameter dataPoint should be final. 134
Error Expected @param tag for 'dataPoint'. 134
Error Line contains a tab character. 135
Error Line contains a tab character. 136

edu/asu/cri/MirkE/dataStructures/DataPointCategoryFactory.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 7
Error First sentence should end with a period. 32
Error Line has trailing spaces. 32
Error Line has trailing spaces. 34
Error Line is longer than 80 characters. 34
Error Line contains a tab character. 37
Error Missing a Javadoc comment. 37
Error Line has trailing spaces. 38
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Missing a Javadoc comment. 39
Error First sentence should end with a period. 41
Error Line contains a tab character. 41
Error Line has trailing spaces. 42
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error '{' is not followed by whitespace. 44
Error '}' is not preceded with whitespace. 44
Error Line has trailing spaces. 45
Error Line contains a tab character. 45
Error First sentence should end with a period. 46
Error Line contains a tab character. 46
Error Line has trailing spaces. 47
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Parameter dataSet should be final. 50
Error 'dataSet' hides a field. 50
Error Expected @param tag for 'dataSet'. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line has trailing spaces. 53
Error Line contains a tab character. 53
Error Line has trailing spaces. 54
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Method 'setDataSet' is not designed for extension - needs to be abstract, final or empty. 58
Error Parameter dataSet should be final. 58
Error 'dataSet' hides a field. 58
Error Expected @param tag for 'dataSet'. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line has trailing spaces. 61
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Method 'getDataSet' is not designed for extension - needs to be abstract, final or empty. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line has trailing spaces. 68
Error Line contains a tab character. 68
Error Line has trailing spaces. 69
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line has trailing spaces. 76
Error Line contains a tab character. 76
Error Method 'getDataPointCategory' is not designed for extension - needs to be abstract, final or empty. 76
Error Parameter categoryName should be final. 76
Error Expected @param tag for 'categoryName'. 76
Error Line contains a tab character. 77
Error Parameter categoryType should be final. 77
Error Expected @param tag for 'categoryType'. 77
Error Line contains a tab character. 78
Error Expected @throws tag for 'MirkEApplicationException'. 78
Error '{' is not preceded with whitespace. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line has trailing spaces. 81
Error Line contains a tab character. 81
Error Line is longer than 80 characters. 82
Error Line contains a tab character. 82
Error 'cast' is not followed by whitespace. 82
Error Line has trailing spaces. 83
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line has trailing spaces. 86
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line has trailing spaces. 88
Error Line contains a tab character. 88
Error Line is longer than 80 characters. 89
Error Line contains a tab character. 89
Error '+' should be on a new line. 89
Error Line is longer than 80 characters. 90
Error Line contains a tab character. 90
Error '+' should be on a new line. 90
Error Line is longer than 80 characters. 91
Error Line contains a tab character. 91
Error Line has trailing spaces. 92
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line is longer than 80 characters. 94
Error Line contains a tab character. 94
Error 'cast' is not followed by whitespace. 94
Error Line is longer than 80 characters. 95
Error Line contains a tab character. 95
Error Line has trailing spaces. 96
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line is longer than 80 characters. 98
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Line has trailing spaces. 100
Error Line contains a tab character. 100
Error Line is longer than 80 characters. 101
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line has trailing spaces. 103
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line is longer than 80 characters. 105
Error Line contains a tab character. 105
Error Line has trailing spaces. 106
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line has trailing spaces. 109
Error Line contains a tab character. 109
Error Line is longer than 80 characters. 110
Error Line contains a tab character. 110
Error Line is longer than 80 characters. 111
Error Line contains a tab character. 111
Error Line has trailing spaces. 112
Error Line contains a tab character. 112
Error Line is longer than 80 characters. 113
Error Line contains a tab character. 113
Error Line has trailing spaces. 114
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line has trailing spaces. 116
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line has trailing spaces. 119
Error Line contains a tab character. 119
Error First sentence should end with a period. 120
Error Line contains a tab character. 120
Error Line has trailing spaces. 121
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line is longer than 80 characters. 124
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Line is longer than 80 characters. 126
Error Line contains a tab character. 126
Error Line has trailing spaces. 127
Error Line contains a tab character. 127
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line has trailing spaces. 134
Error Line contains a tab character. 134
Error Line is longer than 80 characters. 135
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error Line is longer than 80 characters. 137
Error Line contains a tab character. 137
Error Line has trailing spaces. 138
Error Line contains a tab character. 138
Error Line has trailing spaces. 139
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error Line has trailing spaces. 141
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error Line has trailing spaces. 143
Error Line contains a tab character. 143
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Line has trailing spaces. 147
Error Line contains a tab character. 147
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 150

edu/asu/cri/MirkE/dataStructures/DataSet.java

ErrorLine
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 6
Error Line is longer than 80 characters. 7
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 18
Error First sentence should end with a period. 38
Error Line is longer than 80 characters. 38
Error Line has trailing spaces. 39
Error Line is longer than 80 characters. 40
Error Missing a Javadoc comment. 45
Error Line has trailing spaces. 46
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 48
Error Method 'getObservableFactory' is not designed for extension - needs to be abstract, final or empty. 52
Error Line has trailing spaces. 55
Error Line has trailing spaces. 57
Error Method 'getDataPointCategoryFactory' is not designed for extension - needs to be abstract, final or empty. 60
Error Line has trailing spaces. 63
Error First sentence should end with a period. 64
Error Line has trailing spaces. 65
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 68
Error Line has trailing spaces. 71
Error First sentence should end with a period. 72
Error Line has trailing spaces. 73
Error Method 'setConnection' is not designed for extension - needs to be abstract, final or empty. 76
Error Parameter connection should be final. 76
Error 'connection' hides a field. 76
Error Expected @param tag for 'connection'. 76
Error Line has trailing spaces. 79
Error Missing a Javadoc comment. 80
Error Line has trailing spaces. 81
Error First sentence should end with a period. 82
Error Line has trailing spaces. 83
Error Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. 86
Error Line has trailing spaces. 89
Error First sentence should end with a period. 90
Error Line has trailing spaces. 91
Error Method 'setConfiguration' is not designed for extension - needs to be abstract, final or empty. 94
Error Parameter configuration should be final. 94
Error 'configuration' hides a field. 94
Error Expected @param tag for 'configuration'. 94
Error Line has trailing spaces. 97
Error Missing a Javadoc comment. 98
Error Line has trailing spaces. 99
Error First sentence should end with a period. 100
Error Line has trailing spaces. 101
Error Method 'getSessionFactory' is not designed for extension - needs to be abstract, final or empty. 104
Error Line has trailing spaces. 107
Error First sentence should end with a period. 108
Error Line has trailing spaces. 109
Error Method 'setSessionFactory' is not designed for extension - needs to be abstract, final or empty. 112
Error Parameter sessionFactory should be final. 112
Error 'sessionFactory' hides a field. 112
Error Expected @param tag for 'sessionFactory'. 112
Error Line has trailing spaces. 113
Error Line has trailing spaces. 115
Error Missing a Javadoc comment. 116
Error Line has trailing spaces. 117
Error First sentence should end with a period. 118
Error Line has trailing spaces. 118
Error Line is longer than 80 characters. 118
Error Method length is 171 lines (max allowed is 150). 121
Error Expected @throws tag for 'MirkESystemException'. 121
Error Line has trailing spaces. 124
Error Line has trailing spaces. 127
Error Line is longer than 80 characters. 128
Error Line has trailing spaces. 129
Error 'catch' is not followed by whitespace. 130
Error Line is longer than 80 characters. 133
Error ',' is not followed by whitespace. 133
Error 'cast' is not followed by whitespace. 133
Error Line has trailing spaces. 136
Error Line has trailing spaces. 140
Error Line is longer than 80 characters. 144
Error Line has trailing spaces. 145
Error Line has trailing spaces. 146
Error Line has trailing spaces. 147
Error Line has trailing spaces. 148
Error Line has trailing spaces. 149
Error Line has trailing spaces. 151
Error Line has trailing spaces. 157
Error Line has trailing spaces. 161
Error Line has trailing spaces. 163
Error Line is longer than 80 characters. 164
Error ',' is not followed by whitespace. 164
Error 'cast' is not followed by whitespace. 164
Error Line has trailing spaces. 166
Error Line has trailing spaces. 169
Error Line has trailing spaces. 172
Error Line has trailing spaces. 174
Error Line is longer than 80 characters. 176
Error ',' is not followed by whitespace. 176
Error 'cast' is not followed by whitespace. 176
Error Line has trailing spaces. 178
Error Line has trailing spaces. 179
Error Line has trailing spaces. 180
Error Line has trailing spaces. 182
Error Avoid nested blocks. 183
Error Line is longer than 80 characters. 184
Error Line has trailing spaces. 185
Error Line is longer than 80 characters. 186
Error Line has trailing spaces. 189
Error Avoid nested blocks. 190
Error Line is longer than 80 characters. 191
Error Line has trailing spaces. 192
Error Line is longer than 80 characters. 193
Error Line has trailing spaces. 196
Error Avoid nested blocks. 197
Error Line is longer than 80 characters. 198
Error Line has trailing spaces. 199
Error Line is longer than 80 characters. 200
Error Line has trailing spaces. 203
Error Avoid nested blocks. 204
Error Line is longer than 80 characters. 205
Error Line has trailing spaces. 206
Error Line is longer than 80 characters. 207
Error Line has trailing spaces. 210
Error Avoid nested blocks. 211
Error Line is longer than 80 characters. 212
Error Line has trailing spaces. 213
Error Line is longer than 80 characters. 214
Error Line has trailing spaces. 217
Error Avoid nested blocks. 218
Error Line is longer than 80 characters. 219
Error Line has trailing spaces. 220
Error Line is longer than 80 characters. 221
Error Line has trailing spaces. 224
Error Avoid nested blocks. 225
Error Line is longer than 80 characters. 226
Error Line has trailing spaces. 227
Error Line is longer than 80 characters. 228
Error Line has trailing spaces. 231
Error Avoid nested blocks. 232
Error Line is longer than 80 characters. 233
Error Line has trailing spaces. 234
Error Line is longer than 80 characters. 235
Error Line has trailing spaces. 238
Error Avoid nested blocks. 239
Error Line is longer than 80 characters. 240
Error Line has trailing spaces. 241
Error Line is longer than 80 characters. 242
Error Line has trailing spaces. 245
Error Line has trailing spaces. 246
Error Avoid nested blocks. 247
Error Line is longer than 80 characters. 248
Error Line has trailing spaces. 249
Error Line is longer than 80 characters. 250
Error Line has trailing spaces. 253
Error Avoid nested blocks. 254
Error Line is longer than 80 characters. 255
Error Line has trailing spaces. 256
Error Line is longer than 80 characters. 257
Error Line has trailing spaces. 260
Error Avoid nested blocks. 261
Error Line is longer than 80 characters. 262
Error Line has trailing spaces. 263
Error Line is longer than 80 characters. 264
Error Line has trailing spaces. 267
Error Avoid nested blocks. 268
Error Line is longer than 80 characters. 269
Error Line has trailing spaces. 270
Error Line is longer than 80 characters. 271
Error Line has trailing spaces. 274
Error Avoid nested blocks. 275
Error Line is longer than 80 characters. 276
Error Line has trailing spaces. 277
Error Line is longer than 80 characters. 278
Error Line has trailing spaces. 281
Error Line has trailing spaces. 284
Error Line is longer than 80 characters. 287
Error Line contains a tab character. 287
Error Line has trailing spaces. 290
Error Line has trailing spaces. 292
Error Line has trailing spaces. 294
Error Method 'getSession' is not designed for extension - needs to be abstract, final or empty. 298
Error Expected @throws tag for 'MirkEApplicationException'. 298
Error '{' is not preceded with whitespace. 298
Error Line has trailing spaces. 304
Error Line is longer than 80 characters. 306
Error Line has trailing spaces. 310
Error First sentence should end with a period. 313
Error Line has trailing spaces. 314
Error Method 'save' is not designed for extension - needs to be abstract, final or empty. 318
Error Parameter object should be final. 318
Error Expected @param tag for 'object'. 318
Error Expected @throws tag for 'MirkEApplicationException'. 318
Error '{' is not preceded with whitespace. 318
Error Line has trailing spaces. 323
Error Line has trailing spaces. 325
Error Line is longer than 80 characters. 329
Error Line has trailing spaces. 333
Error First sentence should end with a period. 334
Error Line has trailing spaces. 335
Error Method 'delete' is not designed for extension - needs to be abstract, final or empty. 338
Error Parameter object should be final. 338
Error Expected @param tag for 'object'. 338
Error Line has trailing spaces. 343
Error Line has trailing spaces. 345
Error Line has trailing spaces. 348
Error Line has trailing spaces. 353
Error Line contains a tab character. 353
Error Line has trailing spaces. 354
Error Line has trailing spaces. 356
Error Line has trailing spaces. 357
Error Line is longer than 80 characters. 357
Error Method 'getObservables' is not designed for extension - needs to be abstract, final or empty. 360
Error Expected @throws tag for 'MirkEApplicationException'. 360
Error '{' is not preceded with whitespace. 360
Error Line is longer than 80 characters. 361
Error Line has trailing spaces. 362
Error Line is longer than 80 characters. 362
Error Line has trailing spaces. 363
Error Line has trailing spaces. 366
Error Line has trailing spaces. 368
Error Line is longer than 80 characters. 372
Error Method 'getPlateIdentifiers' is not designed for extension - needs to be abstract, final or empty. 372
Error Expected @throws tag for 'MirkEApplicationException'. 372
Error Line is longer than 80 characters. 373
Error Line is longer than 80 characters. 374
Error Line is longer than 80 characters. 375
Error Line has trailing spaces. 377
Error Line has trailing spaces. 380
Error Line has trailing spaces. 382
Error Line is longer than 80 characters. 383
Error Method 'getCategoryNames' is not designed for extension - needs to be abstract, final or empty. 386
Error Expected @throws tag for 'MirkEApplicationException'. 386
Error Line is longer than 80 characters. 387
Error Line has trailing spaces. 388
Error Line is longer than 80 characters. 388
Error Line has trailing spaces. 389
Error Line has trailing spaces. 392
Error Line has trailing spaces. 394
Error Line is longer than 80 characters. 396
Error Method 'rowNumberToLabel' is not designed for extension - needs to be abstract, final or empty. 398
Error Parameter rowNumber should be final. 398
Error Line has trailing spaces. 400
Error 'cast' is not followed by whitespace. 401
Error Line has trailing spaces. 402
Error Line has trailing spaces. 405
Error Line has trailing spaces. 407
Error Line is longer than 80 characters. 409
Error Method 'columnNumberToColumnLabel' is not designed for extension - needs to be abstract, final or empty. 411
Error Parameter columnNumber should be final. 411
Error Line has trailing spaces. 413
Error Line has trailing spaces. 416
Error Missing a Javadoc comment. 417
Error Line has trailing spaces. 418
Error Line is longer than 80 characters. 420
Error Method 'getNumberOfRows' is not designed for extension - needs to be abstract, final or empty. 422
Error Line has trailing spaces. 424
Error Line has trailing spaces. 425
Error Line is longer than 80 characters. 427
Error Method 'getNumberOfColumns' is not designed for extension - needs to be abstract, final or empty. 429
Error Line has trailing spaces. 431
Error Line has trailing spaces. 432
Error Missing a Javadoc comment. 433
Error Line has trailing spaces. 434
Error First sentence should end with a period. 435
Error Line is longer than 80 characters. 436
Error Line has trailing spaces. 439
Error Line is longer than 80 characters. 439
Error Method 'computePlateDimensions' is not designed for extension - needs to be abstract, final or empty. 439
Error Expected @throws tag for 'MirkEApplicationException'. 439
Error Line contains a tab character. 439
Error Line has trailing spaces. 440
Error Line is longer than 80 characters. 441
Error Line has trailing spaces. 442
Error Line has trailing spaces. 444
Error Line is longer than 80 characters. 446
Error 'cast' is not followed by whitespace. 446
Error Line has trailing spaces. 447
Error Line has trailing spaces. 454
Error Line is longer than 80 characters. 460
Error Method 'getMeasuredPlateRowColumnVector' is not designed for extension - needs to be abstract, final or empty. 460
Error Expected @throws tag for 'MirkEApplicationException'. 460
Error Line has trailing spaces. 462
Error Line has trailing spaces. 464
Error '=' is not preceded with whitespace. 465
Error '=' is not followed by whitespace. 465
Error ';' is not followed by whitespace. 465
Error '<' is not preceded with whitespace. 465
Error '<' is not followed by whitespace. 465
Error ';' is not followed by whitespace. 465
Error Line has trailing spaces. 467
Error Line is longer than 80 characters. 468
Error '=' is not preceded with whitespace. 468
Error '=' is not followed by whitespace. 468
Error ';' is not followed by whitespace. 468
Error '<' is not preceded with whitespace. 468
Error '<' is not followed by whitespace. 468
Error ';' is not followed by whitespace. 468
Error Line has trailing spaces. 470
Error Line is longer than 80 characters. 471
Error '+' should be on a new line. 471
Error Line has trailing spaces. 472
Error '+' should be on a new line. 472
Error Line has trailing spaces. 473
Error '+' is not preceded with whitespace. 473
Error '+' is not followed by whitespace. 473
Error '+' is not preceded with whitespace. 473
Error '+' is not followed by whitespace. 473
Error '+' should be on a new line. 473
Error '+' is not preceded with whitespace. 474
Error '+' is not followed by whitespace. 474
Error '+' is not preceded with whitespace. 474
Error '+' is not followed by whitespace. 474
Error Line has trailing spaces. 475
Error Line is longer than 80 characters. 477
Error '+' is not preceded with whitespace. 477
Error '+' is not followed by whitespace. 477
Error '+' is not preceded with whitespace. 477
Error '+' is not followed by whitespace. 477
Error '+' is not preceded with whitespace. 477
Error '+' is not followed by whitespace. 477
Error '+' is not preceded with whitespace. 477
Error '+' is not followed by whitespace. 477
Error Line has trailing spaces. 478
Error Line has trailing spaces. 483
Error Line has trailing spaces. 486
Error First sentence should end with a period. 487
Error Line has trailing spaces. 488
Error Line has trailing spaces. 489
Error Method 'find' is not designed for extension - needs to be abstract, final or empty. 492
Error Parameter query should be final. 492
Error Expected @throws tag for 'MirkEApplicationException'. 492
Error Line has trailing spaces. 497
Error Line has trailing spaces. 499
Error Line has trailing spaces. 501
Error Line contains a tab character. 501
Error Line has trailing spaces. 502
Error Line has trailing spaces. 504
Error Line has trailing spaces. 507
Error Line has trailing spaces. 510

edu/asu/cri/MirkE/dataStructures/DataSetTest.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 23
Error Variable 'dataSet' must be private and have accessor methods. 23
Error Line has trailing spaces. 24
Error Parameter args should be final. 28
Error Expected @param tag for 'args'. 28
Error Line has trailing spaces. 30
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error Line has trailing spaces. 36
Error 'try' is not followed by whitespace. 37
Error '{' is not preceded with whitespace. 37
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error 'catch' is not followed by whitespace. 42
Error '{' is not preceded with whitespace. 42
Error ',' is not followed by whitespace. 44
Error 'catch' is not followed by whitespace. 46
Error '{' is not preceded with whitespace. 46
Error ',' is not followed by whitespace. 48
Error Line has trailing spaces. 53
Error Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error Line has trailing spaces. 60
Error Parameter arg0 should be final. 65
Error Expected @param tag for 'arg0'. 65
Error Line has trailing spaces. 68
Error Line has trailing spaces. 70
Error Line has trailing spaces. 73
Error Line has trailing spaces. 75
Error Method 'testSaveUnit' is not designed for extension - needs to be abstract, final or empty. 80
Error Expected @throws tag for 'Exception'. 80
Error Line has trailing spaces. 82
Error Line has trailing spaces. 84
Error '39.3' is a magic number. 85
Error '=' is not followed by whitespace. 86
Error 'try' is not followed by whitespace. 88
Error '{' is not preceded with whitespace. 88
Error 'catch' is not preceded with whitespace. 93
Error '}' is not followed by whitespace. 93
Error 'catch' is not followed by whitespace. 93
Error '{' is not preceded with whitespace. 93
Error ',' is not followed by whitespace. 94
Error Line has trailing spaces. 99
Error Line has trailing spaces. 100
Error 'cast' is not followed by whitespace. 100
Error Line has trailing spaces. 101
Error '0.0001' is a magic number. 105
Error Line has trailing spaces. 106
Error '0.0001' is a magic number. 110
Error Line has trailing spaces. 111
Error '0.0001' is a magic number. 115
Error Line has trailing spaces. 116
Error '39.3' is a magic number. 119
Error '0.0001' is a magic number. 120
Error Line has trailing spaces. 122
Error Line has trailing spaces. 127
Error Line has trailing spaces. 129
Error Line has trailing spaces. 134
Error Line has trailing spaces. 136
Error Line has trailing spaces. 138
Error Line has trailing spaces. 142
Error Line has trailing spaces. 144
Error Line has trailing spaces. 148

edu/asu/cri/MirkE/dataStructures/IndexObservable.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 7
Error Line has trailing spaces. 29
Error Line contains a tab character. 29
Error Line has trailing spaces. 30
Error Line contains a tab character. 30

edu/asu/cri/MirkE/dataStructures/Magnitude.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 31
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 33
Error First sentence should end with a period. 34
Error Line has trailing spaces. 39
Error Parameter name should be final. 44
Error 'name' hides a field. 44
Error Expected @param tag for 'name'. 44
Error Line has trailing spaces. 47
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 51
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 57
Error Parameter id should be final. 57
Error 'id' hides a field. 57
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 63
Error Line has trailing spaces. 66
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 70
Error Parameter name should be final. 70
Error 'name' hides a field. 70
Error Line has trailing spaces. 73
Error Definition of 'equals()' without corresponding definition of 'hashCode()'. 77
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 77
Error Parameter object should be final. 77
Error 'cast' is not followed by whitespace. 79
Error Line has trailing spaces. 80
Error Line has trailing spaces. 85

edu/asu/cri/MirkE/dataStructures/MeasuredValue.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 6
Error Line is longer than 80 characters. 7
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 18
Error Line has trailing spaces. 24
Error Line has trailing spaces. 25
Error Line has trailing spaces. 26
Error Line has trailing spaces. 27
Error First sentence should end with a period. 31
Error Line is longer than 80 characters. 31
Error Line has trailing spaces. 32
Error '{' is not preceded with whitespace. 35
Error First sentence should end with a period. 36
Error Line has trailing spaces. 37
Error '{' is not followed by whitespace. 39
Error '}' is not preceded with whitespace. 39
Error Line has trailing spaces. 40
Error First sentence should end with a period. 41
Error Line has trailing spaces. 42
Error Parameter value should be final. 48
Error Expected @param tag for 'value'. 48
Error Parameter standardDeviation should be final. 49
Error 'standardDeviation' hides a field. 49
Error Expected @param tag for 'standardDeviation'. 49
Error Parameter units should be final. 50
Error Expected @param tag for 'units'. 50
Error Line has trailing spaces. 55
Error First sentence should end with a period. 56
Error Line has trailing spaces. 57
Error Parameter value should be final. 63
Error Expected @param tag for 'value'. 63
Error Parameter standardDeviation should be final. 64
Error 'standardDeviation' hides a field. 64
Error Expected @param tag for 'standardDeviation'. 64
Error Parameter units should be final. 65
Error Expected @param tag for 'units'. 65
Error Line has trailing spaces. 70
Error First sentence should end with a period. 71
Error Line has trailing spaces. 71
Error Line has trailing spaces. 73
Error Parameter unitValue should be final. 76
Error Expected @param tag for 'unitValue'. 76
Error Line has trailing spaces. 81
Error First sentence should end with a period. 82
Error Line has trailing spaces. 82
Error Line is longer than 80 characters. 82
Error Line has trailing spaces. 83
Error Line has trailing spaces. 87
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 87
Error Parameter measuredValue should be final. 87
Error Expected @param tag for 'measuredValue'. 87
Error Line has trailing spaces. 88
Error Line has trailing spaces. 89
Error Line has trailing spaces. 90
Error Line has trailing spaces. 91
Error Line has trailing spaces. 92
Error Line has trailing spaces. 93
Error Line has trailing spaces. 94
Error Line has trailing spaces. 95
Error Line has trailing spaces. 96
Error Line is longer than 80 characters. 96
Error '+' should be on a new line. 96
Error Line has trailing spaces. 97
Error Line has trailing spaces. 98
Error Line has trailing spaces. 99
Error Line has trailing spaces. 100
Error Line has trailing spaces. 101
Error Line has trailing spaces. 102
Error Line has trailing spaces. 103
Error Line has trailing spaces. 104
Error Line has trailing spaces. 105
Error Line has trailing spaces. 106
Error Line has trailing spaces. 107
Error Line has trailing spaces. 108
Error Line has trailing spaces. 109
Error Line has trailing spaces. 110
Error Line is longer than 80 characters. 110
Error Line has trailing spaces. 112
Error '+' should be on a new line. 112
Error Line has trailing spaces. 113
Error Line has trailing spaces. 114
Error Line has trailing spaces. 115
Error Line has trailing spaces. 116
Error Line has trailing spaces. 117
Error '}' is not followed by whitespace. 118
Error Line has trailing spaces. 119
Error Line has trailing spaces. 120
Error Line has trailing spaces. 121
Error Line has trailing spaces. 122
Error First sentence should end with a period. 123
Error Line has trailing spaces. 123
Error Line is longer than 80 characters. 123
Error Line has trailing spaces. 127
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 127
Error Parameter unitValue should be final. 127
Error Expected @param tag for 'unitValue'. 127
Error Line has trailing spaces. 130
Error First sentence should end with a period. 131
Error Line has trailing spaces. 131
Error Line is longer than 80 characters. 131
Error Line has trailing spaces. 135
Error Method 'subtract' is not designed for extension - needs to be abstract, final or empty. 135
Error Parameter unitValue should be final. 135
Error Expected @param tag for 'unitValue'. 135
Error Line has trailing spaces. 138
Error First sentence should end with a period. 139
Error Line has trailing spaces. 139
Error Line is longer than 80 characters. 139
Error Line has trailing spaces. 140
Error Line has trailing spaces. 141
Error Line has trailing spaces. 142
Error Line has trailing spaces. 143
Error Line has trailing spaces. 144
Error Line has trailing spaces. 145
Error Line has trailing spaces. 146
Error Method 'subtract' is not designed for extension - needs to be abstract, final or empty. 146
Error Parameter measuredValue should be final. 146
Error Expected @param tag for 'measuredValue'. 146
Error Line has trailing spaces. 147
Error Line has trailing spaces. 148
Error Line has trailing spaces. 149
Error Line has trailing spaces. 150
Error Line has trailing spaces. 151
Error Line has trailing spaces. 152
Error Line has trailing spaces. 153
Error Line has trailing spaces. 154
Error Line has trailing spaces. 156
Error '+' should be on a new line. 156
Error Line has trailing spaces. 157
Error Line has trailing spaces. 158
Error Line has trailing spaces. 160
Error Line has trailing spaces. 161
Error Line has trailing spaces. 162
Error Line has trailing spaces. 163
Error Line has trailing spaces. 164
Error Line has trailing spaces. 165
Error Line has trailing spaces. 166
Error Line has trailing spaces. 167
Error Line has trailing spaces. 168
Error Line has trailing spaces. 169
Error Line has trailing spaces. 170
Error Line is longer than 80 characters. 170
Error Line has trailing spaces. 172
Error '+' should be on a new line. 172
Error Line has trailing spaces. 173
Error Line has trailing spaces. 174
Error Line has trailing spaces. 176
Error Line has trailing spaces. 177
Error Line has trailing spaces. 178
Error '}' is not followed by whitespace. 179
Error Line has trailing spaces. 180
Error Line has trailing spaces. 181
Error Line has trailing spaces. 182
Error Line has trailing spaces. 183
Error Line has trailing spaces. 184
Error First sentence should end with a period. 185
Error Line has trailing spaces. 185
Error Method 'multiply' is not designed for extension - needs to be abstract, final or empty. 189
Error Parameter scalarMultiplier should be final. 189
Error Expected @param tag for 'scalarMultiplier'. 189
Error Line has trailing spaces. 191
Error Line is longer than 80 characters. 194
Error Line has trailing spaces. 195
Error Line has trailing spaces. 196
Error Line has trailing spaces. 199
Error Line has trailing spaces. 202
Error First sentence should end with a period. 203
Error Line has trailing spaces. 203
Error Line has trailing spaces. 204
Error Line has trailing spaces. 206
Error Line has trailing spaces. 208
Error Method 'multiply' is not designed for extension - needs to be abstract, final or empty. 210
Error Parameter measuredValue should be final. 210
Error Expected @param tag for 'measuredValue'. 210
Error Line has trailing spaces. 212
Error Line has trailing spaces. 213
Error Line is longer than 80 characters. 213
Error Line has trailing spaces. 214
Error Line is longer than 80 characters. 215
Error '*' should be on a new line. 215
Error Line has trailing spaces. 216
Error Line has trailing spaces. 217
Error '+' should be on a new line. 217
Error '*' should be on a new line. 218
Error Line has trailing spaces. 219
Error Line has trailing spaces. 221
Error Line has trailing spaces. 222
Error Line has trailing spaces. 225
Error Line has trailing spaces. 228
Error First sentence should end with a period. 229
Error Line has trailing spaces. 229
Error Line has trailing spaces. 230
Error Line has trailing spaces. 231
Error Line has trailing spaces. 232
Error Line has trailing spaces. 233
Error Line has trailing spaces. 234
Error Line has trailing spaces. 235
Error Method 'divide' is not designed for extension - needs to be abstract, final or empty. 235
Error Parameter measuredValue should be final. 235
Error Expected @param tag for 'measuredValue'. 235
Error Line has trailing spaces. 236
Error Line has trailing spaces. 237
Error Line has trailing spaces. 238
Error Line has trailing spaces. 239
Error Line has trailing spaces. 240
Error Line has trailing spaces. 241
Error '{' is not preceded with whitespace. 241
Error Line has trailing spaces. 242
Error Line has trailing spaces. 243
Error Line is longer than 80 characters. 243
Error Line has trailing spaces. 244
Error Line has trailing spaces. 245
Error Line has trailing spaces. 246
Error Line is longer than 80 characters. 247
Error Line has trailing spaces. 248
Error Line has trailing spaces. 250
Error '+' should be on a new line. 250
Error Line is longer than 80 characters. 251
Error '*' is not preceded with whitespace. 251
Error '*' is not followed by whitespace. 251
Error '/' is not preceded with whitespace. 251
Error '/' is not followed by whitespace. 251
Error ',' is not followed by whitespace. 251
Error Line has trailing spaces. 253
Error Line has trailing spaces. 254
Error Empty statement. 256
Error Line has trailing spaces. 257
Error Line is longer than 80 characters. 258
Error Line has trailing spaces. 260
Error '+' should be on a new line. 260
Error Line is longer than 80 characters. 261
Error '*' is not preceded with whitespace. 261
Error '*' is not followed by whitespace. 261
Error '/' is not preceded with whitespace. 261
Error '/' is not followed by whitespace. 261
Error ',' is not followed by whitespace. 261
Error Line has trailing spaces. 266
Error Line has trailing spaces. 269
Error Line has trailing spaces. 270
Error Line has trailing spaces. 271
Error Line has trailing spaces. 272
Error First sentence should end with a period. 273
Error Line has trailing spaces. 273
Error Line has trailing spaces. 274
Error Line has trailing spaces. 275
Error Line has trailing spaces. 276
Error Line has trailing spaces. 277
Error Method 'raiseToPower' is not designed for extension - needs to be abstract, final or empty. 277
Error Parameter power should be final. 277
Error Expected @param tag for 'power'. 277
Error Line has trailing spaces. 278
Error Line has trailing spaces. 279
Error Line has trailing spaces. 280
Error Line has trailing spaces. 281
Error Line has trailing spaces. 282
Error Line has trailing spaces. 283
Error Line is longer than 80 characters. 283
Error Line has trailing spaces. 284
Error Line is longer than 80 characters. 285
Error Line has trailing spaces. 286
Error Line has trailing spaces. 287
Error Line has trailing spaces. 288
Error Line has trailing spaces. 289
Error Line has trailing spaces. 290
Error Line has trailing spaces. 291
Error Line has trailing spaces. 292
Error Line has trailing spaces. 293
Error Missing a Javadoc comment. 294
Error Line has trailing spaces. 295
Error Definition of 'equals()' without corresponding definition of 'hashCode()'. 299
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 299
Error Parameter object should be final. 299
Error 'cast' is not followed by whitespace. 301
Error Line has trailing spaces. 302
Error Line is longer than 80 characters. 303
Error Line is longer than 80 characters. 304
Error Line has trailing spaces. 305
Error Line is longer than 80 characters. 306
Error Line has trailing spaces. 311
Error Line has trailing spaces. 313
Error Line has trailing spaces. 314
Error Method 'setStandardDeviation' is not designed for extension - needs to be abstract, final or empty. 318
Error Parameter standardDeviation should be final. 318
Error 'standardDeviation' hides a field. 318
Error Expected @param tag for 'standardDeviation'. 318
Error Line has trailing spaces. 321
Error Method 'getStandardDeviation' is not designed for extension - needs to be abstract, final or empty. 325
Error Line has trailing spaces. 328
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 332
Error Line has trailing spaces. 333
Error Line is longer than 80 characters. 333

edu/asu/cri/MirkE/dataStructures/MeasuredValueTest.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 17
Error Variable 'firstMeasuredValueWithUnitA' must be private and have accessor methods. 17
Error Missing a Javadoc comment. 18
Error Variable 'secondMeasuredValueWithUnitA' must be private and have accessor methods. 18
Error Missing a Javadoc comment. 19
Error Variable 'firstMeasuredValueWithUnitB' must be private and have accessor methods. 19
Error Missing a Javadoc comment. 20
Error Variable 'secondMeasuredValueWithUnitB' must be private and have accessor methods. 20
Error Missing a Javadoc comment. 21
Error Variable 'zeroMeasuredValueWithUnitA' must be private and have accessor methods. 21
Error Line has trailing spaces. 22
Error Parameter args should be final. 26
Error Expected @param tag for 'args'. 26
Error Line has trailing spaces. 28
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Line has trailing spaces. 35
Error Line has trailing spaces. 36
Error '.1' is a magic number. 36
Error Line has trailing spaces. 38
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error '.1' is a magic number. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 46
Error '2.2' is a magic number. 46
Error Line has trailing spaces. 47
Error '.3' is a magic number. 47
Error Line has trailing spaces. 49
Error Line has trailing spaces. 52
Error '2.2' is a magic number. 52
Error Line has trailing spaces. 53
Error '.3' is a magic number. 53
Error Line has trailing spaces. 55
Error Line has trailing spaces. 57
Error Line has trailing spaces. 58
Error Line has trailing spaces. 61
Error Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. 65
Error Missing a Javadoc comment. 65
Error Line has trailing spaces. 68
Error Line has trailing spaces. 70
Error Method 'testAdd' is not designed for extension - needs to be abstract, final or empty. 72
Error Line is longer than 80 characters. 73
Error Line is longer than 80 characters. 74
Error Line has trailing spaces. 78
Error Method 'testSubtract' is not designed for extension - needs to be abstract, final or empty. 80
Error Line is longer than 80 characters. 81
Error Line is longer than 80 characters. 82
Error Line has trailing spaces. 83
Error First sentence should end with a period. 86
Error Method 'testMultiplyMeasuredValue' is not designed for extension - needs to be abstract, final or empty. 89
Error Line is longer than 80 characters. 90
Error Line is longer than 80 characters. 91
Error Line is longer than 80 characters. 92
Error Line is longer than 80 characters. 93
Error Line has trailing spaces. 94
Error Line has trailing spaces. 98
Error Method 'testDivide' is not designed for extension - needs to be abstract, final or empty. 100
Error Line is longer than 80 characters. 101
Error Line is longer than 80 characters. 102
Error Line has trailing spaces. 103
Error Line has trailing spaces. 107
Error Method 'testRaiseToPower' is not designed for extension - needs to be abstract, final or empty. 109
Error Line is longer than 80 characters. 110
Error '/' is not preceded with whitespace. 110
Error '/' is not followed by whitespace. 110
Error Line is longer than 80 characters. 111
Error '/' is not preceded with whitespace. 111
Error '/' is not followed by whitespace. 111
Error Line has trailing spaces. 112

edu/asu/cri/MirkE/dataStructures/Observable.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 6
Error Line has trailing spaces. 25
Error Line has trailing spaces. 30
Error Line is longer than 80 characters. 31
Error First sentence should end with a period. 34
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line has trailing spaces. 37
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line has trailing spaces. 39
Error Line contains a tab character. 39
Error First sentence should end with a period. 40
Error Line contains a tab character. 40
Error Line has trailing spaces. 41
Error Line contains a tab character. 41
Error Line has trailing spaces. 42
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Parameter name should be final. 44
Error 'name' hides a field. 44
Error Expected @param tag for 'name'. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line has trailing spaces. 47
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Missing a Javadoc comment. 48
Error Line has trailing spaces. 49
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line has trailing spaces. 56
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 60
Error Parameter id should be final. 60
Error 'id' hides a field. 60
Error Expected @param tag for 'id'. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line has trailing spaces. 63
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Missing a Javadoc comment. 64
Error Line has trailing spaces. 65
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line has trailing spaces. 67
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line has trailing spaces. 69
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line has trailing spaces. 73
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line has trailing spaces. 75
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 78
Error Parameter name should be final. 78
Error 'name' hides a field. 78
Error Expected @param tag for 'name'. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line has trailing spaces. 81
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87

edu/asu/cri/MirkE/dataStructures/PlateDescription.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 7
Error Line contains a tab character. 31
Error Missing a Javadoc comment. 31
Error Line has trailing spaces. 32
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line has trailing spaces. 34
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line has trailing spaces. 40
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 44
Error Parameter id should be final. 44
Error 'id' hides a field. 44
Error Expected @param tag for 'id'. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 48
Error Missing a Javadoc comment. 48
Error Line has trailing spaces. 49
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line has trailing spaces. 51
Error Line contains a tab character. 51
Error Line has trailing spaces. 52
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Method 'setPlateIdentifier' is not designed for extension - needs to be abstract, final or empty. 54
Error Parameter plateIdentifier should be final. 54
Error 'plateIdentifier' hides a field. 54
Error Expected @param tag for 'plateIdentifier'. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line has trailing spaces. 57
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line has trailing spaces. 59
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Method 'getPlateIdentifier' is not designed for extension - needs to be abstract, final or empty. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line has trailing spaces. 65
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Missing a Javadoc comment. 66
Error Line has trailing spaces. 67
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Method 'setNumberOfRows' is not designed for extension - needs to be abstract, final or empty. 71
Error Parameter numberOfRows should be final. 71
Error 'numberOfRows' hides a field. 71
Error Expected @param tag for 'numberOfRows'. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line has trailing spaces. 74
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Method 'getNumberOfRows' is not designed for extension - needs to be abstract, final or empty. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line has trailing spaces. 81
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Missing a Javadoc comment. 82
Error Line has trailing spaces. 83
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Method 'setNumberOfColumns' is not designed for extension - needs to be abstract, final or empty. 87
Error Parameter numberOfColumns should be final. 87
Error 'numberOfColumns' hides a field. 87
Error Expected @param tag for 'numberOfColumns'. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line has trailing spaces. 90
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Method 'getNumberOfColumns' is not designed for extension - needs to be abstract, final or empty. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line has trailing spaces. 97
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Missing a Javadoc comment. 98
Error Line has trailing spaces. 99
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line has trailing spaces. 106
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. 110
Error Parameter timestamp should be final. 110
Error 'timestamp' hides a field. 110
Error Expected @param tag for 'timestamp'. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line has trailing spaces. 113
Error Line contains a tab character. 113
Error Line contains a tab character. 117
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 117
Error Line is longer than 80 characters. 118
Error Line contains a tab character. 118
Error Line contains a tab character. 119

edu/asu/cri/MirkE/dataStructures/PlateWellCategory.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 7
Error Line contains a tab character. 31
Error Missing a Javadoc comment. 31
Error Line has trailing spaces. 32
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line has trailing spaces. 34
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line has trailing spaces. 40
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 44
Error Parameter id should be final. 44
Error 'id' hides a field. 44
Error Expected @param tag for 'id'. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line has trailing spaces. 47
Error Line contains a tab character. 47
Error First sentence should end with a period. 48
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error '{' is not followed by whitespace. 50
Error '}' is not preceded with whitespace. 50
Error Line has trailing spaces. 51
Error Line contains a tab character. 51
Error Line has trailing spaces. 52
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line has trailing spaces. 58
Error Line contains a tab character. 58
Error Parameter plateIdentifier should be final. 58
Error 'plateIdentifier' hides a field. 58
Error Expected @param tag for 'plateIdentifier'. 58
Error Line contains a tab character. 59
Error Parameter plateRow should be final. 59
Error 'plateRow' hides a field. 59
Error Expected @param tag for 'plateRow'. 59
Error Line contains a tab character. 60
Error Parameter plateColumn should be final. 60
Error 'plateColumn' hides a field. 60
Error Expected @param tag for 'plateColumn'. 60
Error Line contains a tab character. 61
Error Parameter categoryName should be final. 61
Error 'categoryName' hides a field. 61
Error Expected @param tag for 'categoryName'. 61
Error Line has trailing spaces. 62
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line has trailing spaces. 68
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Missing a Javadoc comment. 69
Error Line has trailing spaces. 70
Error Line contains a tab character. 70
Error Line has trailing spaces. 71
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Method 'setCategoryName' is not designed for extension - needs to be abstract, final or empty. 74
Error Parameter categoryName should be final. 74
Error 'categoryName' hides a field. 74
Error Expected @param tag for 'categoryName'. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line has trailing spaces. 77
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Method 'getCategoryName' is not designed for extension - needs to be abstract, final or empty. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line has trailing spaces. 84
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Missing a Javadoc comment. 85
Error Line has trailing spaces. 86
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Method 'setPlateRow' is not designed for extension - needs to be abstract, final or empty. 90
Error Parameter plateRow should be final. 90
Error 'plateRow' hides a field. 90
Error Expected @param tag for 'plateRow'. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line has trailing spaces. 93
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Method 'getPlateRow' is not designed for extension - needs to be abstract, final or empty. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Line has trailing spaces. 100
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Missing a Javadoc comment. 101
Error Line has trailing spaces. 102
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Method 'setPlateColumn' is not designed for extension - needs to be abstract, final or empty. 106
Error Parameter plateColumn should be final. 106
Error 'plateColumn' hides a field. 106
Error Expected @param tag for 'plateColumn'. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line has trailing spaces. 109
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Method 'getPlateColumn' is not designed for extension - needs to be abstract, final or empty. 113
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line has trailing spaces. 116
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Missing a Javadoc comment. 117
Error Line has trailing spaces. 118
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Line has trailing spaces. 120
Error Line contains a tab character. 120
Error Line has trailing spaces. 121
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Method 'setPlateIdentifier' is not designed for extension - needs to be abstract, final or empty. 123
Error Parameter plateIdentifier should be final. 123
Error 'plateIdentifier' hides a field. 123
Error Expected @param tag for 'plateIdentifier'. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Line has trailing spaces. 126
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error Line has trailing spaces. 128
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Method 'getPlateIdentifier' is not designed for extension - needs to be abstract, final or empty. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line has trailing spaces. 134
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error Line has trailing spaces. 136
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line contains a tab character. 138
Error Line contains a tab character. 139
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 139
Error Line has trailing spaces. 140
Error Line contains a tab character. 140
Error Line is longer than 80 characters. 141
Error Line contains a tab character. 141
Error Line contains a tab character. 142

edu/asu/cri/MirkE/dataStructures/PlateWellDataPoint.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 7
Error First sentence should end with a period. 26
Error Line contains a tab character. 31
Error Missing a Javadoc comment. 31
Error Line has trailing spaces. 32
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line has trailing spaces. 34
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line has trailing spaces. 40
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 44
Error Parameter id should be final. 44
Error 'id' hides a field. 44
Error Expected @param tag for 'id'. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line has trailing spaces. 47
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Missing a Javadoc comment. 48
Error Line has trailing spaces. 49
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Method 'setObservableName' is not designed for extension - needs to be abstract, final or empty. 53
Error Parameter observableName should be final. 53
Error 'observableName' hides a field. 53
Error Expected @param tag for 'observableName'. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line has trailing spaces. 56
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Method 'getObservableName' is not designed for extension - needs to be abstract, final or empty. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line has trailing spaces. 63
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Missing a Javadoc comment. 64
Error Line has trailing spaces. 65
Error Line contains a tab character. 65
Error Line has trailing spaces. 66
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Method 'setObservedUnits' is not designed for extension - needs to be abstract, final or empty. 69
Error Parameter observedUnits should be final. 69
Error 'observedUnits' hides a field. 69
Error Expected @param tag for 'observedUnits'. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line has trailing spaces. 72
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Method 'getObservedUnits' is not designed for extension - needs to be abstract, final or empty. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line has trailing spaces. 79
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Missing a Javadoc comment. 80
Error Line has trailing spaces. 81
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Method 'setObservedValue' is not designed for extension - needs to be abstract, final or empty. 84
Error Parameter observedValue should be final. 84
Error 'observedValue' hides a field. 84
Error Expected @param tag for 'observedValue'. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line has trailing spaces. 87
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Method 'getObservedValue' is not designed for extension - needs to be abstract, final or empty. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line has trailing spaces. 94
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Missing a Javadoc comment. 95
Error Line has trailing spaces. 96
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Method 'setPlateRow' is not designed for extension - needs to be abstract, final or empty. 100
Error Parameter plateRow should be final. 100
Error 'plateRow' hides a field. 100
Error Expected @param tag for 'plateRow'. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line has trailing spaces. 103
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Method 'getPlateRow' is not designed for extension - needs to be abstract, final or empty. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line has trailing spaces. 110
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Missing a Javadoc comment. 111
Error Line has trailing spaces. 112
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Method 'setPlateColumn' is not designed for extension - needs to be abstract, final or empty. 116
Error Parameter plateColumn should be final. 116
Error 'plateColumn' hides a field. 116
Error Expected @param tag for 'plateColumn'. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line has trailing spaces. 119
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Method 'getPlateColumn' is not designed for extension - needs to be abstract, final or empty. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Line has trailing spaces. 126
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error Missing a Javadoc comment. 127
Error Line has trailing spaces. 128
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line has trailing spaces. 135
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error Line contains a tab character. 138
Error Line contains a tab character. 139
Error Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. 139
Error Parameter timestamp should be final. 139
Error 'timestamp' hides a field. 139
Error Expected @param tag for 'timestamp'. 139
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error Line has trailing spaces. 142
Error Line contains a tab character. 142
Error Line contains a tab character. 143
Error Missing a Javadoc comment. 143
Error Line has trailing spaces. 144
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line has trailing spaces. 146
Error Line contains a tab character. 146
Error Line has trailing spaces. 147
Error Line contains a tab character. 147
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error Method 'setPlateIdentifier' is not designed for extension - needs to be abstract, final or empty. 149
Error Parameter plateIdentifier should be final. 149
Error 'plateIdentifier' hides a field. 149
Error Expected @param tag for 'plateIdentifier'. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error Line has trailing spaces. 152
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error Line has trailing spaces. 154
Error Line contains a tab character. 154
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error Method 'getPlateIdentifier' is not designed for extension - needs to be abstract, final or empty. 157
Error Line contains a tab character. 158
Error Line has trailing spaces. 159
Error Line contains a tab character. 159
Error Line has trailing spaces. 160
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line has trailing spaces. 162
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error Line contains a tab character. 164
Error Line contains a tab character. 165
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 165
Error Line has trailing spaces. 166
Error Line contains a tab character. 166
Error Line is longer than 80 characters. 167
Error Line contains a tab character. 167
Error Line contains a tab character. 168
Error Line has trailing spaces. 169
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error Line has trailing spaces. 171
Error Line contains a tab character. 171
Error Line contains a tab character. 172
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line contains a tab character. 175
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error Line has trailing spaces. 178
Error Line contains a tab character. 178
Error Line contains a tab character. 179
Error Line contains a tab character. 180
Error Line has trailing spaces. 181
Error Line contains a tab character. 181
Error Line contains a tab character. 182
Error Line has trailing spaces. 183
Error Line contains a tab character. 183
Error Line contains a tab character. 184
Error Line contains a tab character. 185
Error Line contains a tab character. 186
Error Line contains a tab character. 187
Error Line has trailing spaces. 188
Error Line contains a tab character. 188
Error Line contains a tab character. 189
Error Line has trailing spaces. 190
Error Line contains a tab character. 190
Error Line is longer than 80 characters. 191
Error Line contains a tab character. 191
Error Line has trailing spaces. 192
Error Line contains a tab character. 192
Error Line contains a tab character. 193
Error Line contains a tab character. 194

edu/asu/cri/MirkE/dataStructures/PlateWellDescriptor.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 7
Error Line contains a tab character. 31
Error Missing a Javadoc comment. 31
Error Line has trailing spaces. 32
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line has trailing spaces. 34
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line has trailing spaces. 40
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 44
Error Parameter id should be final. 44
Error 'id' hides a field. 44
Error Expected @param tag for 'id'. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 48
Error Missing a Javadoc comment. 48
Error Line has trailing spaces. 49
Error Line contains a tab character. 49
Error Line has trailing spaces. 50
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Method 'setPlateWellType' is not designed for extension - needs to be abstract, final or empty. 53
Error Parameter plateWellType should be final. 53
Error 'plateWellType' hides a field. 53
Error Expected @param tag for 'plateWellType'. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line has trailing spaces. 56
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Method 'getPlateWellType' is not designed for extension - needs to be abstract, final or empty. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line has trailing spaces. 63
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Missing a Javadoc comment. 64
Error Line has trailing spaces. 65
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Method 'setPlateRow' is not designed for extension - needs to be abstract, final or empty. 69
Error Parameter plateRow should be final. 69
Error 'plateRow' hides a field. 69
Error Expected @param tag for 'plateRow'. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line has trailing spaces. 72
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Method 'getPlateRow' is not designed for extension - needs to be abstract, final or empty. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line has trailing spaces. 79
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Missing a Javadoc comment. 80
Error Line has trailing spaces. 81
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Method 'setPlateColumn' is not designed for extension - needs to be abstract, final or empty. 85
Error Parameter plateColumn should be final. 85
Error 'plateColumn' hides a field. 85
Error Expected @param tag for 'plateColumn'. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line has trailing spaces. 88
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Method 'getPlateColumn' is not designed for extension - needs to be abstract, final or empty. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line has trailing spaces. 95
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Missing a Javadoc comment. 96
Error Line has trailing spaces. 97
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Line has trailing spaces. 99
Error Line contains a tab character. 99
Error Line has trailing spaces. 100
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Method 'setPlateIdentifier' is not designed for extension - needs to be abstract, final or empty. 102
Error Parameter plateIdentifier should be final. 102
Error 'plateIdentifier' hides a field. 102
Error Expected @param tag for 'plateIdentifier'. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line has trailing spaces. 105
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line has trailing spaces. 107
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Method 'getPlateIdentifier' is not designed for extension - needs to be abstract, final or empty. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 114
Error Line has trailing spaces. 115
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line has trailing spaces. 118
Error Line contains a tab character. 119
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 119
Error Line has trailing spaces. 120
Error Line contains a tab character. 120
Error Line is longer than 80 characters. 121
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line has trailing spaces. 123

edu/asu/cri/MirkE/dataStructures/Unit.java

ErrorLine
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Line has trailing spaces. 23
Error Line has trailing spaces. 29
Error Line has trailing spaces. 30
Error Line has trailing spaces. 32
Error Line is longer than 80 characters. 33
Error Line has trailing spaces. 34
Error Line is longer than 80 characters. 34
Error Line has trailing spaces. 35
Error Line has trailing spaces. 37
Error Line is longer than 80 characters. 38
Error Line has trailing spaces. 39
Error Line has trailing spaces. 43
Error Line has trailing spaces. 45
Error Line has trailing spaces. 57
Error Line has trailing spaces. 58
Error Line has trailing spaces. 59
Error Line has trailing spaces. 61
Error Line has trailing spaces. 63
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 66
Error Line has trailing spaces. 69
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 73
Error Parameter id should be final. 73
Error 'id' hides a field. 73
Error Expected @param tag for 'id'. 73
Error Line has trailing spaces. 76
Error Line has trailing spaces. 77
Error Line has trailing spaces. 78
Error Line has trailing spaces. 79
Error Line has trailing spaces. 80
Error Line has trailing spaces. 81
Error Line has trailing spaces. 82
Error Line has trailing spaces. 83
Error Line has trailing spaces. 84
Error Line has trailing spaces. 85
Error Method 'getUnitAbbreviation' is not designed for extension - needs to be abstract, final or empty. 85
Error Line has trailing spaces. 86
Error Line has trailing spaces. 88
Error Line has trailing spaces. 89
Error Line has trailing spaces. 90
Error Line has trailing spaces. 91
Error Line has trailing spaces. 92
Error Method 'setUnitAbbreviation' is not designed for extension - needs to be abstract, final or empty. 92
Error Parameter unitAbbreviation should be final. 92
Error 'unitAbbreviation' hides a field. 92
Error Line has trailing spaces. 93
Error Line has trailing spaces. 94
Error Line has trailing spaces. 95
Error Line has trailing spaces. 96
Error Line has trailing spaces. 97
Error Line has trailing spaces. 98
Error Line has trailing spaces. 99
Error Line has trailing spaces. 100
Error Line has trailing spaces. 105
Error Missing a Javadoc comment. 110
Error Line has trailing spaces. 111
Error First sentence should end with a period. 112
Error Line has trailing spaces. 112
Error Line has trailing spaces. 116
Error Line has trailing spaces. 118
Error Line has trailing spaces. 120
Error Parameter unitField should be final. 124
Error 'unitField' hides a field. 124
Error '{' is not preceded with whitespace. 124
Error Line has trailing spaces. 130
Error Line is longer than 80 characters. 134
Error Line is longer than 80 characters. 135
Error Line has trailing spaces. 139
Error Parameter unitName should be final. 139
Error 'unitName' hides a field. 139
Error Line has trailing spaces. 140
Error Parameter unitConversionMultiplier should be final. 140
Error 'unitConversionMultiplier' hides a field. 140
Error Line has trailing spaces. 141
Error Parameter unitConversionOffset should be final. 141
Error 'unitConversionOffset' hides a field. 141
Error Parameter referenceUnit should be final. 142
Error Line is longer than 80 characters. 144
Error Line is longer than 80 characters. 145
Error '*' is not preceded with whitespace. 145
Error '*' is not followed by whitespace. 145
Error Line has trailing spaces. 146
Error Line has trailing spaces. 149
Error Line is longer than 80 characters. 154
Error Line is longer than 80 characters. 155
Error Line has trailing spaces. 159
Error Parameter unitName should be final. 159
Error 'unitName' hides a field. 159
Error Parameter unitAbbreviation should be final. 160
Error 'unitAbbreviation' hides a field. 160
Error Expected @param tag for 'unitAbbreviation'. 160
Error Line has trailing spaces. 161
Error Parameter unitConversionMultiplier should be final. 161
Error 'unitConversionMultiplier' hides a field. 161
Error Line has trailing spaces. 162
Error Parameter unitConversionOffset should be final. 162
Error 'unitConversionOffset' hides a field. 162
Error Parameter referenceUnit should be final. 163
Error Line is longer than 80 characters. 166
Error Line is longer than 80 characters. 167
Error '*' is not preceded with whitespace. 167
Error '*' is not followed by whitespace. 167
Error Line has trailing spaces. 168
Error Line has trailing spaces. 171
Error Method 'getUnitConversionMultiplier' is not designed for extension - needs to be abstract, final or empty. 175
Error Line has trailing spaces. 177
Error Line has trailing spaces. 178
Error Parameter unitConversionMultiplier should be final. 182
Error 'unitConversionMultiplier' hides a field. 182
Error Line has trailing spaces. 185
Error Method 'getUnitConversionOffset' is not designed for extension - needs to be abstract, final or empty. 189
Error Line has trailing spaces. 192
Error Parameter unitConversionOffset should be final. 196
Error 'unitConversionOffset' hides a field. 196
Error Line has trailing spaces. 199
Error Method 'getUnitField' is not designed for extension - needs to be abstract, final or empty. 203
Error Line has trailing spaces. 206
Error Parameter unitField should be final. 210
Error 'unitField' hides a field. 210
Error Line has trailing spaces. 213
Error Method 'getUnitName' is not designed for extension - needs to be abstract, final or empty. 217
Error Line has trailing spaces. 220
Error Parameter unitName should be final. 224
Error 'unitName' hides a field. 224
Error Line has trailing spaces. 227
Error First sentence should end with a period. 228
Error Line has trailing spaces. 231
Error Method 'convertTo' is not designed for extension - needs to be abstract, final or empty. 236
Error Line has trailing spaces. 237
Error Parameter quantity should be final. 237
Error Parameter resultUnit should be final. 238
Error 'if' is not followed by whitespace. 239
Error '{' is not preceded with whitespace. 239
Error Line has trailing spaces. 240
Error Line is longer than 80 characters. 241
Error '-' is not preceded with whitespace. 241
Error '-' is not followed by whitespace. 241
Error '/' is not preceded with whitespace. 241
Error '/' is not followed by whitespace. 241
Error Line is longer than 80 characters. 242
Error '*' is not preceded with whitespace. 242
Error '*' is not followed by whitespace. 242
Error Line has trailing spaces. 243
Error Line has trailing spaces. 245
Error 'else' is not followed by whitespace. 246
Error '{' is not preceded with whitespace. 246
Error Line has trailing spaces. 251
Error Method 'isCompatible' is not designed for extension - needs to be abstract, final or empty. 257
Error Parameter unit should be final. 257
Error '{' is not preceded with whitespace. 257
Error Conditional logic can be removed. 258
Error 'if' is not followed by whitespace. 258
Error '{' is not preceded with whitespace. 258
Error 'else' is not preceded with whitespace. 260
Error '}' is not followed by whitespace. 260
Error 'else' is not followed by whitespace. 260
Error '{' is not preceded with whitespace. 260
Error Line has trailing spaces. 264
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 268
Error Line has trailing spaces. 275
Error Line has trailing spaces. 278
Error Definition of 'equals()' without corresponding definition of 'hashCode()'. 282
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 282
Error Parameter object should be final. 282
Error 'cast' is not followed by whitespace. 284
Error Line has trailing spaces. 285
Error '&&' should be on a new line. 288
Error Line has trailing spaces. 290
Error Line has trailing spaces. 291
Error Line has trailing spaces. 295
Error Line has trailing spaces. 298
Error Missing a Javadoc comment. 299
Error Line has trailing spaces. 302
Error Line has trailing spaces. 303
Error Parameter unitName should be final. 305
Error Expected @param tag for 'unitName'. 305
Error 'cast' is not followed by whitespace. 307
Error Line has trailing spaces. 320
Error Line is longer than 80 characters. 320
Error Parameter unitName should be final. 323
Error Expected @param tag for 'unitName'. 323
Error Line has trailing spaces. 324
Error Parameter unitConversionMultiplier should be final. 324
Error Expected @param tag for 'unitConversionMultiplier'. 324
Error Line has trailing spaces. 325
Error Parameter unitConversionOffset should be final. 325
Error Expected @param tag for 'unitConversionOffset'. 325
Error Parameter referenceUnit should be final. 326
Error Expected @param tag for 'referenceUnit'. 326
Error 'cast' is not followed by whitespace. 328
Error Line is longer than 80 characters. 329
Error '==' is not preceded with whitespace. 329
Error '==' is not followed by whitespace. 329
Error Line has trailing spaces. 331
Error Line has trailing spaces. 334
Error Line has trailing spaces. 336
Error Line has trailing spaces. 339
Error Line has trailing spaces. 340
Error Line has trailing spaces. 341
Error Line has trailing spaces. 347
Error Line has trailing spaces. 354
Error Line is longer than 80 characters. 354
Error Line has trailing spaces. 357
Error Parameter unitName should be final. 357
Error Expected @param tag for 'unitName'. 357
Error Parameter unitAbbreviation should be final. 358
Error Expected @param tag for 'unitAbbreviation'. 358
Error Line has trailing spaces. 359
Error Parameter unitConversionMultiplier should be final. 359
Error Expected @param tag for 'unitConversionMultiplier'. 359
Error Line has trailing spaces. 360
Error Parameter unitConversionOffset should be final. 360
Error Expected @param tag for 'unitConversionOffset'. 360
Error Parameter referenceUnit should be final. 361
Error Expected @param tag for 'referenceUnit'. 361
Error 'cast' is not followed by whitespace. 363
Error Line is longer than 80 characters. 364
Error '==' is not preceded with whitespace. 364
Error '==' is not followed by whitespace. 364
Error Line has trailing spaces. 366
Error Line has trailing spaces. 370
Error Line has trailing spaces. 373
Error Line has trailing spaces. 375

edu/asu/cri/MirkE/dataStructures/UnitTest.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 17
Error Variable 'fahrenheit' must be private and have accessor methods. 17
Error Missing a Javadoc comment. 18
Error Variable 'celsius' must be private and have accessor methods. 18
Error Missing a Javadoc comment. 19
Error Variable 'kelvin' must be private and have accessor methods. 19
Error Line has trailing spaces. 20
Error Missing a Javadoc comment. 20
Error Variable 'meters' must be private and have accessor methods. 20
Error Missing a Javadoc comment. 21
Error Variable 'inches' must be private and have accessor methods. 21
Error Line has trailing spaces. 22
Error Parameter args should be final. 26
Error Expected @param tag for 'args'. 26
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error '-273' is a magic number. 35
Error '1.8' is a magic number. 36
Error '32' is a magic number. 36
Error '39.3' is a magic number. 38
Error Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter arg0 should be final. 52
Error Expected @param tag for 'arg0'. 52
Error Line has trailing spaces. 57
Error Line has trailing spaces. 59
Error Method 'testConvertTo' is not designed for extension - needs to be abstract, final or empty. 59
Error '0.0254' is a magic number. 62
Error '0.0001' is a magic number. 63
Error Line has trailing spaces. 64
Error '0.0001' is a magic number. 68
Error '0.0001' is a magic number. 73
Error Line has trailing spaces. 77
Error '32' is a magic number. 77
Error '0.0001' is a magic number. 78
Error Line has trailing spaces. 79
Error '32' is a magic number. 81
Error '0.0001' is a magic number. 83
Error Line has trailing spaces. 84
Error '63' is a magic number. 86
Error '63' is a magic number. 87
Error '0.0001' is a magic number. 88
Error Line has trailing spaces. 89
Error '100' is a magic number. 91
Error '-173' is a magic number. 92
Error '0.0001' is a magic number. 93
Error Line has trailing spaces. 94
Error '100' is a magic number. 96
Error '373' is a magic number. 97
Error '0.0001' is a magic number. 98
Error Line has trailing spaces. 99
Error '100' is a magic number. 101
Error '310.928' is a magic number. 102
Error '0.2' is a magic number. 103
Error Line has trailing spaces. 105
Error Line has trailing spaces. 107
Error Method 'testIsCompatible' is not designed for extension - needs to be abstract, final or empty. 109
Error Line has trailing spaces. 114
Error Line has trailing spaces. 117
Error Line has trailing spaces. 121
Error Line has trailing spaces. 123
Error Method 'testEquals' is not designed for extension - needs to be abstract, final or empty. 125

edu/asu/cri/MirkE/dataStructures/UnitValue.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 6
Error Line is longer than 80 characters. 7
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 18
Error Line has trailing spaces. 27
Error First sentence should end with a period. 34
Error Line has trailing spaces. 35
Error Line is longer than 80 characters. 36
Error Line has trailing spaces. 37
Error Missing a Javadoc comment. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 43
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 46
Error Line has trailing spaces. 49
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 53
Error Parameter id should be final. 53
Error 'id' hides a field. 53
Error Expected @param tag for 'id'. 53
Error Line has trailing spaces. 56
Error Missing a Javadoc comment. 57
Error Method 'isEditable' is not designed for extension - needs to be abstract, final or empty. 61
Error Line has trailing spaces. 64
Error Line has trailing spaces. 67
Error Method 'setEditable' is not designed for extension - needs to be abstract, final or empty. 69
Error Parameter editable should be final. 69
Error 'editable' hides a field. 69
Error Expected @param tag for 'editable'. 69
Error Line has trailing spaces. 72
Error Missing a Javadoc comment. 73
Error Line has trailing spaces. 74
Error Method 'getUnits' is not designed for extension - needs to be abstract, final or empty. 78
Error Line has trailing spaces. 81
Error Method 'setUnits' is not designed for extension - needs to be abstract, final or empty. 85
Error Parameter unit should be final. 85
Error Line has trailing spaces. 88
Error Missing a Javadoc comment. 89
Error Line has trailing spaces. 90
Error Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 94
Error Parameter value should be final. 94
Error 'value' hides a field. 94
Error Expected @param tag for 'value'. 94
Error Line has trailing spaces. 97
Error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 101
Error Line has trailing spaces. 104
Error Line has trailing spaces. 106
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 109
Error '+' is not preceded with whitespace. 110
Error '+' is not followed by whitespace. 110
Error '+' is not preceded with whitespace. 110
Error '+' is not followed by whitespace. 110
Error Line has trailing spaces. 111
Error Line has trailing spaces. 114
Error First sentence should end with a period. 115
Error '{' is not followed by whitespace. 117
Error '}' is not preceded with whitespace. 117
Error Line has trailing spaces. 118
Error First sentence should end with a period. 119
Error Line has trailing spaces. 124
Error Parameter value should be final. 124
Error 'value' hides a field. 124
Error Expected @param tag for 'value'. 124
Error Parameter units should be final. 125
Error 'units' hides a field. 125
Error Expected @param tag for 'units'. 125
Error Definition of 'equals()' without corresponding definition of 'hashCode()'. 133
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 133
Error Parameter object should be final. 133
Error 'cast' is not followed by whitespace. 135
Error Line has trailing spaces. 136
Error Line is longer than 80 characters. 138
Error Line has trailing spaces. 139
Error Line is longer than 80 characters. 140
Error Line has trailing spaces. 145

edu/asu/cri/MirkE/dataStructures/package.html

ErrorLine
Error Missing package documentation file.0

edu/asu/cri/MirkE/exceptions/MenuException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 5
Error Line has trailing spaces. 7
Error '{' should be on the previous line. 12
Error First sentence should end with a period. 13
Error Line contains a tab character. 13
Error Line contains a tab character. 14
Error Line contains a tab character. 15
Error Line contains a tab character. 16
Error First sentence should end with a period. 17
Error Line contains a tab character. 17
Error First sentence should end with a period. 22
Error Line has trailing spaces. 24
Error Parameter message should be final. 27
Error '{' should be on the previous line. 28
Error First sentence should end with a period. 32
Error Line has trailing spaces. 34
Error Parameter message should be final. 38
Error Parameter causedByArg should be final. 38
Error '{' should be on the previous line. 39
Error First sentence should end with a period. 44
Error Line has trailing spaces. 46
Error Parameter causedByArg should be final. 49
Error '{' should be on the previous line. 50
Error First sentence should end with a period. 55
Error Line has trailing spaces. 58
Error Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. 61
Error Parameter out should be final. 61
Error Expected @param tag for 'out'. 61
Error '{' should be on the previous line. 62

edu/asu/cri/MirkE/exceptions/MirkEApplicationException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 6
Error '{' is not preceded with whitespace. 31
Error First sentence should end with a period. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error First sentence should end with a period. 37
Error Line contains a tab character. 37
Error '(' is followed by whitespace. 42
Error Parameter msg should be final. 42
Error ')' is preceded with whitespace. 42
Error '{' should be on the previous line. 43
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error First sentence should end with a period. 47
Error '(' is followed by whitespace. 53
Error Parameter msg should be final. 53
Error Parameter object should be final. 53
Error ')' is preceded with whitespace. 53
Error '{' should be on the previous line. 54
Error '(' is followed by whitespace. 55
Error First sentence should end with a period. 58
Error '(' is followed by whitespace. 63
Error Parameter object should be final. 63
Error ')' is preceded with whitespace. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error First sentence should end with a period. 72
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 77
Error '{' should be on the previous line. 78
Error Line has trailing spaces. 86
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 91
Error '(' is followed by whitespace. 91
Error Parameter object should be final. 91
Error Expected @param tag for 'object'. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error First sentence should end with a period. 96
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 101
Error '{' should be on the previous line. 102
Error Line has trailing spaces. 104
Error Line contains a tab character. 104

edu/asu/cri/MirkE/exceptions/MirkEFileNotFoundException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 6
Error '{' is not preceded with whitespace. 31
Error Line has trailing spaces. 32
Error First sentence should end with a period. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line has trailing spaces. 38
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Missing a Javadoc comment. 39
Error ';' is preceded with whitespace. 39
Error Line has trailing spaces. 40
Error Line contains a tab character. 40
Error First sentence should end with a period. 42
Error '(' is followed by whitespace. 47
Error Parameter msg should be final. 47
Error ')' is preceded with whitespace. 47
Error '{' should be on the previous line. 48
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error First sentence should end with a period. 52
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error '{' should be on the previous line. 57
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error First sentence should end with a period. 61
Error '(' is followed by whitespace. 66
Error Parameter object should be final. 66
Error ')' is preceded with whitespace. 66
Error '{' should be on the previous line. 67
Error Line has trailing spaces. 69
Error First sentence should end with a period. 76
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 81
Error '{' should be on the previous line. 82
Error Line has trailing spaces. 90
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 95
Error '(' is followed by whitespace. 95
Error Parameter object should be final. 95
Error Expected @param tag for 'object'. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on the previous line. 96
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error First sentence should end with a period. 100
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 105
Error '{' should be on the previous line. 106
Error Line has trailing spaces. 108
Error Line contains a tab character. 108

edu/asu/cri/MirkE/exceptions/MirkEIOException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 6
Error Line has trailing spaces. 38
Error First sentence should end with a period. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line has trailing spaces. 44
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Missing a Javadoc comment. 45
Error Line has trailing spaces. 47
Error First sentence should end with a period. 48
Error Line has trailing spaces. 52
Error '(' is followed by whitespace. 54
Error Parameter msg should be final. 54
Error ')' is preceded with whitespace. 54
Error '{' should be on the previous line. 55
Error '(' is followed by whitespace. 56
Error First sentence should end with a period. 59
Error '(' is followed by whitespace. 64
Error Parameter object should be final. 64
Error ')' is preceded with whitespace. 64
Error '{' should be on the previous line. 65
Error Line contains a tab character. 66
Error First sentence should end with a period. 73
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 78
Error '{' should be on the previous line. 79
Error Line has trailing spaces. 87
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 92
Error '(' is followed by whitespace. 92
Error Parameter object should be final. 92
Error Expected @param tag for 'object'. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 93
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error First sentence should end with a period. 97
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 102
Error '{' should be on the previous line. 103
Error Line has trailing spaces. 105
Error Line contains a tab character. 105

edu/asu/cri/MirkE/exceptions/MirkESystemException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 6
Error '{' is not preceded with whitespace. 31
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 33
Error Name '_msg' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Variable '_msg' must be private and have accessor methods. 33
Error Missing a Javadoc comment. 34
Error Variable 'exitIndicator' must be private and have accessor methods. 34
Error First sentence should end with a period. 35
Error '(' is followed by whitespace. 40
Error Parameter msg should be final. 40
Error ')' is preceded with whitespace. 40
Error '{' should be on the previous line. 41
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error First sentence should end with a period. 45
Error Unused @param tag for 'Throwable'. 49
Error '(' is followed by whitespace. 51
Error Parameter msg should be final. 51
Error Parameter obj should be final. 51
Error Expected @param tag for 'obj'. 51
Error ')' is preceded with whitespace. 51
Error '{' should be on the previous line. 52
Error '(' is followed by whitespace. 53
Error First sentence should end with a period. 56
Error Unused @param tag for 'Throwable'. 59
Error '(' is followed by whitespace. 61
Error Parameter obj should be final. 61
Error Expected @param tag for 'obj'. 61
Error ')' is preceded with whitespace. 61
Error '{' should be on the previous line. 62
Error '(' is followed by whitespace. 63
Error Line has trailing spaces. 65
Error Line has trailing spaces. 66
Error First sentence should end with a period. 67
Error Line has trailing spaces. 68
Error Line is longer than 80 characters. 68
Error Unused @param tag for 'Throwable'. 71
Error Unused @param tag for 'boolean'. 72
Error Parameter obj should be final. 74
Error Expected @param tag for 'obj'. 74
Error Parameter flag should be final. 74
Error Expected @param tag for 'flag'. 74
Error ')' is preceded with whitespace. 74
Error '{' should be on the previous line. 75
Error '(' is followed by whitespace. 76
Error Line has trailing spaces. 79
Error First sentence should end with a period. 80
Error Line has trailing spaces. 81
Error Line is longer than 80 characters. 81
Error Unused @param tag for 'Throwable'. 84
Error Unused @param tag for 'boolean'. 85
Error '(' is followed by whitespace. 87
Error Parameter flag should be final. 87
Error Expected @param tag for 'flag'. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Line is longer than 80 characters. 93
Error Line is longer than 80 characters. 95
Error First sentence should end with a period. 97
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 102
Error '{' should be on the previous line. 103
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 114
Error '(' is followed by whitespace. 114
Error Parameter obj should be final. 114
Error Expected @param tag for 'obj'. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error First sentence should end with a period. 119
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 124
Error '{' should be on the previous line. 125
Error Line has trailing spaces. 128
Error Method 'setMyMessage' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error Parameter msg should be final. 129
Error '{' is not preceded with whitespace. 129
Error 'if' is not followed by whitespace. 130
Error '{' is not preceded with whitespace. 130
Error '{' is not followed by whitespace. 130
Error ';' is not followed by whitespace. 130
Error '}' is not preceded with whitespace. 130
Error '}' should be on the same line. 130
Error 'else' is not followed by whitespace. 131
Error '{' is not preceded with whitespace. 131
Error '{' is not followed by whitespace. 131
Error '=' is not preceded with whitespace. 131
Error '=' is not followed by whitespace. 131
Error '+' is not preceded with whitespace. 131
Error '+' is not followed by whitespace. 131
Error '+' is not preceded with whitespace. 131
Error '+' is not followed by whitespace. 131
Error ';' is not followed by whitespace. 131
Error '}' is not preceded with whitespace. 131
Error Line has trailing spaces. 132
Error Method 'getMyMessage' is not designed for extension - needs to be abstract, final or empty. 134
Error Missing a Javadoc comment. 134
Error '{' is not preceded with whitespace. 134
Error '+' is not preceded with whitespace. 135
Error '+' is not followed by whitespace. 135
Error '+' is not followed by whitespace. 135
Error Line has trailing spaces. 136
Error Line has trailing spaces. 138
Error Line has trailing spaces. 139

edu/asu/cri/MirkE/exceptions/MirkETransactionException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 6
Error Line has trailing spaces. 32
Error '{' should be on the previous line. 34
Error Line has trailing spaces. 36
Error First sentence should end with a period. 37
Error '(' is followed by whitespace. 42
Error Parameter msg should be final. 42
Error ')' is preceded with whitespace. 42
Error '{' should be on the previous line. 43
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error First sentence should end with a period. 47
Error Line is longer than 80 characters. 53
Error '(' is followed by whitespace. 53
Error Parameter object should be final. 53
Error Parameter message should be final. 53
Error ')' is preceded with whitespace. 53
Error '(' is followed by whitespace. 55
Error First sentence should end with a period. 58
Error '(' is followed by whitespace. 63
Error Parameter object should be final. 63
Error ')' is preceded with whitespace. 63
Error '{' should be on the previous line. 64

edu/asu/cri/MirkE/exceptions/package.html

ErrorLine
Error Missing package documentation file.0

edu/asu/cri/MirkE/gui/DataSetColorModel.java

ErrorLine
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 6
Error Using the '.*' form of import should be avoided - java.util.*. 25
Error Using the '.*' form of import should be avoided - java.awt.*. 26
Error Using the '.*' form of import should be avoided - java.awt.color.*. 27
Error Using the '.*' form of import should be avoided - java.io.*. 31
Error Using the '.*' form of import should be avoided - java.beans.*. 32
Error Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.*. 36
Error Utility classes should not have a public or default constructor. 44
Error Line contains a tab character. 45
Error Missing a Javadoc comment. 45
Error Name 'wavelengthToCIE_XYZ' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Variable 'wavelengthToCIE_XYZ' must be private and have accessor methods. 45
Error Line contains a tab character. 46
Error Missing a Javadoc comment. 46
Error Variable 'rgbSpace' must be private and have accessor methods. 46
Error First sentence should end with a period. 48
Error Line contains a tab character. 48
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 51
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Parameter mirke should be final. 59
Error Expected @param tag for 'mirke'. 59
Error Line contains a tab character. 60
Error Parameter query should be final. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Parameter mirke should be final. 73
Error Expected @param tag for 'mirke'. 73
Error Line is longer than 80 characters. 74
Error Line contains a tab character. 74
Error Parameter observableToMinValueMap should be final. 74
Error Expected @param tag for 'observableToMinValueMap'. 74
Error Line is longer than 80 characters. 75
Error Line contains a tab character. 75
Error Parameter observableToMeanValueMap should be final. 75
Error Expected @param tag for 'observableToMeanValueMap'. 75
Error Line is longer than 80 characters. 76
Error Line contains a tab character. 76
Error Parameter observableToMaxValueMap should be final. 76
Error Expected @param tag for 'observableToMaxValueMap'. 76
Error Expected @throws tag for 'MirkESystemException'. 76
Error Line is longer than 80 characters. 78
Error Line contains a tab character. 78
Error Line is longer than 80 characters. 80
Error Line contains a tab character. 80
Error Line contains a tab character. 82
Error Line is longer than 80 characters. 84
Error Line contains a tab character. 84
Error Line is longer than 80 characters. 85
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line is longer than 80 characters. 87
Error Line contains a tab character. 87
Error 'cast' is not followed by whitespace. 87
Error Line is longer than 80 characters. 89
Error Line contains a tab character. 89
Error Line is longer than 80 characters. 91
Error Line contains a tab character. 91
Error Line is longer than 80 characters. 92
Error Line contains a tab character. 92
Error Line contains a tab character. 94
Error Line is longer than 80 characters. 96
Error Line contains a tab character. 96
Error 'cast' is not followed by whitespace. 96
Error Line is longer than 80 characters. 97
Error Line contains a tab character. 97
Error 'cast' is not followed by whitespace. 97
Error Line is longer than 80 characters. 98
Error Line contains a tab character. 98
Error 'cast' is not followed by whitespace. 98
Error Line has trailing spaces. 100
Error Line contains a tab character. 100
Error Line has trailing spaces. 101
Error Line is longer than 80 characters. 101
Error Line contains a tab character. 101
Error Line is longer than 80 characters. 102
Error Line contains a tab character. 102
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line is longer than 80 characters. 107
Error Line contains a tab character. 107
Error '-' is not preceded with whitespace. 107
Error '-' is not followed by whitespace. 107
Error '/' is not preceded with whitespace. 107
Error '/' is not followed by whitespace. 107
Error Line contains a tab character. 108
Error 'catch' is not followed by whitespace. 108
Error '{' is not preceded with whitespace. 108
Error Line has trailing spaces. 109
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line has trailing spaces. 111
Error Line contains a tab character. 111
Error Line has trailing spaces. 112
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error 'catch' is not preceded with whitespace. 113
Error '}' is not followed by whitespace. 113
Error 'catch' is not followed by whitespace. 113
Error '{' is not preceded with whitespace. 113
Error Line has trailing spaces. 114
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line has trailing spaces. 116
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 123
Error Line is longer than 80 characters. 125
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Name 'getWavelengthToCIE_XYZ' must match pattern '^[a-z][a-zA-Z0-9]*$'. 128
Error Expected @throws tag for 'MirkEFileNotFoundException'. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line has trailing spaces. 131
Error Line is longer than 80 characters. 132
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error 'try' is not followed by whitespace. 135
Error '{' is not preceded with whitespace. 135
Error Line is longer than 80 characters. 136
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error 'catch' is not preceded with whitespace. 137
Error '}' is not followed by whitespace. 137
Error '{' is not preceded with whitespace. 137
Error Line contains a tab character. 139
Error 'cast' is not followed by whitespace. 139
Error Line contains a tab character. 140
Error 'catch' is not preceded with whitespace. 140
Error '}' is not followed by whitespace. 140
Error 'catch' is not followed by whitespace. 140
Error '{' is not preceded with whitespace. 140
Error Line has trailing spaces. 141
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error Line contains a tab character. 143
Error Line has trailing spaces. 144
Error Line contains a tab character. 144
Error Line is longer than 80 characters. 145
Error Line contains a tab character. 145
Error 'cast' is not followed by whitespace. 145
Error Line contains a tab character. 146
Error Line has trailing spaces. 147
Error Line is longer than 80 characters. 147
Error Line contains a tab character. 147
Error Line is longer than 80 characters. 148
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error First sentence should end with a period. 154
Error Line contains a tab character. 154
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error '{' is not followed by whitespace. 156
Error '}' is not preceded with whitespace. 156
Error Line contains a tab character. 157
Error Line contains a tab character. 158
Error Line is longer than 80 characters. 159
Error Line contains a tab character. 159
Error Unclosed HTML tag found: <code>wavelength<code> of monochromatic light at a standard 159
Error Line is longer than 80 characters. 161
Error Line contains a tab character. 161
Error Name 'wavelengthToCIE_XYZcomponents' must match pattern '^[a-z][a-zA-Z0-9]*$'. 161
Error Parameter wavelength should be final. 161
Error Expected @param tag for 'wavelength'. 161
Error Expected @throws tag for 'MirkEApplicationException'. 161
Error Expected @throws tag for 'MirkEFileNotFoundException'. 161
Error Line is longer than 80 characters. 164
Error Line contains a tab character. 164
Error Name 'CIE_XYZcomponentsFromWavelength' must match pattern '^[a-z][a-zA-Z0-9]*$'. 164
Error 'cast' is not followed by whitespace. 164
Error Line is longer than 80 characters. 166
Error Line contains a tab character. 166
Error Name 'CIE_XYZcomponents' must match pattern '^[a-z][a-zA-Z0-9]*$'. 166
Error Line contains a tab character. 167
Error '=' is not preceded with whitespace. 167
Error '=' is not followed by whitespace. 167
Error ';' is not followed by whitespace. 167
Error '<' is not preceded with whitespace. 167
Error '<' is not followed by whitespace. 167
Error ';' is not followed by whitespace. 167
Error Line is longer than 80 characters. 168
Error Line contains a tab character. 168
Error 'cast' is not followed by whitespace. 168
Error Line contains a tab character. 169
Error Line contains a tab character. 171
Error Line contains a tab character. 172
Error First sentence should end with a period. 174
Error Line is longer than 80 characters. 174
Error Line contains a tab character. 174
Error Line contains a tab character. 176
Error Line is longer than 80 characters. 177
Error Line contains a tab character. 177
Error Line contains a tab character. 179
Error Line contains a tab character. 180
Error Line contains a tab character. 181
Error Line contains a tab character. 182
Error Parameter wavelength should be final. 182
Error Line is longer than 80 characters. 183
Error Line contains a tab character. 183
Error Parameter alpha should be final. 183
Error Expected @throws tag for 'MirkEApplicationException'. 183
Error ',' is not followed by whitespace. 183
Error Expected @throws tag for 'MirkEFileNotFoundException'. 183
Error '{' is not preceded with whitespace. 183
Error Line is longer than 80 characters. 184
Error Line contains a tab character. 184
Error 'cast' is not followed by whitespace. 184
Error Line contains a tab character. 185
Error 'cast' is not followed by whitespace. 185
Error Line contains a tab character. 186
Error First sentence should end with a period. 188
Error Line is longer than 80 characters. 188
Error Line contains a tab character. 188
Error Line contains a tab character. 190
Error Line is longer than 80 characters. 191
Error Line contains a tab character. 191
Error Line contains a tab character. 193
Error Line contains a tab character. 194
Error Line contains a tab character. 195
Error Line contains a tab character. 196
Error Parameter wavelength should be final. 196
Error Line is longer than 80 characters. 197
Error Line contains a tab character. 197
Error Parameter alpha should be final. 197
Error Expected @throws tag for 'MirkEApplicationException'. 197
Error Expected @throws tag for 'MirkEFileNotFoundException'. 197
Error Line contains a tab character. 198
Error Line contains a tab character. 199
Error 'cast' is not followed by whitespace. 199
Error Line contains a tab character. 200
Error First sentence should end with a period. 202
Error Line contains a tab character. 202
Error Line contains a tab character. 204
Error Line contains a tab character. 206
Error Line contains a tab character. 207
Error Line contains a tab character. 208
Error Line is longer than 80 characters. 209
Error Line contains a tab character. 209
Error Parameter xyzValues should be final. 209
Error Expected @param tag for 'xyzValues'. 209
Error Expected @throws tag for 'MirkEApplicationException'. 209
Error '{' is not preceded with whitespace. 209
Error Line contains a tab character. 210
Error Line contains a tab character. 211
Error First sentence should end with a period. 213
Error Line contains a tab character. 213
Error Line contains a tab character. 214
Error Line contains a tab character. 215
Error Line contains a tab character. 216
Error Line contains a tab character. 217
Error Line contains a tab character. 218
Error Line contains a tab character. 219
Error Line contains a tab character. 220
Error Line contains a tab character. 221
Error Parameter xyzValues should be final. 221
Error Expected @param tag for 'xyzValues'. 221
Error Line is longer than 80 characters. 222
Error Line contains a tab character. 222
Error Parameter alpha should be final. 222
Error Expected @param tag for 'alpha'. 222
Error Expected @throws tag for 'MirkEApplicationException'. 222
Error '{' is not preceded with whitespace. 222
Error Line contains a tab character. 224
Error Line is longer than 80 characters. 225
Error Line contains a tab character. 225
Error Line contains a tab character. 226
Error Line is longer than 80 characters. 228
Error Line contains a tab character. 228
Error Line contains a tab character. 229
Error Line contains a tab character. 230
Error Line contains a tab character. 232
Error Line contains a tab character. 233
Error Line contains a tab character. 234
Error Line contains a tab character. 236
Error Line is longer than 80 characters. 237
Error Line contains a tab character. 237
Error Line contains a tab character. 238
Error Line contains a tab character. 239
Error Line contains a tab character. 240
Error First sentence should end with a period. 242
Error Line is longer than 80 characters. 242
Error Line contains a tab character. 242
Error Line contains a tab character. 243
Error Line contains a tab character. 244
Error Line is longer than 80 characters. 245
Error Line contains a tab character. 245
Error Line contains a tab character. 246
Error Line contains a tab character. 247
Error Line contains a tab character. 248
Error Line contains a tab character. 249
Error Line contains a tab character. 250
Error Parameter wavelength should be final. 250
Error Line is longer than 80 characters. 251
Error Line contains a tab character. 251
Error Parameter alpha should be final. 251
Error Line contains a tab character. 252
Error Expected @throws tag for 'MirkEApplicationException'. 252
Error Expected @throws tag for 'MirkEFileNotFoundException'. 252
Error Line contains a tab character. 253
Error '{' should be on the previous line. 253
Error Line contains a tab character. 255
Error Line contains a tab character. 256
Error Line contains a tab character. 257
Error Line contains a tab character. 258
Error Line contains a tab character. 259
Error Line contains a tab character. 260
Error Line is longer than 80 characters. 262
Error Line contains a tab character. 262
Error Line contains a tab character. 263
Error Line contains a tab character. 265
Error Line contains a tab character. 267
Error Line contains a tab character. 268
Error Line contains a tab character. 269
Error Line is longer than 80 characters. 270
Error Line contains a tab character. 270
Error Parameter observableToMeanValueMap should be final. 270
Error Expected @param tag for 'observableToMeanValueMap'. 270
Error Line contains a tab character. 271
Error Expected @throws tag for 'MirkEApplicationException'. 271
Error ',' is not followed by whitespace. 271
Error Expected @throws tag for 'MirkEFileNotFoundException'. 271
Error '{' is not preceded with whitespace. 271
Error Line contains a tab character. 272
Error Line contains a tab character. 273
Error ';' is not followed by whitespace. 273
Error Line contains a tab character. 275
Error Line contains a tab character. 276
Error Line is longer than 80 characters. 277
Error Line contains a tab character. 277
Error 'cast' is not followed by whitespace. 277
Error Line contains a tab character. 279
Error Line contains a tab character. 280
Error 'cast' is not followed by whitespace. 280
Error Line contains a tab character. 281
Error 'cast' is not followed by whitespace. 281
Error Line contains a tab character. 282
Error Line contains a tab character. 284
Error Line contains a tab character. 285
Error '600' is a magic number. 285
Error Line is longer than 80 characters. 286
Error Line contains a tab character. 286
Error '.5' is a magic number. 286
Error 'cast' is not followed by whitespace. 286
Error '*' is not preceded with whitespace. 286
Error '*' is not followed by whitespace. 286
Error Line contains a tab character. 287
Error First sentence should end with a period. 289
Error Line contains a tab character. 289
Error Line contains a tab character. 291
Error Line contains a tab character. 293
Error Line contains a tab character. 294
Error Line contains a tab character. 295
Error Parameter values should be final. 295
Error Expected @param tag for 'values'. 295
Error Line contains a tab character. 296
Error Line contains a tab character. 298
Error '=' is not preceded with whitespace. 298
Error '=' is not followed by whitespace. 298
Error ';' is not followed by whitespace. 298
Error '<' is not preceded with whitespace. 298
Error '<' is not followed by whitespace. 298
Error ';' is not followed by whitespace. 298
Error Line contains a tab character. 299
Error Line contains a tab character. 300
Error Line contains a tab character. 302
Error Line contains a tab character. 303

edu/asu/cri/MirkE/gui/EventDispatcher.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 6
Error Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.*. 25
Error Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.util.*. 26
Error Using the '.*' form of import should be avoided - java.awt.event.*. 29
Error Using the '.*' form of import should be avoided - javax.swing.*. 30
Error Using the '.*' form of import should be avoided - java.io.*. 31
Error '{' should be on the previous line. 41
Error Missing a Javadoc comment. 42
Error Line has trailing spaces. 43
Error Line has trailing spaces. 44
Error First sentence should end with a period. 45
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 48
Error First sentence should end with a period. 50
Error Parameter mirke should be final. 53
Error 'mirke' hides a field. 53
Error Expected @param tag for 'mirke'. 53
Error '{' should be on the previous line. 54
Error First sentence should end with a period. 58
Error '{' should be on the previous line. 61
Error Method 'setMirke' is not designed for extension - needs to be abstract, final or empty. 68
Error Parameter mirke should be final. 68
Error 'mirke' hides a field. 68
Error Expected @param tag for 'mirke'. 68
Error '{' should be on the previous line. 69
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Method 'getMirke' is not designed for extension - needs to be abstract, final or empty. 76
Error '{' should be on the previous line. 77
Error Line has trailing spaces. 81
Error Missing a Javadoc comment. 82
Error Variable 'currentPath' must be private and have accessor methods. 82
Error Line has trailing spaces. 83
Error First sentence should end with a period. 84
Error Line contains a tab character. 87
Error Line is longer than 80 characters. 88
Error Method 'importDataSet' is not designed for extension - needs to be abstract, final or empty. 88
Error Expected @throws tag for 'java.io.IOException'. 88
Error Expected @throws tag for 'MirkEApplicationException'. 88
Error ',' is not followed by whitespace. 88
Error Expected @throws tag for 'MirkESystemException'. 88
Error Line has trailing spaces. 94
Error '{' should be on the previous line. 104
Error Line has trailing spaces. 107
Error Line has trailing spaces. 110
Error Line has trailing spaces. 112
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 114
Error '{' should be on the previous line. 115
Error First sentence should end with a period. 119
Error Method 'plotGrowthCurves' is not designed for extension - needs to be abstract, final or empty. 123
Error Expected @throws tag for 'IOException'. 123
Error Expected @throws tag for 'MirkEApplicationException'. 123
Error Method 'metabolicAssays' is not designed for extension - needs to be abstract, final or empty. 134
Error Expected @throws tag for 'MirkEApplicationException'. 134
Error '{' should be on the previous line. 135
Error Line has trailing spaces. 139
Error Line has trailing spaces. 142
Error Line has trailing spaces. 144
Error Method 'showPerWellAnalysis' is not designed for extension - needs to be abstract, final or empty. 144
Error Expected @throws tag for 'MirkEApplicationException'. 144
Error '{' should be on the previous line. 145
Error Line is longer than 80 characters. 146
Error Line has trailing spaces. 148
Error Line has trailing spaces. 150
Error First sentence should end with a period. 151
Error Line has trailing spaces. 151
Error Line has trailing spaces. 152
Error Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. 157
Error Parameter event should be final. 157
Error Expected @param tag for 'event'. 157
Error '{' should be on the previous line. 158
Error '{' should be on the previous line. 160
Error '}' should be on the same line. 166
Error '{' should be on the previous line. 168
Error '+' is not preceded with whitespace. 170
Error '+' is not followed by whitespace. 170

edu/asu/cri/MirkE/gui/MainFrame.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 7
Error '{' should be on the previous line. 55
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 60
Error Line has trailing spaces. 61
Error First sentence should end with a period. 62
Error Line has trailing spaces. 63
Error Line has trailing spaces. 64
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 66
Error Line contains a tab character. 69
Error Method 'setMirke' is not designed for extension - needs to be abstract, final or empty. 71
Error Parameter mirke should be final. 71
Error 'mirke' hides a field. 71
Error Expected @param tag for 'mirke'. 71
Error '{' should be on the previous line. 72
Error Line contains a tab character. 77
Error Method 'getMirke' is not designed for extension - needs to be abstract, final or empty. 79
Error '{' should be on the previous line. 80
Error First sentence should end with a period. 84
Error '{' should be on the previous line. 87
Error First sentence should end with a period. 92
Error Line has trailing spaces. 93
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Parameter mirke should be final. 96
Error 'mirke' hides a field. 96
Error Expected @param tag for 'mirke'. 96
Error '{' should be on the previous line. 97
Error Line contains a tab character. 104
Error Method 'scheduleInitialization' is not designed for extension - needs to be abstract, final or empty. 105
Error '{' should be on the previous line. 106
Error '{' should be on the previous line. 110
Error 'try' is not followed by whitespace. 111
Error '{' is not preceded with whitespace. 111
Error Line is longer than 80 characters. 113
Error 'catch' is not preceded with whitespace. 113
Error '}' is not followed by whitespace. 113
Error 'catch' is not followed by whitespace. 113
Error '{' is not preceded with whitespace. 113
Error Must have at least one statement. 113
Error '{' is not followed by whitespace. 113
Error '}' is not preceded with whitespace. 113
Error '}' is not followed by whitespace. 113
Error Line has trailing spaces. 114
Error Line has trailing spaces. 118
Error First sentence should end with a period. 119
Error Method 'createAndShow' is not designed for extension - needs to be abstract, final or empty. 122
Error Expected @throws tag for 'MirkEApplicationException'. 122
Error '{' should be on the previous line. 123
Error Line has trailing spaces. 124
Error '{' should be on the previous line. 132
Error '{' should be on the previous line. 141
Error '}' should be on the same line. 143
Error '{' should be on the previous line. 145
Error Line has trailing spaces. 149
Error '9' is a magic number. 163
Error '{' should be on the previous line. 164
Error Line has trailing spaces. 172
Error First sentence should end with a period. 178
Error Method 'createMenuBarFromXml' is not designed for extension - needs to be abstract, final or empty. 184
Error '{' should be on the previous line. 185
Error '{' should be on the previous line. 193
Error '{' should be on the previous line. 204
Error '}' should be on the same line. 208
Error '{' should be on the previous line. 210
Error '}' should be on the same line. 212
Error '{' should be on the previous line. 214
Error '+' is not preceded with whitespace. 215
Error '+' is not followed by whitespace. 215
Error Line has trailing spaces. 216
Error Line has trailing spaces. 220
Error First sentence should end with a period. 224
Error Line has trailing spaces. 226
Error Line has trailing spaces. 227
Error Parameter menuList should be final. 230
Error '{' should be on the previous line. 231
Error '{' should be on the previous line. 238
Error Line has trailing spaces. 239
Error '{' should be on the previous line. 244
Error '{' should be on the previous line. 251
Error '{' should be on the previous line. 254
Error '}' should be on the same line. 256
Error '{' should be on the previous line. 258
Error '{' should be on the previous line. 261
Error '}' should be on the same line. 263
Error '{' should be on the previous line. 265
Error '}' should be on the same line. 268
Error '{' should be on the previous line. 270
Error '}' should be on the same line. 275
Error '{' should be on the previous line. 277
Error Line has trailing spaces. 278
Error Line has trailing spaces. 282
Error First sentence should end with a period. 286
Error Line has trailing spaces. 288
Error Parameter itemDetail should be final. 292
Error '{' should be on the previous line. 293
Error '{' should be on the previous line. 298
Error Line has trailing spaces. 310
Error First sentence should end with a period. 311
Error Line has trailing spaces. 313
Error Parameter keyStroke should be final. 317
Error '{' should be on the previous line. 318
Error '{' should be on the previous line. 323
Error '}' should be on the same line. 327
Error '{' should be on the previous line. 329
Error Line has trailing spaces. 330
Error '+' is not preceded with whitespace. 331
Error '+' is not followed by whitespace. 331

edu/asu/cri/MirkE/gui/MenuActionListener.java

ErrorLine
Error File does not end with a newline. 0

edu/asu/cri/MirkE/gui/MenuActionListener.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 10
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 18
Error Variable 'eventHandlers' must be private and have accessor methods. 22
Error First sentence should end with a period. 24
Error '{' should be on the previous line. 28
Error Line has trailing spaces. 31
Error First sentence should end with a period. 32
Error Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. 36
Error Parameter event should be final. 36
Error Expected @param tag for 'event'. 36
Error '{' should be on the previous line. 37
Error '{' should be on the previous line. 44
Error Line has trailing spaces. 52
Error '{' should be on the previous line. 55
Error Line has trailing spaces. 60
Error '}' should be on the same line. 67
Error '{' should be on the previous line. 69

edu/asu/cri/MirkE/gui/MirkeContext.java

ErrorLine
Error File does not end with a newline. 0

edu/asu/cri/MirkE/gui/MirkeContext.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Utility classes should not have a public or default constructor. 11
Error '{' should be on the previous line. 12
Error First sentence should end with a period. 13
Error First sentence should end with a period. 18
Error First sentence should end with a period. 24
Error Line has trailing spaces. 26
Error '{' should be on the previous line. 30
Error First sentence should end with a period. 34
Error Line has trailing spaces. 36
Error Parameter mirkeArg should be final. 39
Error '{' should be on the previous line. 40
Error First sentence should end with a period. 44
Error Line has trailing spaces. 46
Error '{' should be on the previous line. 50
Error First sentence should end with a period. 54
Error Parameter currentDirectoryArg should be final. 58
Error '{' should be on the previous line. 59

edu/asu/cri/MirkE/gui/PlateView.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 7
Error First sentence should end with a period. 39
Error Line has trailing spaces. 39
Error Line is longer than 80 characters. 39
Error Line contains a tab character. 45
Error Missing a Javadoc comment. 45
Error Line contains a tab character. 46
Error Missing a Javadoc comment. 46
Error Line has trailing spaces. 47
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Missing a Javadoc comment. 48
Error Variable 'listenerList' must be private and have accessor methods. 48
Error Line contains a tab character. 49
Error Missing a Javadoc comment. 49
Error Variable 'plateViewEvent' must be private and have accessor methods. 49
Error Line has trailing spaces. 50
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Missing a Javadoc comment. 51
Error Line has trailing spaces. 52
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Method 'setSelectableParameter' is not designed for extension - needs to be abstract, final or empty. 56
Error Parameter selectableParameter should be final. 56
Error 'selectableParameter' hides a field. 56
Error Expected @param tag for 'selectableParameter'. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line has trailing spaces. 59
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line has trailing spaces. 62
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Method 'getSelectableParameter' is not designed for extension - needs to be abstract, final or empty. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line has trailing spaces. 69
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Missing a Javadoc comment. 70
Error Line contains a tab character. 71
Error Missing a Javadoc comment. 71
Error Line has trailing spaces. 72
Error Line contains a tab character. 72
Error First sentence should end with a period. 73
Error Line contains a tab character. 73
Error Line has trailing spaces. 74
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line has trailing spaces. 79
Error Line contains a tab character. 79
Error Parameter mirke should be final. 79
Error 'mirke' hides a field. 79
Error Expected @param tag for 'mirke'. 79
Error Line contains a tab character. 80
Error Parameter selectableParameter should be final. 80
Error 'selectableParameter' hides a field. 80
Error Expected @param tag for 'selectableParameter'. 80
Error Expected @throws tag for 'MirkEApplicationException'. 80
Error '{' is not preceded with whitespace. 80
Error Line contains a tab character. 81
Error Line has trailing spaces. 82
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line has trailing spaces. 86
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line has trailing spaces. 89
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line has trailing spaces. 91
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 93
Error Expected @throws tag for 'MirkEApplicationException'. 93
Error Line is longer than 80 characters. 94
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Line has trailing spaces. 99
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Method 'createPlateViewGUI' is not designed for extension - needs to be abstract, final or empty. 103
Error Expected @throws tag for 'MirkEApplicationException'. 103
Error '{' is not preceded with whitespace. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error '5' is a magic number. 106
Error '5' is a magic number. 106
Error '5' is a magic number. 106
Error '5' is a magic number. 106
Error Line contains a tab character. 107
Error '8' is a magic number. 107
Error Line contains a tab character. 108
Error '8' is a magic number. 108
Error Line has trailing spaces. 109
Error Line contains a tab character. 109
Error Line has trailing spaces. 110
Error Line contains a tab character. 110
Error Line has trailing spaces. 111
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Line has trailing spaces. 115
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Line has trailing spaces. 117
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error '=' is not preceded with whitespace. 118
Error '=' is not followed by whitespace. 118
Error ';' is not followed by whitespace. 118
Error '<' is not preceded with whitespace. 118
Error '<' is not followed by whitespace. 118
Error ';' is not followed by whitespace. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line has trailing spaces. 121
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line has trailing spaces. 124
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Line has trailing spaces. 126
Error Line contains a tab character. 126
Error Line is longer than 80 characters. 127
Error Line contains a tab character. 127
Error '=' is not preceded with whitespace. 127
Error '=' is not followed by whitespace. 127
Error ';' is not followed by whitespace. 127
Error '<' is not preceded with whitespace. 127
Error '<' is not followed by whitespace. 127
Error ';' is not followed by whitespace. 127
Error Line contains a tab character. 128
Error Line has trailing spaces. 129
Error Line contains a tab character. 129
Error Line is longer than 80 characters. 130
Error Line contains a tab character. 130
Error Line has trailing spaces. 131
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line has trailing spaces. 134
Error Line contains a tab character. 134
Error Line has trailing spaces. 135
Error Line contains a tab character. 135
Error '25' is a magic number. 135
Error Line is longer than 80 characters. 136
Error Line contains a tab character. 136
Error '25' is a magic number. 136
Error Line contains a tab character. 137
Error Line has trailing spaces. 138
Error Line contains a tab character. 138
Error Line contains a tab character. 139
Error '=' is not preceded with whitespace. 139
Error '=' is not followed by whitespace. 139
Error ';' is not followed by whitespace. 139
Error '<' is not preceded with whitespace. 139
Error '<' is not followed by whitespace. 139
Error ';' is not followed by whitespace. 139
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error Line has trailing spaces. 142
Error Line contains a tab character. 142
Error Line is longer than 80 characters. 143
Error Line contains a tab character. 143
Error '=' is not preceded with whitespace. 143
Error '=' is not followed by whitespace. 143
Error ';' is not followed by whitespace. 143
Error '<' is not preceded with whitespace. 143
Error '<' is not followed by whitespace. 143
Error ';' is not followed by whitespace. 143
Error Line contains a tab character. 144
Error Line is longer than 80 characters. 145
Error Line contains a tab character. 145
Error Line has trailing spaces. 146
Error Line contains a tab character. 146
Error Line is longer than 80 characters. 147
Error Line contains a tab character. 147
Error '+' should be on a new line. 147
Error Line has trailing spaces. 148
Error Line is longer than 80 characters. 148
Error Line contains a tab character. 148
Error '+' should be on a new line. 148
Error Line has trailing spaces. 149
Error Line is longer than 80 characters. 149
Error Line contains a tab character. 149
Error '+' is not preceded with whitespace. 149
Error '+' is not followed by whitespace. 149
Error '+' is not preceded with whitespace. 149
Error '+' is not followed by whitespace. 149
Error '+' should be on a new line. 149
Error Line is longer than 80 characters. 150
Error Line contains a tab character. 150
Error '+' is not preceded with whitespace. 150
Error '+' is not followed by whitespace. 150
Error '+' is not preceded with whitespace. 150
Error '+' is not followed by whitespace. 150
Error Line has trailing spaces. 151
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error Line has trailing spaces. 153
Error Line contains a tab character. 153
Error Line contains a tab character. 154
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error Line has trailing spaces. 157
Error Line contains a tab character. 157
Error Line has trailing spaces. 158
Error Line contains a tab character. 158
Error Line has trailing spaces. 159
Error Line is longer than 80 characters. 159
Error Line contains a tab character. 159
Error Line is longer than 80 characters. 160
Error Line contains a tab character. 160
Error Line is longer than 80 characters. 161
Error Line contains a tab character. 161
Error Line is longer than 80 characters. 162
Error Line contains a tab character. 162
Error Line has trailing spaces. 163
Error Line contains a tab character. 163
Error Line contains a tab character. 164
Error Line has trailing spaces. 165
Error Line contains a tab character. 165
Error Line contains a tab character. 166
Error Line has trailing spaces. 167
Error Line contains a tab character. 167
Error Line has trailing spaces. 168
Error Line contains a tab character. 168
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error Line has trailing spaces. 172
Error Line contains a tab character. 172
Error Line has trailing spaces. 173
Error Line is longer than 80 characters. 173
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line has trailing spaces. 175
Error Line contains a tab character. 175
Error Line contains a tab character. 176
Error Line has trailing spaces. 177
Error Line contains a tab character. 177
Error Line contains a tab character. 178
Error Line has trailing spaces. 179
Error Line contains a tab character. 179
Error Line contains a tab character. 180
Error Line contains a tab character. 181
Error Line contains a tab character. 182
Error Method 'rowNumberToLabel' is not designed for extension - needs to be abstract, final or empty. 182
Error Parameter rowNumber should be final. 182
Error Expected @param tag for 'rowNumber'. 182
Error Line contains a tab character. 183
Error Line has trailing spaces. 184
Error Line contains a tab character. 184
Error Line contains a tab character. 185
Error 'cast' is not followed by whitespace. 185
Error Line has trailing spaces. 186
Error Line contains a tab character. 186
Error Line contains a tab character. 187
Error Line contains a tab character. 188
Error Line has trailing spaces. 189
Error Line contains a tab character. 189
Error Line contains a tab character. 190
Error Line has trailing spaces. 191
Error Line contains a tab character. 191
Error Line contains a tab character. 192
Error Line has trailing spaces. 193
Error Line contains a tab character. 193
Error Line contains a tab character. 194
Error Line contains a tab character. 195
Error Line contains a tab character. 196
Error Method 'columnNumberToColumnLabel' is not designed for extension - needs to be abstract, final or empty. 196
Error Parameter columnNumber should be final. 196
Error Expected @param tag for 'columnNumber'. 196
Error Line contains a tab character. 197
Error Line has trailing spaces. 198
Error Line contains a tab character. 198
Error Line contains a tab character. 199
Error Line contains a tab character. 200
Error Line has trailing spaces. 201
Error Line contains a tab character. 201
Error Line contains a tab character. 202
Error Line has trailing spaces. 203
Error Line contains a tab character. 203
Error Line contains a tab character. 204
Error Line contains a tab character. 205
Error Line contains a tab character. 206
Error Method 'setMirke' is not designed for extension - needs to be abstract, final or empty. 206
Error Parameter mirke should be final. 206
Error 'mirke' hides a field. 206
Error Expected @param tag for 'mirke'. 206
Error Line contains a tab character. 207
Error Line contains a tab character. 208
Error Line has trailing spaces. 209
Error Line contains a tab character. 209
Error Line contains a tab character. 210
Error Line has trailing spaces. 211
Error Line contains a tab character. 211
Error Line contains a tab character. 212
Error Line contains a tab character. 213
Error Line contains a tab character. 214
Error Method 'getMirke' is not designed for extension - needs to be abstract, final or empty. 214
Error Line contains a tab character. 215
Error Line contains a tab character. 216
Error Line has trailing spaces. 217
Error Line contains a tab character. 217
Error First sentence should end with a period. 218
Error Line is longer than 80 characters. 218
Error Line contains a tab character. 218
Error Line has trailing spaces. 219
Error Line contains a tab character. 219
Error Line contains a tab character. 220
Error Line contains a tab character. 221
Error Line is longer than 80 characters. 222
Error Line contains a tab character. 222
Error Method 'addPlateViewListener' is not designed for extension - needs to be abstract, final or empty. 222
Error Parameter plateViewEventListener should be final. 222
Error Expected @param tag for 'plateViewEventListener'. 222
Error Line is longer than 80 characters. 223
Error Line contains a tab character. 223
Error Line contains a tab character. 224
Error Line has trailing spaces. 225
Error Line contains a tab character. 225
Error Line is longer than 80 characters. 226
Error Line contains a tab character. 226
Error Line has trailing spaces. 227
Error Line contains a tab character. 227
Error Line contains a tab character. 228
Error Line contains a tab character. 229
Error Line is longer than 80 characters. 230
Error Line contains a tab character. 230
Error Method 'removePlateViewListener' is not designed for extension - needs to be abstract, final or empty. 230
Error Parameter plateViewEventListener should be final. 230
Error Expected @param tag for 'plateViewEventListener'. 230
Error Line is longer than 80 characters. 231
Error Line contains a tab character. 231
Error Line contains a tab character. 232
Error Line has trailing spaces. 233
Error Line contains a tab character. 233
Error First sentence should end with a period. 234
Error Line is longer than 80 characters. 234
Error Line contains a tab character. 234
Error Line has trailing spaces. 235
Error Line contains a tab character. 235
Error Line contains a tab character. 236
Error Line contains a tab character. 237
Error Method 'firePlateViewUpdated' is not designed for extension - needs to be abstract, final or empty. 237
Error Line has trailing spaces. 238
Error Line contains a tab character. 238
Error Line contains a tab character. 239
Error Line has trailing spaces. 240
Error Line contains a tab character. 240
Error '-' is not preceded with whitespace. 240
Error '-' is not followed by whitespace. 240
Error '>=' is not preceded with whitespace. 240
Error '>=' is not followed by whitespace. 240
Error '-=' is not preceded with whitespace. 240
Error '-=' is not followed by whitespace. 240
Error Line contains a tab character. 241
Error Line has trailing spaces. 242
Error Line contains a tab character. 242
Error Line is longer than 80 characters. 243
Error Line contains a tab character. 243
Error Line contains a tab character. 244
Error Line is longer than 80 characters. 245
Error Line contains a tab character. 245
Error Line has trailing spaces. 246
Error Line contains a tab character. 246
Error Line has trailing spaces. 247
Error Line contains a tab character. 247
Error Line is longer than 80 characters. 248
Error Line contains a tab character. 248
Error 'cast' is not followed by whitespace. 248
Error '+' is not preceded with whitespace. 248
Error '+' is not followed by whitespace. 248
Error Line contains a tab character. 249
Error Line contains a tab character. 250
Error Line has trailing spaces. 251
Error Line contains a tab character. 251

edu/asu/cri/MirkE/gui/PlateViewEvent.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 7
Error Line contains a tab character. 31
Error Missing a Javadoc comment. 31
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Method 'setPlateView' is not designed for extension - needs to be abstract, final or empty. 36
Error Parameter plateView should be final. 36
Error 'plateView' hides a field. 36
Error Expected @param tag for 'plateView'. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line has trailing spaces. 39
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Method 'getPlateView' is not designed for extension - needs to be abstract, final or empty. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line has trailing spaces. 46
Error Line contains a tab character. 46
Error First sentence should end with a period. 47
Error Line contains a tab character. 47
Error Line has trailing spaces. 48
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line has trailing spaces. 51
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line has trailing spaces. 53
Error Line contains a tab character. 53
Error First sentence should end with a period. 54
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Parameter plateView should be final. 57
Error 'plateView' hides a field. 57
Error Expected @param tag for 'plateView'. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59

edu/asu/cri/MirkE/gui/PlateViewEventListener.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 7
Error Using the '.*' form of import should be avoided - java.util.*. 26
Error '{' is not preceded with whitespace. 30
Error Line contains a tab character. 31
Error Line has trailing spaces. 32
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Redundant 'public' modifier. 34
Error Expected @param tag for 'plateViewEvent'. 34

edu/asu/cri/MirkE/gui/PlateWellPropertySelectionWidget.java

ErrorLine
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Line is longer than 80 characters. 7
Error Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.*. 26
Error Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.dataStructures.*. 28
Error First sentence should end with a period. 49
Error Line has trailing spaces. 49
Error Line is longer than 80 characters. 49
Error '{' should be on the previous line. 57
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 63
Error Missing a Javadoc comment. 64
Error First sentence should end with a period. 66
Error Line contains a tab character. 69
Error Line is longer than 80 characters. 70
Error Parameter mirke should be final. 70
Error 'mirke' hides a field. 70
Error Expected @param tag for 'mirke'. 70
Error Expected @throws tag for 'MirkEApplicationException'. 70
Error First sentence should end with a period. 81
Error Line has trailing spaces. 82
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 86
Error Parameter mirke should be final. 88
Error 'mirke' hides a field. 88
Error Expected @param tag for 'mirke'. 88
Error Parameter selectableParameters should be final. 89
Error 'selectableParameters' hides a field. 89
Error Expected @param tag for 'selectableParameters'. 89
Error Expected @throws tag for 'MirkEApplicationException'. 89
Error '{' should be on the previous line. 90
Error Line contains a tab character. 101
Error Line is longer than 80 characters. 102
Error Method 'createPlateWellPropertySelectionWidgetGUI' is not designed for extension - needs to be abstract, final or empty. 102
Error Expected @throws tag for 'MirkEApplicationException'. 102
Error Line has trailing spaces. 107
Error Line has trailing spaces. 109
Error '{' should be on the previous line. 113
Error Line is longer than 80 characters. 124
Error Method 'addTabPanel' is not designed for extension - needs to be abstract, final or empty. 124
Error Parameter selectableParameter should be final. 124
Error Expected @param tag for 'selectableParameter'. 124
Error Expected @throws tag for 'MirkEApplicationException'. 124
Error '{' should be on the previous line. 127
Error Line has trailing spaces. 139
Error Line is longer than 80 characters. 142
Error Method 'createTabPanel' is not designed for extension - needs to be abstract, final or empty. 142
Error Parameter selectableParameter should be final. 142
Error Expected @param tag for 'selectableParameter'. 142
Error Expected @throws tag for 'MirkEApplicationException'. 142
Error '5' is a magic number. 148
Error '5' is a magic number. 148
Error '5' is a magic number. 148
Error '5' is a magic number. 148
Error '8' is a magic number. 149
Error '8' is a magic number. 150
Error '20' is a magic number. 179
Error Line contains a tab character. 192
Error Line has trailing spaces. 193
Error Line is longer than 80 characters. 194
Error Line contains a tab character. 194
Error Line has trailing spaces. 195
Error Line contains a tab character. 195
Error Line contains a tab character. 196
Error Line has trailing spaces. 197
Error Line contains a tab character. 197
Error Line contains a tab character. 198
Error Line has trailing spaces. 199
Error Line contains a tab character. 199
Error Line is longer than 80 characters. 200
Error Line contains a tab character. 200
Error Line is longer than 80 characters. 201
Error Line contains a tab character. 201
Error Line is longer than 80 characters. 202
Error Line contains a tab character. 202
Error Line has trailing spaces. 203
Error Line contains a tab character. 203
Error Line contains a tab character. 204
Error Line contains a tab character. 205
Error Line contains a tab character. 208
Error '3' is a magic number. 210
Error Line has trailing spaces. 222
Error Line contains a tab character. 222
Error Line contains a tab character. 223
Error Line contains a tab character. 224
Error Method 'removeTabPanel' is not designed for extension - needs to be abstract, final or empty. 225
Error Parameter selectableParameter should be final. 225
Error Expected @param tag for 'selectableParameter'. 225
Error '{' should be on the previous line. 226
Error Line is longer than 80 characters. 229
Error Line has trailing spaces. 238
Error Line has trailing spaces. 240
Error Line contains a tab character. 241
Error Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. 242
Error Parameter actionEvent should be final. 242
Error Expected @param tag for 'actionEvent'. 242
Error '{' should be on the previous line. 243
Error 'try' is not followed by whitespace. 244
Error '{' is not preceded with whitespace. 244
Error Line contains a tab character. 245
Error 'catch' is not preceded with whitespace. 246
Error '}' is not followed by whitespace. 246
Error 'catch' is not followed by whitespace. 246
Error '{' is not preceded with whitespace. 246
Error Line is longer than 80 characters. 247
Error Line is longer than 80 characters. 248
Error Line is longer than 80 characters. 257
Error Method 'performAction' is not designed for extension - needs to be abstract, final or empty. 257
Error Parameter actionEvent should be final. 257
Error Expected @param tag for 'actionEvent'. 257
Error Expected @throws tag for 'MirkEApplicationException'. 257
Error '{' is not preceded with whitespace. 257
Error '{' should be on the previous line. 263
Error '{' should be on the previous line. 265
Error 'try' is not followed by whitespace. 266
Error '{' is not preceded with whitespace. 266
Error 'catch' is not preceded with whitespace. 268
Error '}' is not followed by whitespace. 268
Error 'catch' is not followed by whitespace. 268
Error '{' is not preceded with whitespace. 268
Error Must have at least one statement. 268
Error '{' is not followed by whitespace. 268
Error '}' is not preceded with whitespace. 268
Error '}' should be on the same line. 269
Error '{' should be on the previous line. 271
Error '}' should be on the same line. 274
Error '{' should be on the previous line. 276
Error Line is longer than 80 characters. 283
Error Line is longer than 80 characters. 284
Error '{' should be on the previous line. 289
Error Line has trailing spaces. 326
Error Line is longer than 80 characters. 326
Error Line is longer than 80 characters. 331
Error '{' should be on the previous line. 339
Error Line has trailing spaces. 340
Error Line is longer than 80 characters. 340
Error '{' should be on the previous line. 345
Error Line is longer than 80 characters. 360
Error '}' should be on the same line. 371
Error '{' should be on the previous line. 373
Error Line is longer than 80 characters. 375
Error Line has trailing spaces. 382
Error Line contains a tab character. 382
Error Parameter event should be final. 385
Error Expected @param tag for 'event'. 385
Error '{' should be on the previous line. 386
Error Line is longer than 80 characters. 387
Error Line contains a tab character. 387
Error Line contains a tab character. 392
Error Line has trailing spaces. 393
Error Line contains a tab character. 393
Error Line has trailing spaces. 395
Error Line contains a tab character. 395
Error Line has trailing spaces. 397
Error Line has trailing spaces. 402
Error Line contains a tab character. 402
Error Parameter event should be final. 405
Error Expected @param tag for 'event'. 405
Error '{' should be on the previous line. 406
Error Line has trailing spaces. 409
Error Line contains a tab character. 412
Error Line has trailing spaces. 413
Error Line contains a tab character. 413
Error Line has trailing spaces. 415
Error Line contains a tab character. 415
Error Line has trailing spaces. 417
Error Line has trailing spaces. 422
Error Line contains a tab character. 422
Error Parameter event should be final. 425
Error Expected @param tag for 'event'. 425
Error '{' should be on the previous line. 426
Error Line has trailing spaces. 429
Error Line contains a tab character. 432
Error Line has trailing spaces. 433
Error Line contains a tab character. 433
Error Line has trailing spaces. 435
Error Line contains a tab character. 435
Error Line has trailing spaces. 437

edu/asu/cri/MirkE/gui/WellButton.java

ErrorLine
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Line is longer than 80 characters. 7
Error Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.*. 26
Error Line has trailing spaces. 48
Error Line is longer than 80 characters. 48
Error Line has trailing spaces. 56
Error Line is longer than 80 characters. 61
Error Line contains a tab character. 62
Error Missing a Javadoc comment. 62
Error Line has trailing spaces. 63
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Missing a Javadoc comment. 64
Error Line has trailing spaces. 65
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Missing a Javadoc comment. 66
Error Line has trailing spaces. 67
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Missing a Javadoc comment. 68
Error Line contains a tab character. 69
Error Missing a Javadoc comment. 69
Error Line contains a tab character. 70
Error Missing a Javadoc comment. 70
Error Line has trailing spaces. 71
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Missing a Javadoc comment. 72
Error Line contains a tab character. 74
Error Missing a Javadoc comment. 74
Error Line has trailing spaces. 75
Error Line contains a tab character. 75
Error First sentence should end with a period. 76
Error Line contains a tab character. 76
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 80
Error Line contains a tab character. 82
Error Missing a Javadoc comment. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error '4' is a magic number. 85
Error Line has trailing spaces. 86
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line has trailing spaces. 88
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 92
Error Line has trailing spaces. 93
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Method 'setSelectableParameter' is not designed for extension - needs to be abstract, final or empty. 96
Error Parameter selectableParameter should be final. 96
Error 'selectableParameter' hides a field. 96
Error Expected @param tag for 'selectableParameter'. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Line has trailing spaces. 99
Error Line contains a tab character. 99
Error Line has trailing spaces. 100
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Method 'getSelectableParameter' is not designed for extension - needs to be abstract, final or empty. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line has trailing spaces. 106
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Missing a Javadoc comment. 107
Error Line has trailing spaces. 108
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Method 'setMirke' is not designed for extension - needs to be abstract, final or empty. 114
Error Parameter mirke should be final. 114
Error 'mirke' hides a field. 114
Error Expected @param tag for 'mirke'. 114
Error Expected @throws tag for 'MirkEApplicationException'. 114
Error '{' is not preceded with whitespace. 114
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Line has trailing spaces. 117
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line has trailing spaces. 119
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Method 'getMirke' is not designed for extension - needs to be abstract, final or empty. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line has trailing spaces. 125
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Missing a Javadoc comment. 126
Error Line has trailing spaces. 127
Error Line contains a tab character. 127
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Method 'setPlateRowLabel' is not designed for extension - needs to be abstract, final or empty. 131
Error Parameter plateRowLabel should be final. 131
Error 'plateRowLabel' hides a field. 131
Error Expected @param tag for 'plateRowLabel'. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line has trailing spaces. 134
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line contains a tab character. 138
Error Method 'getPlateRowLabel' is not designed for extension - needs to be abstract, final or empty. 138
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error Line has trailing spaces. 141
Error Line contains a tab character. 141
Error Line has trailing spaces. 142
Error Line contains a tab character. 142
Error Line contains a tab character. 143
Error Missing a Javadoc comment. 143
Error Line has trailing spaces. 144
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Line contains a tab character. 147
Error Line contains a tab character. 148
Error Method 'getPlateColumnLabel' is not designed for extension - needs to be abstract, final or empty. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Line has trailing spaces. 151
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error Line contains a tab character. 154
Error Line contains a tab character. 155
Error Method 'setPlateColumnLabel' is not designed for extension - needs to be abstract, final or empty. 155
Error Parameter plateColumnLabel should be final. 155
Error 'plateColumnLabel' hides a field. 155
Error Expected @param tag for 'plateColumnLabel'. 155
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error Line has trailing spaces. 158
Error Line contains a tab character. 158
Error First sentence should end with a period. 159
Error Line has trailing spaces. 159
Error Line contains a tab character. 159
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error Line contains a tab character. 164
Error Line contains a tab character. 165
Error Line contains a tab character. 166
Error Line contains a tab character. 167
Error Parameter mirke should be final. 167
Error 'mirke' hides a field. 167
Error Expected @param tag for 'mirke'. 167
Error Line contains a tab character. 168
Error Parameter plateRowLabel should be final. 168
Error 'plateRowLabel' hides a field. 168
Error Expected @param tag for 'plateRowLabel'. 168
Error Line contains a tab character. 169
Error Parameter plateColumnLabel should be final. 169
Error 'plateColumnLabel' hides a field. 169
Error Expected @param tag for 'plateColumnLabel'. 169
Error Line contains a tab character. 170
Error Parameter plateWellType should be final. 170
Error 'plateWellType' hides a field. 170
Error Expected @param tag for 'plateWellType'. 170
Error Line is longer than 80 characters. 171
Error Line contains a tab character. 171
Error Parameter selectableParameter should be final. 171
Error 'selectableParameter' hides a field. 171
Error Expected @param tag for 'selectableParameter'. 171
Error Expected @throws tag for 'MirkEApplicationException'. 171
Error Line contains a tab character. 172
Error Line has trailing spaces. 173
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line contains a tab character. 175
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error Line contains a tab character. 178
Error Line has trailing spaces. 179
Error Line contains a tab character. 179
Error Line contains a tab character. 180
Error Line contains a tab character. 181
Error Line contains a tab character. 182
Error Line has trailing spaces. 183
Error Line contains a tab character. 183
Error Line contains a tab character. 184
Error Line has trailing spaces. 185
Error Line contains a tab character. 185
Error Line contains a tab character. 186
Error Line contains a tab character. 187
Error Line contains a tab character. 188
Error Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. 188
Error Parameter graphics should be final. 188
Error Expected @param tag for 'graphics'. 188
Error '{' is not preceded with whitespace. 188
Error Line contains a tab character. 189
Error Line has trailing spaces. 190
Error Line contains a tab character. 190
Error Line contains a tab character. 191
Error Line is longer than 80 characters. 192
Error Line contains a tab character. 192
Error Line has trailing spaces. 193
Error Line contains a tab character. 193
Error Line contains a tab character. 194
Error Line has trailing spaces. 195
Error Line contains a tab character. 195
Error Line contains a tab character. 196
Error Line is longer than 80 characters. 197
Error Line contains a tab character. 197
Error Line is longer than 80 characters. 198
Error Line contains a tab character. 198
Error Line is longer than 80 characters. 199
Error Line contains a tab character. 199
Error Line has trailing spaces. 200
Error Line contains a tab character. 200
Error Line contains a tab character. 201
Error Line contains a tab character. 202
Error Line is longer than 80 characters. 203
Error Line contains a tab character. 203
Error Line contains a tab character. 205
Error Line has trailing spaces. 206
Error Line contains a tab character. 206
Error Line contains a tab character. 207
Error 'try' is not followed by whitespace. 207
Error '{' is not preceded with whitespace. 207
Error Line contains a tab character. 208
Error Line is longer than 80 characters. 209
Error Line contains a tab character. 209
Error Line is longer than 80 characters. 210
Error Line contains a tab character. 210
Error Line is longer than 80 characters. 211
Error Line contains a tab character. 211
Error Line has trailing spaces. 212
Error Line contains a tab character. 212
Error Line contains a tab character. 213
Error '{' is not preceded with whitespace. 213
Error Must have at least one statement. 213
Error Line has trailing spaces. 214
Error Line contains a tab character. 214
Error Line is longer than 80 characters. 215
Error Line contains a tab character. 215
Error Line has trailing spaces. 216
Error Line contains a tab character. 216
Error Line contains a tab character. 217
Error Line has trailing spaces. 218
Error Line contains a tab character. 218
Error Line contains a tab character. 219
Error '3' is a magic number. 219
Error Line is longer than 80 characters. 220
Error Line contains a tab character. 220
Error '3' is a magic number. 220
Error Line is longer than 80 characters. 221
Error Line contains a tab character. 221
Error '-' is not preceded with whitespace. 221
Error '-' is not followed by whitespace. 221
Error '6' is a magic number. 221
Error Line is longer than 80 characters. 222
Error Line contains a tab character. 222
Error '-' is not preceded with whitespace. 222
Error '-' is not followed by whitespace. 222
Error '6' is a magic number. 222
Error Line has trailing spaces. 223
Error Line contains a tab character. 223
Error Line has trailing spaces. 224
Error Line contains a tab character. 224
Error Line is longer than 80 characters. 225
Error Line contains a tab character. 225
Error Line contains a tab character. 226
Error Line contains a tab character. 227
Error Line contains a tab character. 228
Error Line contains a tab character. 229
Error Line contains a tab character. 230
Error Line has trailing spaces. 231
Error Line contains a tab character. 231
Error Line contains a tab character. 232
Error Line is longer than 80 characters. 233
Error Line contains a tab character. 233
Error ',' is not followed by whitespace. 233
Error ',' is not followed by whitespace. 233
Error '-' is not preceded with whitespace. 233
Error '-' is not followed by whitespace. 233
Error '4' is a magic number. 233
Error ',' is not followed by whitespace. 233
Error '-' is not preceded with whitespace. 233
Error '-' is not followed by whitespace. 233
Error '4' is a magic number. 233
Error Line has trailing spaces. 234
Error Line contains a tab character. 234
Error Line contains a tab character. 235
Error Line has trailing spaces. 236
Error Line contains a tab character. 236
Error Line contains a tab character. 237
Error Line contains a tab character. 238
Error Line has trailing spaces. 239
Error Line contains a tab character. 239
Error First sentence should end with a period. 240
Error Line is longer than 80 characters. 240
Error Line contains a tab character. 240
Error Line contains a tab character. 241
Error Line has trailing spaces. 242
Error Line contains a tab character. 242
Error Line contains a tab character. 243
Error Line has trailing spaces. 244
Error Line contains a tab character. 244
Error Method 'update' is not designed for extension - needs to be abstract, final or empty. 244
Error Expected @throws tag for 'MirkEApplicationException'. 244
Error Line is longer than 80 characters. 245
Error Line contains a tab character. 245
Error '+' is not preceded with whitespace. 245
Error '+' is not followed by whitespace. 245
Error '+' is not preceded with whitespace. 245
Error '+' is not followed by whitespace. 245
Error '+' is not preceded with whitespace. 245
Error '+' is not followed by whitespace. 245
Error '+' is not preceded with whitespace. 245
Error '+' is not followed by whitespace. 245
Error '+' is not preceded with whitespace. 245
Error '+' is not followed by whitespace. 245
Error '+' is not preceded with whitespace. 245
Error '+' is not followed by whitespace. 245
Error Line has trailing spaces. 246
Error Line contains a tab character. 246
Error Line has trailing spaces. 247
Error Line contains a tab character. 247
Error Line has trailing spaces. 248
Error Line contains a tab character. 248
Error Line contains a tab character. 249
Error Line contains a tab character. 250
Error Line contains a tab character. 251
Error Line contains a tab character. 252
Error Line has trailing spaces. 253
Error Line contains a tab character. 253
Error Line contains a tab character. 254
Error Line has trailing spaces. 255
Error Line contains a tab character. 255
Error Line contains a tab character. 256
Error Line has trailing spaces. 257
Error Line contains a tab character. 257
Error Line contains a tab character. 258
Error Line has trailing spaces. 259
Error Line contains a tab character. 259
Error Line contains a tab character. 260
Error Line has trailing spaces. 261
Error Line contains a tab character. 261
Error Line contains a tab character. 262
Error Line has trailing spaces. 263
Error Line contains a tab character. 263
Error Line contains a tab character. 264
Error Line has trailing spaces. 265
Error Line contains a tab character. 265
Error Line contains a tab character. 266
Error Line contains a tab character. 267
Error Line contains a tab character. 268
Error Line contains a tab character. 269
Error Line is longer than 80 characters. 270
Error Line contains a tab character. 270
Error Line has trailing spaces. 271
Error Line contains a tab character. 271
Error Line is longer than 80 characters. 272
Error Line contains a tab character. 272
Error Line is longer than 80 characters. 273
Error Line contains a tab character. 273
Error '+' is not preceded with whitespace. 273
Error '+' is not followed by whitespace. 273
Error '+' is not preceded with whitespace. 273
Error '+' is not followed by whitespace. 273
Error Line is longer than 80 characters. 274
Error Line contains a tab character. 274
Error '+' is not preceded with whitespace. 274
Error '+' is not followed by whitespace. 274
Error '+' is not preceded with whitespace. 274
Error '+' is not followed by whitespace. 274
Error '+' is not preceded with whitespace. 274
Error '+' is not followed by whitespace. 274
Error '+' is not preceded with whitespace. 274
Error '+' is not followed by whitespace. 274
Error '+' is not preceded with whitespace. 274
Error '+' is not followed by whitespace. 274
Error '+' is not preceded with whitespace. 274
Error '+' is not followed by whitespace. 274
Error Line is longer than 80 characters. 275
Error Line contains a tab character. 275
Error '+' is not preceded with whitespace. 275
Error '+' is not followed by whitespace. 275
Error '+' is not preceded with whitespace. 275
Error '+' is not followed by whitespace. 275
Error Line has trailing spaces. 276
Error Line contains a tab character. 276
Error Line is longer than 80 characters. 277
Error Line contains a tab character. 277
Error Line is longer than 80 characters. 278
Error Line contains a tab character. 278
Error 'cast' is not followed by whitespace. 278
Error Line contains a tab character. 279
Error Line is longer than 80 characters. 280
Error Line contains a tab character. 280
Error Line has trailing spaces. 281
Error Line contains a tab character. 281
Error Line is longer than 80 characters. 282
Error Line contains a tab character. 282
Error 'cast' is not followed by whitespace. 282
Error Line contains a tab character. 283
Error Line is longer than 80 characters. 284
Error Line contains a tab character. 284
Error Line has trailing spaces. 285
Error Line contains a tab character. 285
Error Line has trailing spaces. 286
Error Line is longer than 80 characters. 286
Error Line contains a tab character. 286
Error 'cast' is not followed by whitespace. 286
Error Line contains a tab character. 287
Error Line is longer than 80 characters. 288
Error Line contains a tab character. 288
Error Line contains a tab character. 289
Error Line contains a tab character. 290
Error Line has trailing spaces. 291
Error Line contains a tab character. 291
Error Line contains a tab character. 292
Error Line contains a tab character. 293
Error Line has trailing spaces. 294
Error Line contains a tab character. 294
Error Line contains a tab character. 295
Error Line contains a tab character. 296
Error Line has trailing spaces. 297
Error Line contains a tab character. 297
Error Line contains a tab character. 298
Error Line contains a tab character. 299
Error Line contains a tab character. 300
Error Method 'updateToolTipText' is not designed for extension - needs to be abstract, final or empty. 300
Error Line is longer than 80 characters. 301
Error Line contains a tab character. 301
Error Line has trailing spaces. 302
Error Line contains a tab character. 302
Error Line is longer than 80 characters. 303
Error Line contains a tab character. 303
Error Line has trailing spaces. 304
Error Line contains a tab character. 304
Error Line is longer than 80 characters. 305
Error Line contains a tab character. 305
Error Line contains a tab character. 306
Error Line is longer than 80 characters. 307
Error Line contains a tab character. 307
Error 'cast' is not followed by whitespace. 307
Error Line has trailing spaces. 308
Error Line contains a tab character. 308
Error Line is longer than 80 characters. 309
Error Line contains a tab character. 309
Error Line has trailing spaces. 310
Error Line contains a tab character. 310
Error Line is longer than 80 characters. 311
Error Line contains a tab character. 311
Error 'cast' is not followed by whitespace. 311
Error Line has trailing spaces. 312
Error Line contains a tab character. 312
Error Line is longer than 80 characters. 313
Error Line contains a tab character. 313
Error Line contains a tab character. 314
Error Line has trailing spaces. 315
Error Line contains a tab character. 315
Error Line has trailing spaces. 316
Error Line contains a tab character. 316
Error Line contains a tab character. 317
Error Line has trailing spaces. 318
Error Line contains a tab character. 318
Error Line contains a tab character. 319
Error Line contains a tab character. 320
Error Line contains a tab character. 321
Error Line contains a tab character. 322
Error Line has trailing spaces. 323
Error Line contains a tab character. 323
Error Method 'toggleWellState' is not designed for extension - needs to be abstract, final or empty. 323
Error Expected @throws tag for 'MirkEApplicationException'. 323
Error '{' is not preceded with whitespace. 323
Error Line is longer than 80 characters. 324
Error Line contains a tab character. 324
Error '+' is not preceded with whitespace. 324
Error '+' is not followed by whitespace. 324
Error '+' is not preceded with whitespace. 324
Error '+' is not followed by whitespace. 324
Error '+' is not preceded with whitespace. 324
Error '+' is not followed by whitespace. 324
Error '+' is not preceded with whitespace. 324
Error '+' is not followed by whitespace. 324
Error '+' is not preceded with whitespace. 324
Error '+' is not followed by whitespace. 324
Error '+' is not preceded with whitespace. 324
Error '+' is not followed by whitespace. 324
Error Line has trailing spaces. 325
Error Line contains a tab character. 325
Error Line contains a tab character. 326
Error Line is longer than 80 characters. 327
Error Line contains a tab character. 327
Error Line is longer than 80 characters. 328
Error Line contains a tab character. 328
Error Line contains a tab character. 329
Error Line is longer than 80 characters. 330
Error Line contains a tab character. 330
Error 'cast' is not followed by whitespace. 330
Error Line has trailing spaces. 331
Error Line contains a tab character. 331
Error Line contains a tab character. 332
Error Line contains a tab character. 333
Error Line has trailing spaces. 334
Error Line contains a tab character. 334
Error Line contains a tab character. 335
Error Line has trailing spaces. 336
Error Line contains a tab character. 336
Error Line contains a tab character. 337
Error Line is longer than 80 characters. 338
Error Line contains a tab character. 338
Error Line is longer than 80 characters. 339
Error Line contains a tab character. 339
Error Line has trailing spaces. 340
Error Line contains a tab character. 340
Error Line is longer than 80 characters. 341
Error Line contains a tab character. 341
Error Line contains a tab character. 342
Error Line is longer than 80 characters. 343
Error Line contains a tab character. 343
Error Line is longer than 80 characters. 345
Error Line contains a tab character. 345
Error Line is longer than 80 characters. 346
Error Line contains a tab character. 346
Error Line is longer than 80 characters. 347
Error Line contains a tab character. 347
Error Line is longer than 80 characters. 348
Error Line contains a tab character. 348
Error Line is longer than 80 characters. 349
Error Line contains a tab character. 349
Error Line contains a tab character. 350
Error Line has trailing spaces. 351
Error Line contains a tab character. 351
Error Line contains a tab character. 352
Error Line contains a tab character. 353
Error Line has trailing spaces. 354
Error Line contains a tab character. 354
Error Line contains a tab character. 355
Error Line contains a tab character. 356
Error Line has trailing spaces. 357
Error Line contains a tab character. 357
Error Line contains a tab character. 358
Error Line has trailing spaces. 359
Error Line contains a tab character. 359
Error Line contains a tab character. 360
Error Line contains a tab character. 361
Error Line contains a tab character. 362
Error Parameter mouseEvent should be final. 362
Error Expected @param tag for 'mouseEvent'. 362
Error Line contains a tab character. 363
Error Line contains a tab character. 364
Error Line has trailing spaces. 365
Error Line contains a tab character. 365
Error Line contains a tab character. 366
Error Line has trailing spaces. 367
Error Line contains a tab character. 367
Error Line contains a tab character. 368
Error Line contains a tab character. 369
Error Line contains a tab character. 370
Error Method 'mouseEntered' is not designed for extension - needs to be abstract, final or empty. 370
Error Parameter mouseEvent should be final. 370
Error Expected @param tag for 'mouseEvent'. 370
Error Line contains a tab character. 371
Error Line has trailing spaces. 372
Error Line contains a tab character. 372
Error Line contains a tab character. 373
Error Line contains a tab character. 374
Error 'catch' is not followed by whitespace. 374
Error '{' is not preceded with whitespace. 374
Error Must have at least one statement. 374
Error Line has trailing spaces. 375
Error Line contains a tab character. 375
Error Line contains a tab character. 376
Error Line contains a tab character. 377
Error Line contains a tab character. 378
Error Line has trailing spaces. 379
Error Line contains a tab character. 379
Error Line contains a tab character. 380
Error Line has trailing spaces. 381
Error Line contains a tab character. 381
Error Line contains a tab character. 382
Error Line contains a tab character. 383
Error Line contains a tab character. 384
Error Parameter mouseEvent should be final. 384
Error Expected @param tag for 'mouseEvent'. 384
Error Line has trailing spaces. 385
Error Line contains a tab character. 385
Error Line contains a tab character. 386
Error Line has trailing spaces. 387
Error Line contains a tab character. 387
Error Line contains a tab character. 388
Error Line has trailing spaces. 389
Error Line contains a tab character. 389
Error Line contains a tab character. 390
Error Line contains a tab character. 391
Error Line contains a tab character. 392
Error Method 'mousePressed' is not designed for extension - needs to be abstract, final or empty. 392
Error Parameter mouseEvent should be final. 392
Error Expected @param tag for 'mouseEvent'. 392
Error Line contains a tab character. 393
Error 'try' is not followed by whitespace. 393
Error '{' is not preceded with whitespace. 393
Error Line contains a tab character. 394
Error Line contains a tab character. 395
Error 'catch' is not followed by whitespace. 395
Error '{' is not preceded with whitespace. 395
Error Must have at least one statement. 395
Error Line has trailing spaces. 396
Error Line contains a tab character. 396
Error Line contains a tab character. 397
Error Line has trailing spaces. 398
Error Line contains a tab character. 398
Error Line has trailing spaces. 399
Error Line contains a tab character. 399
Error Line contains a tab character. 400
Error Line has trailing spaces. 401
Error Line contains a tab character. 401
Error Line contains a tab character. 402
Error Line contains a tab character. 403
Error Line contains a tab character. 404
Error Parameter mouseEvent should be final. 404
Error Expected @param tag for 'mouseEvent'. 404
Error Line has trailing spaces. 405
Error Line contains a tab character. 405
Error Line has trailing spaces. 406
Error Line contains a tab character. 406
Error Line has trailing spaces. 407
Error Line contains a tab character. 407
Error Line contains a tab character. 408
Error Line has trailing spaces. 409
Error Line contains a tab character. 409
Error Line contains a tab character. 410
Error Line contains a tab character. 411
Error Line contains a tab character. 412
Error Method 'plateViewChanged' is not designed for extension - needs to be abstract, final or empty. 412
Error Parameter plateViewEvent should be final. 412
Error Expected @param tag for 'plateViewEvent'. 412
Error Line has trailing spaces. 413
Error Line is longer than 80 characters. 413
Error Line contains a tab character. 413
Error Line has trailing spaces. 414
Error Line contains a tab character. 414
Error Line contains a tab character. 415
Error Line contains a tab character. 416
Error Line has trailing spaces. 417
Error Line contains a tab character. 417
Error Line contains a tab character. 418

edu/asu/cri/MirkE/gui/package.html

ErrorLine
Error Missing package documentation file.0

edu/asu/cri/MirkE/io/VictorTextFileDataSetLoader.java

ErrorLine
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 5
Error Line is longer than 80 characters. 6
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 17
Error First sentence should end with a period. 49
Error Line is longer than 80 characters. 49
Error Line has trailing spaces. 50
Error Utility classes should not have a public or default constructor. 52
Error Line is longer than 80 characters. 53
Error Missing a Javadoc comment. 54
Error 'static' modifier out of order with the JLS suggestions. 54
Error Missing a Javadoc comment. 55
Error 'static' modifier out of order with the JLS suggestions. 55
Error Missing a Javadoc comment. 56
Error 'static' modifier out of order with the JLS suggestions. 56
Error Missing a Javadoc comment. 57
Error 'static' modifier out of order with the JLS suggestions. 57
Error Missing a Javadoc comment. 58
Error 'static' modifier out of order with the JLS suggestions. 58
Error Line has trailing spaces. 59
Error First sentence should end with a period. 60
Error Line has trailing spaces. 67
Error Line has trailing spaces. 69
Error Parameter filename should be final. 69
Error Expected @param tag for 'filename'. 69
Error Expected @throws tag for 'IOException'. 70
Error Expected @throws tag for 'MirkEApplicationException'. 70
Error Expected @throws tag for 'MirkESystemException'. 70
Error '{' is not preceded with whitespace. 70
Error Line has trailing spaces. 75
Error First sentence should end with a period. 76
Error Line has trailing spaces. 77
Error Line has trailing spaces. 79
Error Line has trailing spaces. 83
Error Line has trailing spaces. 85
Error Parameter files should be final. 85
Error Expected @param tag for 'files'. 85
Error Expected @throws tag for 'IOException'. 86
Error Expected @throws tag for 'MirkEApplicationException'. 86
Error Expected @throws tag for 'MirkESystemException'. 86
Error '{' should be on the previous line. 87
Error Line has trailing spaces. 89
Error '=' is not preceded with whitespace. 90
Error '=' is not followed by whitespace. 90
Error ';' is not followed by whitespace. 90
Error '<' is not preceded with whitespace. 90
Error '<' is not followed by whitespace. 90
Error ';' is not followed by whitespace. 90
Error Line has trailing spaces. 91
Error Line has trailing spaces. 94
Error Line has trailing spaces. 97
Error First sentence should end with a period. 98
Error Line has trailing spaces. 99
Error Line has trailing spaces. 101
Error Line has trailing spaces. 105
Error Line is longer than 80 characters. 107
Error Parameter file should be final. 107
Error Expected @param tag for 'file'. 107
Error Expected @throws tag for 'IOException'. 107
Error Expected @throws tag for 'MirkEApplicationException'. 107
Error Expected @throws tag for 'MirkESystemException'. 107
Error Line has trailing spaces. 108
Error Line has trailing spaces. 111
Error First sentence should end with a period. 112
Error Line has trailing spaces. 113
Error Line has trailing spaces. 116
Error Method length is 225 lines (max allowed is 150). 121
Error Parameter file should be final. 121
Error Expected @param tag for 'file'. 121
Error Parameter dataSet should be final. 122
Error Expected @throws tag for 'IOException'. 122
Error Expected @throws tag for 'MirkEApplicationException'. 122
Error Line has trailing spaces. 123
Error Line has trailing spaces. 126
Error Line has trailing spaces. 131
Error Line has trailing spaces. 132
Error Line has trailing spaces. 139
Error Line has trailing spaces. 142
Error Line has trailing spaces. 144
Error Line has trailing spaces. 145
Error Line is longer than 80 characters. 146
Error Line has trailing spaces. 150
Error Line is longer than 80 characters. 152
Error Line has trailing spaces. 153
Error Line is longer than 80 characters. 154
Error Line is longer than 80 characters. 155
Error Line has trailing spaces. 161
Error Line is longer than 80 characters. 162
Error Line has trailing spaces. 163
Error Line has trailing spaces. 167
Error Line has trailing spaces. 171
Error Line has trailing spaces. 175
Error Line has trailing spaces. 176
Error Line has trailing spaces. 177
Error Line is longer than 80 characters. 178
Error Line has trailing spaces. 181
Error switch without "default" clause. 182
Error Line has trailing spaces. 183
Error Line is longer than 80 characters. 183
Error Avoid nested blocks. 183
Error Line is longer than 80 characters. 184
Error Line has trailing spaces. 189
Error Line has trailing spaces. 191
Error Line has trailing spaces. 194
Error Line is longer than 80 characters. 194
Error 'cast' is not followed by whitespace. 194
Error Line has trailing spaces. 196
Error Must have at least one statement. 197
Error Line is longer than 80 characters. 198
Error Line has trailing spaces. 199
Error Line has trailing spaces. 201
Error Line has trailing spaces. 202
Error Line is longer than 80 characters. 202
Error Line has trailing spaces. 203
Error Must have at least one statement. 204
Error Line has trailing spaces. 205
Error Line has trailing spaces. 206
Error Line has trailing spaces. 210
Error Line has trailing spaces. 214
Error Line is longer than 80 characters. 215
Error 'cast' is not followed by whitespace. 217
Error Line has trailing spaces. 218
Error Line is longer than 80 characters. 219
Error 'cast' is not followed by whitespace. 219
Error Line has trailing spaces. 220
Error Must have at least one statement. 221
Error Line has trailing spaces. 222
Error Line has trailing spaces. 224
Error Line is longer than 80 characters. 224
Error Line has trailing spaces. 226
Error 'cast' is not followed by whitespace. 227
Error Line has trailing spaces. 228
Error Line is longer than 80 characters. 229
Error Line is longer than 80 characters. 230
Error 'cast' is not followed by whitespace. 230
Error Line is longer than 80 characters. 231
Error 'cast' is not followed by whitespace. 231
Error Line has trailing spaces. 232
Error Line is longer than 80 characters. 234
Error '||' is not preceded with whitespace. 234
Error '||' is not followed by whitespace. 234
Error Line is longer than 80 characters. 235
Error Line is longer than 80 characters. 236
Error Line is longer than 80 characters. 237
Error Line is longer than 80 characters. 238
Error Line is longer than 80 characters. 239
Error Line has trailing spaces. 240
Error Line is longer than 80 characters. 241
Error Line has trailing spaces. 243
Error Line is longer than 80 characters. 244
Error Line has trailing spaces. 245
Error Line has trailing spaces. 250
Error Line contains a tab character. 250
Error Line has trailing spaces. 252
Error Line has trailing spaces. 254
Error Avoid nested blocks. 255
Error Line has trailing spaces. 261
Error Avoid nested blocks. 262
Error Line is longer than 80 characters. 263
Error Line contains a tab character. 263
Error Line has trailing spaces. 264
Error Line is longer than 80 characters. 265
Error Line contains a tab character. 265
Error Line is longer than 80 characters. 267
Error Line has trailing spaces. 268
Error Line is longer than 80 characters. 272
Error Line has trailing spaces. 273
Error '>' is not preceded with whitespace. 274
Error '>' is not followed by whitespace. 274
Error Line has trailing spaces. 275
Error Line is longer than 80 characters. 276
Error Line has trailing spaces. 279
Error Line contains a tab character. 279
Error Line has trailing spaces. 280
Error Line is longer than 80 characters. 281
Error Line contains a tab character. 281
Error Line has trailing spaces. 282
Error Line has trailing spaces. 284
Error Avoid nested blocks. 285
Error Line has trailing spaces. 290
Error '==' is not preceded with whitespace. 291
Error '==' is not followed by whitespace. 291
Error Line has trailing spaces. 293
Error Line has trailing spaces. 295
Error Line is longer than 80 characters. 296
Error Line has trailing spaces. 297
Error Line is longer than 80 characters. 298
Error '=' is not preceded with whitespace. 298
Error '=' is not followed by whitespace. 298
Error ';' is not followed by whitespace. 298
Error '<' is not preceded with whitespace. 298
Error '<' is not followed by whitespace. 298
Error ';' is not followed by whitespace. 298
Error Line is longer than 80 characters. 299
Error Line has trailing spaces. 300
Error Line is longer than 80 characters. 301
Error Line is longer than 80 characters. 302
Error Line is longer than 80 characters. 304
Error Line is longer than 80 characters. 305
Error Line has trailing spaces. 307
Error Line has trailing spaces. 310
Error Must have at least one statement. 311
Error Line has trailing spaces. 313
Error Line contains a tab character. 313
Error Line has trailing spaces. 316
Error Avoid nested blocks. 317
Error Line has trailing spaces. 318
Error Line has trailing spaces. 321
Error Line has trailing spaces. 323
Error Line has trailing spaces. 324
Error Line has trailing spaces. 325
Error Line has trailing spaces. 326
Error Line has trailing spaces. 329
Error Line has trailing spaces. 330
Error Line has trailing spaces. 331
Error Line has trailing spaces. 336
Error Line is longer than 80 characters. 337
Error Line has trailing spaces. 338
Error Line has trailing spaces. 340
Error Line has trailing spaces. 344
Error Line has trailing spaces. 347
Error Line has trailing spaces. 349
Error Line has trailing spaces. 350
Error Line has trailing spaces. 351
Error Parameter time should be final. 354
Error Expected @param tag for 'time'. 354
Error Line has trailing spaces. 356
Error Line has trailing spaces. 361
Error Line has trailing spaces. 365
Error Line has trailing spaces. 367
Error Line is longer than 80 characters. 370
Error Line has trailing spaces. 371
Error '12' is a magic number. 373
Error Line has trailing spaces. 375
Error Line is longer than 80 characters. 376
Error 'cast' is not followed by whitespace. 381
Error Line has trailing spaces. 382
Error Line has trailing spaces. 383
Error Line is longer than 80 characters. 383
Error Line has trailing spaces. 384
Error Line has trailing spaces. 387
Error Line is longer than 80 characters. 390
Error Line has trailing spaces. 391
Error Line is longer than 80 characters. 392
Error '1970' is a magic number. 392
Error 'cast' is not followed by whitespace. 397
Error Line has trailing spaces. 398
Error Line is longer than 80 characters. 399
Error Line has trailing spaces. 402
Error Line has trailing spaces. 405
Error Line is longer than 80 characters. 406
Error Line has trailing spaces. 413
Error Parameter dataSet should be final. 413
Error Expected @param tag for 'dataSet'. 413
Error Parameter observables should be final. 414
Error Expected @param tag for 'observables'. 414
Error Parameter protocolDescriptionMap should be final. 415
Error Expected @param tag for 'protocolDescriptionMap'. 415
Error Expected @throws tag for 'MirkEApplicationException'. 415
Error '{' is not preceded with whitespace. 415
Error Line has trailing spaces. 416
Error Line is longer than 80 characters. 417
Error Line has trailing spaces. 418
Error Line has trailing spaces. 420
Error Line has trailing spaces. 422
Error Line is longer than 80 characters. 424
Error Line is longer than 80 characters. 425
Error Line is longer than 80 characters. 426
Error Line is longer than 80 characters. 428
Error Line has trailing spaces. 432
Error Line is longer than 80 characters. 433
Error Line is longer than 80 characters. 435
Error Line has trailing spaces. 440
Error Line is longer than 80 characters. 442
Error Line is longer than 80 characters. 444
Error Line has trailing spaces. 448
Error Line is longer than 80 characters. 449
Error Line is longer than 80 characters. 451
Error Line has trailing spaces. 456
Error 'try' is not followed by whitespace. 457
Error '{' is not preceded with whitespace. 457
Error Line has trailing spaces. 458
Error Line has trailing spaces. 460
Error Line has trailing spaces. 462
Error Line has trailing spaces. 463
Error Line has trailing spaces. 464
Error Line is longer than 80 characters. 467
Error 'cast' is not followed by whitespace. 467
Error Line has trailing spaces. 468
Error Line is longer than 80 characters. 469
Error Line is longer than 80 characters. 470
Error Line has trailing spaces. 471
Error Line is longer than 80 characters. 472
Error Line has trailing spaces. 474
Error 'catch' is not followed by whitespace. 477
Error '{' is not preceded with whitespace. 477
Error Line is longer than 80 characters. 478
Error Line has trailing spaces. 479
Error Line has trailing spaces. 481
Error Line has trailing spaces. 483
Error Line has trailing spaces. 485
Error Line has trailing spaces. 486
Error Line is longer than 80 characters. 488
Error Parameter victorDatasetObservableName should be final. 488
Error Expected @param tag for 'victorDatasetObservableName'. 488
Error Line has trailing spaces. 490
Error Line has trailing spaces. 493
Error Line has trailing spaces. 495
Error Line has trailing spaces. 498
Error Line has trailing spaces. 501
Error Line has trailing spaces. 504
Error Line has trailing spaces. 507
Error Line has trailing spaces. 509
Error Line has trailing spaces. 511

edu/asu/cri/MirkE/io/package.html

ErrorLine
Error Missing package documentation file.0

edu/asu/cri/MirkE/menu/MenuItem.java

ErrorLine
Error File does not end with a newline. 0

edu/asu/cri/MirkE/menu/MenuItem.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 3
Error Line has trailing spaces. 5
Error '{' should be on the previous line. 10
Error First sentence should end with a period. 11
Error Line has trailing spaces. 15
Error First sentence should end with a period. 16
Error First sentence should end with a period. 21
Error First sentence should end with a period. 26
Error Line has trailing spaces. 30
Error First sentence should end with a period. 31
Error First sentence should end with a period. 36
Error Line has trailing spaces. 38
Error Method 'getAccessKeyStroke' is not designed for extension - needs to be abstract, final or empty. 41
Error '{' should be on the previous line. 42
Error First sentence should end with a period. 46
Error Line has trailing spaces. 48
Error Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. 51
Error '{' should be on the previous line. 52
Error First sentence should end with a period. 56
Error Line has trailing spaces. 58
Error Method 'getMethodName' is not designed for extension - needs to be abstract, final or empty. 61
Error '{' should be on the previous line. 62
Error First sentence should end with a period. 66
Error Line has trailing spaces. 68
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 71
Error '{' should be on the previous line. 72
Error First sentence should end with a period. 76
Error Line has trailing spaces. 78
Error Method 'getNameKey' is not designed for extension - needs to be abstract, final or empty. 81
Error '{' should be on the previous line. 82
Error First sentence should end with a period. 86
Error Line has trailing spaces. 88
Error Method 'setAccessKeyStroke' is not designed for extension - needs to be abstract, final or empty. 91
Error Parameter accessKeyStrokeArg should be final. 91
Error '{' should be on the previous line. 92
Error First sentence should end with a period. 96
Error Line has trailing spaces. 98
Error Method 'setClassName' is not designed for extension - needs to be abstract, final or empty. 101
Error Parameter classNameArg should be final. 101
Error '{' should be on the previous line. 102
Error First sentence should end with a period. 106
Error Method 'setMethodName' is not designed for extension - needs to be abstract, final or empty. 110
Error Parameter methodNameArg should be final. 110
Error '{' should be on the previous line. 111
Error First sentence should end with a period. 115
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 119
Error Parameter nameArg should be final. 119
Error '{' should be on the previous line. 120
Error First sentence should end with a period. 124
Error Method 'setNameKey' is not designed for extension - needs to be abstract, final or empty. 128
Error Parameter nameKeyArg should be final. 128
Error '{' should be on the previous line. 129

edu/asu/cri/MirkE/menu/MenuList.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 6
Error Line has trailing spaces. 8
Error '{' should be on the previous line. 13
Error First sentence should end with a period. 14
Error Line has trailing spaces. 19
Error First sentence should end with a period. 20
Error First sentence should end with a period. 25
Error Line has trailing spaces. 29
Error First sentence should end with a period. 30
Error First sentence should end with a period. 35
Error Line has trailing spaces. 37
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 40
Error '{' should be on the previous line. 41
Error First sentence should end with a period. 45
Error Line has trailing spaces. 47
Error Method 'getNameKey' is not designed for extension - needs to be abstract, final or empty. 50
Error '{' should be on the previous line. 51
Error First sentence should end with a period. 55
Error Line has trailing spaces. 57
Error Method 'getAccessKeyStroke' is not designed for extension - needs to be abstract, final or empty. 60
Error '{' should be on the previous line. 61
Error First sentence should end with a period. 65
Error Line has trailing spaces. 67
Error Method 'setAccessKeyStroke' is not designed for extension - needs to be abstract, final or empty. 70
Error Parameter accessKeyStrokeArg should be final. 70
Error '{' should be on the previous line. 71
Error First sentence should end with a period. 75
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 79
Error Parameter nameArg should be final. 79
Error '{' should be on the previous line. 80
Error First sentence should end with a period. 84
Error Method 'setNameKey' is not designed for extension - needs to be abstract, final or empty. 88
Error Parameter nameKeyArg should be final. 88
Error '{' should be on the previous line. 89
Error First sentence should end with a period. 93
Error Line has trailing spaces. 95
Error Method 'getChildItems' is not designed for extension - needs to be abstract, final or empty. 98
Error '{' should be on the previous line. 99
Error First sentence should end with a period. 103
Error Line has trailing spaces. 105
Error Method 'addChildItem' is not designed for extension - needs to be abstract, final or empty. 108
Error Parameter menuItem should be final. 108
Error Expected @param tag for 'menuItem'. 108
Error '{' should be on the previous line. 109
Error '{' should be on the previous line. 111
Error First sentence should end with a period. 117
Error Line has trailing spaces. 119
Error Method 'addChildItem' is not designed for extension - needs to be abstract, final or empty. 122
Error Parameter menuList should be final. 122
Error Expected @param tag for 'menuList'. 122
Error '{' should be on the previous line. 123
Error '{' should be on the previous line. 125
Error Line has trailing spaces. 130

edu/asu/cri/MirkE/menu/MenuXMLParser.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 19
Error Line has trailing spaces. 21
Error Utility classes should not have a public or default constructor. 25
Error '{' should be on the previous line. 26
Error First sentence should end with a period. 27
Error Line has trailing spaces. 30
Error Expected @throws tag for 'MenuException'. 34
Error '{' should be on the previous line. 35
Error '{' should be on the previous line. 40
Error Line has trailing spaces. 46
Error '}' should be on the same line. 48
Error '{' should be on the previous line. 50
Error '}' should be on the same line. 52
Error '{' should be on the previous line. 54
Error Line has trailing spaces. 59
Error First sentence should end with a period. 60
Error Line has trailing spaces. 62
Error Line has trailing spaces. 64
Error Parameter menuXmlFile should be final. 68
Error Expected @throws tag for 'MenuException'. 69
Error '{' should be on the previous line. 70
Error Line has trailing spaces. 72
Error '{' should be on the previous line. 73
Error Line has trailing spaces. 76
Error '}' should be on the same line. 76
Error Line has trailing spaces. 77
Error '{' should be on the previous line. 79
Error Line has trailing spaces. 82
Error Line has trailing spaces. 85
Error Line has trailing spaces. 86
Error Missing a Javadoc comment. 86
Error Parameter menuXmlInputStream should be final. 86
Error Line has trailing spaces. 87
Error '{' should be on the previous line. 88
Error Line has trailing spaces. 92
Error '{' should be on the previous line. 94
Error '}' should be on the same line. 101
Error Line has trailing spaces. 102
Error '{' should be on the previous line. 104
Error '}' should be on the same line. 106
Error '{' should be on the previous line. 108
Error Line has trailing spaces. 111
Error Line has trailing spaces. 114
Error First sentence should end with a period. 115
Error Line has trailing spaces. 117
Error Parameter menuElement should be final. 122
Error Expected @throws tag for 'MenuException'. 123
Error '{' should be on the previous line. 124
Error '{' should be on the previous line. 133
Error Line has trailing spaces. 135
Error '{' should be on the previous line. 141
Error Line has trailing spaces. 145
Error '{' should be on the previous line. 149
Error '{' should be on the previous line. 153
Error '{' should be on the previous line. 155
Error '{' should be on the previous line. 160
Error '}' should be on the same line. 162
Error Line has trailing spaces. 163
Error '}' should be on the same line. 170
Error '{' should be on the previous line. 172
Error '}' should be on the same line. 180
Error '{' should be on the previous line. 182
Error '}' should be on the same line. 184
Error '{' should be on the previous line. 186
Error Line has trailing spaces. 191
Error First sentence should end with a period. 192
Error Line has trailing spaces. 194
Error Parameter itemElement should be final. 199
Error Expected @throws tag for 'MenuException'. 200
Error '{' should be on the previous line. 201
Error '{' should be on the previous line. 206
Error '{' should be on the previous line. 211
Error Line has trailing spaces. 217
Error '{' should be on the previous line. 222
Error '}' should be on the same line. 228
Error '{' should be on the previous line. 230

edu/asu/cri/MirkE/menu/package.html

ErrorLine
Error Missing package documentation file.0

edu/asu/cri/MirkE/package.html

ErrorLine
Error Missing package documentation file.0

edu/asu/cri/MirkE/trace/MirkELogger.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 6
Error Line is longer than 80 characters. 7
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 18
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 28
Error Line has trailing spaces. 29
Error Line has trailing spaces. 33
Error Line has trailing spaces. 36
Error First sentence should end with a period. 37
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Missing a Javadoc comment. 42
Error '{' is not preceded with whitespace. 42
Error Line has trailing spaces. 43
Error Line has trailing spaces. 45
Error First sentence should end with a period. 46
Error Line has trailing spaces. 50
Error Method 'entry' is not designed for extension - needs to be abstract, final or empty. 51
Error Parameter aClass should be final. 51
Error ',' is not followed by whitespace. 51
Error Parameter message should be final. 51
Error '{' is not preceded with whitespace. 51
Error 'try' is not followed by whitespace. 52
Error '{' is not preceded with whitespace. 52
Error 'catch' is not preceded with whitespace. 54
Error '}' is not followed by whitespace. 54
Error 'catch' is not followed by whitespace. 54
Error '{' is not preceded with whitespace. 54
Error Line has trailing spaces. 56
Error '+' is not preceded with whitespace. 57
Error '+' is not preceded with whitespace. 57
Error '+' is not followed by whitespace. 57
Error First sentence should end with a period. 59
Error Line has trailing spaces. 63
Error Line has trailing spaces. 64
Error Method 'exit' is not designed for extension - needs to be abstract, final or empty. 64
Error Parameter aClass should be final. 64
Error Parameter message should be final. 64
Error '{' is not preceded with whitespace. 64
Error Line has trailing spaces. 65
Error 'try' is not followed by whitespace. 66
Error '{' is not preceded with whitespace. 66
Error 'catch' is not preceded with whitespace. 69
Error '}' is not followed by whitespace. 69
Error 'catch' is not followed by whitespace. 69
Error '{' is not preceded with whitespace. 69
Error Line has trailing spaces. 71
Error Line has trailing spaces. 72
Error '+' is not followed by whitespace. 73
Error Line has trailing spaces. 75
Error First sentence should end with a period. 76
Error Line has trailing spaces. 80
Error Method 'error' is not designed for extension - needs to be abstract, final or empty. 81
Error Parameter aClass should be final. 81
Error Parameter message should be final. 81
Error '{' is not preceded with whitespace. 81
Error 'try' is not followed by whitespace. 82
Error '{' is not preceded with whitespace. 82
Error 'catch' is not preceded with whitespace. 84
Error '}' is not followed by whitespace. 84
Error 'catch' is not followed by whitespace. 84
Error '{' is not preceded with whitespace. 84
Error Line has trailing spaces. 86
Error '+' is not preceded with whitespace. 87
Error Line contains a tab character. 88
Error Line has trailing spaces. 89
Error First sentence should end with a period. 90
Error Line has trailing spaces. 94
Error Method 'warning' is not designed for extension - needs to be abstract, final or empty. 95
Error Parameter aClass should be final. 95
Error ',' is not followed by whitespace. 95
Error Parameter message should be final. 95
Error '{' is not preceded with whitespace. 95
Error 'try' is not followed by whitespace. 96
Error '{' is not preceded with whitespace. 96
Error 'catch' is not preceded with whitespace. 98
Error '}' is not followed by whitespace. 98
Error 'catch' is not followed by whitespace. 98
Error '{' is not preceded with whitespace. 98
Error Line has trailing spaces. 100
Error '+' is not preceded with whitespace. 101
Error '+' is not preceded with whitespace. 101
Error '+' is not followed by whitespace. 101
Error Line has trailing spaces. 103
Error Line has trailing spaces. 106
Error Line is longer than 80 characters. 106
Error Method 'isDebug' is not designed for extension - needs to be abstract, final or empty. 108
Error Parameter aClass should be final. 108
Error Expected @param tag for 'aClass'. 108
Error '{' is not preceded with whitespace. 108
Error 'try' is not followed by whitespace. 109
Error '{' is not preceded with whitespace. 109
Error 'catch' is not preceded with whitespace. 111
Error '}' is not followed by whitespace. 111
Error 'catch' is not followed by whitespace. 111
Error Line has trailing spaces. 116
Error Line has trailing spaces. 117

edu/asu/cri/MirkE/trace/MirkELoggerFactory.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Redundant import from the same package - edu.asu.cri.MirkE.trace.MirkELogger. 9
Error Line is longer than 80 characters. 15
Error Line is longer than 80 characters. 17
Error Utility classes should not have a public or default constructor. 19
Error Line has trailing spaces. 20
Error Missing a Javadoc comment. 21
Error Variable 'logger' must be private and have accessor methods. 21
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error '{' is not preceded with whitespace. 26
Error Line has trailing spaces. 27
Error 'if' is not followed by whitespace. 28
Error '{' is not preceded with whitespace. 28

edu/asu/cri/MirkE/trace/MirkE_ExceptionHandler.java

ErrorLine
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Line is longer than 80 characters. 6
Error Redundant import from the same package - edu.asu.cri.MirkE.trace.MirkELogger. 31
Error Line is longer than 80 characters. 47
Error Name 'MirkE_ExceptionHandler' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 56
Error First sentence should end with a period. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error First sentence should end with a period. 62
Error Line contains a tab character. 62
Error First sentence should end with a period. 67
Error First sentence should end with a period. 72
Error First sentence should end with a period. 78
Error First sentence should end with a period. 83
Error First sentence should end with a period. 88
Error First sentence should end with a period. 93
Error First sentence should end with a period. 98
Error First sentence should end with a period. 103
Error First sentence should end with a period. 108
Error First sentence should end with a period. 113
Error First sentence should end with a period. 118
Error First sentence should end with a period. 123
Error First sentence should end with a period. 129
Error Line has trailing spaces. 134
Error Line has trailing spaces. 135
Error Missing a Javadoc comment. 136
Error First sentence should end with a period. 137
Error Line has trailing spaces. 138
Error Line contains a tab character. 138
Error First sentence should end with a period. 143
Error Unclosed HTML tag found: <code> MirkE_ExceptionHandler<code> instance 144
Error Line is longer than 80 characters. 154
Error Unclosed HTML tag found: <code>Exception<code> the exception may or may not have a <c 154
Error Line is longer than 80 characters. 155
Error Method 'handleException' is not designed for extension - needs to be abstract, final or empty. 164
Error Parameter exception should be final. 164
Error First sentence should end with a period. 179
Error Method 'handleException' is not designed for extension - needs to be abstract, final or empty. 186
Error Parameter message should be final. 186
Error Parameter exception should be final. 186
Error First sentence should end with a period. 194
Error Line is longer than 80 characters. 195
Error Method 'append' is not designed for extension - needs to be abstract, final or empty. 199
Error Parameter exception should be final. 199
Error Expected @param tag for 'exception'. 199
Error '{' is not preceded with whitespace. 199
Error Line is longer than 80 characters. 202
Error First sentence should end with a period. 213
Error '400' is a magic number. 217
Error '300' is a magic number. 217
Error Line is longer than 80 characters. 229
Error '100' is a magic number. 230
Error '300' is a magic number. 230
Error '4' is a magic number. 233
Error '100' is a magic number. 234
Error '50' is a magic number. 239
Error '350' is a magic number. 244
Error '300' is a magic number. 244
Error Parameter ae should be final. 261
Error '350' is a magic number. 262
Error '300' is a magic number. 262
Error Parameter ae should be final. 269
Error Missing a Javadoc comment. 287
Error Parameter exception should be final. 287
Error 'cast' is not followed by whitespace. 289
Error Line is longer than 80 characters. 291
Error Missing a Javadoc comment. 307
Error First sentence should end with a period. 312
Error Unused @param tag for 'trace'. 314
Error Parameter newTrace should be final. 316
Error Expected @param tag for 'newTrace'. 316
Error '{' is not preceded with whitespace. 316
Error First sentence should end with a period. 320
Error '{' is not preceded with whitespace. 325
Error First sentence should end with a period. 328
Error Parameter msg should be final. 334
Error Parameter exception should be final. 334
Error Expected @param tag for 'exception'. 334
Error Line is longer than 80 characters. 341
Error Missing a Javadoc comment. 357
Error Parameter exception should be final. 357
Error 'trace' hides a field. 359
Error First sentence should end with a period. 371
Error Line is longer than 80 characters. 374
Error Method 'setParent' is not designed for extension - needs to be abstract, final or empty. 376
Error Parameter parent should be final. 376
Error 'parent' hides a field. 376
Error First sentence should end with a period. 380
Error Unclosed HTML tag found: <code>MirkE_ExceptionHandler<code> 381
Error 'if' is not followed by whitespace. 386
Error '{' is not preceded with whitespace. 386
Error First sentence should end with a period. 392
Error Unused @param tag for 'boolean'. 394
Error Line has trailing spaces. 395
Error Unused @param tag for 'long'. 395
Error Parameter aNewMap should be final. 397
Error Expected @param tag for 'aNewMap'. 397
Error ',' is not followed by whitespace. 397
Error Parameter instanceId should be final. 397
Error Expected @param tag for 'instanceId'. 397
Error '{' is not preceded with whitespace. 397
Error Line has trailing spaces. 401
Error First sentence should end with a period. 402
Error Line has trailing spaces. 405
Error '{' is not preceded with whitespace. 407
Error Method 'showMe' is not designed for extension - needs to be abstract, final or empty. 413
Error '{' is not preceded with whitespace. 413
Error First sentence should end with a period. 417
Error Parameter object should be final. 421
Error Expected @param tag for 'object'. 421
Error ',' is not followed by whitespace. 422

edu/asu/cri/MirkE/trace/package.html

ErrorLine
Error Missing package documentation file.0

edu/asu/cri/MirkE/util/AlamarBlueMetabolicAssayDataAnalyzer.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 6
Error Redundant import from the same package - edu.asu.cri.MirkE.util.MetabolicAssayDataAnalyzer. 25
Error Line is longer than 80 characters. 31
Error Line is longer than 80 characters. 32
Error First sentence should end with a period. 33
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line has trailing spaces. 37
Error Line contains a tab character. 37
Error Parameter mirke should be final. 37
Error Expected @param tag for 'mirke'. 37
Error Line contains a tab character. 38
Error Expected @throws tag for 'MirkEApplicationException'. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line has trailing spaces. 41
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line has trailing spaces. 43
Error Line contains a tab character. 43
Error Line is longer than 80 characters. 44
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line has trailing spaces. 46
Error Line contains a tab character. 46
Error Line is longer than 80 characters. 47
Error Line contains a tab character. 47
Error Line has trailing spaces. 48
Error Line contains a tab character. 48
Error Line is longer than 80 characters. 49
Error Line contains a tab character. 49
Error Line has trailing spaces. 50
Error Line contains a tab character. 50
Error Line is longer than 80 characters. 51
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Parameter categoryName should be final. 53
Error Line is longer than 80 characters. 54
Error Line contains a tab character. 54
Error Parameter strain should be final. 54
Error Line contains a tab character. 55
Error ';' is preceded with whitespace. 55

edu/asu/cri/MirkE/util/DataAnalyzer.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 7
Error Using the '.*' form of import should be avoided - java.util.*. 26
Error First sentence should end with a period. 33
Error Line is longer than 80 characters. 33
Error Line contains a tab character. 33
Error Line has trailing spaces. 34
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line has trailing spaces. 37
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line has trailing spaces. 39
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Method 'setMirke' is not designed for extension - needs to be abstract, final or empty. 42
Error Parameter mirke should be final. 42
Error 'mirke' hides a field. 42
Error Expected @param tag for 'mirke'. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line has trailing spaces. 45
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line has trailing spaces. 47
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Method 'getMirke' is not designed for extension - needs to be abstract, final or empty. 50
Error Line contains a tab character. 51
Error Line has trailing spaces. 52
Error Line contains a tab character. 52
Error Line has trailing spaces. 53
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line has trailing spaces. 55
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line is longer than 80 characters. 57
Error Line contains a tab character. 57
Error Unclosed HTML tag found: <code>mean<code> is not the mean value of the items in the l 57
Error Line has trailing spaces. 58
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line is longer than 80 characters. 61
Error Line contains a tab character. 61
Error Parameter list should be final. 61
Error Parameter mean should be final. 61
Error Line contains a tab character. 63
Error Line has trailing spaces. 64
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line is longer than 80 characters. 68
Error Line contains a tab character. 68
Error 'cast' is not followed by whitespace. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line has trailing spaces. 71
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line has trailing spaces. 73
Error Line contains a tab character. 73
Error Line has trailing spaces. 74
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line has trailing spaces. 78
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80

edu/asu/cri/MirkE/util/GrowthCurveDataAnalyzer.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 6
Error Line has trailing spaces. 25
Error Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.dataStructures.*. 26
Error Using the '.*' form of import should be avoided - java.io.*. 28
Error Using the '.*' form of import should be avoided - java.util.*. 29
Error Line is longer than 80 characters. 33
Error Line has trailing spaces. 34
Error Line contains a tab character. 34
Error First sentence should end with a period. 35
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line has trailing spaces. 38
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line has trailing spaces. 40
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Parameter mirke should be final. 44
Error Expected @param tag for 'mirke'. 44
Error Line contains a tab character. 45
Error Line has trailing spaces. 46
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line has trailing spaces. 48
Error Line contains a tab character. 48
Error First sentence should end with a period. 49
Error Line contains a tab character. 49
Error Line is longer than 80 characters. 50
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line has trailing spaces. 54
Error Line is longer than 80 characters. 54
Error Line contains a tab character. 54
Error Method 'computeGrowthCurves' is not designed for extension - needs to be abstract, final or empty. 54
Error Method length is 165 lines (max allowed is 150). 54
Error Expected @throws tag for 'MirkEApplicationException'. 54
Error Expected @throws tag for 'IOException'. 54
Error '{' is not preceded with whitespace. 54
Error Line is longer than 80 characters. 55
Error Line contains a tab character. 55
Error Line is longer than 80 characters. 56
Error Line contains a tab character. 56
Error Line has trailing spaces. 57
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line has trailing spaces. 59
Error Line contains a tab character. 59
Error Line is longer than 80 characters. 60
Error Line contains a tab character. 60
Error Line has trailing spaces. 61
Error Line contains a tab character. 61
Error Line has trailing spaces. 62
Error Line contains a tab character. 62
Error Line is longer than 80 characters. 63
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line has trailing spaces. 66
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line has trailing spaces. 68
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line has trailing spaces. 71
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Avoid nested blocks. 72
Error Line contains a tab character. 73
Error Line has trailing spaces. 74
Error Line contains a tab character. 74
Error Line is longer than 80 characters. 75
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line is longer than 80 characters. 77
Error Line contains a tab character. 77
Error Line has trailing spaces. 78
Error Line contains a tab character. 78
Error Line is longer than 80 characters. 79
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line is longer than 80 characters. 81
Error Line contains a tab character. 81
Error Line has trailing spaces. 82
Error Line contains a tab character. 82
Error Line is longer than 80 characters. 83
Error Line contains a tab character. 83
Error '+' is not preceded with whitespace. 83
Error Line is longer than 80 characters. 84
Error Line contains a tab character. 84
Error '+' is not preceded with whitespace. 84
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line has trailing spaces. 89
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line has trailing spaces. 91
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line has trailing spaces. 93
Error Line contains a tab character. 93
Error Line is longer than 80 characters. 94
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line is longer than 80 characters. 96
Error Line contains a tab character. 96
Error 'cast' is not followed by whitespace. 96
Error Line contains a tab character. 97
Error Line has trailing spaces. 98
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line has trailing spaces. 102
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line is longer than 80 characters. 105
Error Line contains a tab character. 105
Error Line has trailing spaces. 106
Error Line contains a tab character. 106
Error Line is longer than 80 characters. 107
Error Line contains a tab character. 107
Error '+' is not preceded with whitespace. 107
Error '+' is not followed by whitespace. 107
Error '+' is not preceded with whitespace. 107
Error '+' is not followed by whitespace. 107
Error Line contains a tab character. 109
Error Line is longer than 80 characters. 110
Error Line contains a tab character. 110
Error 'cast' is not followed by whitespace. 110
Error Line has trailing spaces. 111
Error Line contains a tab character. 111
Error Line is longer than 80 characters. 112
Error Line contains a tab character. 112
Error 'cast' is not followed by whitespace. 112
Error '/' is not preceded with whitespace. 112
Error '/' is not followed by whitespace. 112
Error '1000' is a magic number. 112
Error '*' is not preceded with whitespace. 112
Error '*' is not followed by whitespace. 112
Error '60' is a magic number. 112
Error '*' is not preceded with whitespace. 112
Error '*' is not followed by whitespace. 112
Error '60' is a magic number. 112
Error ')' is preceded with whitespace. 112
Error Line has trailing spaces. 113
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Line is longer than 80 characters. 115
Error Line contains a tab character. 115
Error Line has trailing spaces. 116
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line has trailing spaces. 118
Error Line is longer than 80 characters. 118
Error Line contains a tab character. 118
Error Line is longer than 80 characters. 119
Error Line contains a tab character. 119
Error Line is longer than 80 characters. 121
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line has trailing spaces. 123
Error Line is longer than 80 characters. 123
Error Line contains a tab character. 123
Error Line has trailing spaces. 124
Error Line contains a tab character. 124
Error Line is longer than 80 characters. 125
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Line is longer than 80 characters. 127
Error Line contains a tab character. 127
Error Line is longer than 80 characters. 129
Error Line contains a tab character. 129
Error Line has trailing spaces. 130
Error Line contains a tab character. 130
Error Line is longer than 80 characters. 131
Error Line contains a tab character. 131
Error '+' is not preceded with whitespace. 131
Error '+' is not followed by whitespace. 131
Error '+' is not preceded with whitespace. 131
Error '+' is not followed by whitespace. 131
Error '+' should be on a new line. 131
Error Line is longer than 80 characters. 132
Error Line contains a tab character. 132
Error '+' is not preceded with whitespace. 132
Error '+' is not followed by whitespace. 132
Error '+' is not preceded with whitespace. 132
Error '+' is not followed by whitespace. 132
Error '+' should be on a new line. 132
Error Line has trailing spaces. 133
Error Line is longer than 80 characters. 133
Error Line contains a tab character. 133
Error '+' is not preceded with whitespace. 133
Error '+' is not followed by whitespace. 133
Error '+' is not preceded with whitespace. 133
Error '+' is not followed by whitespace. 133
Error Line has trailing spaces. 134
Error Line contains a tab character. 134
Error Line has trailing spaces. 135
Error Line is longer than 80 characters. 135
Error Line contains a tab character. 135
Error Line is longer than 80 characters. 136
Error Line contains a tab character. 136
Error 'cast' is not followed by whitespace. 136
Error Line is longer than 80 characters. 137
Error Line contains a tab character. 137
Error Line has trailing spaces. 138
Error Line contains a tab character. 138
Error Line is longer than 80 characters. 139
Error Line contains a tab character. 139
Error '+' is not preceded with whitespace. 139
Error '+' is not followed by whitespace. 139
Error '+' is not preceded with whitespace. 139
Error '+' is not followed by whitespace. 139
Error '+' should be on a new line. 139
Error Line is longer than 80 characters. 140
Error Line contains a tab character. 140
Error '+' is not preceded with whitespace. 140
Error '+' is not followed by whitespace. 140
Error '+' is not preceded with whitespace. 140
Error '+' is not followed by whitespace. 140
Error '+' should be on a new line. 140
Error Line has trailing spaces. 141
Error Line is longer than 80 characters. 141
Error Line contains a tab character. 141
Error '+' is not preceded with whitespace. 141
Error '+' is not followed by whitespace. 141
Error '+' is not preceded with whitespace. 141
Error '+' is not followed by whitespace. 141
Error Line has trailing spaces. 142
Error Line contains a tab character. 142
Error Line is longer than 80 characters. 143
Error Line contains a tab character. 143
Error Line is longer than 80 characters. 144
Error Line contains a tab character. 144
Error Line has trailing spaces. 145
Error Line contains a tab character. 145
Error Line has trailing spaces. 146
Error Line contains a tab character. 146
Error Line has trailing spaces. 147
Error Line contains a tab character. 147
Error Line contains a tab character. 148
Error Line is longer than 80 characters. 149
Error Line contains a tab character. 149
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error Line has trailing spaces. 154
Error Line contains a tab character. 154
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error Line has trailing spaces. 157
Error Line contains a tab character. 157
Error Line contains a tab character. 158
Error Line has trailing spaces. 160
Error Line contains a tab character. 160
Error Line is longer than 80 characters. 161
Error Line contains a tab character. 161
Error Line is longer than 80 characters. 162
Error Line contains a tab character. 162
Error Line is longer than 80 characters. 164
Error Line contains a tab character. 164
Error Line is longer than 80 characters. 165
Error Line contains a tab character. 165
Error Line has trailing spaces. 166
Error Line contains a tab character. 166
Error Line is longer than 80 characters. 167
Error Line contains a tab character. 167
Error Line has trailing spaces. 168
Error Line contains a tab character. 168
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error ',' is not followed by whitespace. 171
Error Line contains a tab character. 172
Error Line has trailing spaces. 173
Error Line contains a tab character. 173
Error Line is longer than 80 characters. 174
Error Line contains a tab character. 174
Error '3' is a magic number. 174
Error Line contains a tab character. 175
Error Line is longer than 80 characters. 176
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error '{' is not preceded with whitespace. 177
Error Line is longer than 80 characters. 178
Error Line contains a tab character. 178
Error Line contains a tab character. 179
Error '++' is preceded with whitespace. 179
Error Line contains a tab character. 180
Error Line has trailing spaces. 181
Error Line contains a tab character. 181
Error Line contains a tab character. 182
Error Line is longer than 80 characters. 183
Error Line contains a tab character. 183
Error Line contains a tab character. 185
Error Line has trailing spaces. 186
Error Line contains a tab character. 186
Error Line contains a tab character. 187
Error '+' is not preceded with whitespace. 187
Error '+' is not followed by whitespace. 187
Error '+' is not preceded with whitespace. 187
Error '+' is not followed by whitespace. 187
Error Line is longer than 80 characters. 188
Error Line contains a tab character. 188
Error '+' is not preceded with whitespace. 188
Error '+' is not followed by whitespace. 188
Error '+' is not preceded with whitespace. 188
Error '+' is not followed by whitespace. 188
Error Line is longer than 80 characters. 189
Error Line contains a tab character. 189
Error '+' is not preceded with whitespace. 189
Error '+' is not followed by whitespace. 189
Error '+' is not preceded with whitespace. 189
Error '+' is not followed by whitespace. 189
Error Line is longer than 80 characters. 190
Error Line contains a tab character. 190
Error '+' is not preceded with whitespace. 190
Error '+' is not followed by whitespace. 190
Error '+' is not preceded with whitespace. 190
Error '+' is not followed by whitespace. 190
Error Line contains a tab character. 191
Error Line has trailing spaces. 192
Error Line contains a tab character. 192
Error Line contains a tab character. 193
Error Line has trailing spaces. 194
Error Line contains a tab character. 194
Error Line contains a tab character. 195
Error Line is longer than 80 characters. 196
Error Line contains a tab character. 196
Error Line contains a tab character. 197
Error Line is longer than 80 characters. 198
Error Line contains a tab character. 198
Error Line has trailing spaces. 199
Error Line contains a tab character. 199
Error Line is longer than 80 characters. 200
Error Line contains a tab character. 200
Error Line has trailing spaces. 201
Error Line is longer than 80 characters. 201
Error Line contains a tab character. 201
Error Line is longer than 80 characters. 202
Error Line contains a tab character. 202
Error Line has trailing spaces. 203
Error Line contains a tab character. 203
Error Line is longer than 80 characters. 204
Error Line contains a tab character. 204
Error '+' is not preceded with whitespace. 204
Error '+' is not followed by whitespace. 204
Error '+' is not preceded with whitespace. 204
Error '+' is not followed by whitespace. 204
Error '+' is not preceded with whitespace. 204
Error '+' is not followed by whitespace. 204
Error '*' is not preceded with whitespace. 204
Error '*' is not followed by whitespace. 204
Error '+' is not preceded with whitespace. 204
Error '+' is not followed by whitespace. 204
Error '+' is not preceded with whitespace. 204
Error '+' is not followed by whitespace. 204
Error '+' is not preceded with whitespace. 204
Error '+' is not followed by whitespace. 204
Error '*' is not preceded with whitespace. 204
Error '*' is not followed by whitespace. 204
Error '+' is not preceded with whitespace. 204
Error '+' is not followed by whitespace. 204
Error '+' is not preceded with whitespace. 204
Error '+' is not followed by whitespace. 204
Error '+' is not preceded with whitespace. 204
Error '+' is not followed by whitespace. 204
Error Line is longer than 80 characters. 205
Error Line contains a tab character. 205
Error Line is longer than 80 characters. 206
Error Line contains a tab character. 206
Error Line contains a tab character. 207
Error Line has trailing spaces. 208
Error Line contains a tab character. 208
Error Line contains a tab character. 209
Error '++' is preceded with whitespace. 209
Error Line contains a tab character. 210
Error Line contains a tab character. 211
Error Line has trailing spaces. 212
Error Line contains a tab character. 212
Error Line contains a tab character. 213
Error Line has trailing spaces. 214
Error Line contains a tab character. 214
Error Line is longer than 80 characters. 215
Error Line contains a tab character. 215
Error Line has trailing spaces. 216
Error Line contains a tab character. 216
Error Line has trailing spaces. 217
Error Line contains a tab character. 217
Error Line contains a tab character. 218

edu/asu/cri/MirkE/util/MetabolicAssayDataAnalyzer.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 6
Error Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.*. 25
Error Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.dataStructures.*. 27
Error Using the '.*' form of import should be avoided - javax.swing.*. 29
Error Using the '.*' form of import should be avoided - java.io.*. 30
Error Using the '.*' form of import should be avoided - java.util.*. 31
Error Line is longer than 80 characters. 35
Error Line has trailing spaces. 37
Error Line contains a tab character. 37
Error First sentence should end with a period. 38
Error Line contains a tab character. 42
Error Expected @throws tag for 'MirkEApplicationException'. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line has trailing spaces. 45
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line is longer than 80 characters. 51
Error Line contains a tab character. 51
Error Parameter mirke should be final. 51
Error Expected @param tag for 'mirke'. 51
Error Expected @throws tag for 'MirkEApplicationException'. 51
Error Line contains a tab character. 52
Error Line has trailing spaces. 53
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line has trailing spaces. 56
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Method 'scheduleInitialization' is not designed for extension - needs to be abstract, final or empty. 60
Error Expected @throws tag for 'MirkEApplicationException'. 60
Error '{' is not preceded with whitespace. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error '{' is not preceded with whitespace. 62
Error Line contains a tab character. 63
Error 'try' is not followed by whitespace. 63
Error '{' is not preceded with whitespace. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error 'catch' is not preceded with whitespace. 65
Error '}' is not followed by whitespace. 65
Error Must have at least one statement. 65
Error Line has trailing spaces. 66
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line has trailing spaces. 71
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Missing a Javadoc comment. 72
Error Line has trailing spaces. 73
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Method 'createAndShow' is not designed for extension - needs to be abstract, final or empty. 77
Error Expected @throws tag for 'MirkEApplicationException'. 77
Error Line is longer than 80 characters. 78
Error Line contains a tab character. 78
Error Line has trailing spaces. 79
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line has trailing spaces. 81
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line has trailing spaces. 83
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error '=' is not preceded with whitespace. 84
Error '=' is not followed by whitespace. 84
Error ';' is not followed by whitespace. 84
Error '<' is not preceded with whitespace. 84
Error '10' is a magic number. 84
Error '<' is not followed by whitespace. 84
Error ';' is not followed by whitespace. 84
Error Line contains a tab character. 85
Error Line has trailing spaces. 86
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line has trailing spaces. 88
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line has trailing spaces. 90
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line has trailing spaces. 95
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Line is longer than 80 characters. 99
Error Line contains a tab character. 99
Error Method 'computeMetabolicPercentConverted' is not designed for extension - needs to be abstract, final or empty. 99
Error Expected @throws tag for 'MirkEApplicationException'. 99
Error Line contains a tab character. 100
Error Line has trailing spaces. 101
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line has trailing spaces. 103
Error Line contains a tab character. 103
Error Line is longer than 80 characters. 104
Error Line contains a tab character. 104
Error Line has trailing spaces. 105
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line has trailing spaces. 107
Error Line contains a tab character. 107
Error Line is longer than 80 characters. 108
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line has trailing spaces. 112
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line has trailing spaces. 114
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Avoid nested blocks. 115
Error Line is longer than 80 characters. 116
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line is longer than 80 characters. 118
Error Line contains a tab character. 118
Error Line has trailing spaces. 119
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line is longer than 80 characters. 122
Error Line contains a tab character. 122
Error Line has trailing spaces. 123
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line is longer than 80 characters. 126
Error Line contains a tab character. 126
Error Line has trailing spaces. 127
Error Line contains a tab character. 127
Error Line contains a tab character. 128
Error Line is longer than 80 characters. 129
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line has trailing spaces. 131
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line has trailing spaces. 133
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error Line has trailing spaces. 136
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line has trailing spaces. 138
Error Line contains a tab character. 138
Error Line has trailing spaces. 139
Error Line contains a tab character. 139
Error Avoid nested blocks. 139
Error Line is longer than 80 characters. 140
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error Line is longer than 80 characters. 142
Error Line contains a tab character. 142
Error Line has trailing spaces. 143
Error Line contains a tab character. 143
Error Line is longer than 80 characters. 144
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Line has trailing spaces. 147
Error Line contains a tab character. 147
Error Line is longer than 80 characters. 148
Error Line contains a tab character. 148
Error Avoid nested blocks. 148
Error Line is longer than 80 characters. 149
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Line is longer than 80 characters. 151
Error Line contains a tab character. 151
Error Line has trailing spaces. 152
Error Line contains a tab character. 152
Error Line is longer than 80 characters. 153
Error Line contains a tab character. 153
Error Line contains a tab character. 154
Error Line is longer than 80 characters. 155
Error Line contains a tab character. 155
Error Line has trailing spaces. 156
Error Line contains a tab character. 156
Error Line is longer than 80 characters. 157
Error Line contains a tab character. 157
Error Line is longer than 80 characters. 158
Error Line contains a tab character. 158
Error Line has trailing spaces. 159
Error Line contains a tab character. 159
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line has trailing spaces. 162
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error Line contains a tab character. 164
Error Line contains a tab character. 165
Error Line contains a tab character. 166
Error Line has trailing spaces. 167
Error Line contains a tab character. 167
Error Line contains a tab character. 168
Error Line contains a tab character. 169
Error Line is longer than 80 characters. 170
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error Line contains a tab character. 172
Error Line is longer than 80 characters. 173
Error Line contains a tab character. 173
Error Line has trailing spaces. 174
Error Line contains a tab character. 174
Error Line is longer than 80 characters. 175
Error Line contains a tab character. 175
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error Line contains a tab character. 178
Error Method 'computeFractionConverted' is not designed for extension - needs to be abstract, final or empty. 178
Error Parameter categoryName should be final. 178
Error Line has trailing spaces. 179
Error Line contains a tab character. 179
Error Parameter strain should be final. 179
Error Line contains a tab character. 180
Error Expected @throws tag for 'MirkEApplicationException'. 180
Error Line contains a tab character. 181
Error Line contains a tab character. 182
Error Line has trailing spaces. 183
Error Line contains a tab character. 183
Error Line is longer than 80 characters. 184
Error Line contains a tab character. 184
Error Line has trailing spaces. 185
Error Line contains a tab character. 185
Error Line is longer than 80 characters. 186
Error Line contains a tab character. 186
Error Line contains a tab character. 187
Error Line contains a tab character. 188
Error Line is longer than 80 characters. 189
Error Line contains a tab character. 189
Error Line has trailing spaces. 190
Error Line contains a tab character. 190
Error Line is longer than 80 characters. 191
Error Line contains a tab character. 191
Error Line is longer than 80 characters. 192
Error Line contains a tab character. 192
Error '+' should be on a new line. 192
Error Line is longer than 80 characters. 193
Error Line contains a tab character. 193
Error '+' is not preceded with whitespace. 193
Error '+' is not followed by whitespace. 193
Error '+' is not preceded with whitespace. 193
Error '+' is not followed by whitespace. 193
Error '+' should be on a new line. 193
Error Line is longer than 80 characters. 194
Error Line contains a tab character. 194
Error '+' should be on a new line. 194
Error Line is longer than 80 characters. 195
Error Line contains a tab character. 195
Error '+' is not preceded with whitespace. 195
Error '+' is not followed by whitespace. 195
Error '+' is not preceded with whitespace. 195
Error '+' is not followed by whitespace. 195
Error '+' should be on a new line. 195
Error Line has trailing spaces. 196
Error Line is longer than 80 characters. 196
Error Line contains a tab character. 196
Error '+' is not preceded with whitespace. 196
Error '+' is not followed by whitespace. 196
Error '+' is not preceded with whitespace. 196
Error '+' is not followed by whitespace. 196
Error Line has trailing spaces. 197
Error Line contains a tab character. 197
Error Line contains a tab character. 198
Error Line contains a tab character. 199
Error '==' is not preceded with whitespace. 199
Error '==' is not followed by whitespace. 199
Error Line has trailing spaces. 200
Error Line is longer than 80 characters. 200
Error Line contains a tab character. 200
Error 'cast' is not followed by whitespace. 200
Error Line is longer than 80 characters. 201
Error Line contains a tab character. 201
Error '+' should be on a new line. 201
Error Line is longer than 80 characters. 202
Error Line contains a tab character. 202
Error '+' is not preceded with whitespace. 202
Error '+' is not followed by whitespace. 202
Error '+' is not preceded with whitespace. 202
Error '+' is not followed by whitespace. 202
Error '+' should be on a new line. 202
Error Line is longer than 80 characters. 203
Error Line contains a tab character. 203
Error '+' should be on a new line. 203
Error Line is longer than 80 characters. 204
Error Line contains a tab character. 204
Error '+' is not preceded with whitespace. 204
Error '+' is not followed by whitespace. 204
Error '+' is not preceded with whitespace. 204
Error '+' is not followed by whitespace. 204
Error '+' should be on a new line. 204
Error Line has trailing spaces. 205
Error Line is longer than 80 characters. 205
Error Line contains a tab character. 205
Error '+' is not preceded with whitespace. 205
Error '+' is not followed by whitespace. 205
Error '+' is not preceded with whitespace. 205
Error '+' is not followed by whitespace. 205
Error Line has trailing spaces. 206
Error Line contains a tab character. 206
Error Line is longer than 80 characters. 207
Error Line contains a tab character. 207
Error Line has trailing spaces. 208
Error Line contains a tab character. 208
Error Line is longer than 80 characters. 209
Error Line contains a tab character. 209
Error Line is longer than 80 characters. 210
Error Line contains a tab character. 210
Error Line is longer than 80 characters. 211
Error Line contains a tab character. 211
Error Line is longer than 80 characters. 212
Error Line contains a tab character. 212
Error Line has trailing spaces. 213
Error Line contains a tab character. 213
Error Line is longer than 80 characters. 214
Error Line contains a tab character. 214
Error Line is longer than 80 characters. 215
Error Line contains a tab character. 215
Error Line is longer than 80 characters. 216
Error Line contains a tab character. 216
Error Line has trailing spaces. 217
Error Line contains a tab character. 217
Error Line is longer than 80 characters. 218
Error Line contains a tab character. 218
Error Line is longer than 80 characters. 219
Error Line contains a tab character. 219
Error '+' should be on a new line. 219
Error Line is longer than 80 characters. 220
Error Line contains a tab character. 220
Error '+' should be on a new line. 220
Error Line has trailing spaces. 221
Error Line is longer than 80 characters. 221
Error Line contains a tab character. 221
Error '+' is not preceded with whitespace. 221
Error '+' is not followed by whitespace. 221
Error '+' is not preceded with whitespace. 221
Error '+' is not followed by whitespace. 221
Error Line has trailing spaces. 222
Error Line contains a tab character. 222
Error Line contains a tab character. 223
Error Line is longer than 80 characters. 224
Error Line contains a tab character. 224
Error Line has trailing spaces. 225
Error Line is longer than 80 characters. 225
Error Line contains a tab character. 225
Error 'cast' is not followed by whitespace. 225
Error Line is longer than 80 characters. 226
Error Line contains a tab character. 226
Error Line has trailing spaces. 227
Error Line contains a tab character. 227
Error Line is longer than 80 characters. 228
Error Line contains a tab character. 228
Error '+' should be on a new line. 228
Error Line is longer than 80 characters. 229
Error Line contains a tab character. 229
Error '+' should be on a new line. 229
Error Line has trailing spaces. 230
Error Line is longer than 80 characters. 230
Error Line contains a tab character. 230
Error '+' is not preceded with whitespace. 230
Error '+' is not followed by whitespace. 230
Error '+' is not preceded with whitespace. 230
Error '+' is not followed by whitespace. 230
Error Line has trailing spaces. 231
Error Line contains a tab character. 231
Error Line is longer than 80 characters. 232
Error Line contains a tab character. 232
Error Line has trailing spaces. 233
Error Line contains a tab character. 233
Error Line is longer than 80 characters. 234
Error Line contains a tab character. 234
Error Line is longer than 80 characters. 235
Error Line contains a tab character. 235
Error Line is longer than 80 characters. 236
Error Line contains a tab character. 236
Error Line has trailing spaces. 237
Error Line contains a tab character. 237
Error Line is longer than 80 characters. 238
Error Line contains a tab character. 238
Error Line has trailing spaces. 239
Error Line contains a tab character. 239
Error Line contains a tab character. 240
Error Line contains a tab character. 241
Error Line has trailing spaces. 242
Error Line contains a tab character. 242
Error Line is longer than 80 characters. 243
Error Line contains a tab character. 243
Error Line is longer than 80 characters. 244
Error Line contains a tab character. 244
Error '+' should be on a new line. 244
Error Line is longer than 80 characters. 245
Error Line contains a tab character. 245
Error '+' should be on a new line. 245
Error Line is longer than 80 characters. 246
Error Line contains a tab character. 246
Error '+' should be on a new line. 246
Error Line is longer than 80 characters. 247
Error Line contains a tab character. 247
Error '+' is not preceded with whitespace. 247
Error '+' is not followed by whitespace. 247
Error '+' is not preceded with whitespace. 247
Error '+' is not followed by whitespace. 247
Error '+' should be on a new line. 247
Error Line has trailing spaces. 248
Error Line is longer than 80 characters. 248
Error Line contains a tab character. 248
Error '+' is not preceded with whitespace. 248
Error '+' is not followed by whitespace. 248
Error '+' is not preceded with whitespace. 248
Error '+' is not followed by whitespace. 248
Error Line has trailing spaces. 249
Error Line contains a tab character. 249
Error Line contains a tab character. 250
Error Line contains a tab character. 251
Error Line has trailing spaces. 252
Error Line contains a tab character. 252
Error Line contains a tab character. 253
Error Line is longer than 80 characters. 254
Error Line contains a tab character. 254
Error Line has trailing spaces. 255
Error Line is longer than 80 characters. 255
Error Line contains a tab character. 255
Error 'cast' is not followed by whitespace. 255
Error Line has trailing spaces. 256
Error Line contains a tab character. 256
Error Line is longer than 80 characters. 257
Error Line contains a tab character. 257
Error '+' should be on a new line. 257
Error Line is longer than 80 characters. 258
Error Line contains a tab character. 258
Error '+' should be on a new line. 258
Error Line is longer than 80 characters. 259
Error Line contains a tab character. 259
Error '+' should be on a new line. 259
Error Line is longer than 80 characters. 260
Error Line contains a tab character. 260
Error '+' is not preceded with whitespace. 260
Error '+' is not followed by whitespace. 260
Error '+' is not preceded with whitespace. 260
Error '+' is not followed by whitespace. 260
Error '+' should be on a new line. 260
Error Line is longer than 80 characters. 261
Error Line contains a tab character. 261
Error '+' is not preceded with whitespace. 261
Error '+' is not followed by whitespace. 261
Error '+' is not preceded with whitespace. 261
Error '+' is not followed by whitespace. 261
Error Line has trailing spaces. 262
Error Line contains a tab character. 262
Error Line is longer than 80 characters. 263
Error Line contains a tab character. 263
Error Line contains a tab character. 264
Error Line has trailing spaces. 265
Error Line contains a tab character. 265
Error Line has trailing spaces. 266
Error Line contains a tab character. 266
Error Line has trailing spaces. 267
Error Line is longer than 80 characters. 267
Error Line contains a tab character. 267
Error Line is longer than 80 characters. 268
Error Line contains a tab character. 268
Error Line is longer than 80 characters. 269
Error Line contains a tab character. 269
Error Line has trailing spaces. 270
Error Line contains a tab character. 270
Error Line has trailing spaces. 271
Error Line contains a tab character. 271
Error Line is longer than 80 characters. 272
Error Line contains a tab character. 272
Error Line is longer than 80 characters. 273
Error Line contains a tab character. 273
Error '+' should be on a new line. 273
Error Line is longer than 80 characters. 274
Error Line contains a tab character. 274
Error '+' should be on a new line. 274
Error Line has trailing spaces. 275
Error Line is longer than 80 characters. 275
Error Line contains a tab character. 275
Error '+' is not preceded with whitespace. 275
Error '+' is not followed by whitespace. 275
Error '+' is not preceded with whitespace. 275
Error '+' is not followed by whitespace. 275
Error Line has trailing spaces. 276
Error Line contains a tab character. 276
Error Line contains a tab character. 277
Error Line is longer than 80 characters. 278
Error Line contains a tab character. 278
Error Line has trailing spaces. 279
Error Line is longer than 80 characters. 279
Error Line contains a tab character. 279
Error 'cast' is not followed by whitespace. 279
Error Line is longer than 80 characters. 280
Error Line contains a tab character. 280
Error '+' should be on a new line. 280
Error Line is longer than 80 characters. 281
Error Line contains a tab character. 281
Error '+' should be on a new line. 281
Error Line has trailing spaces. 282
Error Line is longer than 80 characters. 282
Error Line contains a tab character. 282
Error '+' is not preceded with whitespace. 282
Error '+' is not followed by whitespace. 282
Error '+' is not preceded with whitespace. 282
Error '+' is not followed by whitespace. 282
Error Line has trailing spaces. 283
Error Line contains a tab character. 283
Error Line is longer than 80 characters. 284
Error Line contains a tab character. 284
Error Line has trailing spaces. 285
Error Line contains a tab character. 285
Error Line is longer than 80 characters. 286
Error Line contains a tab character. 286
Error Line is longer than 80 characters. 287
Error Line contains a tab character. 287
Error Line is longer than 80 characters. 288
Error Line contains a tab character. 288
Error Line has trailing spaces. 289
Error Line contains a tab character. 289
Error Line is longer than 80 characters. 290
Error Line contains a tab character. 290
Error Line has trailing spaces. 291
Error Line contains a tab character. 291
Error Line is longer than 80 characters. 292
Error Line contains a tab character. 292
Error Line contains a tab character. 293
Error Line contains a tab character. 294
Error Line has trailing spaces. 295
Error Line contains a tab character. 295
Error Line is longer than 80 characters. 296
Error Line contains a tab character. 296
Error Line is longer than 80 characters. 297
Error Line contains a tab character. 297
Error Line is longer than 80 characters. 298
Error Line contains a tab character. 298
Error Line has trailing spaces. 299
Error Line contains a tab character. 299
Error Line contains a tab character. 300
Error Line contains a tab character. 301
Error Line has trailing spaces. 302
Error Line contains a tab character. 302
Error Line contains a tab character. 303
Error Line contains a tab character. 304
Error Line has trailing spaces. 305
Error Line contains a tab character. 305

edu/asu/cri/MirkE/util/MirkeMessages.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 6
Error Line has trailing spaces. 9
Error Utility classes should not have a public or default constructor. 13
Error '{' should be on the previous line. 14
Error First sentence should end with a period. 15
Error First sentence should end with a period. 21
Error First sentence should end with a period. 26
Error Line has trailing spaces. 27
Error '{' should be on the previous line. 30
Error '{' should be on the previous line. 32
Error '}' should be on the same line. 34
Error '{' should be on the previous line. 36
Error First sentence should end with a period. 41
Error Line has trailing spaces. 43
Error Parameter messageKey should be final. 47
Error '{' should be on the previous line. 48
Error '{' should be on the previous line. 50

edu/asu/cri/MirkE/util/MirkeProperties.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 8
Error Line has trailing spaces. 11
Error Utility classes should not have a public or default constructor. 15
Error '{' should be on the previous line. 16
Error First sentence should end with a period. 17
Error First sentence should end with a period. 22
Error First sentence should end with a period. 27
Error First sentence should end with a period. 32
Error First sentence should end with a period. 37
Error '{' should be on the previous line. 41
Error '{' should be on the previous line. 44
Error '{' should be on the previous line. 55
Error '}' should be on the same line. 57
Error '{' should be on the previous line. 59
Error Line has trailing spaces. 64
Error Line has trailing spaces. 65
Error Line has trailing spaces. 68
Error '}' should be on the same line. 71
Error '{' should be on the previous line. 73
Error Line has trailing spaces. 79
Error Line has trailing spaces. 80
Error '{' should be on the previous line. 83
Error '{' should be on the previous line. 85
Error '}' should be on the same line. 87
Error '{' should be on the previous line. 89
Error First sentence should end with a period. 94
Error Line has trailing spaces. 96
Error Parameter propertyKey should be final. 100
Error '{' should be on the previous line. 101

edu/asu/cri/MirkE/util/ObservableFactory.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 7
Error Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.dataStructures.*. 26
Error First sentence should end with a period. 31
Error Line has trailing spaces. 31
Error Line has trailing spaces. 33
Error Line is longer than 80 characters. 33
Error Line contains a tab character. 36
Error Missing a Javadoc comment. 36
Error Line has trailing spaces. 37
Error Line contains a tab character. 37
Error First sentence should end with a period. 38
Error Line contains a tab character. 38
Error Line has trailing spaces. 39
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error '{' is not followed by whitespace. 41
Error '}' is not preceded with whitespace. 41
Error Line has trailing spaces. 42
Error Line contains a tab character. 42
Error First sentence should end with a period. 43
Error Line contains a tab character. 43
Error Line has trailing spaces. 44
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Parameter dataSet should be final. 47
Error 'dataSet' hides a field. 47
Error Expected @param tag for 'dataSet'. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line has trailing spaces. 50
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Method 'setDataSet' is not designed for extension - needs to be abstract, final or empty. 54
Error Parameter dataSet should be final. 54
Error 'dataSet' hides a field. 54
Error Expected @param tag for 'dataSet'. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line has trailing spaces. 57
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Method 'getDataSet' is not designed for extension - needs to be abstract, final or empty. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line has trailing spaces. 64
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line is longer than 80 characters. 70
Error Line contains a tab character. 70
Error Method 'getObservable' is not designed for extension - needs to be abstract, final or empty. 70
Error Parameter name should be final. 70
Error Expected @param tag for 'name'. 70
Error Expected @throws tag for 'MirkEApplicationException'. 70
Error '{' is not preceded with whitespace. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line has trailing spaces. 73
Error Line contains a tab character. 73
Error Line is longer than 80 characters. 74
Error Line contains a tab character. 74
Error Line has trailing spaces. 75
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error 'cast' is not followed by whitespace. 77
Error Line has trailing spaces. 78
Error Line contains a tab character. 78
Error Line is longer than 80 characters. 79
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line has trailing spaces. 81
Error Line contains a tab character. 81
Error Line is longer than 80 characters. 82
Error Line contains a tab character. 82
Error Line has trailing spaces. 83
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line has trailing spaces. 86
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line has trailing spaces. 89
Error Line contains a tab character. 89
Error Line is longer than 80 characters. 90
Error Line contains a tab character. 90
Error Line has trailing spaces. 91
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line has trailing spaces. 93
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95

edu/asu/cri/MirkE/util/Parser.java

ErrorLine
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Missing a Javadoc comment. 11
Error Line contains a tab character. 12
Error Line contains a tab character. 13
Error Missing a Javadoc comment. 13
Error Name 'DEBUGING_ON' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
Error Line has trailing spaces. 14
Error Line contains a tab character. 14
Error Line contains a tab character. 15
Error Line has trailing spaces. 16
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Line has trailing spaces. 18
Error Line contains a tab character. 18
Error Line has trailing spaces. 19
Error Line contains a tab character. 19
Error Line has trailing spaces. 20
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error '{' is not preceded with whitespace. 23
Error Line has trailing spaces. 24
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Variable 'currentPosition' must be private and have accessor methods. 26
Error First sentence should end with a period. 27
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Variable 'source' must be private and have accessor methods. 28
Error First sentence should end with a period. 29
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Variable 'resultLexem' must be private and have accessor methods. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Variable 'symbolValue' must be private and have accessor methods. 32
Error Line has trailing spaces. 33
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line has trailing spaces. 36
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line has trailing spaces. 38
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error '{' is not preceded with whitespace. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line has trailing spaces. 44
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line has trailing spaces. 46
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error '{' is not preceded with whitespace. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line has trailing spaces. 52
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error '{' is not preceded with whitespace. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line has trailing spaces. 61
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line has trailing spaces. 63
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Parameter symbolValue should be final. 66
Error 'symbolValue' hides a field. 66
Error '{' is not preceded with whitespace. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line has trailing spaces. 69
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line has trailing spaces. 71
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error '{' is not preceded with whitespace. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line has trailing spaces. 77
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error '{' is not preceded with whitespace. 82
Error 'if' construct must use '{}'s. 83
Error Line contains a tab character. 83
Error 'if' is not followed by whitespace. 83
Error Line is longer than 80 characters. 84
Error Line contains a tab character. 84
Error '-' is not preceded with whitespace. 84
Error '-' is not followed by whitespace. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line has trailing spaces. 87
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line is longer than 80 characters. 95
Error Line contains a tab character. 95
Error Parameter position should be final. 95
Error Expected @param tag for 'position'. 95
Error Parameter source should be final. 95
Error 'source' hides a field. 95
Error Expected @param tag for 'source'. 95
Error Parameter result should be final. 95
Error Expected @param tag for 'result'. 95
Error Parameter valor should be final. 95
Error Expected @param tag for 'valor'. 95
Error '{' is not preceded with whitespace. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line has trailing spaces. 101
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Parameter source should be final. 106
Error 'source' hides a field. 106
Error Expected @param tag for 'source'. 106
Error '{' is not preceded with whitespace. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line has trailing spaces. 112
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Expected an @return tag. 117
Error Line contains a tab character. 117
Error '{' is not preceded with whitespace. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error 'if' is not followed by whitespace. 119
Error '>' is not preceded with whitespace. 119
Error '>' is not followed by whitespace. 119
Error '{' is not preceded with whitespace. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error 'else' is not preceded with whitespace. 121
Error '}' is not followed by whitespace. 121
Error 'else' is not followed by whitespace. 121
Error '{' is not preceded with whitespace. 121
Error Line contains a tab character. 122
Error Line is longer than 80 characters. 123
Error Line contains a tab character. 123
Error '-' is not followed by whitespace. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Line has trailing spaces. 126
Error Line contains a tab character. 126
Error First sentence should end with a period. 127
Error Line contains a tab character. 127
Error Line has trailing spaces. 128
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error '{' is not preceded with whitespace. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line has trailing spaces. 135
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line has trailing spaces. 138
Error Line contains a tab character. 138
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error '{' is not preceded with whitespace. 141
Error Line contains a tab character. 142
Error Line is longer than 80 characters. 143
Error Line contains a tab character. 143
Error '-' is not preceded with whitespace. 143
Error '-' is not followed by whitespace. 143
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line has trailing spaces. 146
Error Line contains a tab character. 146
Error Line contains a tab character. 147
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error '{' is not preceded with whitespace. 151
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error Line contains a tab character. 154
Error Line has trailing spaces. 155
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error Line contains a tab character. 158
Error Line contains a tab character. 159
Error Line contains a tab character. 160
Error '{' is not preceded with whitespace. 160
Error Line contains a tab character. 161
Error '>=' is not preceded with whitespace. 161
Error Line contains a tab character. 162
Error Line has trailing spaces. 163
Error Line contains a tab character. 163
Error Line contains a tab character. 164
Error Line has trailing spaces. 165
Error Line contains a tab character. 165
Error Line is longer than 80 characters. 166
Error Line contains a tab character. 166
Error Line contains a tab character. 167
Error Line contains a tab character. 168
Error '{' is not preceded with whitespace. 168
Error Line is longer than 80 characters. 169
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error Line has trailing spaces. 172
Error Line contains a tab character. 172
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line contains a tab character. 175
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error Line has trailing spaces. 178
Error Line contains a tab character. 178
Error Line contains a tab character. 179
Error Line contains a tab character. 180
Error Missing a Javadoc comment. 180
Error Line contains a tab character. 181
Error Missing a Javadoc comment. 181
Error Line contains a tab character. 182
Error Missing a Javadoc comment. 182
Error Line contains a tab character. 183
Error Missing a Javadoc comment. 183
Error Line contains a tab character. 184
Error Missing a Javadoc comment. 184
Error Line contains a tab character. 185
Error Missing a Javadoc comment. 185
Error Line contains a tab character. 186
Error Missing a Javadoc comment. 186
Error Line contains a tab character. 187
Error Missing a Javadoc comment. 187
Error Line contains a tab character. 188
Error Missing a Javadoc comment. 188
Error Line contains a tab character. 189
Error Missing a Javadoc comment. 189
Error Line contains a tab character. 190
Error Missing a Javadoc comment. 190
Error Line contains a tab character. 191
Error Missing a Javadoc comment. 191
Error Line contains a tab character. 192
Error Missing a Javadoc comment. 192
Error Line contains a tab character. 193
Error Missing a Javadoc comment. 193
Error Line contains a tab character. 194
Error Missing a Javadoc comment. 194
Error Line contains a tab character. 195
Error Missing a Javadoc comment. 195
Error Line has trailing spaces. 196
Error Line contains a tab character. 196
Error Line has trailing spaces. 197
Error Line contains a tab character. 197
Error Line contains a tab character. 199
Error Line contains a tab character. 200
Error Missing a Javadoc comment. 200
Error Line contains a tab character. 201
Error Missing a Javadoc comment. 201
Error Line contains a tab character. 202
Error Missing a Javadoc comment. 202
Error Line contains a tab character. 203
Error Missing a Javadoc comment. 203
Error Line contains a tab character. 204
Error Missing a Javadoc comment. 204
Error Line contains a tab character. 205
Error Missing a Javadoc comment. 205
Error Line has trailing spaces. 206
Error Line contains a tab character. 206
Error Line contains a tab character. 207
Error Missing a Javadoc comment. 207
Error Line contains a tab character. 208
Error Missing a Javadoc comment. 208
Error Line contains a tab character. 209
Error Missing a Javadoc comment. 209
Error Line is longer than 80 characters. 210
Error Line contains a tab character. 210
Error Missing a Javadoc comment. 210
Error Line has trailing spaces. 211
Error Line contains a tab character. 211
Error Line contains a tab character. 212
Error Line has trailing spaces. 213
Error Line contains a tab character. 213
Error Line contains a tab character. 214
Error Missing a Javadoc comment. 214
Error Line is longer than 80 characters. 215
Error Line contains a tab character. 215
Error Missing a Javadoc comment. 215
Error '=' is not preceded with whitespace. 215
Error Line has trailing spaces. 216
Error Line contains a tab character. 216
Error Line contains a tab character. 217
Error Missing a Javadoc comment. 217
Error Line is longer than 80 characters. 218
Error Line contains a tab character. 218
Error Missing a Javadoc comment. 218
Error Line has trailing spaces. 219
Error Line contains a tab character. 219
Error Line contains a tab character. 220
Error Missing a Javadoc comment. 220
Error Line is longer than 80 characters. 221
Error Line contains a tab character. 221
Error Missing a Javadoc comment. 221
Error Line has trailing spaces. 222
Error Line contains a tab character. 222
Error Line contains a tab character. 223
Error Missing a Javadoc comment. 223
Error Line is longer than 80 characters. 224
Error Line contains a tab character. 224
Error Missing a Javadoc comment. 224
Error Line is longer than 80 characters. 225
Error Line contains a tab character. 225
Error Missing a Javadoc comment. 225
Error Line has trailing spaces. 226
Error Line contains a tab character. 226
Error Line has trailing spaces. 227
Error Line contains a tab character. 227
Error Line contains a tab character. 228
Error Missing a Javadoc comment. 228
Error Line contains a tab character. 229
Error Missing a Javadoc comment. 229
Error Line contains a tab character. 230
Error Missing a Javadoc comment. 230
Error Line contains a tab character. 231
Error Missing a Javadoc comment. 231
Error Line contains a tab character. 232
Error Missing a Javadoc comment. 232
Error Line contains a tab character. 233
Error Missing a Javadoc comment. 233
Error Line contains a tab character. 234
Error Missing a Javadoc comment. 234
Error Line is longer than 80 characters. 235
Error Line contains a tab character. 235
Error Missing a Javadoc comment. 235
Error '=' is not preceded with whitespace. 235
Error Line has trailing spaces. 236
Error Line contains a tab character. 236
Error Line contains a tab character. 237
Error Line contains a tab character. 238
Error Line contains a tab character. 239
Error Line contains a tab character. 240
Error Line contains a tab character. 241
Error Line is longer than 80 characters. 242
Error Line contains a tab character. 242
Error Line is longer than 80 characters. 243
Error Line contains a tab character. 243
Error Line is longer than 80 characters. 244
Error Line contains a tab character. 244
Error Line is longer than 80 characters. 245
Error Line contains a tab character. 245
Error Line is longer than 80 characters. 246
Error Line contains a tab character. 246
Error Line is longer than 80 characters. 247
Error Line contains a tab character. 247
Error Line is longer than 80 characters. 248
Error Line contains a tab character. 248
Error Line is longer than 80 characters. 249
Error Line contains a tab character. 249
Error Line is longer than 80 characters. 250
Error Line contains a tab character. 250
Error Line is longer than 80 characters. 251
Error Line contains a tab character. 251
Error Line is longer than 80 characters. 252
Error Line contains a tab character. 252
Error Line contains a tab character. 253
Error Line contains a tab character. 254
Error Missing a Javadoc comment. 254
Error Name 'TA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 254
Error '=' is not preceded with whitespace. 254
Error '=' is not followed by whitespace. 254
Error Line is longer than 80 characters. 255
Error Line contains a tab character. 255
Error '{' is followed by whitespace. 255
Error Line is longer than 80 characters. 256
Error Line contains a tab character. 256
Error '{' is followed by whitespace. 256
Error Line is longer than 80 characters. 257
Error Line contains a tab character. 257
Error '{' is followed by whitespace. 257
Error Line is longer than 80 characters. 258
Error Line contains a tab character. 258
Error '{' is followed by whitespace. 258
Error Line is longer than 80 characters. 259
Error Line contains a tab character. 259
Error '{' is followed by whitespace. 259
Error Line is longer than 80 characters. 260
Error Line contains a tab character. 260
Error '{' is followed by whitespace. 260
Error Line is longer than 80 characters. 261
Error Line contains a tab character. 261
Error '{' is followed by whitespace. 261
Error Line contains a tab character. 262
Error Line has trailing spaces. 263
Error Line contains a tab character. 263
Error Line contains a tab character. 264
Error Line has trailing spaces. 265
Error Line contains a tab character. 265
Error Line contains a tab character. 266
Error Line contains a tab character. 267
Error Line contains a tab character. 268
Error Line contains a tab character. 269
Error Expected an @return tag. 270
Error Line contains a tab character. 270
Error Parameter character should be final. 270
Error Expected @param tag for 'character'. 270
Error '{' is not preceded with whitespace. 270
Error 'if' construct must use '{}'s. 271
Error Line contains a tab character. 271
Error 'if' is not followed by whitespace. 271
Error Line contains a tab character. 272
Error 'if' construct must use '{}'s. 273
Error Line is longer than 80 characters. 273
Error Line contains a tab character. 273
Error 'if' is not followed by whitespace. 273
Error 'if' construct must use '{}'s. 274
Error Line is longer than 80 characters. 274
Error Line contains a tab character. 274
Error 'if' is not followed by whitespace. 274
Error 'if' construct must use '{}'s. 275
Error Line is longer than 80 characters. 275
Error Line contains a tab character. 275
Error 'if' is not followed by whitespace. 275
Error 'if' construct must use '{}'s. 276
Error Line is longer than 80 characters. 276
Error Line contains a tab character. 276
Error 'if' is not followed by whitespace. 276
Error 'if' construct must use '{}'s. 277
Error Line is longer than 80 characters. 277
Error Line contains a tab character. 277
Error 'if' is not followed by whitespace. 277
Error 'if' construct must use '{}'s. 278
Error Line is longer than 80 characters. 278
Error Line contains a tab character. 278
Error 'if' is not followed by whitespace. 278
Error 'if' construct must use '{}'s. 279
Error Line is longer than 80 characters. 279
Error Line contains a tab character. 279
Error 'if' is not followed by whitespace. 279
Error 'if' construct must use '{}'s. 280
Error Line is longer than 80 characters. 280
Error Line contains a tab character. 280
Error 'if' is not followed by whitespace. 280
Error 'if' construct must use '{}'s. 281
Error Line is longer than 80 characters. 281
Error Line contains a tab character. 281
Error 'if' is not followed by whitespace. 281
Error 'if' construct must use '{}'s. 282
Error Line is longer than 80 characters. 282
Error Line contains a tab character. 282
Error 'if' is not followed by whitespace. 282
Error 'if' construct must use '{}'s. 283
Error Line is longer than 80 characters. 283
Error Line contains a tab character. 283
Error 'if' is not followed by whitespace. 283
Error 'if' construct must use '{}'s. 284
Error Line is longer than 80 characters. 284
Error Line contains a tab character. 284
Error 'if' is not followed by whitespace. 284
Error 'if' construct must use '{}'s. 285
Error Line is longer than 80 characters. 285
Error Line contains a tab character. 285
Error 'if' is not followed by whitespace. 285
Error Line contains a tab character. 286
Error Line contains a tab character. 287
Error Line has trailing spaces. 288
Error Line contains a tab character. 288
Error Line contains a tab character. 289
Error Line contains a tab character. 290
Error Line contains a tab character. 291
Error Line contains a tab character. 292
Error Line contains a tab character. 293
Error Expected an @return tag. 294
Error Line contains a tab character. 294
Error Parameter state should be final. 294
Error Expected @param tag for 'state'. 294
Error '{' is not preceded with whitespace. 294
Error Line contains a tab character. 295
Error Line contains a tab character. 296
Error Line has trailing spaces. 297
Error Line contains a tab character. 297
Error Line contains a tab character. 298
Error Line contains a tab character. 299
Error Line contains a tab character. 300
Error Line contains a tab character. 301
Error Line contains a tab character. 302
Error Line contains a tab character. 303
Error Line contains a tab character. 304
Error Line is longer than 80 characters. 305
Error Line contains a tab character. 305
Error Parameter state should be final. 305
Error Parameter inChar should be final. 305
Error Parameter parsedString should be final. 305
Error Expected @param tag for 'parsedString'. 305
Error '{' is not preceded with whitespace. 305
Error Line contains a tab character. 306
Error Line contains a tab character. 307
Error 'if' is not followed by whitespace. 307
Error '<=' is not followed by whitespace. 307
Error '{' is not preceded with whitespace. 307
Error Line contains a tab character. 308
Error Line contains a tab character. 309
Error 'if' is not followed by whitespace. 309
Error '==' is not preceded with whitespace. 309
Error '==' is not followed by whitespace. 309
Error '{' is not preceded with whitespace. 309
Error Line contains a tab character. 310
Error Line contains a tab character. 311
Error Line contains a tab character. 312
Error Line contains a tab character. 313
Error Line contains a tab character. 314
Error Line contains a tab character. 315
Error Line has trailing spaces. 316
Error Line contains a tab character. 316
Error Line contains a tab character. 317
Error Line contains a tab character. 318
Error Line has trailing spaces. 319
Error Line contains a tab character. 319
Error Line contains a tab character. 320
Error Expected an @return tag. 321
Error Line contains a tab character. 321
Error Parameter state should be final. 321
Error Expected @param tag for 'state'. 321
Error '{' is not preceded with whitespace. 321
Error Line contains a tab character. 322
Error '{' is not preceded with whitespace. 322
Error Line contains a tab character. 323
Error Line contains a tab character. 324
Error Line contains a tab character. 325
Error Line contains a tab character. 326
Error Line contains a tab character. 327
Error Line contains a tab character. 328
Error Line contains a tab character. 329
Error Line contains a tab character. 330
Error Line contains a tab character. 331
Error Line contains a tab character. 332
Error Line contains a tab character. 333
Error Line contains a tab character. 334
Error Line has trailing spaces. 335
Error Line contains a tab character. 335
Error Line has trailing spaces. 336
Error Line contains a tab character. 336
Error Line contains a tab character. 337
Error Missing a Javadoc comment. 337
Error Parameter state should be final. 337
Error '{' is not preceded with whitespace. 337
Error Line is longer than 80 characters. 338
Error Line contains a tab character. 338
Error Line contains a tab character. 339
Error Line has trailing spaces. 340
Error Line contains a tab character. 340
Error Line contains a tab character. 341
Error Missing a Javadoc comment. 341
Error Parameter state should be final. 341
Error '{' is not preceded with whitespace. 341
Error Line is longer than 80 characters. 342
Error Line contains a tab character. 342
Error Line contains a tab character. 343
Error Line has trailing spaces. 344
Error Line contains a tab character. 344
Error Line contains a tab character. 345
Error Line has trailing spaces. 346
Error Line contains a tab character. 346
Error Line contains a tab character. 347
Error Line contains a tab character. 348
Error Line contains a tab character. 349
Error Line contains a tab character. 350
Error Expected an @return tag. 351
Error Line contains a tab character. 351
Error Parameter parsedString should be final. 351
Error Expected @param tag for 'parsedString'. 351
Error '{' is not preceded with whitespace. 351
Error Line contains a tab character. 352
Error Line contains a tab character. 353
Error Line contains a tab character. 354
Error Line contains a tab character. 355
Error 'while' is not followed by whitespace. 355
Error '{' is not preceded with whitespace. 355
Error Line contains a tab character. 356
Error Line contains a tab character. 357
Error 'if' is not followed by whitespace. 357
Error '{' is not preceded with whitespace. 357
Error Line contains a tab character. 358
Error Line contains a tab character. 359
Error Line contains a tab character. 360
Error Line contains a tab character. 361
Error Line contains a tab character. 362
Error Line contains a tab character. 363
Error Line contains a tab character. 364
Error 'if' is not followed by whitespace. 364
Error '!=' is not preceded with whitespace. 364
Error '!=' is not followed by whitespace. 364
Error '{' is not preceded with whitespace. 364
Error Line contains a tab character. 365
Error Line contains a tab character. 366
Error Line is longer than 80 characters. 367
Error Line contains a tab character. 367
Error 'else' is not preceded with whitespace. 367
Error '}' is not followed by whitespace. 367
Error 'if' is not followed by whitespace. 367
Error '!=' is not preceded with whitespace. 367
Error '!=' is not followed by whitespace. 367
Error '{' is not preceded with whitespace. 367
Error Line contains a tab character. 368
Error Line contains a tab character. 369
Error Line contains a tab character. 370
Error Line contains a tab character. 371
Error Line contains a tab character. 372
Error Line contains a tab character. 373
Error Line has trailing spaces. 374
Error Line contains a tab character. 374
Error Line has trailing spaces. 375
Error Line contains a tab character. 375
Error Line contains a tab character. 376
Error Line contains a tab character. 377
Error Line contains a tab character. 378
Error Line contains a tab character. 379
Error Line contains a tab character. 380
Error Line has trailing spaces. 381
Error Line contains a tab character. 381
Error Line contains a tab character. 382
Error Line contains a tab character. 383
Error Missing a Javadoc comment. 383
Error Name 'yy_stack' must match pattern '^[a-z][a-zA-Z0-9]*$'. 383
Error Line contains a tab character. 384
Error Line contains a tab character. 385
Error Missing a Javadoc comment. 385
Error Name 'yy_state' must match pattern '^[a-z][a-zA-Z0-9]*$'. 385
Error Line has trailing spaces. 386
Error Line contains a tab character. 386
Error Missing a Javadoc comment. 386
Error Name 'yy_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. 386
Error Line contains a tab character. 387
Error Missing a Javadoc comment. 387
Error Name 'yy_symbol' must match pattern '^[a-z][a-zA-Z0-9]*$'. 387
Error Line has trailing spaces. 388
Error Line contains a tab character. 388
Error Line contains a tab character. 389
Error Missing a Javadoc comment. 389
Error Name '_ST_PARSE_COMPLETED' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 389
Error Line is longer than 80 characters. 390
Error Line contains a tab character. 390
Error Missing a Javadoc comment. 390
Error Name '_ST_PARSE_ERROR' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 390
Error Line has trailing spaces. 391
Error Line contains a tab character. 391
Error Line contains a tab character. 392
Error Line is longer than 80 characters. 393
Error Line contains a tab character. 393
Error Missing a Javadoc comment. 393
Error Line contains a tab character. 394
Error Missing a Javadoc comment. 394
Error Line contains a tab character. 395
Error Missing a Javadoc comment. 395
Error Line contains a tab character. 396
Error Missing a Javadoc comment. 396
Error Line contains a tab character. 397
Error Missing a Javadoc comment. 397
Error Line contains a tab character. 398
Error Missing a Javadoc comment. 398
Error Line contains a tab character. 399
Error Missing a Javadoc comment. 399
Error Line contains a tab character. 400
Error Missing a Javadoc comment. 400
Error Line contains a tab character. 401
Error Missing a Javadoc comment. 401
Error Line contains a tab character. 402
Error Missing a Javadoc comment. 402
Error Line contains a tab character. 403
Error Missing a Javadoc comment. 403
Error Line contains a tab character. 404
Error Missing a Javadoc comment. 404
Error Line contains a tab character. 405
Error Missing a Javadoc comment. 405
Error Line contains a tab character. 406
Error Missing a Javadoc comment. 406
Error Line contains a tab character. 407
Error Missing a Javadoc comment. 407
Error Line contains a tab character. 408
Error Missing a Javadoc comment. 408
Error Line contains a tab character. 409
Error Missing a Javadoc comment. 409
Error Line contains a tab character. 410
Error Missing a Javadoc comment. 410
Error Line contains a tab character. 411
Error Missing a Javadoc comment. 411
Error Line contains a tab character. 412
Error Missing a Javadoc comment. 412
Error Line contains a tab character. 413
Error Missing a Javadoc comment. 413
Error Line contains a tab character. 414
Error Missing a Javadoc comment. 414
Error Line contains a tab character. 415
Error Missing a Javadoc comment. 415
Error Line contains a tab character. 416
Error Missing a Javadoc comment. 416
Error Line contains a tab character. 417
Error Missing a Javadoc comment. 417
Error Line contains a tab character. 418
Error Missing a Javadoc comment. 418
Error Line contains a tab character. 419
Error Missing a Javadoc comment. 419
Error Line contains a tab character. 420
Error Missing a Javadoc comment. 420
Error Line contains a tab character. 421
Error Missing a Javadoc comment. 421
Error Line contains a tab character. 422
Error Line contains a tab character. 423
Error Missing a Javadoc comment. 423
Error Line has trailing spaces. 424
Error Line contains a tab character. 424
Error Line has trailing spaces. 425
Error Line contains a tab character. 425
Error Line contains a tab character. 426
Error Line contains a tab character. 427
Error Missing a Javadoc comment. 427
Error Line contains a tab character. 428
Error Missing a Javadoc comment. 428
Error Line contains a tab character. 429
Error Missing a Javadoc comment. 429
Error Line contains a tab character. 430
Error Missing a Javadoc comment. 430
Error Line contains a tab character. 431
Error Missing a Javadoc comment. 431
Error Line contains a tab character. 432
Error Missing a Javadoc comment. 432
Error Line contains a tab character. 433
Error Missing a Javadoc comment. 433
Error Line contains a tab character. 434
Error Missing a Javadoc comment. 434
Error Line contains a tab character. 435
Error Missing a Javadoc comment. 435
Error Line contains a tab character. 436
Error Missing a Javadoc comment. 436
Error Line contains a tab character. 437
Error Missing a Javadoc comment. 437
Error Line contains a tab character. 438
Error Missing a Javadoc comment. 438
Error Line contains a tab character. 439
Error Missing a Javadoc comment. 439
Error Line contains a tab character. 440
Error Missing a Javadoc comment. 440
Error Line contains a tab character. 441
Error Missing a Javadoc comment. 441
Error Line contains a tab character. 442
Error Missing a Javadoc comment. 442
Error Line contains a tab character. 443
Error Missing a Javadoc comment. 443
Error Line contains a tab character. 444
Error Missing a Javadoc comment. 444
Error Line contains a tab character. 445
Error Missing a Javadoc comment. 445
Error Line contains a tab character. 446
Error Missing a Javadoc comment. 446
Error Line contains a tab character. 447
Error Missing a Javadoc comment. 447
Error Line contains a tab character. 448
Error Missing a Javadoc comment. 448
Error Line contains a tab character. 449
Error Missing a Javadoc comment. 449
Error Line contains a tab character. 450
Error Missing a Javadoc comment. 450
Error Line contains a tab character. 451
Error Missing a Javadoc comment. 451
Error Line contains a tab character. 452
Error Missing a Javadoc comment. 452
Error Line contains a tab character. 453
Error Missing a Javadoc comment. 453
Error ';' is not followed by whitespace. 453
Error Line has trailing spaces. 454
Error Line contains a tab character. 454
Error Line contains a tab character. 455
Error Line contains a tab character. 456
Error Missing a Javadoc comment. 456
Error Line contains a tab character. 457
Error Missing a Javadoc comment. 457
Error Line contains a tab character. 458
Error Missing a Javadoc comment. 458
Error Line contains a tab character. 459
Error Missing a Javadoc comment. 459
Error Line contains a tab character. 460
Error Missing a Javadoc comment. 460
Error Line contains a tab character. 461
Error Missing a Javadoc comment. 461
Error Line contains a tab character. 462
Error Missing a Javadoc comment. 462
Error Line contains a tab character. 463
Error Missing a Javadoc comment. 463
Error Line contains a tab character. 464
Error Missing a Javadoc comment. 464
Error Line contains a tab character. 465
Error Missing a Javadoc comment. 465
Error Line contains a tab character. 466
Error Missing a Javadoc comment. 466
Error Line contains a tab character. 467
Error Missing a Javadoc comment. 467
Error Line contains a tab character. 468
Error Missing a Javadoc comment. 468
Error Line contains a tab character. 469
Error Missing a Javadoc comment. 469
Error Line contains a tab character. 470
Error Missing a Javadoc comment. 470
Error Line contains a tab character. 471
Error Missing a Javadoc comment. 471
Error Line has trailing spaces. 472
Error Line contains a tab character. 472
Error Line contains a tab character. 473
Error Line contains a tab character. 474
Error Missing a Javadoc comment. 474
Error Line contains a tab character. 475
Error Missing a Javadoc comment. 475
Error Line contains a tab character. 476
Error Missing a Javadoc comment. 476
Error Line contains a tab character. 477
Error Missing a Javadoc comment. 477
Error Line contains a tab character. 478
Error Line contains a tab character. 479
Error Missing a Javadoc comment. 479
Error Line contains a tab character. 480
Error Missing a Javadoc comment. 480
Error Line contains a tab character. 481
Error Missing a Javadoc comment. 481
Error Line contains a tab character. 482
Error Missing a Javadoc comment. 482
Error Line contains a tab character. 483
Error Missing a Javadoc comment. 483
Error Line contains a tab character. 484
Error Missing a Javadoc comment. 484
Error Line contains a tab character. 485
Error Missing a Javadoc comment. 485
Error Line has trailing spaces. 486
Error Line contains a tab character. 486
Error Line contains a tab character. 487
Error Missing a Javadoc comment. 487
Error Name '_ST_TE_EOF' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 487
Error Line has trailing spaces. 488
Error Line contains a tab character. 488
Error Line contains a tab character. 489
Error Line contains a tab character. 490
Error Missing a Javadoc comment. 490
Error Line contains a tab character. 491
Error Missing a Javadoc comment. 491
Error Line contains a tab character. 492
Error Missing a Javadoc comment. 492
Error Line contains a tab character. 493
Error Missing a Javadoc comment. 493
Error Line contains a tab character. 494
Error Missing a Javadoc comment. 494
Error Line contains a tab character. 495
Error Missing a Javadoc comment. 495
Error Line contains a tab character. 496
Error Missing a Javadoc comment. 496
Error Line has trailing spaces. 497
Error Line contains a tab character. 497
Error Line has trailing spaces. 498
Error Line contains a tab character. 498
Error Line contains a tab character. 499
Error Line has trailing spaces. 500
Error Line contains a tab character. 500
Error Line contains a tab character. 501
Error Line contains a tab character. 502
Error Line contains a tab character. 503
Error Line contains a tab character. 504
Error '{' is not preceded with whitespace. 504
Error First sentence should end with a period. 505
Error Line contains a tab character. 505
Error Line contains a tab character. 506
Error First sentence should end with a period. 507
Error Line has trailing spaces. 507
Error Line contains a tab character. 507
Error Line contains a tab character. 508
Error Line contains a tab character. 509
Error Line contains a tab character. 510
Error Line has trailing spaces. 511
Error Line contains a tab character. 511
Error First sentence should end with a period. 512
Error Line contains a tab character. 512
Error Line contains a tab character. 513
Error Line contains a tab character. 514
Error Line contains a tab character. 515
Error Line contains a tab character. 516
Error Line contains a tab character. 517
Error Line is longer than 80 characters. 518
Error Line contains a tab character. 518
Error Parameter leftHandSide should be final. 518
Error 'leftHandSide' hides a field. 518
Error Parameter rightHandSide should be final. 518
Error 'rightHandSide' hides a field. 518
Error Parameter representation should be final. 518
Error 'representation' hides a field. 518
Error '{' is not preceded with whitespace. 518
Error Line contains a tab character. 519
Error Line contains a tab character. 520
Error Line contains a tab character. 521
Error Line contains a tab character. 522
Error Line has trailing spaces. 523
Error Line contains a tab character. 523
Error Line contains a tab character. 524
Error Line has trailing spaces. 525
Error Line contains a tab character. 525
Error Line contains a tab character. 526
Error Line contains a tab character. 527
Error Line contains a tab character. 528
Error '{' is not preceded with whitespace. 528
Error Line contains a tab character. 529
Error Line contains a tab character. 530
Error Line has trailing spaces. 531
Error Line contains a tab character. 531
Error Line contains a tab character. 532
Error Line has trailing spaces. 533
Error Line contains a tab character. 533
Error Line contains a tab character. 534
Error Line contains a tab character. 535
Error Line contains a tab character. 536
Error '{' is not preceded with whitespace. 536
Error Line contains a tab character. 537
Error Line contains a tab character. 538
Error Line has trailing spaces. 539
Error Line contains a tab character. 539
Error Line contains a tab character. 540
Error Line has trailing spaces. 541
Error Line contains a tab character. 541
Error Line contains a tab character. 542
Error Line contains a tab character. 543
Error Line contains a tab character. 544
Error '{' is not preceded with whitespace. 544
Error Line contains a tab character. 545
Error Line contains a tab character. 546
Error Line has trailing spaces. 547
Error Line contains a tab character. 547
Error First sentence should end with a period. 548
Error Line contains a tab character. 548
Error Line contains a tab character. 549
Error Line contains a tab character. 550
Error Line contains a tab character. 551
Error Line contains a tab character. 552
Error Expected an @return tag. 553
Error Line contains a tab character. 553
Error Parameter index should be final. 553
Error Expected @param tag for 'index'. 553
Error '{' is not preceded with whitespace. 553
Error Line contains a tab character. 554
Error 'if' is not followed by whitespace. 554
Error '<' is not preceded with whitespace. 554
Error '<' is not followed by whitespace. 554
Error '{' is not preceded with whitespace. 554
Error Line contains a tab character. 555
Error Line contains a tab character. 556
Error Line contains a tab character. 557
Error Line contains a tab character. 558
Error Line has trailing spaces. 559
Error Line contains a tab character. 559
Error Line contains a tab character. 560
Error Line has trailing spaces. 561
Error Line contains a tab character. 561
Error Line contains a tab character. 562
Error Expected an @return tag. 563
Error Line contains a tab character. 563
Error '{' is not preceded with whitespace. 563
Error Line contains a tab character. 564
Error Line contains a tab character. 565
Error Line contains a tab character. 566
Error Line has trailing spaces. 567
Error Line contains a tab character. 567
Error Line has trailing spaces. 568
Error Line contains a tab character. 568
Error Line contains a tab character. 569
Error Line contains a tab character. 570
Error Missing a Javadoc comment. 570
Error Name 'production_01' must match pattern '^[a-z][a-zA-Z0-9]*$'. 570
Error Line is longer than 80 characters. 571
Error Line contains a tab character. 571
Error Missing a Javadoc comment. 571
Error Name 'PR_01' must match pattern '^[a-z][a-zA-Z0-9]*$'. 571
Error '=' is not preceded with whitespace. 571
Error Line has trailing spaces. 572
Error Line contains a tab character. 572
Error Line contains a tab character. 573
Error Missing a Javadoc comment. 573
Error Name 'production_02' must match pattern '^[a-z][a-zA-Z0-9]*$'. 573
Error Line is longer than 80 characters. 574
Error Line contains a tab character. 574
Error Missing a Javadoc comment. 574
Error Name 'PR_02' must match pattern '^[a-z][a-zA-Z0-9]*$'. 574
Error '=' is not preceded with whitespace. 574
Error Line has trailing spaces. 575
Error Line contains a tab character. 575
Error Line contains a tab character. 576
Error Missing a Javadoc comment. 576
Error Name 'production_03' must match pattern '^[a-z][a-zA-Z0-9]*$'. 576
Error Line is longer than 80 characters. 577
Error Line contains a tab character. 577
Error Missing a Javadoc comment. 577
Error Name 'PR_03' must match pattern '^[a-z][a-zA-Z0-9]*$'. 577
Error '=' is not preceded with whitespace. 577
Error Line has trailing spaces. 578
Error Line contains a tab character. 578
Error Line contains a tab character. 579
Error Missing a Javadoc comment. 579
Error Name 'production_04' must match pattern '^[a-z][a-zA-Z0-9]*$'. 579
Error Line is longer than 80 characters. 580
Error Line contains a tab character. 580
Error Missing a Javadoc comment. 580
Error Name 'PR_04' must match pattern '^[a-z][a-zA-Z0-9]*$'. 580
Error '=' is not preceded with whitespace. 580
Error Line has trailing spaces. 581
Error Line contains a tab character. 581
Error Line contains a tab character. 582
Error Line is longer than 80 characters. 583
Error Line contains a tab character. 583
Error Line has trailing spaces. 584
Error Line contains a tab character. 584
Error Line contains a tab character. 585
Error Missing a Javadoc comment. 585
Error Name 'production_05' must match pattern '^[a-z][a-zA-Z0-9]*$'. 585
Error Line is longer than 80 characters. 586
Error Line contains a tab character. 586
Error Missing a Javadoc comment. 586
Error Name 'PR_05' must match pattern '^[a-z][a-zA-Z0-9]*$'. 586
Error '=' is not preceded with whitespace. 586
Error Line has trailing spaces. 587
Error Line contains a tab character. 587
Error Line contains a tab character. 588
Error Missing a Javadoc comment. 588
Error Name 'production_06' must match pattern '^[a-z][a-zA-Z0-9]*$'. 588
Error Line is longer than 80 characters. 589
Error Line contains a tab character. 589
Error Missing a Javadoc comment. 589
Error Name 'PR_06' must match pattern '^[a-z][a-zA-Z0-9]*$'. 589
Error '=' is not preceded with whitespace. 589
Error Line has trailing spaces. 590
Error Line contains a tab character. 590
Error Line contains a tab character. 591
Error Missing a Javadoc comment. 591
Error Name 'production_07' must match pattern '^[a-z][a-zA-Z0-9]*$'. 591
Error Line is longer than 80 characters. 592
Error Line contains a tab character. 592
Error Missing a Javadoc comment. 592
Error Name 'PR_07' must match pattern '^[a-z][a-zA-Z0-9]*$'. 592
Error '=' is not preceded with whitespace. 592
Error Line has trailing spaces. 593
Error Line contains a tab character. 593
Error Line contains a tab character. 594
Error Missing a Javadoc comment. 594
Error Name 'production_08' must match pattern '^[a-z][a-zA-Z0-9]*$'. 594
Error Line is longer than 80 characters. 595
Error Line contains a tab character. 595
Error Missing a Javadoc comment. 595
Error Name 'PR_08' must match pattern '^[a-z][a-zA-Z0-9]*$'. 595
Error '=' is not preceded with whitespace. 595
Error Line has trailing spaces. 596
Error Line contains a tab character. 596
Error Line contains a tab character. 597
Error Missing a Javadoc comment. 597
Error Name 'production_09' must match pattern '^[a-z][a-zA-Z0-9]*$'. 597
Error Line is longer than 80 characters. 598
Error Line contains a tab character. 598
Error Missing a Javadoc comment. 598
Error Name 'PR_09' must match pattern '^[a-z][a-zA-Z0-9]*$'. 598
Error '=' is not preceded with whitespace. 598
Error Line has trailing spaces. 599
Error Line contains a tab character. 599
Error Line contains a tab character. 600
Error Missing a Javadoc comment. 600
Error Name 'production_10' must match pattern '^[a-z][a-zA-Z0-9]*$'. 600
Error Line is longer than 80 characters. 601
Error Line contains a tab character. 601
Error Missing a Javadoc comment. 601
Error Name 'PR_10' must match pattern '^[a-z][a-zA-Z0-9]*$'. 601
Error '=' is not preceded with whitespace. 601
Error Line has trailing spaces. 602
Error Line contains a tab character. 602
Error Line contains a tab character. 603
Error Missing a Javadoc comment. 603
Error Name 'production_11' must match pattern '^[a-z][a-zA-Z0-9]*$'. 603
Error Line is longer than 80 characters. 604
Error Line contains a tab character. 604
Error Missing a Javadoc comment. 604
Error Name 'PR_11' must match pattern '^[a-z][a-zA-Z0-9]*$'. 604
Error '=' is not preceded with whitespace. 604
Error Line has trailing spaces. 605
Error Line contains a tab character. 605
Error Line has trailing spaces. 606
Error Line contains a tab character. 606
Error Line contains a tab character. 607
Error Missing a Javadoc comment. 607
Error Name 'production_12' must match pattern '^[a-z][a-zA-Z0-9]*$'. 607
Error Line is longer than 80 characters. 608
Error Line contains a tab character. 608
Error Missing a Javadoc comment. 608
Error Name 'PR_12' must match pattern '^[a-z][a-zA-Z0-9]*$'. 608
Error '=' is not preceded with whitespace. 608
Error Line has trailing spaces. 609
Error Line contains a tab character. 609
Error Line contains a tab character. 610
Error Missing a Javadoc comment. 610
Error Name 'production_13' must match pattern '^[a-z][a-zA-Z0-9]*$'. 610
Error Line is longer than 80 characters. 611
Error Line contains a tab character. 611
Error Missing a Javadoc comment. 611
Error Name 'PR_13' must match pattern '^[a-z][a-zA-Z0-9]*$'. 611
Error '=' is not preceded with whitespace. 611
Error Line has trailing spaces. 612
Error Line contains a tab character. 612
Error Line contains a tab character. 613
Error Missing a Javadoc comment. 613
Error Name 'production_14' must match pattern '^[a-z][a-zA-Z0-9]*$'. 613
Error Line is longer than 80 characters. 614
Error Line contains a tab character. 614
Error Missing a Javadoc comment. 614
Error Name 'PR_14' must match pattern '^[a-z][a-zA-Z0-9]*$'. 614
Error '=' is not preceded with whitespace. 614
Error Line has trailing spaces. 615
Error Line contains a tab character. 615
Error Line has trailing spaces. 616
Error Line contains a tab character. 616
Error Line contains a tab character. 617
Error Line contains a tab character. 618
Error Line contains a tab character. 619
Error Line contains a tab character. 620
Error Line contains a tab character. 621
Error Line contains a tab character. 622
Error Line contains a tab character. 623
Error Line has trailing spaces. 624
Error Line contains a tab character. 624
Error Line has trailing spaces. 625
Error Line contains a tab character. 625
Error Line has trailing spaces. 626
Error Line contains a tab character. 626
Error Line contains a tab character. 627
Error Missing a Javadoc comment. 627
Error Name 'yy_action_table' must match pattern '^[a-z][a-zA-Z0-9]*$'. 627
Error '=' is not preceded with whitespace. 627
Error '=' is not followed by whitespace. 627
Error Line has trailing spaces. 628
Error Line is longer than 80 characters. 628
Error Line contains a tab character. 628
Error Line is longer than 80 characters. 629
Error Line contains a tab character. 629
Error Line is longer than 80 characters. 630
Error Line contains a tab character. 630
Error Line is longer than 80 characters. 631
Error Line contains a tab character. 631
Error Line is longer than 80 characters. 632
Error Line contains a tab character. 632
Error Line is longer than 80 characters. 633
Error Line contains a tab character. 633
Error Line is longer than 80 characters. 634
Error Line contains a tab character. 634
Error Line is longer than 80 characters. 635
Error Line contains a tab character. 635
Error Line is longer than 80 characters. 636
Error Line contains a tab character. 636
Error Line is longer than 80 characters. 637
Error Line contains a tab character. 637
Error '{' is followed by whitespace. 637
Error Line is longer than 80 characters. 638
Error Line contains a tab character. 638
Error '{' is followed by whitespace. 638
Error Line is longer than 80 characters. 639
Error Line contains a tab character. 639
Error Line is longer than 80 characters. 640
Error Line contains a tab character. 640
Error Line is longer than 80 characters. 641
Error Line contains a tab character. 641
Error Line is longer than 80 characters. 642
Error Line contains a tab character. 642
Error Line is longer than 80 characters. 643
Error Line contains a tab character. 643
Error Line is longer than 80 characters. 644
Error Line contains a tab character. 644
Error '{' is followed by whitespace. 644
Error Line is longer than 80 characters. 645
Error Line contains a tab character. 645
Error Line is longer than 80 characters. 646
Error Line contains a tab character. 646
Error Line is longer than 80 characters. 647
Error Line contains a tab character. 647
Error Line is longer than 80 characters. 648
Error Line contains a tab character. 648
Error Line is longer than 80 characters. 649
Error Line contains a tab character. 649
Error Line is longer than 80 characters. 650
Error Line contains a tab character. 650
Error Line is longer than 80 characters. 651
Error Line contains a tab character. 651
Error Line is longer than 80 characters. 652
Error Line contains a tab character. 652
Error Line is longer than 80 characters. 653
Error Line contains a tab character. 653
Error Line is longer than 80 characters. 654
Error Line contains a tab character. 654
Error Line contains a tab character. 655
Error Line has trailing spaces. 656
Error Line contains a tab character. 656
Error Line has trailing spaces. 657
Error Line contains a tab character. 657
Error Line contains a tab character. 658
Error Missing a Javadoc comment. 658
Error Name 'yy_goto_table' must match pattern '^[a-z][a-zA-Z0-9]*$'. 658
Error '=' is not preceded with whitespace. 658
Error '=' is not followed by whitespace. 658
Error Line contains a tab character. 659
Error Line contains a tab character. 660
Error Line contains a tab character. 661
Error '{' is followed by whitespace. 661
Error Line contains a tab character. 662
Error '{' is followed by whitespace. 662
Error Line contains a tab character. 663
Error '{' is followed by whitespace. 663
Error Line contains a tab character. 664
Error Line contains a tab character. 665
Error '{' is followed by whitespace. 665
Error Line contains a tab character. 666
Error '{' is followed by whitespace. 666
Error Line contains a tab character. 667
Error '{' is followed by whitespace. 667
Error Line contains a tab character. 668
Error '{' is followed by whitespace. 668
Error Line contains a tab character. 669
Error '{' is followed by whitespace. 669
Error Line contains a tab character. 670
Error '{' is followed by whitespace. 670
Error Line contains a tab character. 671
Error '{' is followed by whitespace. 671
Error Line contains a tab character. 672
Error '{' is followed by whitespace. 672
Error Line contains a tab character. 673
Error '{' is followed by whitespace. 673
Error Line contains a tab character. 674
Error '{' is followed by whitespace. 674
Error Line contains a tab character. 675
Error '{' is followed by whitespace. 675
Error Line contains a tab character. 676
Error '{' is followed by whitespace. 676
Error Line contains a tab character. 677
Error Line has trailing spaces. 678
Error Line contains a tab character. 678
Error Line contains a tab character. 679
Error Line has trailing spaces. 680
Error Line contains a tab character. 680
Error Line contains a tab character. 681
Error Line contains a tab character. 682
Error Line contains a tab character. 683
Error Line contains a tab character. 684
Error '{' is not preceded with whitespace. 684
Error First sentence should end with a period. 685
Error Line has trailing spaces. 685
Error Line contains a tab character. 685
Error Line contains a tab character. 686
Error Line contains a tab character. 687
Error Line contains a tab character. 688
Error Line has trailing spaces. 689
Error Line contains a tab character. 689
Error Line contains a tab character. 690
Error Line contains a tab character. 691
Error Line contains a tab character. 692
Error Line contains a tab character. 693
Error Line contains a tab character. 694
Error Line contains a tab character. 695
Error Parameter lexem should be final. 695
Error 'lexem' hides a field. 695
Error Expected @param tag for 'lexem'. 695
Error Parameter symbol should be final. 695
Error 'symbol' hides a field. 695
Error Expected @param tag for 'symbol'. 695
Error '{' is not preceded with whitespace. 695
Error Line contains a tab character. 696
Error Line contains a tab character. 697
Error Line contains a tab character. 698
Error Line has trailing spaces. 699
Error Line contains a tab character. 699
Error Line contains a tab character. 700
Error Line has trailing spaces. 701
Error Line contains a tab character. 701
Error Line contains a tab character. 702
Error Line contains a tab character. 703
Error Expected an @return tag. 704
Error Line contains a tab character. 704
Error '{' is not preceded with whitespace. 704
Error Line contains a tab character. 705
Error Line contains a tab character. 706
Error Line has trailing spaces. 707
Error Line contains a tab character. 707
Error Line contains a tab character. 708
Error Line has trailing spaces. 709
Error Line contains a tab character. 709
Error Line contains a tab character. 710
Error Line contains a tab character. 711
Error Expected an @return tag. 712
Error Line contains a tab character. 712
Error '{' is not preceded with whitespace. 712
Error Line contains a tab character. 713
Error Line contains a tab character. 714
Error Line contains a tab character. 715
Error Line has trailing spaces. 716
Error Line contains a tab character. 716
Error Line contains a tab character. 717
Error Line has trailing spaces. 718
Error Line contains a tab character. 718
Error Line contains a tab character. 719
Error Line contains a tab character. 720
Error Line contains a tab character. 721
Error Line contains a tab character. 722
Error '{' is not preceded with whitespace. 722
Error Line has trailing spaces. 723
Error Line contains a tab character. 723
Error First sentence should end with a period. 724
Error Line contains a tab character. 724
Error Line contains a tab character. 725
Error First sentence should end with a period. 726
Error Line contains a tab character. 726
Error Line contains a tab character. 727
Error Line has trailing spaces. 728
Error Line contains a tab character. 728
Error Line contains a tab character. 729
Error Line contains a tab character. 730
Error Line contains a tab character. 731
Error Line contains a tab character. 732
Error Line contains a tab character. 733
Error Line contains a tab character. 734
Error Parameter token should be final. 734
Error 'token' hides a field. 734
Error Expected @param tag for 'token'. 734
Error Parameter state should be final. 734
Error 'state' hides a field. 734
Error Expected @param tag for 'state'. 734
Error '{' is not preceded with whitespace. 734
Error Line contains a tab character. 735
Error Line contains a tab character. 736
Error Line contains a tab character. 737
Error Line has trailing spaces. 738
Error Line contains a tab character. 738
Error Line contains a tab character. 739
Error Line has trailing spaces. 740
Error Line contains a tab character. 740
Error Line contains a tab character. 741
Error Line contains a tab character. 742
Error Line contains a tab character. 743
Error '{' is not preceded with whitespace. 743
Error Line contains a tab character. 744
Error Line contains a tab character. 745
Error Line has trailing spaces. 746
Error Line contains a tab character. 746
Error Line contains a tab character. 747
Error Line has trailing spaces. 748
Error Line contains a tab character. 748
Error Line is longer than 80 characters. 749
Error Line contains a tab character. 749
Error Line contains a tab character. 750
Error Line contains a tab character. 751
Error '{' is not preceded with whitespace. 751
Error Line contains a tab character. 752
Error Line contains a tab character. 753
Error Line contains a tab character. 754
Error Line has trailing spaces. 755
Error Line contains a tab character. 755
Error Line contains a tab character. 756
Error Line contains a tab character. 757
Error Line contains a tab character. 758
Error Line contains a tab character. 759
Error Line contains a tab character. 760
Error Expected an @return tag. 761
Error Line contains a tab character. 761
Error Name 'yy_fromLexemToSymbol' must match pattern '^[a-z][a-zA-Z0-9]*$'. 761
Error Parameter lexem should be final. 761
Error Expected @param tag for 'lexem'. 761
Error '{' is not preceded with whitespace. 761
Error Line contains a tab character. 762
Error switch without "default" clause. 762
Error '{' is not preceded with whitespace. 762
Error Line contains a tab character. 763
Error Line contains a tab character. 764
Error Line contains a tab character. 765
Error Line contains a tab character. 766
Error Line contains a tab character. 767
Error Line contains a tab character. 768
Error Line contains a tab character. 769
Error Line contains a tab character. 770
Error Line contains a tab character. 771
Error Line contains a tab character. 772
Error Line contains a tab character. 773
Error Line contains a tab character. 774
Error Line contains a tab character. 775
Error Line has trailing spaces. 776
Error Line contains a tab character. 776
Error Line contains a tab character. 777
Error Line has trailing spaces. 778
Error Line contains a tab character. 778
Error Line contains a tab character. 779
Error Line contains a tab character. 780
Error Line contains a tab character. 781
Error Expected an @return tag. 782
Error Line contains a tab character. 782
Error Name 'yy_isTerminal' must match pattern '^[a-z][a-zA-Z0-9]*$'. 782
Error Parameter token should be final. 782
Error Expected @param tag for 'token'. 782
Error '{' is not preceded with whitespace. 782
Error Line contains a tab character. 783
Error '>=' is not preceded with whitespace. 783
Error '>=' is not followed by whitespace. 783
Error '<=' is not preceded with whitespace. 783
Error '<=' is not followed by whitespace. 783
Error Line contains a tab character. 784
Error Line has trailing spaces. 785
Error Line contains a tab character. 785
Error Line contains a tab character. 786
Error Line has trailing spaces. 787
Error Line contains a tab character. 787
Error Line contains a tab character. 788
Error Line contains a tab character. 789
Error Line contains a tab character. 790
Error Expected an @return tag. 791
Error Line contains a tab character. 791
Error Name 'yy_isNonTerminal' must match pattern '^[a-z][a-zA-Z0-9]*$'. 791
Error Parameter token should be final. 791
Error Expected @param tag for 'token'. 791
Error '{' is not preceded with whitespace. 791
Error Line contains a tab character. 792
Error '>=' is not preceded with whitespace. 792
Error '>=' is not followed by whitespace. 792
Error '<=' is not preceded with whitespace. 792
Error '<=' is not followed by whitespace. 792
Error Line contains a tab character. 793
Error Line has trailing spaces. 794
Error Line contains a tab character. 794
Error Line contains a tab character. 795
Error Line has trailing spaces. 796
Error Line contains a tab character. 796
Error Line contains a tab character. 797
Error Line contains a tab character. 798
Error Line contains a tab character. 799
Error Expected an @return tag. 800
Error Line contains a tab character. 800
Error Name 'yy_isReduceAction' must match pattern '^[a-z][a-zA-Z0-9]*$'. 800
Error Parameter action should be final. 800
Error Expected @param tag for 'action'. 800
Error '{' is not preceded with whitespace. 800
Error Line contains a tab character. 801
Error '>=' is not preceded with whitespace. 801
Error '>=' is not followed by whitespace. 801
Error '<=' is not preceded with whitespace. 801
Error '<=' is not followed by whitespace. 801
Error Line contains a tab character. 802
Error Line has trailing spaces. 803
Error Line contains a tab character. 803
Error Line contains a tab character. 804
Error Line has trailing spaces. 805
Error Line contains a tab character. 805
Error Line contains a tab character. 806
Error Line contains a tab character. 807
Error Line contains a tab character. 808
Error Expected an @return tag. 809
Error Line contains a tab character. 809
Error Name 'yy_isShiftAction' must match pattern '^[a-z][a-zA-Z0-9]*$'. 809
Error Parameter action should be final. 809
Error Expected @param tag for 'action'. 809
Error '{' is not preceded with whitespace. 809
Error Line contains a tab character. 810
Error '>=' is not preceded with whitespace. 810
Error '>=' is not followed by whitespace. 810
Error '<=' is not preceded with whitespace. 810
Error '<=' is not followed by whitespace. 810
Error Line contains a tab character. 811
Error Line has trailing spaces. 812
Error Line contains a tab character. 812
Error Line contains a tab character. 813
Error Missing a Javadoc comment. 813
Error Name 'yy_isLegalState' must match pattern '^[a-z][a-zA-Z0-9]*$'. 813
Error Parameter state should be final. 813
Error '{' is not preceded with whitespace. 813
Error Line contains a tab character. 814
Error Line contains a tab character. 815
Error Line has trailing spaces. 816
Error Line contains a tab character. 816
Error Line contains a tab character. 817
Error Line contains a tab character. 818
Error Line contains a tab character. 819
Error Line contains a tab character. 820
Error Name 'yy_error' must match pattern '^[a-z][a-zA-Z0-9]*$'. 820
Error '{' is not preceded with whitespace. 820
Error Line is longer than 80 characters. 821
Error Line contains a tab character. 821
Error Line contains a tab character. 822
Error Line has trailing spaces. 823
Error Line contains a tab character. 823
Error Line has trailing spaces. 824
Error Line contains a tab character. 824
Error Line contains a tab character. 825
Error Line contains a tab character. 826
Error Line contains a tab character. 827
Error Line contains a tab character. 828
Error Line contains a tab character. 829
Error Line contains a tab character. 830
Error Line contains a tab character. 831
Error Line contains a tab character. 832
Error Expected an @return tag. 833
Error Line is longer than 80 characters. 833
Error Line contains a tab character. 833
Error Name 'yy_shiftAction' must match pattern '^[a-z][a-zA-Z0-9]*$'. 833
Error Parameter symbol should be final. 833
Error Expected @param tag for 'symbol'. 833
Error Parameter action should be final. 833
Error Expected @param tag for 'action'. 833
Error Parameter posicion should be final. 833
Error Expected @param tag for 'posicion'. 833
Error '{' is not preceded with whitespace. 833
Error Line contains a tab character. 834
Error Line has trailing spaces. 835
Error Line contains a tab character. 835
Error Line is longer than 80 characters. 836
Error Line contains a tab character. 836
Error Line contains a tab character. 837
Error Line contains a tab character. 838
Error Line contains a tab character. 839
Error Line contains a tab character. 840
Error Line contains a tab character. 841
Error Line has trailing spaces. 842
Error Line contains a tab character. 842
Error Line contains a tab character. 843
Error Line contains a tab character. 844
Error Line contains a tab character. 845
Error Line contains a tab character. 846
Error Line has trailing spaces. 847
Error Line contains a tab character. 847
Error Line contains a tab character. 848
Error Line contains a tab character. 849
Error Line contains a tab character. 850
Error Line contains a tab character. 851
Error Name 'yy_reduceAction' must match pattern '^[a-z][a-zA-Z0-9]*$'. 851
Error Parameter symbol should be final. 851
Error Expected @param tag for 'symbol'. 851
Error Parameter action should be final. 851
Error Expected @param tag for 'action'. 851
Error '{' is not preceded with whitespace. 851
Error Line contains a tab character. 852
Error Line contains a tab character. 853
Error '-' is not preceded with whitespace. 853
Error '-' is not followed by whitespace. 853
Error Line contains a tab character. 854
Error 'for' is not followed by whitespace. 854
Error '-' is not preceded with whitespace. 854
Error '-' is not followed by whitespace. 854
Error '{' is not preceded with whitespace. 854
Error Line contains a tab character. 855
Error Line has trailing spaces. 856
Error Line contains a tab character. 856
Error 'if' is not followed by whitespace. 856
Error '!=' is not preceded with whitespace. 856
Error '!=' should be on a new line. 856
Error Line contains a tab character. 857
Error '{' is not preceded with whitespace. 857
Error Line contains a tab character. 858
Error Line contains a tab character. 859
Error Line contains a tab character. 860
Error Line contains a tab character. 861
Error Line contains a tab character. 862
Error Line contains a tab character. 863
Error Line contains a tab character. 864
Error Line is longer than 80 characters. 865
Error Line contains a tab character. 865
Error '-' is not preceded with whitespace. 865
Error '-' is not followed by whitespace. 865
Error Line is longer than 80 characters. 866
Error Line contains a tab character. 866
Error Line contains a tab character. 867
Error Line has trailing spaces. 868
Error Line contains a tab character. 868
Error Line contains a tab character. 869
Error Line contains a tab character. 870
Error Line contains a tab character. 871
Error Line contains a tab character. 872
Error Line contains a tab character. 873
Error Line contains a tab character. 874
Error Expected an @return tag. 875
Error Line contains a tab character. 875
Error Name 'yy_nextAction' must match pattern '^[a-z][a-zA-Z0-9]*$'. 875
Error Parameter actualState should be final. 875
Error Expected @param tag for 'actualState'. 875
Error Parameter actualSymbol should be final. 875
Error Expected @param tag for 'actualSymbol'. 875
Error '{' is not preceded with whitespace. 875
Error Line contains a tab character. 876
Error 'if' is not followed by whitespace. 876
Error '{' is not preceded with whitespace. 876
Error Line contains a tab character. 877
Error Line contains a tab character. 878
Error Line contains a tab character. 879
Error Line contains a tab character. 880
Error Line contains a tab character. 881
Error Line has trailing spaces. 882
Error Line contains a tab character. 882
Error Line contains a tab character. 883
Error Line contains a tab character. 884
Error Line contains a tab character. 885
Error Line contains a tab character. 886
Error Line contains a tab character. 887
Error Expected an @return tag. 888
Error Line contains a tab character. 888
Error Name 'yy_fromTerminalToString' must match pattern '^[a-z][a-zA-Z0-9]*$'. 888
Error Parameter terminal should be final. 888
Error Expected @param tag for 'terminal'. 888
Error '{' is not preceded with whitespace. 888
Error Line contains a tab character. 889
Error switch without "default" clause. 889
Error '{' is not preceded with whitespace. 889
Error Line contains a tab character. 890
Error Line contains a tab character. 891
Error Line contains a tab character. 892
Error Line contains a tab character. 893
Error Line contains a tab character. 894
Error Line contains a tab character. 895
Error Line contains a tab character. 896
Error Line contains a tab character. 897
Error Line contains a tab character. 898
Error Line contains a tab character. 899
Error Line contains a tab character. 900
Error Line contains a tab character. 901
Error Line contains a tab character. 902
Error Line has trailing spaces. 903
Error Line contains a tab character. 903
Error Line contains a tab character. 904
Error Line is longer than 80 characters. 905
Error Line contains a tab character. 905
Error Line contains a tab character. 906
Error Line contains a tab character. 907
Error Line contains a tab character. 908
Error Line contains a tab character. 909
Error Expected an @return tag. 910
Error Line contains a tab character. 910
Error Name 'yy_getFollowSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. 910
Error Parameter state should be final. 910
Error Expected @param tag for 'state'. 910
Error '{' is not preceded with whitespace. 910
Error Line contains a tab character. 911
Error Line contains a tab character. 912
Error Line contains a tab character. 913
Error 'for' is not followed by whitespace. 913
Error '{' is not preceded with whitespace. 913
Error Line contains a tab character. 914
Error Line contains a tab character. 915
Error 'if' is not followed by whitespace. 915
Error '{' is not preceded with whitespace. 915
Error Line is longer than 80 characters. 916
Error Line contains a tab character. 916
Error '+' is not followed by whitespace. 916
Error Line contains a tab character. 917
Error Line contains a tab character. 918
Error Line contains a tab character. 919
Error Line contains a tab character. 920
Error Line has trailing spaces. 921
Error Line contains a tab character. 921
Error Line contains a tab character. 922
Error Line contains a tab character. 923
Error Line contains a tab character. 924
Error Line contains a tab character. 925
Error Line contains a tab character. 926
Error Name 'yy_parse' must match pattern '^[a-z][a-zA-Z0-9]*$'. 926
Error Parameter posicion should be final. 926
Error Expected @param tag for 'posicion'. 926
Error '{' is not preceded with whitespace. 926
Error Line is longer than 80 characters. 927
Error Line contains a tab character. 927
Error Line has trailing spaces. 928
Error Line contains a tab character. 928
Error Line contains a tab character. 929
Error Line contains a tab character. 930
Error Line contains a tab character. 931
Error Line has trailing spaces. 932
Error Line contains a tab character. 932
Error Line has trailing spaces. 933
Error Line contains a tab character. 933
Error 'while' is not followed by whitespace. 933
Error '!=' is not preceded with whitespace. 933
Error '!=' is not followed by whitespace. 933
Error '&&' should be on a new line. 933
Error Line contains a tab character. 934
Error '!=' is not preceded with whitespace. 934
Error '!=' is not followed by whitespace. 934
Error '{' is not preceded with whitespace. 934
Error Line has trailing spaces. 935
Error Line contains a tab character. 935
Error Line contains a tab character. 936
Error Line has trailing spaces. 937
Error Line contains a tab character. 937
Error Line contains a tab character. 938
Error 'if' is not followed by whitespace. 938
Error '{' is not preceded with whitespace. 938
Error Line is longer than 80 characters. 939
Error Line contains a tab character. 939
Error Line contains a tab character. 940
Error 'else' is not preceded with whitespace. 940
Error '}' is not followed by whitespace. 940
Error 'if' is not followed by whitespace. 940
Error '{' is not preceded with whitespace. 940
Error Line contains a tab character. 941
Error Line contains a tab character. 942
Error 'else' is not preceded with whitespace. 942
Error '}' is not followed by whitespace. 942
Error '{' is not preceded with whitespace. 942
Error Line contains a tab character. 943
Error Line contains a tab character. 944
Error Line contains a tab character. 945
Error 'else' is not preceded with whitespace. 945
Error '}' is not followed by whitespace. 945
Error 'else' is not followed by whitespace. 945
Error '{' is not preceded with whitespace. 945
Error '{' is not followed by whitespace. 945
Error Line has trailing spaces. 946
Error Line contains a tab character. 946
Error Line contains a tab character. 947
Error Line contains a tab character. 948
Error Line contains a tab character. 949
Error 'if' is not followed by whitespace. 949
Error '==' is not preceded with whitespace. 949
Error '==' is not followed by whitespace. 949
Error '{' is not preceded with whitespace. 949
Error Line contains a tab character. 950
Error Line contains a tab character. 951
Error Line contains a tab character. 952
Error 'if' is not followed by whitespace. 952
Error '==' is not preceded with whitespace. 952
Error '==' is not followed by whitespace. 952
Error '{' is not preceded with whitespace. 952
Error Line has trailing spaces. 953
Error Line contains a tab character. 953
Error '+' should be on a new line. 953
Error Line is longer than 80 characters. 954
Error Line contains a tab character. 954
Error '+' is not preceded with whitespace. 954
Error '+' should be on a new line. 954
Error Line is longer than 80 characters. 955
Error Line contains a tab character. 955
Error '+' is not preceded with whitespace. 955
Error '+' should be on a new line. 955
Error Line is longer than 80 characters. 956
Error Line contains a tab character. 956
Error '+' is not preceded with whitespace. 956
Error '+' should be on a new line. 956
Error Line is longer than 80 characters. 957
Error Line contains a tab character. 957
Error '+' is not preceded with whitespace. 957
Error '+' is not followed by whitespace. 957
Error Line contains a tab character. 958
Error 'if' is not preceded with whitespace. 958
Error '}' is not followed by whitespace. 958
Error 'if' is not followed by whitespace. 958
Error '{' is not preceded with whitespace. 958
Error Line contains a tab character. 959
Error '+' is not preceded with whitespace. 959
Error '+' should be on a new line. 959
Error Line is longer than 80 characters. 960
Error Line contains a tab character. 960
Error '+' is not preceded with whitespace. 960
Error '+' should be on a new line. 960
Error Line is longer than 80 characters. 961
Error Line contains a tab character. 961
Error '+' is not preceded with whitespace. 961
Error '+' is not preceded with whitespace. 961
Error '+' should be on a new line. 961
Error Line contains a tab character. 962
Error Line contains a tab character. 963
Error Line contains a tab character. 964
Error '=' is not followed by whitespace. 964
Error Line is longer than 80 characters. 965
Error Line contains a tab character. 965
Error 'for' is not followed by whitespace. 965
Error '{' is not preceded with whitespace. 965
Error Line contains a tab character. 966
Error Line is longer than 80 characters. 967
Error Line contains a tab character. 967
Error '+' is not followed by whitespace. 967
Error Line contains a tab character. 968
Error Line is longer than 80 characters. 969
Error Line contains a tab character. 969
Error Line has trailing spaces. 970
Error Line contains a tab character. 970
Error Line is longer than 80 characters. 971
Error Line contains a tab character. 971
Error Line is longer than 80 characters. 972
Error Line contains a tab character. 972
Error '+' is not preceded with whitespace. 972
Error '+' is not followed by whitespace. 972
Error Line contains a tab character. 973
Error Line contains a tab character. 974
Error Line has trailing spaces. 975
Error Line contains a tab character. 975
Error Line has trailing spaces. 976
Error Line contains a tab character. 976
Error Line contains a tab character. 977
Error Line contains a tab character. 978
Error Line contains a tab character. 979
Error Line contains a tab character. 980
Error Line contains a tab character. 981
Error Line contains a tab character. 982
Error Line contains a tab character. 983
Error Line contains a tab character. 984
Error Line has trailing spaces. 985
Error Line contains a tab character. 985
Error Line contains a tab character. 986
Error Missing a Javadoc comment. 986
Error '{' is not preceded with whitespace. 986
Error Line has trailing spaces. 987
Error Line contains a tab character. 987
Error Line contains a tab character. 988
Error Line contains a tab character. 989
Error Line contains a tab character. 990
Error Line contains a tab character. 991
Error 'while' is not followed by whitespace. 991
Error '!=' is not preceded with whitespace. 991
Error '!=' is not followed by whitespace. 991
Error '{' is not preceded with whitespace. 991
Error Line contains a tab character. 992
Error Line contains a tab character. 993
Error Line contains a tab character. 994
Error Line contains a tab character. 995
Error Line contains a tab character. 996
Error Line has trailing spaces. 997
Error Line contains a tab character. 997
Error Line contains a tab character. 998
Error Line contains a tab character. 999
Error Line contains a tab character. 1000
Error Line contains a tab character. 1001
Error Line contains a tab character. 1002
Error Line contains a tab character. 1003
Error Line contains a tab character. 1004
Error Line contains a tab character. 1005
Error Missing a Javadoc comment. 1005
Error Parameter args should be final. 1005
Error Line has trailing spaces. 1006
Error Line contains a tab character. 1006
Error Line has trailing spaces. 1007
Error Line contains a tab character. 1007

edu/asu/cri/MirkE/util/PerWellDataAnalyzer.java

ErrorLine
Error Line has trailing spaces. 1
Error Line is longer than 80 characters. 1
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 4
Error Line is longer than 80 characters. 8
Error Line has trailing spaces. 37
Error Missing a Javadoc comment. 38
Error Line has trailing spaces. 39
Error First sentence should end with a period. 40
Error Parameter mirke should be final. 43
Error 'mirke' hides a field. 43
Error Expected @param tag for 'mirke'. 43
Error Line has trailing spaces. 46
Error Line has trailing spaces. 49
Error Line is longer than 80 characters. 51
Error Method 'computeAndDisplayPerWellMeans' is not designed for extension - needs to be abstract, final or empty. 51
Error Expected @throws tag for 'MirkEApplicationException'. 51
Error Line has trailing spaces. 54
Error Line has trailing spaces. 57
Error Line has trailing spaces. 60
Error Line has trailing spaces. 62
Error '=' is not preceded with whitespace. 63
Error '=' is not followed by whitespace. 63
Error ';' is not followed by whitespace. 63
Error '<' is not preceded with whitespace. 63
Error '<' is not followed by whitespace. 63
Error ';' is not followed by whitespace. 63
Error Line has trailing spaces. 65
Error Line is longer than 80 characters. 66
Error '=' is not preceded with whitespace. 66
Error '=' is not followed by whitespace. 66
Error ';' is not followed by whitespace. 66
Error '<=' is not preceded with whitespace. 66
Error '<=' is not followed by whitespace. 66
Error ';' is not followed by whitespace. 66
Error Line has trailing spaces. 67
Error Line is longer than 80 characters. 70
Error Line has trailing spaces. 71
Error Line is longer than 80 characters. 72
Error Line is longer than 80 characters. 73
Error Line has trailing spaces. 77
Error Line has trailing spaces. 79
Error Line has trailing spaces. 83
Error '+' is not followed by whitespace. 84
Error '=' is not preceded with whitespace. 86
Error '=' is not followed by whitespace. 86
Error ';' is not followed by whitespace. 86
Error '<' is not preceded with whitespace. 86
Error '<' is not followed by whitespace. 86
Error ';' is not followed by whitespace. 86
Error Line has trailing spaces. 88
Error Line is longer than 80 characters. 89
Error '=' is not preceded with whitespace. 89
Error '=' is not followed by whitespace. 89
Error ';' is not followed by whitespace. 89
Error '<=' is not preceded with whitespace. 89
Error '<=' is not followed by whitespace. 89
Error ';' is not followed by whitespace. 89
Error Line has trailing spaces. 90
Error Line is longer than 80 characters. 93
Error Line has trailing spaces. 94
Error Line has trailing spaces. 96
Error Line has trailing spaces. 98
Error Avoid nested blocks. 99
Error Line is longer than 80 characters. 100
Error '+' is not preceded with whitespace. 100
Error '+' is not followed by whitespace. 100
Error '+' is not preceded with whitespace. 100
Error '+' is not followed by whitespace. 100
Error '+' should be on a new line. 100
Error Line is longer than 80 characters. 101
Error '+' is not preceded with whitespace. 101
Error '+' is not followed by whitespace. 101
Error '+' is not preceded with whitespace. 101
Error '+' is not followed by whitespace. 101
Error '+' is not preceded with whitespace. 101
Error '+' is not followed by whitespace. 101
Error '+' is not preceded with whitespace. 101
Error '+' is not followed by whitespace. 101
Error '+' should be on a new line. 101
Error '+' is not preceded with whitespace. 102
Error '+' is not followed by whitespace. 102
Error '+' is not preceded with whitespace. 102
Error '+' is not followed by whitespace. 102
Error Line has trailing spaces. 103
Error Line is longer than 80 characters. 104
Error Line has trailing spaces. 106
Error '==' is not preceded with whitespace. 107
Error '==' is not followed by whitespace. 107
Error Line is longer than 80 characters. 108
Error 'cast' is not followed by whitespace. 108
Error Must have at least one statement. 111
Error Line has trailing spaces. 114
Error '>' is not preceded with whitespace. 116
Error '>' is not followed by whitespace. 116
Error Must have at least one statement. 116
Error Line is longer than 80 characters. 117
Error Line has trailing spaces. 119
Error Line has trailing spaces. 120
Error Line has trailing spaces. 122
Error Line has trailing spaces. 124
Error Line is longer than 80 characters. 126
Error Line is longer than 80 characters. 127
Error Line has trailing spaces. 129
Error Line has trailing spaces. 132
Error Line is longer than 80 characters. 133
Error Line has trailing spaces. 134
Error Line has trailing spaces. 135
Error Line is longer than 80 characters. 136
Error ';' is not followed by whitespace. 136

edu/asu/cri/MirkE/util/package.html

ErrorLine
Error Missing package documentation file.0