Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
1230016309

Files

FilesIWE
edu/sc/seis/TauP/Alert.java 0045
edu/sc/seis/TauP/Arrival.java 00253
edu/sc/seis/TauP/ArrivalPlot.java 0029
edu/sc/seis/TauP/ArrivalTableModel.java 0059
edu/sc/seis/TauP/Assert.java 0041
edu/sc/seis/TauP/Complex.java 00704
edu/sc/seis/TauP/CriticalDepth.java 0055
edu/sc/seis/TauP/CurvePlot.java 0040
edu/sc/seis/TauP/DepthRange.java 0042
edu/sc/seis/TauP/DistPlot.java 0083
edu/sc/seis/TauP/Format.java 00392
edu/sc/seis/TauP/NoSuchLayerException.java 0015
edu/sc/seis/TauP/NoSuchMatPropException.java 009
edu/sc/seis/TauP/Outputs.java 0059
edu/sc/seis/TauP/PathPlot.java 00125
edu/sc/seis/TauP/PhaseDialog.java 0089
edu/sc/seis/TauP/PhaseName.java 0036
edu/sc/seis/TauP/PierceTableModel.java 0065
edu/sc/seis/TauP/PolarPlot.java 00349
edu/sc/seis/TauP/PropertyLoader.java 00168
edu/sc/seis/TauP/ReflTransCoefficient.java 00359
edu/sc/seis/TauP/SacTimeSeries.java 001014
edu/sc/seis/TauP/SeismicPhase.java 001
edu/sc/seis/TauP/SeismicPhase.java 00590
edu/sc/seis/TauP/Sfun.java 00501
edu/sc/seis/TauP/SlownessLayer.java 00529
edu/sc/seis/TauP/SlownessModel.java 002821
edu/sc/seis/TauP/SlownessModelException.java 005
edu/sc/seis/TauP/SlownessPlot.java 0058
edu/sc/seis/TauP/SphericalCoords.java 00454
edu/sc/seis/TauP/SphericalSModel.java 00417
edu/sc/seis/TauP/SplitLayerInfo.java 0061
edu/sc/seis/TauP/TauBranch.java 001
edu/sc/seis/TauP/TauBranch.java 00210
edu/sc/seis/TauP/TauModel.java 001
edu/sc/seis/TauP/TauModel.java 00305
edu/sc/seis/TauP/TauModelException.java 009
edu/sc/seis/TauP/TauModelLoader.java 0055
edu/sc/seis/TauP/TauP.java 00179
edu/sc/seis/TauP/TauPApplet.java 00570
edu/sc/seis/TauP/TauPClient.java 008
edu/sc/seis/TauP/TauPDaemon.java 00324
edu/sc/seis/TauP/TauPException.java 005
edu/sc/seis/TauP/TauP_Create.java 00439
edu/sc/seis/TauP/TauP_Curve.java 00444
edu/sc/seis/TauP/TauP_Path.java 001
edu/sc/seis/TauP/TauP_Path.java 00151
edu/sc/seis/TauP/TauP_Peek.java 00187
edu/sc/seis/TauP/TauP_Pierce.java 001
edu/sc/seis/TauP/TauP_Pierce.java 00151
edu/sc/seis/TauP/TauP_SetSac.java 00285
edu/sc/seis/TauP/TauP_Table.java 00812
edu/sc/seis/TauP/TauP_Time.java 001
edu/sc/seis/TauP/TauP_Time.java 00424
edu/sc/seis/TauP/TauP_WCreate.java 00113
edu/sc/seis/TauP/TauP_WKBJ.java 00141
edu/sc/seis/TauP/TauPlot.java 0073
edu/sc/seis/TauP/Theta.java 00164
edu/sc/seis/TauP/TimeDist.java 0056
edu/sc/seis/TauP/TimeDistPlot.java 0084
edu/sc/seis/TauP/TimePlot.java 0075
edu/sc/seis/TauP/VelocityLayer.java 00252
edu/sc/seis/TauP/VelocityModel.java 00793
edu/sc/seis/TauP/VelocityModelException.java 006
edu/sc/seis/TauP/VelocityPlot.java 00111
edu/sc/seis/TauP/Version.java 0025
edu/sc/seis/TauP/XYPlot.java 00384
edu/sc/seis/TauP/package.html 001

edu/sc/seis/TauP/Alert.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 19
Error Line has trailing spaces. 22
Error Line has trailing spaces. 27
Error Line has trailing spaces. 28
Error Line has trailing spaces. 30
Error Class Alert should be declared as final. 41
Error Variable 'nl' must be private and have accessor methods. 44
Error 'private' modifier out of order with the JLS suggestions. 47
Error Name 'GUI' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Line has trailing spaces. 48
Error Missing a Javadoc comment. 49
Error Line has trailing spaces. 51
Error Line contains a tab character. 51
Error Missing a Javadoc comment. 54
Error Parameter message should be final. 54
Error Line has trailing spaces. 60
Error Line contains a tab character. 60
Error Missing a Javadoc comment. 63
Error Parameter message should be final. 63
Error Parameter extra should be final. 63
Error '+' is not preceded with whitespace. 65
Error '+' is not followed by whitespace. 65
Error '+' is not preceded with whitespace. 65
Error '+' is not followed by whitespace. 65
Error '+' is not preceded with whitespace. 67
Error '+' is not followed by whitespace. 67
Error '+' is not preceded with whitespace. 67
Error '+' is not followed by whitespace. 67
Error Line has trailing spaces. 70
Error Missing a Javadoc comment. 73
Error Parameter message should be final. 73
Error Parameter extra should be final. 73
Error '+' is not preceded with whitespace. 75
Error '+' is not followed by whitespace. 75
Error '+' is not preceded with whitespace. 75
Error '+' is not followed by whitespace. 75
Error '+' is not preceded with whitespace. 77
Error '+' is not followed by whitespace. 77
Error '+' is not preceded with whitespace. 77
Error '+' is not followed by whitespace. 77
Error Line has trailing spaces. 80
Error Line has trailing spaces. 81
Error Missing a Javadoc comment. 82
Error Parameter newGUI should be final. 82

edu/sc/seis/TauP/Arrival.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 19
Error Line has trailing spaces. 22
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 43
Error More than 7 parameters. 43
Error Parameter phase should be final. 43
Error 'phase' hides a field. 43
Error Line has trailing spaces. 44
Error Line contains a tab character. 44
Error Parameter time should be final. 44
Error 'time' hides a field. 44
Error Line has trailing spaces. 45
Error Line contains a tab character. 45
Error Parameter dist should be final. 45
Error 'dist' hides a field. 45
Error Line has trailing spaces. 46
Error Line contains a tab character. 46
Error Parameter rayParam should be final. 46
Error 'rayParam' hides a field. 46
Error Line has trailing spaces. 47
Error Line contains a tab character. 47
Error Parameter rayParamIndex should be final. 47
Error 'rayParamIndex' hides a field. 47
Error Line has trailing spaces. 48
Error Line contains a tab character. 48
Error Parameter name should be final. 48
Error 'name' hides a field. 48
Error Line has trailing spaces. 49
Error Line contains a tab character. 49
Error Parameter puristName should be final. 49
Error 'puristName' hides a field. 49
Error Line contains a tab character. 50
Error Parameter sourceDepth should be final. 50
Error 'sourceDepth' hides a field. 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 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 Variable 'phase' must be private and have accessor methods. 62
Error First sentence should end with a period. 64
Error Variable 'time' must be private and have accessor methods. 65
Error First sentence should end with a period. 67
Error Variable 'dist' must be private and have accessor methods. 68
Error Variable 'rayParam' must be private and have accessor methods. 71
Error Missing a Javadoc comment. 73
Error Variable 'rayParamIndex' must be private and have accessor methods. 73
Error First sentence should end with a period. 75
Error Variable 'name' must be private and have accessor methods. 76
Error Line has trailing spaces. 77
Error First sentence should end with a period. 78
Error Variable 'puristName' must be private and have accessor methods. 79
Error First sentence should end with a period. 81
Error Variable 'sourceDepth' must be private and have accessor methods. 82
Error First sentence should end with a period. 84
Error Variable 'pierce' must be private and have accessor methods. 85
Error Variable 'path' must be private and have accessor methods. 85
Error Expected an @return tag. 90
Error Method 'getPhase' is not designed for extension - needs to be abstract, final or empty. 90
Error Line contains a tab character. 91
Error First sentence should end with a period. 94
Error Expected an @return tag. 95
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 95
Error Line contains a tab character. 96
Error First sentence should end with a period. 99
Error Expected an @return tag. 100
Error Method 'getDist' is not designed for extension - needs to be abstract, final or empty. 100
Error Line contains a tab character. 101
Error Expected an @return tag. 106
Error Method 'getDistDeg' is not designed for extension - needs to be abstract, final or empty. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 111
Error Expected an @return tag. 113
Error Method 'getModuloDist' 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 contains a tab character. 116
Error Line contains a tab character. 120
Error Expected an @return tag. 122
Error Method 'getModuloDistDeg' is not designed for extension - needs to be abstract, final or empty. 122
Error Line contains a tab character. 123
Error '(' is followed by whitespace. 123
Error '*' is not followed by whitespace. 123
Error '360' is a magic number. 123
Error Line contains a tab character. 124
Error '180' is a magic number. 124
Error '360' is a magic number. 124
Error Line contains a tab character. 125
Error First sentence should end with a period. 128
Error Expected an @return tag. 129
Error Method 'getRayParam' is not designed for extension - needs to be abstract, final or empty. 129
Error Line contains a tab character. 130
Error First sentence should end with a period. 133
Error Expected an @return tag. 134
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 134
Error Line contains a tab character. 135
Error Expected an @return tag. 140
Error Method 'getPuristName' is not designed for extension - needs to be abstract, final or empty. 140
Error Line contains a tab character. 141
Error First sentence should end with a period. 144
Error Expected an @return tag. 145
Error Method 'getSourceDepth' is not designed for extension - needs to be abstract, final or empty. 145
Error Line contains a tab character. 146
Error Expected an @return tag. 150
Error Method 'getPierce' is not designed for extension - needs to be abstract, final or empty. 150
Error Line contains a tab character. 151
Error Expected an @return tag. 155
Error Method 'getPath' is not designed for extension - needs to be abstract, final or empty. 155
Error Line contains a tab character. 156
Error Method 'clone' is not designed for extension - needs to be abstract, final or empty. 159
Error Missing a Javadoc comment. 159
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error 'cast' is not followed by whitespace. 161
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error Line contains a tab character. 164
Error '=' is not preceded with whitespace. 164
Error '=' is not followed by whitespace. 164
Error '<' is not preceded with whitespace. 164
Error '<' is not followed by whitespace. 164
Error Line contains a tab character. 165
Error Line contains a tab character. 166
Error 'cast' is not followed by whitespace. 166
Error Line contains a tab character. 167
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 contains a tab character. 172
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error '=' is not preceded with whitespace. 174
Error '=' is not followed by whitespace. 174
Error '<' is not preceded with whitespace. 174
Error '<' is not followed by whitespace. 174
Error Line contains a tab character. 175
Error 'cast' is not followed by whitespace. 175
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error Line contains a tab character. 178
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 'toString' is not designed for extension - needs to be abstract, final or empty. 185
Error Missing a Javadoc comment. 185
Error Line is longer than 80 characters. 186
Error Line contains a tab character. 186
Error '+' is not preceded with whitespace. 186
Error '+' is not followed by whitespace. 186
Error '+' is not preceded with whitespace. 186
Error '+' is not followed by whitespace. 186
Error '+' is not preceded with whitespace. 186
Error '+' is not followed by whitespace. 186
Error '+' is not preceded with whitespace. 186
Error '+' is not followed by whitespace. 186
Error '+' is not preceded with whitespace. 186
Error '+' is not followed by whitespace. 186
Error '+' is not preceded with whitespace. 186
Error '+' is not followed by whitespace. 186
Error '+' is not preceded with whitespace. 186
Error '+' is not followed by whitespace. 186
Error '+' is not preceded with whitespace. 186
Error '+' is not followed by whitespace. 186
Error '+' is not preceded with whitespace. 186
Error '+' is not followed by whitespace. 186
Error Line contains a tab character. 187
Error Line contains a tab character. 188
Error Line contains a tab character. 189
Error '=' is not preceded with whitespace. 189
Error '=' is not followed by whitespace. 189
Error ';' is not followed by whitespace. 189
Error '<' is not preceded with whitespace. 189
Error '<' is not followed by whitespace. 189
Error ';' is not followed by whitespace. 189
Error Line contains a tab character. 190
Error Line contains a tab character. 191
Error Line contains a tab character. 192
Error Line contains a tab character. 193
Error Method 'getNumPiercePoints' is not designed for extension - needs to be abstract, final or empty. 196
Error Missing a Javadoc comment. 196
Error Line contains a tab character. 197
Error Line contains a tab character. 198
Error Line contains a tab character. 199
Error Line contains a tab character. 200
Error Line contains a tab character. 201
Error Method 'getNumPathPoints' is not designed for extension - needs to be abstract, final or empty. 204
Error Missing a Javadoc comment. 204
Error Line contains a tab character. 205
Error Line contains a tab character. 206
Error Line contains a tab character. 207
Error Line contains a tab character. 208
Error Line contains a tab character. 209
Error Method 'getPiercePoint' is not designed for extension - needs to be abstract, final or empty. 212
Error Missing a Javadoc comment. 212
Error Parameter i should be final. 212
Error Line contains a tab character. 213
Error Line contains a tab character. 214
Error Unused @throws tag for 'ArrayIndexOutOfBoundsException'. 218
Error Expected an @return tag. 220
Error Method 'getFirstPiercePoint' is not designed for extension - needs to be abstract, final or empty. 220
Error Parameter depth should be final. 220
Error Expected @param tag for 'depth'. 220
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 Line contains a tab character. 222
Error Line contains a tab character. 223
Error Line contains a tab character. 224
Error Line contains a tab character. 225
Error Line contains a tab character. 226
Error Line contains a tab character. 227
Error '+' is not preceded with whitespace. 227
Error '+' is not followed by whitespace. 227
Error Unused @throws tag for 'ArrayIndexOutOfBoundsException'. 231
Error Expected an @return tag. 233
Error Method 'getLastPiercePoint' is not designed for extension - needs to be abstract, final or empty. 233
Error Parameter depth should be final. 233
Error Expected @param tag for 'depth'. 233
Error Line contains a tab character. 234
Error Line contains a tab character. 235
Error '=' is not preceded with whitespace. 235
Error '=' is not followed by whitespace. 235
Error '<' is not preceded with whitespace. 235
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 contains a tab character. 242
Error '+' is not preceded with whitespace. 242
Error '+' is not followed by whitespace. 242
Error Line contains a tab character. 243
Error Line contains a tab character. 244
Error Method 'getPathPoint' is not designed for extension - needs to be abstract, final or empty. 247
Error Missing a Javadoc comment. 247
Error Parameter i should be final. 247
Error Line contains a tab character. 248
Error Line contains a tab character. 249
Error Missing a Javadoc comment. 252
Error Missing a Javadoc comment. 253
Error Name 'DtoR' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 253
Error '180.0' is a magic number. 253
Error Missing a Javadoc comment. 254
Error Name 'RtoD' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 254
Error '180.0' is a magic number. 254

edu/sc/seis/TauP/ArrivalPlot.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 34
Error Method 'setSelectedIndex' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Parameter index should be final. 49
Error Method 'addElement' is not designed for extension - needs to be abstract, final or empty. 54
Error Missing a Javadoc comment. 54
Error Parameter a should be final. 54
Error Method 'removeAllElements' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error Method 'setTauModel' is not designed for extension - needs to be abstract, final or empty. 63
Error Missing a Javadoc comment. 63
Error Parameter tMod should be final. 63
Error 'tMod' hides a field. 63
Error Missing a Javadoc comment. 67
Error Parameter g should be final. 67
Error Missing a Javadoc comment. 69
Error Parameter g should be final. 69
Error Missing a Javadoc comment. 71
Error Parameter g should be final. 71
Error Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error Parameter g should be final. 73
Error Missing a Javadoc comment. 80
Error Variable 'arrivals' must be private and have accessor methods. 80
Error Missing a Javadoc comment. 81
Error Variable 'tMod' must be private and have accessor methods. 81
Error Missing a Javadoc comment. 82
Error Variable 'selectedIndex' must be private and have accessor methods. 82

edu/sc/seis/TauP/ArrivalTableModel.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 23
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 43
Error Variable 'arrivals' must be private and have accessor methods. 43
Error Missing a Javadoc comment. 45
Error Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error '8' is a magic number. 54
Error Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error Parameter row should be final. 57
Error Parameter col should be final. 57
Error Line contains a tab character. 61
Error Line has trailing spaces. 62
Error Line contains a tab character. 62
Error '*' should be on a new line. 62
Error Line is longer than 80 characters. 63
Error Line contains a tab character. 63
Error '3' is a magic number. 66
Error '4' is a magic number. 68
Error '5' is a magic number. 70
Error '/' is not preceded with whitespace. 71
Error '/' is not followed by whitespace. 71
Error '180.0' is a magic number. 71
Error '*' is not preceded with whitespace. 71
Error '*' is not followed by whitespace. 71
Error '6' is a magic number. 72
Error '7' is a magic number. 74
Error Line is longer than 80 characters. 75
Error Avoid inline conditionals. 75
Error '8' is a magic number. 76
Error Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. 83
Error Missing a Javadoc comment. 83
Error Parameter col should be final. 83
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error '3' is a magic number. 91
Error '4' is a magic number. 93
Error '5' is a magic number. 95
Error '6' is a magic number. 97
Error '7' is a magic number. 99
Error '8' is a magic number. 101
Error Method 'setArrivals' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error Parameter arrivals should be final. 108
Error 'arrivals' hides a field. 108
Error Missing a Javadoc comment. 113
Error Name 'float6_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 113
Error Missing a Javadoc comment. 114
Error Name 'float8_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 114
Error Missing a Javadoc comment. 115
Error Name 'float8_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 115
Error Missing a Javadoc comment. 116
Error Name 'float8_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. 116
Error Missing a Javadoc comment. 117
Error Name 'float8_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. 117

edu/sc/seis/TauP/Assert.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 19
Error Line has trailing spaces. 22
Error Utility classes should not have a public or default constructor. 38
Error Line has trailing spaces. 40
Error Line contains a tab character. 40
Error Missing a Javadoc comment. 40
Error Parameter b should be final. 40
Error Parameter s should be final. 40
Error Line contains a tab character. 41
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 41
Error Line contains a tab character. 42
Error Expression can be simplified. 42
Error Line contains a tab character. 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 Line has trailing spaces. 47
Error Line contains a tab character. 47
Error Missing a Javadoc comment. 47
Error Parameter b should be final. 47
Error Parameter s should be final. 47
Error Line contains a tab character. 48
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 48
Error Line contains a tab character. 49
Error '!' is followed by whitespace. 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 Missing a Javadoc comment. 52
Error Parameter o should be final. 52
Error Parameter s should be final. 52
Error Line contains a tab character. 53
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 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

edu/sc/seis/TauP/Complex.java

ErrorLine
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error '{' should be on the previous line. 59
Error Variable 're' must be private and have accessor methods. 63
Error Variable 'im' must be private and have accessor methods. 68
Error First sentence should end with a period. 70
Error Variable 'suffix' must be private and have accessor methods. 82
Error Line has trailing spaces. 83
Error Missing a Javadoc comment. 85
Error 'static' modifier out of order with the JLS suggestions. 85
Error Name 'negZeroBits' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 85
Error '/' is not preceded with whitespace. 86
Error '/' is not followed by whitespace. 86
Error Parameter z should be final. 95
Error '{' should be on the previous line. 96
Error Line is longer than 80 characters. 106
Error Parameter re should be final. 108
Error 're' hides a field. 108
Error Parameter im should be final. 108
Error 'im' hides a field. 108
Error '{' should be on the previous line. 109
Error Parameter re should be final. 119
Error 're' hides a field. 119
Error '{' should be on the previous line. 120
Error '{' should be on the previous line. 130
Error Line has trailing spaces. 134
Error Method 'isNaN' is not designed for extension - needs to be abstract, final or empty. 141
Error '{' should be on the previous line. 142
Error Line has trailing spaces. 146
Error Line is longer than 80 characters. 149
Error Method 'isInfinite' is not designed for extension - needs to be abstract, final or empty. 151
Error '{' should be on the previous line. 152
Error Line has trailing spaces. 156
Error Line is longer than 80 characters. 164
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 166
Error Parameter z should be final. 166
Error '{' should be on the previous line. 167
Error Line has trailing spaces. 175
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 184
Error Parameter obj should be final. 184
Error '{' should be on the previous line. 185
Error 'cast' is not followed by whitespace. 189
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 199
Error '{' should be on the previous line. 200
Error Name 're_bits' must match pattern '^[a-z][a-zA-Z0-9]*$'. 201
Error Name 'im_bits' must match pattern '^[a-z][a-zA-Z0-9]*$'. 202
Error 'cast' is not followed by whitespace. 203
Error '^' is not preceded with whitespace. 203
Error '^' is not followed by whitespace. 203
Error '^' is not preceded with whitespace. 203
Error '^' is not followed by whitespace. 203
Error '^' is not preceded with whitespace. 203
Error '^' is not followed by whitespace. 203
Error '>>' is not preceded with whitespace. 203
Error '32' is a magic number. 203
Error '>>' is not followed by whitespace. 203
Error Parameter z should be final. 211
Error '{' should be on the previous line. 212
Error Parameter z should be final. 221
Error '{' should be on the previous line. 222
Error Method 'assign' is not designed for extension - needs to be abstract, final or empty. 233
Error Parameter x should be final. 233
Error '{' should be on the previous line. 234
Error Line has trailing spaces. 239
Error Method 'assign' is not designed for extension - needs to be abstract, final or empty. 246
Error Parameter z should be final. 246
Error '{' should be on the previous line. 247
Error Parameter z should be final. 259
Error '{' should be on the previous line. 260
Error Line has trailing spaces. 264
Error Line is longer than 80 characters. 268
Error Parameter z should be final. 270
Error '{' should be on the previous line. 271
Error Line has trailing spaces. 275
Error Parameter x should be final. 282
Error Parameter y should be final. 282
Error '{' should be on the previous line. 283
Error '+' is not preceded with whitespace. 284
Error '+' is not followed by whitespace. 284
Error '+' is not preceded with whitespace. 284
Error '+' is not followed by whitespace. 284
Error Parameter x should be final. 293
Error Parameter y should be final. 293
Error '{' should be on the previous line. 294
Error '+' is not preceded with whitespace. 295
Error '+' is not followed by whitespace. 295
Error Parameter x should be final. 304
Error Parameter y should be final. 304
Error '{' should be on the previous line. 305
Error '+' is not preceded with whitespace. 306
Error '+' is not followed by whitespace. 306
Error Method 'plus' is not designed for extension - needs to be abstract, final or empty. 314
Error Parameter y should be final. 314
Error '{' should be on the previous line. 315
Error '+' is not preceded with whitespace. 316
Error '+' is not followed by whitespace. 316
Error '+' is not preceded with whitespace. 316
Error '+' is not followed by whitespace. 316
Error Method 'plus' is not designed for extension - needs to be abstract, final or empty. 324
Error Parameter y should be final. 324
Error '{' should be on the previous line. 325
Error '+' is not preceded with whitespace. 326
Error '+' is not followed by whitespace. 326
Error Line has trailing spaces. 328
Error Method 'plusReverse' is not designed for extension - needs to be abstract, final or empty. 334
Error Parameter x should be final. 334
Error '{' should be on the previous line. 335
Error '+' is not preceded with whitespace. 336
Error '+' is not followed by whitespace. 336
Error Method 'plusEquals' is not designed for extension - needs to be abstract, final or empty. 344
Error Parameter y should be final. 344
Error '{' should be on the previous line. 345
Error Method 'plusEquals' is not designed for extension - needs to be abstract, final or empty. 356
Error Parameter y should be final. 356
Error '{' should be on the previous line. 357
Error Parameter x should be final. 369
Error Parameter y should be final. 369
Error '{' should be on the previous line. 370
Error '-' is not preceded with whitespace. 371
Error '-' is not followed by whitespace. 371
Error '-' is not preceded with whitespace. 371
Error '-' is not followed by whitespace. 371
Error Parameter x should be final. 380
Error Parameter y should be final. 380
Error '{' should be on the previous line. 381
Error '-' is not preceded with whitespace. 382
Error '-' is not followed by whitespace. 382
Error Line has trailing spaces. 384
Error Parameter x should be final. 391
Error Parameter y should be final. 391
Error '{' should be on the previous line. 392
Error '-' is not preceded with whitespace. 393
Error '-' is not followed by whitespace. 393
Error Method 'minus' is not designed for extension - needs to be abstract, final or empty. 402
Error Parameter y should be final. 402
Error '{' should be on the previous line. 403
Error '-' is not preceded with whitespace. 404
Error '-' is not followed by whitespace. 404
Error '-' is not preceded with whitespace. 404
Error '-' is not followed by whitespace. 404
Error Method 'minus' is not designed for extension - needs to be abstract, final or empty. 412
Error Parameter y should be final. 412
Error '{' should be on the previous line. 413
Error '-' is not preceded with whitespace. 414
Error '-' is not followed by whitespace. 414
Error Line has trailing spaces. 416
Error Unused @param tag for 'y'. 419
Error Method 'minusReverse' is not designed for extension - needs to be abstract, final or empty. 422
Error Parameter x should be final. 422
Error Expected @param tag for 'x'. 422
Error '{' should be on the previous line. 423
Error '-' is not preceded with whitespace. 424
Error '-' is not followed by whitespace. 424
Error Line is longer than 80 characters. 428
Error Method 'minusEquals' is not designed for extension - needs to be abstract, final or empty. 432
Error Parameter y should be final. 432
Error '{' should be on the previous line. 433
Error Line is longer than 80 characters. 440
Error Method 'minusEquals' is not designed for extension - needs to be abstract, final or empty. 444
Error Parameter y should be final. 444
Error '{' should be on the previous line. 445
Error Parameter x should be final. 457
Error Parameter y should be final. 457
Error '{' should be on the previous line. 458
Error '*' is not preceded with whitespace. 459
Error '*' is not followed by whitespace. 459
Error '-' is not preceded with whitespace. 459
Error '-' is not followed by whitespace. 459
Error '*' is not preceded with whitespace. 459
Error '*' is not followed by whitespace. 459
Error '*' is not preceded with whitespace. 459
Error '*' is not followed by whitespace. 459
Error '+' is not preceded with whitespace. 459
Error '+' is not followed by whitespace. 459
Error '*' is not preceded with whitespace. 459
Error '*' is not followed by whitespace. 459
Error 'if' construct must use '{}'s. 460
Error Missing a Javadoc comment. 468
Error Parameter a should be final. 468
Error Parameter b should be final. 468
Error '{' should be on the previous line. 469
Error Avoid inline conditionals. 471
Error Unused Javadoc tag. 486
Error Parameter x should be final. 488
Error Parameter y should be final. 488
Error Parameter t should be final. 488
Error '{' should be on the previous line. 489
Error '?' is not preceded with whitespace. 498
Error Avoid inline conditionals. 498
Error '?' is not followed by whitespace. 498
Error ':' is not preceded with whitespace. 498
Error ':' is not followed by whitespace. 498
Error '?' is not preceded with whitespace. 499
Error Avoid inline conditionals. 499
Error '?' is not followed by whitespace. 499
Error ':' is not preceded with whitespace. 499
Error ':' is not followed by whitespace. 499
Error 'if' construct must use '{}'s. 500
Error 'if' construct must use '{}'s. 501
Error '?' is not preceded with whitespace. 507
Error Avoid inline conditionals. 507
Error '?' is not followed by whitespace. 507
Error ':' is not preceded with whitespace. 507
Error ':' is not followed by whitespace. 507
Error '?' is not preceded with whitespace. 508
Error Avoid inline conditionals. 508
Error '?' is not followed by whitespace. 508
Error ':' is not preceded with whitespace. 508
Error ':' is not followed by whitespace. 508
Error 'if' construct must use '{}'s. 509
Error 'if' construct must use '{}'s. 510
Error '*' is not preceded with whitespace. 515
Error '*' is not followed by whitespace. 515
Error '*' is not preceded with whitespace. 515
Error '*' is not followed by whitespace. 515
Error '||' should be on a new line. 515
Error '*' is not preceded with whitespace. 516
Error '*' is not followed by whitespace. 516
Error '*' is not preceded with whitespace. 516
Error '*' is not followed by whitespace. 516
Error 'if' construct must use '{}'s. 518
Error 'if' construct must use '{}'s. 519
Error 'if' construct must use '{}'s. 520
Error 'if' construct must use '{}'s. 521
Error '*' is not preceded with whitespace. 527
Error '*' is not followed by whitespace. 527
Error '*' is not preceded with whitespace. 527
Error '*' is not followed by whitespace. 527
Error '*' is not preceded with whitespace. 528
Error '*' is not followed by whitespace. 528
Error '*' is not preceded with whitespace. 528
Error '*' is not followed by whitespace. 528
Error Parameter x should be final. 539
Error Parameter y should be final. 539
Error '{' should be on the previous line. 540
Error '*' is not preceded with whitespace. 541
Error '*' is not followed by whitespace. 541
Error '*' is not preceded with whitespace. 541
Error '*' is not followed by whitespace. 541
Error Parameter x should be final. 550
Error Parameter y should be final. 550
Error '{' should be on the previous line. 551
Error '*' is not preceded with whitespace. 552
Error '*' is not followed by whitespace. 552
Error '*' is not preceded with whitespace. 552
Error '*' is not followed by whitespace. 552
Error Line is longer than 80 characters. 556
Error Method 'times' is not designed for extension - needs to be abstract, final or empty. 560
Error Parameter y should be final. 560
Error '{' should be on the previous line. 561
Error ',' is not followed by whitespace. 562
Error Method 'times' is not designed for extension - needs to be abstract, final or empty. 570
Error Parameter y should be final. 570
Error '{' should be on the previous line. 571
Error '*' is not preceded with whitespace. 572
Error '*' is not followed by whitespace. 572
Error '*' is not preceded with whitespace. 572
Error '*' is not followed by whitespace. 572
Error Unused @param tag for 'y'. 577
Error Method 'timesReverse' is not designed for extension - needs to be abstract, final or empty. 580
Error Parameter x should be final. 580
Error Expected @param tag for 'x'. 580
Error '{' should be on the previous line. 581
Error '*' is not preceded with whitespace. 582
Error '*' is not followed by whitespace. 582
Error '*' is not preceded with whitespace. 582
Error '*' is not followed by whitespace. 582
Error Line is longer than 80 characters. 586
Error Method 'timesEquals' is not designed for extension - needs to be abstract, final or empty. 590
Error Parameter y should be final. 590
Error '{' should be on the previous line. 591
Error Name 'new_re' must match pattern '^[a-z][a-zA-Z0-9]*$'. 592
Error '*' is not preceded with whitespace. 592
Error '*' is not followed by whitespace. 592
Error '*' is not preceded with whitespace. 592
Error '*' is not followed by whitespace. 592
Error '*' is not preceded with whitespace. 593
Error '*' is not followed by whitespace. 593
Error '*' is not preceded with whitespace. 593
Error '*' is not followed by whitespace. 593
Error Method 'timesEquals' is not designed for extension - needs to be abstract, final or empty. 603
Error Parameter y should be final. 603
Error '{' should be on the previous line. 604
Error Missing a Javadoc comment. 610
Error Parameter x should be final. 610
Error '{' should be on the previous line. 611
Error Parameter x should be final. 622
Error Parameter y should be final. 622
Error '{' should be on the previous line. 623
Error '*' is not preceded with whitespace. 636
Error '*' is not followed by whitespace. 636
Error '*' is not preceded with whitespace. 636
Error '*' is not followed by whitespace. 636
Error '*' is not preceded with whitespace. 637
Error '*' is not followed by whitespace. 637
Error '+' is not preceded with whitespace. 637
Error '+' is not followed by whitespace. 637
Error '*' is not preceded with whitespace. 637
Error '*' is not followed by whitespace. 637
Error '/' is not preceded with whitespace. 637
Error '/' is not followed by whitespace. 637
Error '*' is not preceded with whitespace. 637
Error '*' is not followed by whitespace. 637
Error '-' is not preceded with whitespace. 637
Error '-' is not followed by whitespace. 637
Error '*' is not preceded with whitespace. 637
Error '*' is not followed by whitespace. 637
Error '/' is not preceded with whitespace. 637
Error '/' is not followed by whitespace. 637
Error Line has trailing spaces. 638
Error Line has trailing spaces. 650
Error '&&' should be on a new line. 651
Error '?' is not preceded with whitespace. 653
Error Avoid inline conditionals. 653
Error '?' is not followed by whitespace. 653
Error ':' is not preceded with whitespace. 653
Error ':' is not followed by whitespace. 653
Error '?' is not preceded with whitespace. 654
Error Avoid inline conditionals. 654
Error '?' is not followed by whitespace. 654
Error ':' is not preceded with whitespace. 654
Error ':' is not followed by whitespace. 654
Error '*' is not preceded with whitespace. 655
Error '*' is not followed by whitespace. 655
Error '*' is not preceded with whitespace. 655
Error '*' is not followed by whitespace. 655
Error '*' is not preceded with whitespace. 656
Error '*' is not followed by whitespace. 656
Error '*' is not preceded with whitespace. 656
Error '*' is not followed by whitespace. 656
Error Line has trailing spaces. 657
Error '&&' should be on a new line. 658
Error '?' is not preceded with whitespace. 660
Error Avoid inline conditionals. 660
Error '?' is not followed by whitespace. 660
Error ':' is not preceded with whitespace. 660
Error ':' is not followed by whitespace. 660
Error '?' is not preceded with whitespace. 661
Error Avoid inline conditionals. 661
Error '?' is not followed by whitespace. 661
Error ':' is not preceded with whitespace. 661
Error ':' is not followed by whitespace. 661
Error '*' is not preceded with whitespace. 662
Error '*' is not followed by whitespace. 662
Error '*' is not preceded with whitespace. 662
Error '*' is not followed by whitespace. 662
Error '*' is not preceded with whitespace. 663
Error '*' is not followed by whitespace. 663
Error '*' is not preceded with whitespace. 663
Error '*' is not followed by whitespace. 663
Error Line has trailing spaces. 669
Error Parameter x should be final. 676
Error Parameter y should be final. 676
Error '{' should be on the previous line. 677
Error '/' is not preceded with whitespace. 678
Error '/' is not followed by whitespace. 678
Error '/' is not preceded with whitespace. 678
Error '/' is not followed by whitespace. 678
Error Parameter x should be final. 687
Error Parameter y should be final. 687
Error '{' should be on the previous line. 688
Error Method 'over' is not designed for extension - needs to be abstract, final or empty. 697
Error Parameter y should be final. 697
Error '{' should be on the previous line. 698
Error Method 'over' is not designed for extension - needs to be abstract, final or empty. 707
Error Parameter y should be final. 707
Error '{' should be on the previous line. 708
Error Method 'overReverse' is not designed for extension - needs to be abstract, final or empty. 717
Error Parameter x should be final. 717
Error '{' should be on the previous line. 718
Error '*' is not preceded with whitespace. 723
Error '*' is not followed by whitespace. 723
Error '/' is not preceded with whitespace. 724
Error '/' is not followed by whitespace. 724
Error '*' is not preceded with whitespace. 724
Error '*' is not followed by whitespace. 724
Error '/' is not preceded with whitespace. 724
Error '/' is not followed by whitespace. 724
Error '*' is not preceded with whitespace. 727
Error '*' is not followed by whitespace. 727
Error '*' is not preceded with whitespace. 728
Error '*' is not followed by whitespace. 728
Error '/' is not preceded with whitespace. 728
Error '/' is not followed by whitespace. 728
Error '/' is not preceded with whitespace. 728
Error '/' is not followed by whitespace. 728
Error Method 'overEquals' is not designed for extension - needs to be abstract, final or empty. 738
Error Parameter y should be final. 738
Error '{' should be on the previous line. 739
Error ',' is not followed by whitespace. 740
Error Method 'overEquals' is not designed for extension - needs to be abstract, final or empty. 749
Error Parameter y should be final. 749
Error '{' should be on the previous line. 750
Error Parameter z should be final. 762
Error '{' should be on the previous line. 763
Error 'if' construct must use '{}'s. 764
Error '*' is not preceded with whitespace. 772
Error '*' is not followed by whitespace. 772
Error '+' is not preceded with whitespace. 772
Error '+' is not followed by whitespace. 772
Error '*' is not preceded with whitespace. 772
Error '*' is not followed by whitespace. 772
Error '*' is not preceded with whitespace. 775
Error '*' is not followed by whitespace. 775
Error '*' is not preceded with whitespace. 775
Error '*' is not followed by whitespace. 775
Error '+' is not preceded with whitespace. 775
Error '+' is not followed by whitespace. 775
Error Parameter z should be final. 787
Error '{' should be on the previous line. 788
Error Line has trailing spaces. 792
Error Parameter z should be final. 801
Error '{' should be on the previous line. 802
Error Inner assignments should be avoided. 809
Error Inner assignments should be avoided. 820
Error Line has trailing spaces. 826
Error '0.5' is a magic number. 829
Error '*' is not preceded with whitespace. 829
Error '*' is not followed by whitespace. 829
Error '+' is not preceded with whitespace. 829
Error '+' is not followed by whitespace. 829
Error '0.5' is a magic number. 830
Error '*' is not preceded with whitespace. 830
Error '*' is not followed by whitespace. 830
Error '-' is not preceded with whitespace. 830
Error '-' is not followed by whitespace. 830
Error '*' is not preceded with whitespace. 835
Error '*' is not followed by whitespace. 835
Error '0.5' is a magic number. 835
Error '/' is not preceded with whitespace. 835
Error '/' is not followed by whitespace. 835
Error '0.5' is a magic number. 836
Error '*' is not preceded with whitespace. 836
Error '*' is not followed by whitespace. 836
Error '*' is not preceded with whitespace. 839
Error '*' is not followed by whitespace. 839
Error '0.5' is a magic number. 839
Error '/' is not preceded with whitespace. 839
Error '/' is not followed by whitespace. 839
Error '0.5' is a magic number. 840
Error '*' is not preceded with whitespace. 840
Error '*' is not followed by whitespace. 840
Error 'if' construct must use '{}'s. 843
Error Parameter z should be final. 856
Error '{' should be on the previous line. 857
Error Line has trailing spaces. 859
Error '>' is not preceded with whitespace. 864
Error '>' is not followed by whitespace. 864
Error Inner assignments should be avoided. 865
Error Line has trailing spaces. 866
Error Inner assignments should be avoided. 873
Error 'if' construct must use '{}'s. 880
Error Line has trailing spaces. 883
Error '*' is not preceded with whitespace. 888
Error '*' is not followed by whitespace. 888
Error '*' is not preceded with whitespace. 889
Error '*' is not followed by whitespace. 889
Error Parameter z should be final. 903
Error '{' should be on the previous line. 904
Error Inner assignments should be avoided. 908
Error 'if' construct must use '{}'s. 909
Error Inner assignments should be avoided. 912
Error 'if' construct must use '{}'s. 913
Error Parameter z should be final. 928
Error '{' should be on the previous line. 929
Error ',' is not followed by whitespace. 931
Error Line is longer than 80 characters. 943
Error Parameter z should be final. 945
Error '{' should be on the previous line. 946
Error ',' is not followed by whitespace. 948
Error Parameter z should be final. 957
Error '{' should be on the previous line. 958
Error ',' is not followed by whitespace. 960
Error Parameter z should be final. 977
Error '{' should be on the previous line. 978
Error '0.5' is a magic number. 987
Error '*' is not preceded with whitespace. 987
Error '*' is not followed by whitespace. 987
Error '>' is not preceded with whitespace. 988
Error '>' is not followed by whitespace. 988
Error Avoid inline conditionals. 988
Error 'if' construct must use '{}'s. 989
Error '/' is not preceded with whitespace. 991
Error '/' is not followed by whitespace. 991
Error '*' is not preceded with whitespace. 997
Error '*' is not followed by whitespace. 997
Error Inner assignments should be avoided. 1001
Error 'if' construct must use '{}'s. 1002
Error '2.58095e-08' is a magic number. 1003
Error '0.1' is a magic number. 1010
Error ',' is not followed by whitespace. 1011
Error '8' is a magic number. 1013
Error '*' is not preceded with whitespace. 1014
Error '*' is not followed by whitespace. 1014
Error '8' is a magic number. 1014
Error '-' is not preceded with whitespace. 1014
Error '-' is not followed by whitespace. 1014
Error ',' is not followed by whitespace. 1015
Error ',' is not followed by whitespace. 1015
Error '/' is not preceded with whitespace. 1015
Error '/' is not followed by whitespace. 1015
Error '+' is not preceded with whitespace. 1015
Error '+' is not followed by whitespace. 1015
Error '/' is not preceded with whitespace. 1016
Error '/' is not followed by whitespace. 1016
Error Avoid inline conditionals. 1024
Error ',' is not followed by whitespace. 1025
Error 'if' construct must use '{}'s. 1026
Error ',' is not followed by whitespace. 1028
Error ',' is not followed by whitespace. 1029
Error ',' is not followed by whitespace. 1029
Error '0.5' is a magic number. 1032
Error '*' is not preceded with whitespace. 1032
Error '*' is not followed by whitespace. 1032
Error '0.5' is a magic number. 1036
Error '*' is not preceded with whitespace. 1036
Error '*' is not followed by whitespace. 1036
Error '-0.5' is a magic number. 1040
Error '*' is not preceded with whitespace. 1040
Error '*' is not followed by whitespace. 1040
Error Parameter z should be final. 1061
Error '{' should be on the previous line. 1062
Error ',' is not followed by whitespace. 1070
Error '*' is not preceded with whitespace. 1071
Error '*' is not followed by whitespace. 1071
Error '/' is not preceded with whitespace. 1073
Error '/' is not followed by whitespace. 1073
Error '/' is not preceded with whitespace. 1076
Error '/' is not followed by whitespace. 1076
Error ',' is not followed by whitespace. 1076
Error Parameter z should be final. 1090
Error '{' should be on the previous line. 1091
Error '0.5' is a magic number. 1096
Error '*' is not preceded with whitespace. 1096
Error '*' is not followed by whitespace. 1096
Error Avoid inline conditionals. 1097
Error '<' is not preceded with whitespace. 1098
Error '<' is not followed by whitespace. 1098
Error Avoid inline conditionals. 1098
Error '<' is not preceded with whitespace. 1099
Error '<' is not followed by whitespace. 1099
Error Avoid inline conditionals. 1099
Error '/' is not preceded with whitespace. 1099
Error '/' is not followed by whitespace. 1099
Error 'if' construct must use '{}'s. 1100
Error Inner assignments should be avoided. 1102
Error 'if' construct must use '{}'s. 1103
Error '1.82501e-08' is a magic number. 1104
Error '0.1' is a magic number. 1108
Error ',' is not followed by whitespace. 1109
Error '17' is a magic number. 1111
Error ',' is not followed by whitespace. 1112
Error '*' is not preceded with whitespace. 1113
Error '*' is not followed by whitespace. 1113
Error '17' is a magic number. 1113
Error '-' is not preceded with whitespace. 1113
Error '-' is not followed by whitespace. 1113
Error '/' is not preceded with whitespace. 1114
Error '/' is not followed by whitespace. 1114
Error '9.0072e+15' is a magic number. 1118
Error '*' is not preceded with whitespace. 1120
Error '*' is not followed by whitespace. 1120
Error '0.5' is a magic number. 1121
Error '*' is not preceded with whitespace. 1121
Error '*' is not followed by whitespace. 1121
Error '*' is not preceded with whitespace. 1121
Error '*' is not followed by whitespace. 1121
Error ',' is not followed by whitespace. 1121
Error '-' is not preceded with whitespace. 1121
Error '-' is not followed by whitespace. 1121
Error '0.25' is a magic number. 1122
Error '*' is not preceded with whitespace. 1122
Error '*' is not followed by whitespace. 1122
Error '+' is not preceded with whitespace. 1122
Error '+' is not followed by whitespace. 1122
Error '*' is not preceded with whitespace. 1122
Error '*' is not followed by whitespace. 1122
Error '+' is not preceded with whitespace. 1122
Error '+' is not followed by whitespace. 1122
Error '/' is not preceded with whitespace. 1122
Error '/' is not followed by whitespace. 1122
Error '-' is not preceded with whitespace. 1122
Error '-' is not followed by whitespace. 1122
Error '*' is not preceded with whitespace. 1122
Error '*' is not followed by whitespace. 1122
Error '+' is not preceded with whitespace. 1122
Error '+' is not followed by whitespace. 1122
Error Avoid inline conditionals. 1124
Error '-0.5' is a magic number. 1124
Error '*' is not preceded with whitespace. 1124
Error '*' is not followed by whitespace. 1124
Error '0.5' is a magic number. 1124
Error '*' is not preceded with whitespace. 1124
Error '*' is not followed by whitespace. 1124
Error Parameter z should be final. 1135
Error '{' should be on the previous line. 1136
Error '*' is not preceded with whitespace. 1149
Error '*' is not followed by whitespace. 1149
Error '*' is not preceded with whitespace. 1149
Error '*' is not followed by whitespace. 1149
Error 'if' construct must use '{}'s. 1152
Error '*' is not preceded with whitespace. 1155
Error '*' is not followed by whitespace. 1155
Error '*' is not preceded with whitespace. 1156
Error '*' is not followed by whitespace. 1156
Error 'if' construct must use '{}'s. 1157
Error 'if' construct must use '{}'s. 1158
Error Parameter z should be final. 1170
Error '{' should be on the previous line. 1171
Error Line has trailing spaces. 1175
Error '*' is not preceded with whitespace. 1184
Error '*' is not followed by whitespace. 1184
Error '*' is not preceded with whitespace. 1184
Error '*' is not followed by whitespace. 1184
Error 'if' construct must use '{}'s. 1185
Error '*' is not preceded with whitespace. 1189
Error '*' is not followed by whitespace. 1189
Error '*' is not preceded with whitespace. 1190
Error '*' is not followed by whitespace. 1190
Error 'if' construct must use '{}'s. 1191
Error Parameter z should be final. 1207
Error '{' should be on the previous line. 1208
Error '*' is not preceded with whitespace. 1209
Error '*' is not followed by whitespace. 1209
Error Line has trailing spaces. 1210
Error ',' is not followed by whitespace. 1214
Error '*' is not preceded with whitespace. 1217
Error '*' is not followed by whitespace. 1217
Error '*' is not preceded with whitespace. 1218
Error '*' is not followed by whitespace. 1218
Error '*' is not preceded with whitespace. 1219
Error '*' is not followed by whitespace. 1219
Error Inner assignments should be avoided. 1224
Error 'if' construct must use '{}'s. 1227
Error Avoid inline conditionals. 1228
Error '/' is not preceded with whitespace. 1232
Error '/' is not followed by whitespace. 1232
Error '/' is not preceded with whitespace. 1232
Error '/' is not followed by whitespace. 1232
Error Line has trailing spaces. 1234
Error Parameter z should be final. 1243
Error Parameter x should be final. 1243
Error '{' should be on the previous line. 1244
Error Line has trailing spaces. 1247
Error '*' is not preceded with whitespace. 1253
Error '*' is not followed by whitespace. 1253
Error '*' is not preceded with whitespace. 1253
Error '*' is not followed by whitespace. 1253
Error '*' is not preceded with whitespace. 1254
Error '*' is not followed by whitespace. 1254
Error '*' is not preceded with whitespace. 1254
Error '*' is not followed by whitespace. 1254
Error Parameter z should be final. 1267
Error '{' should be on the previous line. 1268
Error ',' is not followed by whitespace. 1270
Error Line has trailing spaces. 1277
Error Parameter z should be final. 1287
Error '{' should be on the previous line. 1288
Error Expected an @return tag. 1304
Error Parameter x should be final. 1304
Error Expected @param tag for 'x'. 1304
Error '{' should be on the previous line. 1305
Error Parameter z should be final. 1318
Error '{' should be on the previous line. 1319
Error ',' is not followed by whitespace. 1321
Error Line has trailing spaces. 1329
Error Unclosed HTML tag found: <FONT SIZE="3">. 1336
Error Parameter x should be final. 1338
Error Parameter y should be final. 1338
Error '{' should be on the previous line. 1339
Error ',' is not followed by whitespace. 1340
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 1350
Error '{' should be on the previous line. 1351
Error 'if' construct must use '{}'s. 1352
Error 'if' construct must use '{}'s. 1355
Error Avoid inline conditionals. 1358
Error Line is longer than 80 characters. 1368
Error Unused @throws tag for 'NullPointerException'. 1369
Error Parameter s should be final. 1371
Error Redundant throws: 'NumberFormatException' is unchecked exception. 1371
Error '{' should be on the previous line. 1372
Error Line has trailing spaces. 1390
Error '4' is a magic number. 1399
Error '5' is a magic number. 1400
Error '==' is not preceded with whitespace. 1406
Error '==' is not followed by whitespace. 1406
Error Avoid inline conditionals. 1406
Error '4' is a magic number. 1409
Error '5' is a magic number. 1410
Error Line is longer than 80 characters. 1414
Error ',' is not followed by whitespace. 1414
Error 'if' construct must use '{}'s. 1426
Error '3' is a magic number. 1427
Error 'else' construct must use '{}'s. 1428
Error Line has trailing spaces. 1431
Error '+' is not preceded with whitespace. 1434
Error '+' is not followed by whitespace. 1434
Error '3' is a magic number. 1439
Error '5' is a magic number. 1439
Error Line is longer than 80 characters. 1440
Error ',' is not followed by whitespace. 1440
Error Line has trailing spaces. 1445
Error '3' is a magic number. 1448
Error '4' is a magic number. 1449
Error Line has trailing spaces. 1458

edu/sc/seis/TauP/CriticalDepth.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 19
Error Line has trailing spaces. 22
Error Variable 'depth' must be private and have accessor methods. 45
Error Variable 'velLayerNum' must be private and have accessor methods. 48
Error Line is longer than 80 characters. 50
Error Name 'PLayerNum' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Error Variable 'PLayerNum' must be private and have accessor methods. 52
Error Line is longer than 80 characters. 54
Error Name 'SLayerNum' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
Error Variable 'SLayerNum' must be private and have accessor methods. 56
Error Missing a Javadoc comment. 60
Error Line has trailing spaces. 63
Error Missing a Javadoc comment. 63
Error Parameter depth should be final. 63
Error 'depth' hides a field. 63
Error Parameter velLayerNum should be final. 63
Error 'velLayerNum' hides a field. 63
Error Parameter PLayerNum should be final. 63
Error 'PLayerNum' hides a field. 63
Error Name 'PLayerNum' must match pattern '^[a-z][a-zA-Z0-9]*$'. 63
Error Parameter SLayerNum should be final. 64
Error 'SLayerNum' hides a field. 64
Error Name 'SLayerNum' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
Error Method 'setVelLayerNum' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error Parameter layerNum should be final. 73
Error Method 'setPLayerNum' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter layerNum should be final. 77
Error Method 'setSLayerNum' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter layerNum should be final. 81
Error Method 'getVelLayerNum' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error Method 'getPLayerNum' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error Method 'getSLayerNum' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error Method 'setLayerNum' is not designed for extension - needs to be abstract, final or empty. 99
Error Parameter layerNum should be final. 99
Error Expected @param tag for 'layerNum'. 99
Error Parameter isPWave should be final. 99
Error Expected @param tag for 'isPWave'. 99
Error Expected an @return tag. 109
Error Method 'getLayerNum' is not designed for extension - needs to be abstract, final or empty. 109
Error Parameter isPWave should be final. 109
Error Expected @param tag for 'isPWave'. 109
Error Line has trailing spaces. 116
Error Line has trailing spaces. 117
Error Method 'clone' is not designed for extension - needs to be abstract, final or empty. 118
Error Missing a Javadoc comment. 118
Error 'cast' is not followed by whitespace. 121
Error '+' is not preceded with whitespace. 125
Error '+' should be on a new line. 125

edu/sc/seis/TauP/CurvePlot.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. 22
Error Missing a Javadoc comment. 23
Error Line has trailing spaces. 27
Error Missing a Javadoc comment. 28
Error Parameter g should be final. 28
Error Method 'paintArrivals' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Parameter g should be final. 33
Error '=' is not preceded with whitespace. 34
Error '=' is not followed by whitespace. 34
Error ';' is not followed by whitespace. 34
Error '<' is not preceded with whitespace. 34
Error '<' is not followed by whitespace. 34
Error Method 'paintForeground' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error Parameter g should be final. 39
Error Method 'paintCurve' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error Parameter g should be final. 47
Error Parameter i should be final. 47
Error '/' is not preceded with whitespace. 50
Error '/' is not followed by whitespace. 50
Error '/' is not preceded with whitespace. 51
Error '/' is not followed by whitespace. 51
Error '6371' is a magic number. 54
Error 'cast' is not followed by whitespace. 57
Error '+' is not followed by whitespace. 61
Error 'cast' is not followed by whitespace. 61
Error '(' is followed by whitespace. 62
Error '-' is not preceded with whitespace. 62
Error '-' is not followed by whitespace. 62
Error '/' should be on a new line. 62
Error '-' is not followed by whitespace. 64
Error 'cast' is not followed by whitespace. 64
Error '(' is followed by whitespace. 65
Error '-' is not preceded with whitespace. 65
Error '-' is not followed by whitespace. 65
Error '/' should be on a new line. 65

edu/sc/seis/TauP/DepthRange.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 19
Error Line has trailing spaces. 22
Error Variable 'topDepth' must be private and have accessor methods. 44
Error Variable 'botDepth' must be private and have accessor methods. 47
Error Variable 'rayParam' must be private and have accessor methods. 52
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 57
Error Parameter topDepth should be final. 57
Error 'topDepth' hides a field. 57
Error Parameter botDepth should be final. 57
Error 'botDepth' hides a field. 57
Error Missing a Javadoc comment. 62
Error Parameter topDepth should be final. 62
Error 'topDepth' hides a field. 62
Error Parameter botDepth should be final. 62
Error 'botDepth' hides a field. 62
Error Parameter rayParam should be final. 62
Error 'rayParam' hides a field. 62
Error Method 'clone' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error 'cast' is not followed by whitespace. 71
Error '+' is not preceded with whitespace. 75
Error '+' should be on a new line. 75
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error '+' is not preceded with whitespace. 83
Error '+' is not followed by whitespace. 83
Error '+' is not preceded with whitespace. 83
Error '+' is not followed by whitespace. 83
Error '+' is not preceded with whitespace. 83
Error '+' is not followed by whitespace. 83
Error '+' is not preceded with whitespace. 83
Error '+' should be on a new line. 83
Error '+' is not preceded with whitespace. 84
Error '+' is not followed by whitespace. 84
Error '+' is not preceded with 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 preceded with whitespace. 86
Error '+' is not followed by whitespace. 86

edu/sc/seis/TauP/DistPlot.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 19
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 45
Error Parameter parent should be final. 45
Error '10' is a magic number. 50
Error Missing a Javadoc comment. 53
Error Parameter parent should be final. 53
Error Parameter width should be final. 53
Error Parameter height should be final. 53
Error '10' is a magic number. 58
Error Method 'plot' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error Parameter tModel should be final. 61
Error Parameter isPWave should be final. 61
Error Line contains a tab character. 63
Error '!' is followed by whitespace. 64
Error Line contains a tab character. 65
Error '2000.0' is a magic number. 68
Error '270.0' is a magic number. 72
Error Line contains a tab character. 75
Error '1300.0' is a magic number. 78
Error '200.0' is a magic number. 82
Error '=' is not preceded with whitespace. 86
Error '=' is not followed by whitespace. 86
Error '=' is not preceded with whitespace. 92
Error '=' is not followed by whitespace. 92
Error ';' is not followed by whitespace. 92
Error '<' is not preceded with whitespace. 92
Error '<' is not followed by whitespace. 92
Error ';' is not followed by whitespace. 92
Error '=' is not preceded with whitespace. 93
Error '=' is not followed by whitespace. 93
Error '=' is not preceded with whitespace. 96
Error '=' is not followed by whitespace. 96
Error ';' is not followed by whitespace. 96
Error '<' is not preceded with whitespace. 96
Error '<' is not followed by whitespace. 96
Error ';' is not followed by whitespace. 96
Error '=' is not preceded with whitespace. 97
Error '=' is not followed by whitespace. 97
Error '=' is not preceded with whitespace. 98
Error '=' is not followed by whitespace. 98
Error '=' is not preceded with whitespace. 99
Error '=' is not followed by whitespace. 99
Error ';' is not followed by whitespace. 99
Error '<=' is not preceded with whitespace. 99
Error '<=' is not followed by whitespace. 99
Error ';' is not followed by whitespace. 99
Error '*' is not preceded with whitespace. 100
Error '*' is not followed by whitespace. 100
Error '*=' is not preceded with whitespace. 102
Error '*=' is not followed by whitespace. 102
Error '180' is a magic number. 102
Error '/' is not preceded with whitespace. 102
Error '/' is not followed by whitespace. 102
Error Line is longer than 80 characters. 103
Error '!=' is not preceded with whitespace. 103
Error '!=' is not followed by whitespace. 103
Error '==' is not preceded with whitespace. 103
Error '==' is not followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '=' is not preceded with whitespace. 104
Error '=' is not followed by whitespace. 104
Error '=' is not preceded with whitespace. 105
Error '=' is not followed by whitespace. 105
Error 'if' construct must use '{}'s. 106
Error '+' is not preceded with whitespace. 106
Error '+' is not followed by whitespace. 106
Error '+' is not preceded with whitespace. 106
Error '+' is not followed by whitespace. 106
Error 'if' construct must use '{}'s. 110
Error '=' is not preceded with whitespace. 111
Error '=' is not preceded with whitespace. 113
Error '=' is not preceded with whitespace. 117
Error '=' is not followed by whitespace. 117
Error '=' is not preceded with whitespace. 118
Error '=' is not followed by whitespace. 118
Error Line has trailing spaces. 120
Error Line has trailing spaces. 123
Error Method 'paint' is not designed for extension - needs to be abstract, final or empty. 124
Error Missing a Javadoc comment. 124
Error Parameter g should be final. 124

edu/sc/seis/TauP/Format.java

ErrorLine
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 10
Error Line has trailing spaces. 11
Error Line has trailing spaces. 12
Error Line has trailing spaces. 13
Error Line has trailing spaces. 14
Error Line has trailing spaces. 15
Error Line has trailing spaces. 17
Error Line has trailing spaces. 18
Error Line has trailing spaces. 21
Error Line has trailing spaces. 36
Error Missing a Javadoc comment. 44
Error Line has trailing spaces. 46
Error '{' should be on the previous line. 46
Error Line is longer than 80 characters. 63
Error Line is longer than 80 characters. 70
Error Line is longer than 80 characters. 71
Error Unused @throws tag for 'IllegalArgumentException'. 79
Error Parameter s should be final. 82
Error '{' should be on the previous line. 83
Error Line has trailing spaces. 92
Error Line has trailing spaces. 93
Error Line has trailing spaces. 94
Error Line has trailing spaces. 96
Error Name 'parse_state' must match pattern '^[a-z][a-zA-Z0-9]*$'. 96
Error Line has trailing spaces. 100
Error 'if' construct must use '{}'s. 102
Error '{' should be on the previous line. 102
Error '5' is a magic number. 102
Error '{' should be on the previous line. 104
Error '{' should be on the previous line. 105
Error '{' should be on the previous line. 106
Error '}' should be on the same line. 108
Error 'else' construct must use '{}'s. 109
Error '}' should be on the same line. 111
Error 'else' construct must use '{}'s. 112
Error '}' should be on the same line. 113
Error 'else' construct must use '{}'s. 114
Error 'if' construct must use '{}'s. 119
Error '{' should be on the previous line. 119
Error '5' is a magic number. 119
Error 'if' construct must use '{}'s. 120
Error 'if' construct must use '{}'s. 121
Error Line has trailing spaces. 121
Error 'if' construct must use '{}'s. 122
Error 'if' construct must use '{}'s. 123
Error 'if' construct must use '{}'s. 124
Error Line has trailing spaces. 127
Error 'if' construct must use '{}'s. 129
Error '{' should be on the previous line. 129
Error '5' is a magic number. 129
Error '{' should be on the previous line. 131
Error '10' is a magic number. 131
Error '}' should be on the same line. 133
Error '{' should be on the previous line. 135
Error '3' is a magic number. 135
Error '}' should be on the same line. 138
Error 'else' construct must use '{}'s. 139
Error Line has trailing spaces. 139
Error Line has trailing spaces. 140
Error '4' is a magic number. 140
Error '3' is a magic number. 142
Error 'if' construct must use '{}'s. 143
Error '{' should be on the previous line. 143
Error '5' is a magic number. 143
Error '{' should be on the previous line. 145
Error '10' is a magic number. 145
Error '}' should be on the same line. 147
Error 'else' construct must use '{}'s. 148
Error Line has trailing spaces. 148
Error Line has trailing spaces. 149
Error '4' is a magic number. 149
Error Line has trailing spaces. 151
Error '4' is a magic number. 151
Error 'if' construct must use '{}'s. 152
Error '{' should be on the previous line. 152
Error '5' is a magic number. 152
Error 'else' construct must use '{}'s. 153
Error 'if' construct must use '{}'s. 156
Error Line has trailing spaces. 158
Error First sentence should end with a period. 160
Error Line has trailing spaces. 160
Error Line has trailing spaces. 166
Error Parameter s should be final. 167
Error Parameter fmt should be final. 167
Error Parameter x should be final. 167
Error '{' should be on the previous line. 168
Error First sentence should end with a period. 171
Error Line has trailing spaces. 171
Error Parameter s should be final. 177
Error Parameter fmt should be final. 177
Error Parameter x should be final. 177
Error '{' should be on the previous line. 178
Error First sentence should end with a period. 181
Error Line has trailing spaces. 181
Error Line has trailing spaces. 185
Error Line has trailing spaces. 187
Error Parameter s should be final. 188
Error Parameter fmt should be final. 188
Error Parameter x should be final. 188
Error '{' should be on the previous line. 189
Error First sentence should end with a period. 192
Error Line has trailing spaces. 192
Error Line has trailing spaces. 197
Error Parameter s should be final. 198
Error Parameter fmt should be final. 198
Error Expected @param tag for 'fmt'. 198
Error Parameter x should be final. 198
Error '{' should be on the previous line. 199
Error Line has trailing spaces. 201
Error First sentence should end with a period. 202
Error Line has trailing spaces. 202
Error Line has trailing spaces. 207
Error Parameter s should be final. 208
Error '{' should be on the previous line. 209
Error 'cast' is not followed by whitespace. 209
Error Line has trailing spaces. 210
Error Line has trailing spaces. 211
Error First sentence should end with a period. 212
Error Line has trailing spaces. 212
Error Line has trailing spaces. 217
Error Parameter s should be final. 218
Error '{' should be on the previous line. 219
Error 'while' construct must use '{}'s. 221
Error 'if' construct must use '{}'s. 223
Error Line is longer than 80 characters. 223
Error '{' should be on the previous line. 223
Error '16' is a magic number. 224
Error 'else' construct must use '{}'s. 225
Error '8' is a magic number. 225
Error '}' should be on the same line. 226
Error 'else' construct must use '{}'s. 227
Error '10' is a magic number. 227
Error Missing a Javadoc comment. 230
Error Parameter s should be final. 230
Error Parameter base should be final. 230
Error '{' should be on the previous line. 231
Error Line has trailing spaces. 234
Error 'while' construct must use '{}'s. 235
Error '}' should be on the same line. 236
Error '{' should be on the previous line. 239
Error 'if' construct must use '{}'s. 240
Error 'if' construct must use '{}'s. 242
Error '10' is a magic number. 242
Error '10' is a magic number. 243
Error ';' is preceded with whitespace. 243
Error 'if' construct must use '{}'s. 244
Error '10' is a magic number. 244
Error '10' is a magic number. 245
Error ';' is preceded with whitespace. 245
Error 'else' construct must use '{}'s. 246
Error Line has trailing spaces. 246
Error Line has trailing spaces. 250
Error Line has trailing spaces. 252
Error First sentence should end with a period. 253
Error Line has trailing spaces. 253
Error Line has trailing spaces. 257
Error Expected an @return tag. 258
Error Parameter s should be final. 258
Error '{' should be on the previous line. 259
Error Line has trailing spaces. 265
Error 'while' construct must use '{}'s. 266
Error '}' should be on the same line. 267
Error '{' should be on the previous line. 270
Error 'if' construct must use '{}'s. 272
Error '{' should be on the previous line. 272
Error '10' is a magic number. 273
Error '{' should be on the previous line. 275
Error '10' is a magic number. 275
Error '}' should be on the same line. 278
Error Line has trailing spaces. 279
Error 'if' construct must use '{}'s. 280
Error Line has trailing spaces. 280
Error '{' should be on the previous line. 280
Error 'else' construct must use '{}'s. 281
Error '}' should be on the same line. 282
Error '{' should be on the previous line. 284
Error 'cast' is not followed by whitespace. 284
Error '10' is a magic number. 284
Error '10' is a magic number. 285
Error '}' should be on the same line. 286
Error 'else' construct must use '{}'s. 287
Error Line has trailing spaces. 292
Error First sentence should end with a period. 293
Error Line has trailing spaces. 293
Error Line has trailing spaces. 296
Error Unused @throws tag for 'IllegalArgumentException'. 297
Error Line has trailing spaces. 299
Error Method 'form' is not designed for extension - needs to be abstract, final or empty. 300
Error Parameter x should be final. 300
Error '{' should be on the previous line. 301
Error 'if' construct must use '{}'s. 302
Error '6' is a magic number. 302
Error 'if' construct must use '{}'s. 305
Error 'if' construct must use '{}'s. 307
Error 'else' construct must use '{}'s. 309
Error Line has trailing spaces. 310
Error Line has trailing spaces. 313
Error First sentence should end with a period. 314
Error Line has trailing spaces. 314
Error Line has trailing spaces. 317
Error Line has trailing spaces. 319
Error Method 'form' is not designed for extension - needs to be abstract, final or empty. 320
Error Parameter x should be final. 320
Error Line has trailing spaces. 321
Error '{' should be on the previous line. 321
Error '{' should be on the previous line. 324
Error '}' should be on the same line. 327
Error 'if' construct must use '{}'s. 328
Error '3' is a magic number. 329
Error '7' is a magic number. 329
Error 'if' construct must use '{}'s. 330
Error '4' is a magic number. 331
Error '15' is a magic number. 331
Error 'if' construct must use '{}'s. 332
Error '4' is a magic number. 333
Error '15' is a magic number. 333
Error 'else' construct must use '{}'s. 334
Error Line has trailing spaces. 335
Error Line has trailing spaces. 338
Error First sentence should end with a period. 339
Error Line has trailing spaces. 339
Error Unused @param tag for 'x'. 341
Error Line has trailing spaces. 342
Error Line has trailing spaces. 344
Error Method 'form' is not designed for extension - needs to be abstract, final or empty. 345
Error Parameter c should be final. 345
Error Expected @param tag for 'c'. 345
Error 'if' construct must use '{}'s. 346
Error '{' should be on the previous line. 346
Error Line has trailing spaces. 352
Error First sentence should end with a period. 353
Error Line has trailing spaces. 353
Error Unused @param tag for 'x'. 355
Error Line has trailing spaces. 356
Error Line has trailing spaces. 358
Error Method 'form' is not designed for extension - needs to be abstract, final or empty. 359
Error Parameter s should be final. 359
Error Expected @param tag for 's'. 359
Error 'if' construct must use '{}'s. 360
Error '{' should be on the previous line. 360
Error 'if' construct must use '{}'s. 362
Error Line has trailing spaces. 365
Error Line has trailing spaces. 366
Error First sentence should end with a period. 367
Error Line has trailing spaces. 370
Error Parameter a should be final. 371
Error Expected @param tag for 'a'. 371
Error '{' should be on the previous line. 372
Error '1.23456789012' is a magic number. 372
Error '123' is a magic number. 373
Error '1.2345e30' is a magic number. 374
Error '1.02' is a magic number. 375
Error '1.234e-5' is a magic number. 376
Error '0xCAFE' is a magic number. 377
Error Line has trailing spaces. 389
Error Line has trailing spaces. 400
Error Line has trailing spaces. 409
Error Line has trailing spaces. 410
Error Line has trailing spaces. 415
Error Line has trailing spaces. 416
Error Line has trailing spaces. 420
Error Line has trailing spaces. 421
Error Line has trailing spaces. 425
Error Line has trailing spaces. 426
Error Line has trailing spaces. 427
Error Line has trailing spaces. 430
Error Missing a Javadoc comment. 431
Error Parameter c should be final. 431
Error Parameter n should be final. 431
Error 'if' construct must use '{}'s. 432
Error '{' should be on the previous line. 432
Error 'for' construct must use '{}'s. 434
Error Missing a Javadoc comment. 438
Error Parameter x should be final. 438
Error Parameter n should be final. 438
Error Parameter m should be final. 438
Error Parameter d should be final. 438
Error 'if' construct must use '{}'s. 439
Error '{' should be on the previous line. 439
Error '{' should be on the previous line. 442
Error 'cast' is not followed by whitespace. 442
Error Missing a Javadoc comment. 448
Error Parameter r should be final. 448
Error '{' should be on the previous line. 449
Error 'if' construct must use '{}'s. 450
Error 'else' construct must use '{}'s. 451
Error Line has trailing spaces. 453
Error Missing a Javadoc comment. 454
Error Parameter s should be final. 454
Error Parameter r should be final. 454
Error '{' should be on the previous line. 455
Error 'if' construct must use '{}'s. 456
Error Line has trailing spaces. 456
Error 'if' construct must use '{}'s. 458
Error '{' should be on the previous line. 458
Error 'if' construct must use '{}'s. 459
Error '}' should be on the same line. 460
Error 'if' construct must use '{}'s. 462
Error Line is longer than 80 characters. 462
Error '{' should be on the previous line. 462
Error 'if' construct must use '{}'s. 463
Error 'if' construct must use '{}'s. 464
Error 'if' construct must use '{}'s. 467
Error Line has trailing spaces. 467
Error 'if' construct must use '{}'s. 469
Error Line has trailing spaces. 469
Error Line is longer than 80 characters. 469
Error Line has trailing spaces. 471
Error Line has trailing spaces. 474
Error Line has trailing spaces. 475
Error Missing a Javadoc comment. 476
Error Name 'fixed_format' must match pattern '^[a-z][a-zA-Z0-9]*$'. 476
Error Parameter d should be final. 476
Error '{' should be on the previous line. 477
Error 'if' construct must use '{}'s. 479
Error '0x7FFFFFFFFFFFFFFFL' is a magic number. 479
Error Line has trailing spaces. 480
Error Line contains a tab character. 481
Error Line is longer than 80 characters. 482
Error Line contains a tab character. 482
Error '10' is a magic number. 482
Error '/' is not preceded with whitespace. 482
Error '/' is not followed by whitespace. 482
Error '10' is a magic number. 482
Error 'cast' is not followed by whitespace. 484
Error Avoid inline conditionals. 484
Error '0.5' is a magic number. 484
Error Line has trailing spaces. 486
Error 'if' construct must use '{}'s. 488
Error Line has trailing spaces. 489
Error Line has trailing spaces. 491
Error Line has trailing spaces. 492
Error Missing a Javadoc comment. 493
Error Name 'frac_part' must match pattern '^[a-z][a-zA-Z0-9]*$'. 493
Error Parameter fr should be final. 493
Error '{' should be on the previous line. 495
Error '{' should be on the previous line. 497
Error 'leading_zeroes' hides a field. 498
Error Name 'leading_zeroes' must match pattern '^[a-z][a-zA-Z0-9]*$'. 498
Error Line has trailing spaces. 499
Error '0x7FFFFFFFFFFFFFFFL' is a magic number. 499
Error Line has trailing spaces. 500
Error '{' should be on the previous line. 500
Error '10' is a magic number. 500
Error Line has trailing spaces. 501
Error '0.5' is a magic number. 503
Error Line has trailing spaces. 509
Error 'if' construct must use '{}'s. 510
Error '{' should be on the previous line. 513
Error 'while' construct must use '{}'s. 514
Error 'if' construct must use '{}'s. 515
Error Missing a Javadoc comment. 521
Error Name 'exp_format' must match pattern '^[a-z][a-zA-Z0-9]*$'. 521
Error Parameter d should be final. 521
Error '{' should be on the previous line. 522
Error '10' is a magic number. 526
Error '10' is a magic number. 526
Error '10' is a magic number. 526
Error '10' is a magic number. 527
Error '10' is a magic number. 527
Error 'if' construct must use '{}'s. 528
Error Line has trailing spaces. 528
Error '-4' is a magic number. 528
Error Line has trailing spaces. 530
Error Line has trailing spaces. 533
Error 'if' construct must use '{}'s. 534
Error 'else' construct must use '{}'s. 536
Error Line has trailing spaces. 539
Error Line has trailing spaces. 540
Error '{' should be on the previous line. 541
Error '}' should be on the same line. 543
Error '{' should be on the previous line. 545
Error Line has trailing spaces. 548
Error '3' is a magic number. 549
Error Line has trailing spaces. 551
Error Missing a Javadoc comment. 552
Error Missing a Javadoc comment. 553
Error Missing a Javadoc comment. 554
Error Missing a Javadoc comment. 555
Error Missing a Javadoc comment. 556
Error Name 'leading_zeroes' must match pattern '^[a-z][a-zA-Z0-9]*$'. 556
Error Missing a Javadoc comment. 557
Error Name 'show_plus' must match pattern '^[a-z][a-zA-Z0-9]*$'. 557
Error Missing a Javadoc comment. 558
Error Missing a Javadoc comment. 559
Error Name 'show_space' must match pattern '^[a-z][a-zA-Z0-9]*$'. 559
Error Missing a Javadoc comment. 560
Error Name 'left_align' must match pattern '^[a-z][a-zA-Z0-9]*$'. 560
Error Missing a Javadoc comment. 561

edu/sc/seis/TauP/NoSuchLayerException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 19
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 42
Error Variable 'radius' must be private and have accessor methods. 42
Error Missing a Javadoc comment. 43
Error Variable 'layerNumber' must be private and have accessor methods. 43
Error Missing a Javadoc comment. 45
Error Parameter radius should be final. 45
Error 'radius' hides a field. 45
Error Missing a Javadoc comment. 50
Error Parameter layerNumber should be final. 50
Error 'layerNumber' hides a field. 50
Error Line has trailing spaces. 51
Error '+' should be on a new line. 51

edu/sc/seis/TauP/NoSuchMatPropException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 19
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 41
Error Variable 'materialProperty' must be private and have accessor methods. 41
Error Missing a Javadoc comment. 43
Error Parameter materialProperty should be final. 43
Error 'materialProperty' hides a field. 43
Error '+' should be on a new line. 44

edu/sc/seis/TauP/Outputs.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 19
Error Line has trailing spaces. 22
Error Line has trailing spaces. 47
Error Missing a Javadoc comment. 48
Error Parameter props should be final. 48
Error '+' is not preceded with whitespace. 51
Error '+' is not followed by whitespace. 51
Error '+' is not preceded with whitespace. 51
Error '+' is not followed by whitespace. 51
Error '=' is not followed by whitespace. 54
Error '+' is not preceded with whitespace. 54
Error '+' is not followed by whitespace. 54
Error ',' is not followed by whitespace. 54
Error '+' is not preceded with whitespace. 54
Error '+' is not followed by whitespace. 54
Error '+' is not preceded with whitespace. 57
Error '+' is not followed by whitespace. 57
Error '+' is not preceded with whitespace. 57
Error '+' is not followed by whitespace. 57
Error '=' is not followed by whitespace. 60
Error '+' is not preceded with whitespace. 60
Error '+' is not followed by whitespace. 60
Error ',' is not followed by whitespace. 60
Error '+' is not preceded with whitespace. 60
Error '+' is not followed by whitespace. 60
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 '+' is not preceded with whitespace. 63
Error '+' is not followed by whitespace. 63
Error Line has trailing spaces. 66
Error Method 'formatDepth' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Parameter depth should be final. 67
Error Method 'formatDistance' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error Parameter distance should be final. 71
Error Method 'formatTime' is not designed for extension - needs to be abstract, final or empty. 75
Error Missing a Javadoc comment. 75
Error Parameter time should be final. 75
Error Method 'formatRayParam' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error Parameter rayParam should be final. 79
Error Line has trailing spaces. 82
Error Method 'formatLatLon' is not designed for extension - needs to be abstract, final or empty. 83
Error Missing a Javadoc comment. 83
Error Parameter latlon should be final. 83
Error Missing a Javadoc comment. 87
Error Variable 'depthFormat' must be private and have accessor methods. 87
Error Missing a Javadoc comment. 89
Error Variable 'distanceFormat' must be private and have accessor methods. 89
Error Missing a Javadoc comment. 91
Error Variable 'timeFormat' must be private and have accessor methods. 91
Error Missing a Javadoc comment. 93
Error Variable 'rayParamFormat' must be private and have accessor methods. 93
Error Missing a Javadoc comment. 95
Error Variable 'latLonFormat' must be private and have accessor methods. 95

edu/sc/seis/TauP/PathPlot.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 33
Error Missing a Javadoc comment. 48
Error Method 'paintBackground' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error Parameter g should be final. 55
Error '/' is not preceded with whitespace. 56
Error '/' is not followed by whitespace. 56
Error '/' is not preceded with whitespace. 57
Error '/' is not followed by whitespace. 57
Error '6371' is a magic number. 60
Error '220' is a magic number. 64
Error '220' is a magic number. 64
Error '220' is a magic number. 64
Error Avoid inline conditionals. 73
Error '!' is followed by whitespace. 75
Error '-' is not preceded with whitespace. 76
Error '-' is not followed by whitespace. 76
Error '-' is not preceded with whitespace. 76
Error '-' is not followed by whitespace. 76
Error '*' is not preceded with whitespace. 77
Error '*' is not followed by whitespace. 77
Error '*' is not preceded with whitespace. 78
Error '*' is not followed by whitespace. 78
Error '=' is not preceded with whitespace. 79
Error '=' is not followed by whitespace. 79
Error ';' is not followed by whitespace. 79
Error '<' is not preceded with whitespace. 79
Error '<' is not followed by whitespace. 79
Error '-' is not preceded with whitespace. 79
Error '-' is not followed by whitespace. 79
Error ';' is not followed by whitespace. 79
Error '!=' should be on a new line. 80
Error 'cast' is not followed by whitespace. 82
Error '-' is not preceded with whitespace. 82
Error '-' should be on a new line. 82
Error Line is longer than 80 characters. 83
Error '/' should be on a new line. 83
Error Avoid inline conditionals. 85
Error '!' is followed by whitespace. 87
Error '-' is not preceded with whitespace. 88
Error '-' is not followed by whitespace. 88
Error '-' is not preceded with whitespace. 88
Error '-' is not followed by whitespace. 88
Error '*' is not preceded with whitespace. 89
Error '*' is not followed by whitespace. 89
Error '*' is not preceded with whitespace. 90
Error '*' is not followed by whitespace. 90
Error 'cast' is not followed by whitespace. 92
Error '-' is not preceded with whitespace. 92
Error '-' should be on a new line. 92
Error Line is longer than 80 characters. 93
Error '/' should be on a new line. 93
Error Avoid inline conditionals. 95
Error '!' is followed by whitespace. 97
Error '-' is not preceded with whitespace. 98
Error '-' is not followed by whitespace. 98
Error '-' is not preceded with whitespace. 98
Error '-' is not followed by whitespace. 98
Error '*' is not preceded with whitespace. 99
Error '*' is not followed by whitespace. 99
Error '*' is not preceded with whitespace. 100
Error '*' is not followed by whitespace. 100
Error Method 'paintArrivals' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error Parameter g should be final. 108
Error '=' is not preceded with whitespace. 109
Error '=' is not followed by whitespace. 109
Error ';' is not followed by whitespace. 109
Error '<' is not preceded with whitespace. 109
Error '<' is not followed by whitespace. 109
Error Method 'paintForeground' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 114
Error Parameter g should be final. 114
Error Method 'paintPaths' is not designed for extension - needs to be abstract, final or empty. 123
Error Missing a Javadoc comment. 123
Error Parameter g should be final. 123
Error Parameter i should be final. 123
Error '/' is not preceded with whitespace. 126
Error '/' is not followed by whitespace. 126
Error '/' is not preceded with whitespace. 127
Error '/' is not followed by whitespace. 127
Error '6371' is a magic number. 130
Error 'cast' is not followed by whitespace. 132
Error '*' is not preceded with whitespace. 136
Error '*' is not followed by whitespace. 136
Error '180' is a magic number. 136
Error '/' is not preceded with whitespace. 136
Error '/' is not followed by whitespace. 136
Error '360' is a magic number. 136
Error '180' is a magic number. 136
Error Line is longer than 80 characters. 139
Error '+' is not followed by whitespace. 139
Error 'cast' is not followed by whitespace. 139
Error '*' is not preceded with whitespace. 139
Error '*' is not followed by whitespace. 139
Error Line is longer than 80 characters. 140
Error '(' is 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 is longer than 80 characters. 142
Error '-' is not followed by whitespace. 142
Error 'cast' is not followed by whitespace. 142
Error '*' is not preceded with whitespace. 142
Error '*' is not followed by whitespace. 142
Error Line is longer than 80 characters. 143
Error '(' is followed by whitespace. 143
Error '-' is not preceded with whitespace. 143
Error '-' is not followed by whitespace. 143
Error '/' should be on a new line. 143
Error '+' is not followed by whitespace. 148
Error 'cast' is not followed by whitespace. 148
Error Line is longer than 80 characters. 149
Error '(' is 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 '-' is not followed by whitespace. 151
Error 'cast' is not followed by whitespace. 151
Error Line is longer than 80 characters. 152
Error '(' is followed by whitespace. 152
Error '-' is not preceded with whitespace. 152
Error '-' is not followed by whitespace. 152
Error '/' should be on a new line. 152

edu/sc/seis/TauP/PhaseDialog.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 45
Error Parameter parent should be final. 46
Error Expected @param tag for 'parent'. 46
Error Parameter modal should be final. 46
Error Expected @param tag for 'modal'. 46
Error '{' is not followed by whitespace. 59
Error Line is longer than 80 characters. 60
Error '192' is a magic number. 63
Error '192' is a magic number. 63
Error '192' is a magic number. 63
Error Parameter evt should be final. 65
Error '100' is a magic number. 85
Error '21' is a magic number. 85
Error '100' is a magic number. 86
Error '21' is a magic number. 86
Error Line is longer than 80 characters. 87
Error Line is longer than 80 characters. 88
Error Parameter evt should be final. 88
Error Line is longer than 80 characters. 100
Error Parameter evt should be final. 100
Error Parameter evt should be final. 116
Error '}' is not followed by whitespace. 128
Error Line is longer than 80 characters. 130
Error Missing a Javadoc comment. 130
Error Parameter evt should be final. 130
Error '{' is not followed by whitespace. 130
Error '}' is not followed by whitespace. 142
Error Line is longer than 80 characters. 144
Error Missing a Javadoc comment. 144
Error Parameter evt should be final. 144
Error '{' is not followed by whitespace. 144
Error '-' is not preceded with whitespace. 149
Error '-' is not followed by whitespace. 149
Error '-' is not preceded with whitespace. 150
Error '-' is not followed by whitespace. 150
Error Line is longer than 80 characters. 153
Error '-' is not preceded with whitespace. 153
Error '-' is not followed by whitespace. 153
Error '}' is not followed by whitespace. 156
Error Line is longer than 80 characters. 158
Error Missing a Javadoc comment. 158
Error Parameter evt should be final. 158
Error '{' is not followed by whitespace. 158
Error '}' is not followed by whitespace. 161
Error First sentence should end with a period. 163
Error Line is longer than 80 characters. 164
Error Parameter evt should be final. 164
Error Expected @param tag for 'evt'. 164
Error '{' is not followed by whitespace. 164
Error '}' is not followed by whitespace. 167
Error Missing a Javadoc comment. 171
Error Missing a Javadoc comment. 172
Error Missing a Javadoc comment. 173
Error Missing a Javadoc comment. 174
Error Missing a Javadoc comment. 175
Error Missing a Javadoc comment. 176
Error Missing a Javadoc comment. 177
Error Missing a Javadoc comment. 178
Error Missing a Javadoc comment. 181
Error Method 'getPhases' is not designed for extension - needs to be abstract, final or empty. 183
Error Missing a Javadoc comment. 183
Error '=' is not preceded with whitespace. 186
Error '=' is not followed by whitespace. 186
Error ';' is not followed by whitespace. 186
Error '<' is not preceded with whitespace. 186
Error '<' is not followed by whitespace. 186
Error ';' is not followed by whitespace. 186
Error 'cast' is not followed by whitespace. 187
Error Method 'setPhases' is not designed for extension - needs to be abstract, final or empty. 192
Error Missing a Javadoc comment. 192
Error Parameter phases should be final. 192
Error '=' is not preceded with whitespace. 194
Error '=' is not followed by whitespace. 194
Error '<' is not preceded with whitespace. 194
Error '<' is not followed by whitespace. 194
Error '-' is not preceded with whitespace. 200
Error '-' is not followed by whitespace. 200
Error Method 'setSelectedPhases' is not designed for extension - needs to be abstract, final or empty. 204
Error Missing a Javadoc comment. 204
Error Parameter phases should be final. 204
Error '{' is not preceded with whitespace. 204
Error '{' is not preceded with whitespace. 207
Error 'for' is not followed by whitespace. 208
Error 'if' is not followed by whitespace. 209
Error '{' is not preceded with whitespace. 209
Error ',' is not followed by whitespace. 210
Error Missing a Javadoc comment. 216
Error Parameter args should be final. 216

edu/sc/seis/TauP/PhaseName.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 19
Error Line has trailing spaces. 22
Error Line has trailing spaces. 28
Error Line has trailing spaces. 30
Error First sentence should end with a period. 45
Error Line contains a tab character. 45
Error Variable 'name' must be private and have accessor methods. 46
Error Line has trailing spaces. 47
Error First sentence should end with a period. 48
Error Line contains a tab character. 48
Error Variable 'sacTNum' must be private and have accessor methods. 49
Error Line has trailing spaces. 50
Error Missing a Javadoc comment. 51
Error Parameter name should be final. 51
Error 'name' hides a field. 51
Error Missing a Javadoc comment. 55
Error Parameter name should be final. 55
Error 'name' hides a field. 55
Error Parameter sacTNum should be final. 55
Error 'sacTNum' hides a field. 55
Error Definition of 'equals()' without corresponding definition of 'hashCode()'. 60
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Parameter obj should be final. 60
Error Conditional logic can be removed. 61
Error '&&' should be on a new line. 61
Error Line contains a tab character. 69
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 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 Method 'toString' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73

edu/sc/seis/TauP/PierceTableModel.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 24
Error Line has trailing spaces. 27
Error First sentence should end with a period. 33
Error Missing a Javadoc comment. 48
Error Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. 52
Error Missing a Javadoc comment. 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 Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Line contains a tab character. 61
Error Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error Parameter row should be final. 64
Error Parameter col should be final. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error '180.0' is a magic number. 67
Error '/' is not preceded with whitespace. 67
Error '/' is not followed by whitespace. 67
Error '*' is not preceded with whitespace. 67
Error '*' should be on a new line. 67
Error Line contains a tab character. 69
Error '360' is a magic number. 69
Error '180' is a magic number. 69
Error '&&' should be on a new line. 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 is longer than 80 characters. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 78
Error Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter col should be final. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 85
Error Line contains a tab character. 87
Error Line contains a tab character. 89
Error Method 'setArrivals' is not designed for extension - needs to be abstract, final or empty. 92
Error Missing a Javadoc comment. 92
Error Parameter arrivals should be final. 92
Error 'arrivals' hides a field. 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 Method 'setSelectedIndex' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error Parameter index should be final. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Missing a Javadoc comment. 104
Error Missing a Javadoc comment. 105
Error Missing a Javadoc comment. 107
Error Name 'float8_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 107

edu/sc/seis/TauP/PolarPlot.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 19
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 50
Error Variable 'pappy' must be private and have accessor methods. 50
Error Missing a Javadoc comment. 52
Error Variable 'minSize' must be private and have accessor methods. 52
Error Missing a Javadoc comment. 54
Error Variable 'width' must be private and have accessor methods. 54
Error Missing a Javadoc comment. 56
Error Variable 'segments' must be private and have accessor methods. 56
Error Line has trailing spaces. 57
Error Missing a Javadoc comment. 58
Error Variable 'circleRadius' must be private and have accessor methods. 58
Error Line has trailing spaces. 59
Error Missing a Javadoc comment. 60
Error Variable 'outsideRadius' must be private and have accessor methods. 60
Error '6371.0' is a magic number. 60
Error Line has trailing spaces. 61
Error Missing a Javadoc comment. 62
Error Variable 'centerX' must be private and have accessor methods. 62
Error Variable 'centerY' must be private and have accessor methods. 62
Error Line contains a tab character. 64
Error Missing a Javadoc comment. 64
Error Line contains a tab character. 65
Error Missing a Javadoc comment. 65
Error Line contains a tab character. 66
Error Missing a Javadoc comment. 66
Error Line contains a tab character. 67
Error Missing a Javadoc comment. 67
Error Variable 'displayMode' must be private and have accessor methods. 67
Error Line has trailing spaces. 68
Error Line contains a tab character. 68
Error Missing a Javadoc comment. 69
Error Parameter parent should be final. 69
Error '250' is a magic number. 71
Error ',' is not followed by whitespace. 72
Error Line contains a tab character. 73
Error Missing a Javadoc comment. 76
Error Parameter parent should be final. 76
Error Parameter width should be final. 76
Error 'width' hides a field. 76
Error ',' is not followed by whitespace. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 84
Error Method 'setCircles' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error Parameter circles should be final. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
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 contains a tab character. 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 Method 'setOutsideRadius' is not designed for extension - needs to be abstract, final or empty. 91
Error Missing a Javadoc comment. 91
Error Parameter r should be final. 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 Method 'appendSegment' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error Parameter td should be final. 95
Error Line contains a tab character. 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 Method 'clearSegments' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 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 Method 'setDisplayMode' is not designed for extension - needs to be abstract, final or empty. 103
Error Missing a Javadoc comment. 103
Error Parameter mode should be final. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error switch without "default" clause. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error '/' is not preceded with whitespace. 107
Error '/' is not followed by whitespace. 107
Error Line contains a tab character. 108
Error '/' is not preceded with whitespace. 108
Error '/' is not followed by whitespace. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error '/' is not preceded with whitespace. 111
Error '/' is not followed by whitespace. 111
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 Line contains a tab character. 117
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 Method 'preferredSize' is not designed for extension - needs to be abstract, final or empty. 121
Error Missing a Javadoc comment. 121
Error Method 'minimumSize' is not designed for extension - needs to be abstract, final or empty. 125
Error Missing a Javadoc comment. 125
Error Line has trailing spaces. 128
Error Method 'insets' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error '5' is a magic number. 130
Error ',' is not followed by whitespace. 130
Error '5' is a magic number. 130
Error ',' is not followed by whitespace. 130
Error '5' is a magic number. 130
Error ',' is not followed by whitespace. 130
Error '5' is a magic number. 130
Error Line has trailing spaces. 132
Error Method 'paint' is not designed for extension - needs to be abstract, final or empty. 133
Error Missing a Javadoc comment. 133
Error Parameter g should be final. 133
Error '-' is not preceded with whitespace. 136
Error '-' is not followed by whitespace. 136
Error '-' is not preceded with whitespace. 136
Error '-' is not followed by whitespace. 136
Error Line contains a tab character. 137
Error Line contains a tab character. 141
Error Method 'plotCircles' is not designed for extension - needs to be abstract, final or empty. 141
Error Missing a Javadoc comment. 141
Error Parameter g should be final. 141
Error Line contains a tab character. 142
Error Line contains a tab character. 143
Error Line contains a tab character. 144
Error switch without "default" clause. 144
Error Line contains a tab character. 145
Error Line is longer than 80 characters. 146
Error Line contains a tab character. 146
Error '=' is not preceded with whitespace. 146
Error '=' is not followed by whitespace. 146
Error '<' is not preceded with whitespace. 146
Error '<' is not followed by whitespace. 146
Error Line is longer than 80 characters. 147
Error Line contains a tab character. 147
Error 'cast' is not followed by whitespace. 147
Error '/' is not preceded with whitespace. 147
Error '/' is not followed by whitespace. 147
Error '*' is not preceded with whitespace. 147
Error '*' is not followed by whitespace. 147
Error '/' is not preceded with whitespace. 147
Error '/' is not followed by whitespace. 147
Error Line is longer than 80 characters. 148
Error Line contains a tab character. 148
Error '/' is not preceded with whitespace. 148
Error '/' is not followed by whitespace. 148
Error '-' is not preceded with whitespace. 148
Error '-' is not followed by whitespace. 148
Error '/' is not preceded with whitespace. 148
Error '/' is not followed by whitespace. 148
Error '-' is not preceded with whitespace. 148
Error '-' is not followed by whitespace. 148
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 Line contains a tab character. 150
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error Line is longer than 80 characters. 153
Error Line contains a tab character. 153
Error '=' is not preceded with whitespace. 153
Error '=' is not followed by whitespace. 153
Error '<' is not preceded with whitespace. 153
Error '<' is not followed by whitespace. 153
Error Line is longer than 80 characters. 154
Error Line contains a tab character. 154
Error 'cast' is not followed by whitespace. 154
Error '/' is not preceded with whitespace. 154
Error '/' is not followed by whitespace. 154
Error '*' is not preceded with whitespace. 154
Error '*' is not followed by whitespace. 154
Error '/' is not preceded with whitespace. 154
Error '/' is not followed by whitespace. 154
Error Line is longer than 80 characters. 155
Error Line contains a tab character. 155
Error '/' is not preceded with whitespace. 155
Error '/' is not followed by whitespace. 155
Error '-' is not preceded with whitespace. 155
Error '-' is not followed by whitespace. 155
Error '-' is not preceded with whitespace. 155
Error '-' is not followed by whitespace. 155
Error Line is longer than 80 characters. 156
Error Line contains a tab character. 156
Error '*' is not preceded with whitespace. 156
Error '*' is not followed by whitespace. 156
Error '*' is not preceded with whitespace. 156
Error '*' is not followed by whitespace. 156
Error '180' is a magic number. 156
Error Line contains a tab character. 157
Error Line contains a tab character. 158
Error Line contains a tab character. 159
Error Line is longer than 80 characters. 160
Error Line contains a tab character. 160
Error '=' is not preceded with whitespace. 160
Error '=' is not followed by whitespace. 160
Error '<' is not preceded with whitespace. 160
Error '<' is not followed by whitespace. 160
Error Line is longer than 80 characters. 161
Error Line contains a tab character. 161
Error 'cast' is not followed by whitespace. 161
Error '/' is not preceded with whitespace. 161
Error '/' is not followed by whitespace. 161
Error '*' is not preceded with whitespace. 161
Error '*' is not followed by whitespace. 161
Error Line is longer than 80 characters. 162
Error Line contains a tab character. 162
Error '*' is not preceded with whitespace. 162
Error '*' is not followed by whitespace. 162
Error '-' is not preceded with whitespace. 162
Error '-' is not followed by whitespace. 162
Error Line is longer than 80 characters. 163
Error Line contains a tab character. 163
Error '*' is not preceded with whitespace. 163
Error '*' is not followed by whitespace. 163
Error '*' is not preceded with whitespace. 163
Error '*' is not followed by whitespace. 163
Error '90' is a magic number. 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 Line contains a tab character. 168
Error Method 'plotData' is not designed for extension - needs to be abstract, final or empty. 170
Error Missing a Javadoc comment. 170
Error Parameter g should be final. 170
Error Line contains a tab character. 171
Error Line contains a tab character. 172
Error '/' is not preceded with whitespace. 172
Error '/' is not followed by whitespace. 172
Error '=' is not preceded with whitespace. 173
Error '=' is not followed by whitespace. 173
Error ';' is not followed by whitespace. 173
Error '<' is not preceded with whitespace. 173
Error '<' is not followed by whitespace. 173
Error ';' is not followed by whitespace. 173
Error 'cast' is not followed by whitespace. 175
Error '=' is not preceded with whitespace. 176
Error '=' is not followed by whitespace. 176
Error ';' is not followed by whitespace. 176
Error '<' is not preceded with whitespace. 176
Error '<' is not followed by whitespace. 176
Error '-' is not preceded with whitespace. 176
Error '-' is not followed by whitespace. 176
Error ';' is not followed by whitespace. 176
Error 'cast' is not followed by whitespace. 177
Error Line has trailing spaces. 178
Error Line is longer than 80 characters. 178
Error Line contains a tab character. 178
Error '-' is not preceded with whitespace. 178
Error '-' is not followed by whitespace. 178
Error '*' is not preceded with whitespace. 178
Error '*' is not followed by whitespace. 178
Error '+' is not preceded with whitespace. 178
Error '+' is not followed by whitespace. 178
Error '/' is not preceded with whitespace. 178
Error '/' is not followed by whitespace. 178
Error '*' is not preceded with whitespace. 178
Error '*' is not followed by whitespace. 178
Error 'cast' is not followed by whitespace. 179
Error Line is longer than 80 characters. 180
Error Line contains a tab character. 180
Error '-' is not preceded with whitespace. 180
Error '-' is not followed by whitespace. 180
Error '*' is not preceded with whitespace. 180
Error '*' is not followed by whitespace. 180
Error '+' is not preceded with whitespace. 180
Error '+' is not followed by whitespace. 180
Error '/' is not preceded with whitespace. 180
Error '/' is not followed by whitespace. 180
Error '*' is not preceded with whitespace. 180
Error '*' is not followed by whitespace. 180
Error 'cast' is not followed by whitespace. 181
Error Line has trailing spaces. 182
Error Line is longer than 80 characters. 182
Error Line contains a tab character. 182
Error '-' is not preceded with whitespace. 182
Error '-' is not followed by whitespace. 182
Error '+' is not preceded with whitespace. 182
Error '+' is not followed by whitespace. 182
Error '*' is not preceded with whitespace. 182
Error '*' is not followed by whitespace. 182
Error '+' is not preceded with whitespace. 182
Error '+' is not followed by whitespace. 182
Error '+' is not preceded with whitespace. 182
Error '+' is not followed by whitespace. 182
Error '/' is not preceded with whitespace. 182
Error '/' is not followed by whitespace. 182
Error '*' is not preceded with whitespace. 182
Error '*' is not followed by whitespace. 182
Error 'cast' is not followed by whitespace. 183
Error Line is longer than 80 characters. 184
Error Line contains a tab character. 184
Error '-' is not preceded with whitespace. 184
Error '-' is not followed by whitespace. 184
Error '+' is not preceded with whitespace. 184
Error '+' is not followed by whitespace. 184
Error '*' is not preceded with whitespace. 184
Error '*' is not followed by whitespace. 184
Error '+' is not preceded with whitespace. 184
Error '+' is not followed by whitespace. 184
Error '+' is not preceded with whitespace. 184
Error '+' is not followed by whitespace. 184
Error '/' is not preceded with whitespace. 184
Error '/' is not followed by whitespace. 184
Error '*' is not preceded with whitespace. 184
Error '*' is not followed by whitespace. 184
Error Method 'colorForSegment' is not designed for extension - needs to be abstract, final or empty. 190
Error Missing a Javadoc comment. 190
Error Parameter segNum should be final. 190
Error 'if' construct must use '{}'s. 191
Error 'cast' is not followed by whitespace. 193
Error '255' is a magic number. 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 '*' is not preceded with whitespace. 194
Error '*' is not followed by whitespace. 194
Error ',' is not followed by whitespace. 194
Error '255' is a magic number. 194
Error '-' is not preceded with whitespace. 194
Error '-' is not followed by whitespace. 194
Error '*' is not preceded with whitespace. 194
Error '*' is not followed by whitespace. 194
Error ',' is not followed by whitespace. 194
Error '3' is a magic number. 194
Error '*' is not preceded with whitespace. 194
Error '*' is not followed by whitespace. 194
Error '127' is a magic number. 194

edu/sc/seis/TauP/PropertyLoader.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 19
Error Line has trailing spaces. 22
Error Utility classes should not have a public or default constructor. 50
Error Missing a Javadoc comment. 52
Error Variable 'jarFileName' must be private and have accessor methods. 52
Error Missing a Javadoc comment. 54
Error Variable 'defaultPropFileName' must be private and have accessor methods. 54
Error Missing a Javadoc comment. 56
Error Variable 'packageName' must be private and have accessor methods. 56
Error Missing a Javadoc comment. 58
Error Variable 'userPropFileName' must be private and have accessor methods. 58
Error Line has trailing spaces. 62
Error Line has trailing spaces. 63
Error Line has trailing spaces. 64
Error Line has trailing spaces. 65
Error Line has trailing spaces. 71
Error Line has trailing spaces. 73
Error Expected an @return tag. 75
Error Expected @throws tag for 'IOException'. 75
Error Line contains a tab character. 77
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 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. 87
Error '=' is not preceded with whitespace. 87
Error '=' is not followed by whitespace. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Must have at least one statement. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error '+' is not preceded with whitespace. 93
Error '+' is not followed by whitespace. 93
Error '+' is not preceded with whitespace. 93
Error '+' should be on a new line. 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 Line contains a tab character. 98
Error Line contains a tab character. 99
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 contains a tab character. 103
Error ',' is not followed by whitespace. 103
Error Line contains a tab character. 104
Error '+' is not preceded with whitespace. 104
Error '+' is not followed by whitespace. 104
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 Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error '&&' should be on a new line. 111
Error Line is longer than 80 characters. 112
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line is longer than 80 characters. 114
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line is longer than 80 characters. 116
Error Line contains a tab character. 116
Error '(' is followed by whitespace. 116
Error '(' is followed by whitespace. 116
Error Line contains a tab character. 117
Error Line is longer than 80 characters. 119
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error '+' is not preceded with whitespace. 120
Error '+' is not followed by whitespace. 120
Error Line contains a tab character. 121
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 Must have at least one statement. 126
Error Line contains a tab character. 127
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Line has trailing spaces. 130
Error Line contains a tab character. 130
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error '(' is followed by whitespace. 137
Error Line is longer than 80 characters. 138
Error Line contains a tab character. 138
Error '+' is not preceded with whitespace. 138
Error '+' should be on a new line. 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 Line contains a tab character. 140
Error Must have at least one statement. 140
Error Line contains a tab character. 141
Error Line contains a tab character. 142
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 '(' is followed by whitespace. 147
Error Line is longer than 80 characters. 148
Error Line contains a tab character. 148
Error '+' is not preceded with whitespace. 148
Error '+' should be on a new line. 148
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 Line contains a tab character. 150
Error Must have at least one statement. 150
Error Line contains a tab character. 151
Error Line contains a tab character. 152
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 Line contains a tab character. 158
Error Line contains a tab character. 159
Error '+' should be on a new line. 159
Error Line contains a tab character. 160
Error '+' should be on a new line. 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. 167
Error Parameter props should be final. 171
Error Expected @param tag for 'props'. 171
Error Expected @throws tag for 'IOException'. 171
Error Line contains a tab character. 172
Error Line has trailing spaces. 176
Error Parameter props should be final. 176
Error Expected @param tag for 'props'. 176
Error Parameter filename should be final. 176
Error Expected @param tag for 'filename'. 176
Error Line contains a tab character. 177
Error Expected @throws tag for 'IOException'. 177
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. 183
Error Parameter args should be final. 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 contains a tab character. 188
Error Line contains a tab character. 189
Error '+' is not preceded with whitespace. 189
Error '+' is not followed by whitespace. 189
Error Line contains a tab character. 190

edu/sc/seis/TauP/ReflTransCoefficient.java

ErrorLine
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 68
Error Variable 'topVp' must be private and have accessor methods. 68
Error Missing a Javadoc comment. 69
Error Variable 'topVs' must be private and have accessor methods. 69
Error Missing a Javadoc comment. 70
Error Variable 'topDensity' must be private and have accessor methods. 70
Error Missing a Javadoc comment. 71
Error Variable 'botVp' must be private and have accessor methods. 71
Error Missing a Javadoc comment. 72
Error Variable 'botVs' must be private and have accessor methods. 72
Error Missing a Javadoc comment. 73
Error Variable 'botDensity' must be private and have accessor methods. 73
Error Missing a Javadoc comment. 76
Error Variable 'rp' must be private and have accessor methods. 76
Error Missing a Javadoc comment. 80
Error Variable 'a' must be private and have accessor methods. 80
Error Variable 'b' must be private and have accessor methods. 80
Error Variable 'c' must be private and have accessor methods. 80
Error Variable 'd' must be private and have accessor methods. 80
Error Missing a Javadoc comment. 81
Error Variable 'det' must be private and have accessor methods. 81
Error Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
Error Variable 'E' must be private and have accessor methods. 81
Error Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
Error Variable 'F' must be private and have accessor methods. 81
Error Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
Error Variable 'G' must be private and have accessor methods. 81
Error Name 'H' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
Error Variable 'H' must be private and have accessor methods. 81
Error Missing a Javadoc comment. 82
Error Variable 'fsA' must be private and have accessor methods. 82
Error Missing a Javadoc comment. 85
Error Variable 'topVertSlownessP' must be private and have accessor methods. 85
Error Variable 'topVertSlownessS' must be private and have accessor methods. 85
Error Missing a Javadoc comment. 86
Error Variable 'botVertSlownessP' must be private and have accessor methods. 86
Error Variable 'botVertSlownessS' must be private and have accessor methods. 86
Error Missing a Javadoc comment. 88
Error Variable 'sqBotVs' must be private and have accessor methods. 88
Error Missing a Javadoc comment. 89
Error Variable 'sqTopVs' must be private and have accessor methods. 89
Error Missing a Javadoc comment. 90
Error Variable 'sqBotVp' must be private and have accessor methods. 90
Error Missing a Javadoc comment. 91
Error Variable 'sqTopVp' must be private and have accessor methods. 91
Error Missing a Javadoc comment. 92
Error Variable 'sqRP' must be private and have accessor methods. 92
Error Missing a Javadoc comment. 95
Error Variable 'lastRayParam' must be private and have accessor methods. 95
Error Missing a Javadoc comment. 96
Error Variable 'lastInIsPWave' must be private and have accessor methods. 96
Error Missing a Javadoc comment. 98
Error Parameter topVp should be final. 98
Error 'topVp' hides a field. 98
Error Parameter topVs should be final. 99
Error 'topVs' hides a field. 99
Error Parameter topDensity should be final. 100
Error 'topDensity' hides a field. 100
Error Parameter botVp should be final. 101
Error 'botVp' hides a field. 101
Error Parameter botVs should be final. 102
Error 'botVs' hides a field. 102
Error Parameter botDensity should be final. 103
Error 'botDensity' hides a field. 103
Error Method 'calcTempVars' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 112
Error Parameter rayParam should be final. 112
Error Parameter inIsPWave should be final. 112
Error Line has trailing spaces. 118
Error '-' should be on a new line. 130
Error '+' should be on a new line. 132
Error '+' should be on a new line. 134
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error '(' is followed by whitespace. 162
Error '/' is not preceded with whitespace. 167
Error '/' is not followed by whitespace. 167
Error '*' should be on a new line. 167
Error '/' is not preceded with whitespace. 168
Error '/' is not followed by whitespace. 168
Error '4' is a magic number. 170
Error '*' is not preceded with whitespace. 170
Error '*' is not followed by whitespace. 170
Error Line has trailing spaces. 187
Error Expected an @return tag. 189
Error Method 'getComplexFreePtoPRefl' is not designed for extension - needs to be abstract, final or empty. 189
Error Parameter rayParam should be final. 189
Error Expected @param tag for 'rayParam'. 189
Error '(' is followed by whitespace. 191
Error '*' should be on a new line. 191
Error '/' is not preceded with whitespace. 192
Error '/' is not followed by whitespace. 192
Error '*' should be on a new line. 192
Error '/' is not preceded with whitespace. 193
Error '/' is not followed by whitespace. 193
Error '4' is a magic number. 195
Error '*' is not preceded with whitespace. 195
Error '*' is not followed by whitespace. 195
Error '(' is followed by whitespace. 196
Error Line has trailing spaces. 198
Error Method 'getFreePtoPRefl' is not designed for extension - needs to be abstract, final or empty. 203
Error Parameter rayParam should be final. 203
Error Line has trailing spaces. 206
Error Line has trailing spaces. 207
Error Expected an @return tag. 215
Error Method 'getComplexFreePtoSVRefl' is not designed for extension - needs to be abstract, final or empty. 215
Error Parameter rayParam should be final. 215
Error Expected @param tag for 'rayParam'. 215
Error '4' is a magic number. 217
Error '/' is not preceded with whitespace. 217
Error '/' is not followed by whitespace. 217
Error '*' should be on a new line. 217
Error '/' is not preceded with whitespace. 218
Error '/' is not followed by whitespace. 218
Error Method 'getFreePtoSVRefl' is not designed for extension - needs to be abstract, final or empty. 228
Error Parameter rayParam should be final. 228
Error Expected an @return tag. 239
Error Method 'getComplexFreeSVtoPRefl' is not designed for extension - needs to be abstract, final or empty. 239
Error Parameter rayParam should be final. 239
Error Expected @param tag for 'rayParam'. 239
Error '4' is a magic number. 241
Error '/' is not preceded with whitespace. 241
Error '/' is not followed by whitespace. 241
Error '*' should be on a new line. 241
Error '/' is not preceded with whitespace. 242
Error '/' is not followed by whitespace. 242
Error Method 'getFreeSVtoPRefl' is not designed for extension - needs to be abstract, final or empty. 251
Error Parameter rayParam should be final. 251
Error Line has trailing spaces. 254
Error Expected an @return tag. 262
Error Method 'getComplexFreeSVtoSVRefl' is not designed for extension - needs to be abstract, final or empty. 262
Error Parameter rayParam should be final. 262
Error Expected @param tag for 'rayParam'. 262
Error '/' is not preceded with whitespace. 264
Error '/' is not followed by whitespace. 264
Error '*' should be on a new line. 264
Error '/' is not preceded with whitespace. 265
Error '/' is not followed by whitespace. 265
Error '4' is a magic number. 267
Error Expected an @return tag. 275
Error Method 'getFreeSVtoSVRefl' is not designed for extension - needs to be abstract, final or empty. 275
Error Parameter rayParam should be final. 275
Error Expected @param tag for 'rayParam'. 275
Error Line has trailing spaces. 278
Error Expected an @return tag. 281
Error Method 'getComplexFreeSHtoSHRefl' is not designed for extension - needs to be abstract, final or empty. 281
Error Parameter rayParam should be final. 281
Error Expected @param tag for 'rayParam'. 281
Error Line has trailing spaces. 284
Error Expected an @return tag. 287
Error Method 'getFreeSHtoSHRefl' is not designed for extension - needs to be abstract, final or empty. 287
Error Parameter rayParam should be final. 287
Error Expected @param tag for 'rayParam'. 287
Error Expected an @return tag. 299
Error Method 'getComplexPtoPRefl' is not designed for extension - needs to be abstract, final or empty. 299
Error Parameter rayParam should be final. 299
Error Expected @param tag for 'rayParam'. 299
Error Name 'FTerm' must match pattern '^[a-z][a-zA-Z0-9]*$'. 301
Error Name 'HTerm' must match pattern '^[a-z][a-zA-Z0-9]*$'. 304
Error '(' is followed by whitespace. 310
Error Line has trailing spaces. 313
Error Expected an @return tag. 316
Error Method 'getPtoPRefl' is not designed for extension - needs to be abstract, final or empty. 316
Error Parameter rayParam should be final. 316
Error Expected @param tag for 'rayParam'. 316
Error Line has trailing spaces. 319
Error Expected an @return tag. 329
Error Method 'getComplexPtoSVRefl' is not designed for extension - needs to be abstract, final or empty. 329
Error Parameter rayParam should be final. 329
Error Expected @param tag for 'rayParam'. 329
Error '-2' is a magic number. 331
Error '/' is not preceded with whitespace. 331
Error '/' is not followed by whitespace. 331
Error '(' is followed by whitespace. 334
Error Line has trailing spaces. 341
Error Expected an @return tag. 345
Error Method 'getPtoSVRefl' is not designed for extension - needs to be abstract, final or empty. 345
Error Parameter rayParam should be final. 345
Error Expected @param tag for 'rayParam'. 345
Error Line has trailing spaces. 348
Error Expected an @return tag. 356
Error Method 'getComplexPtoPTrans' is not designed for extension - needs to be abstract, final or empty. 356
Error Parameter rayParam should be final. 356
Error Expected @param tag for 'rayParam'. 356
Error '(' is followed by whitespace. 360
Error Line has trailing spaces. 365
Error Expected an @return tag. 368
Error Method 'getPtoPTrans' is not designed for extension - needs to be abstract, final or empty. 368
Error Parameter rayParam should be final. 368
Error Expected @param tag for 'rayParam'. 368
Error Line has trailing spaces. 371
Error Expected an @return tag. 379
Error Method 'getComplexPtoSVTrans' is not designed for extension - needs to be abstract, final or empty. 379
Error Parameter rayParam should be final. 379
Error Expected @param tag for 'rayParam'. 379
Error Line has trailing spaces. 389
Error Expected an @return tag. 393
Error Method 'getPtoSVTrans' is not designed for extension - needs to be abstract, final or empty. 393
Error Parameter rayParam should be final. 393
Error Expected @param tag for 'rayParam'. 393
Error Expected an @return tag. 405
Error Method 'getComplexSVtoPRefl' is not designed for extension - needs to be abstract, final or empty. 405
Error Parameter rayParam should be final. 405
Error Expected @param tag for 'rayParam'. 405
Error '-2' is a magic number. 407
Error '(' is followed by whitespace. 409
Error Line has trailing spaces. 418
Error Expected an @return tag. 421
Error Method 'getSVtoPRefl' is not designed for extension - needs to be abstract, final or empty. 421
Error Parameter rayParam should be final. 421
Error Expected @param tag for 'rayParam'. 421
Error Line has trailing spaces. 424
Error Expected an @return tag. 433
Error Method 'getComplexSVtoSVRefl' is not designed for extension - needs to be abstract, final or empty. 433
Error Parameter rayParam should be final. 433
Error Expected @param tag for 'rayParam'. 433
Error '(' is followed by whitespace. 436
Error '(' is followed by whitespace. 440
Error '(' is followed by whitespace. 441
Error '(' is followed by whitespace. 441
Error '(' is followed by whitespace. 441
Error '(' is followed by whitespace. 443
Error '(' is followed by whitespace. 446
Error Line has trailing spaces. 449
Error Expected an @return tag. 452
Error Method 'getSVtoSVRefl' is not designed for extension - needs to be abstract, final or empty. 452
Error Parameter rayParam should be final. 452
Error Expected @param tag for 'rayParam'. 452
Error Line has trailing spaces. 455
Error Expected an @return tag. 462
Error Method 'getComplexSVtoPTrans' is not designed for extension - needs to be abstract, final or empty. 462
Error Parameter rayParam should be final. 462
Error Expected @param tag for 'rayParam'. 462
Error '-2' is a magic number. 464
Error ')' is preceded with whitespace. 467
Error Line has trailing spaces. 470
Error Expected an @return tag. 474
Error Method 'getSVtoPTrans' is not designed for extension - needs to be abstract, final or empty. 474
Error Parameter rayParam should be final. 474
Error Expected @param tag for 'rayParam'. 474
Error Line has trailing spaces. 477
Error Expected an @return tag. 485
Error Method 'getComplexSVtoSVTrans' is not designed for extension - needs to be abstract, final or empty. 485
Error Parameter rayParam should be final. 485
Error Expected @param tag for 'rayParam'. 485
Error ')' is preceded with whitespace. 490
Error Line has trailing spaces. 493
Error Expected an @return tag. 498
Error Method 'getSVtoSVTrans' is not designed for extension - needs to be abstract, final or empty. 498
Error Parameter rayParam should be final. 498
Error Expected @param tag for 'rayParam'. 498
Error Line has trailing spaces. 501
Error Expected an @return tag. 513
Error Method 'getComplexSHtoSHRefl' is not designed for extension - needs to be abstract, final or empty. 513
Error Parameter rayParam should be final. 513
Error Expected @param tag for 'rayParam'. 513
Error '(' is followed by whitespace. 520
Error Expected an @return tag. 526
Error Method 'getSHtoSHRefl' is not designed for extension - needs to be abstract, final or empty. 526
Error Parameter rayParam should be final. 526
Error Expected @param tag for 'rayParam'. 526
Error Expected an @return tag. 538
Error Method 'getComplexSHtoSHTrans' is not designed for extension - needs to be abstract, final or empty. 538
Error Parameter rayParam should be final. 538
Error Expected @param tag for 'rayParam'. 538
Error '(' is followed by whitespace. 545
Error ')' is preceded with whitespace. 545
Error Expected an @return tag. 551
Error Method 'getSHtoSHTrans' is not designed for extension - needs to be abstract, final or empty. 551
Error Parameter rayParam should be final. 551
Error Expected @param tag for 'rayParam'. 551
Error Missing a Javadoc comment. 555
Error Parameter args should be final. 555
Error '4.98' is a magic number. 556
Error '2.9' is a magic number. 557
Error '2.667' is a magic number. 558
Error '8.0' is a magic number. 559
Error '4.6' is a magic number. 560
Error '3.38' is a magic number. 561
Error Name 'DtoR' must match pattern '^[a-z][a-zA-Z0-9]*$'. 565
Error '180.0' is a magic number. 565
Error Name 'RtoD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 566
Error '180.0' is a magic number. 566
Error Name 'RPP' must match pattern '^[a-z][a-zA-Z0-9]*$'. 568
Error '91' is a magic number. 568
Error Name 'RPS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 569
Error '91' is a magic number. 569
Error Name 'RSP' must match pattern '^[a-z][a-zA-Z0-9]*$'. 570
Error '91' is a magic number. 570
Error Name 'RSS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 571
Error '91' is a magic number. 571
Error Name 'TPP' must match pattern '^[a-z][a-zA-Z0-9]*$'. 573
Error '91' is a magic number. 573
Error Name 'TPS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 574
Error '91' is a magic number. 574
Error Name 'TSP' must match pattern '^[a-z][a-zA-Z0-9]*$'. 575
Error '91' is a magic number. 575
Error Name 'TSS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 576
Error '91' is a magic number. 576
Error '=' is not preceded with whitespace. 586
Error '=' is not followed by whitespace. 586
Error '<=' is not preceded with whitespace. 586
Error '90' is a magic number. 586
Error '=' is not preceded with whitespace. 630
Error '=' is not followed by whitespace. 630
Error '<=' is not preceded with whitespace. 630
Error '90' is a magic number. 630
Error '<=' is not followed by whitespace. 630
Error '+' is not preceded with whitespace. 631
Error '+' is not followed by whitespace. 631
Error '+' is not preceded with whitespace. 631
Error '+' is not followed by whitespace. 631
Error '+' is not preceded with whitespace. 631
Error '+' is not followed by whitespace. 631
Error '=' is not preceded with whitespace. 635
Error '=' is not followed by whitespace. 635
Error '<=' is not preceded with whitespace. 635
Error '90' is a magic number. 635
Error '<=' is not followed by whitespace. 635
Error '+' is not preceded with whitespace. 636
Error '+' is not followed by whitespace. 636
Error '+' is not preceded with whitespace. 636
Error '+' is not followed by whitespace. 636
Error '+' is not preceded with whitespace. 636
Error '+' is not followed by whitespace. 636
Error '=' is not preceded with whitespace. 640
Error '=' is not followed by whitespace. 640
Error '<=' is not preceded with whitespace. 640
Error '90' is a magic number. 640
Error '<=' is not followed by whitespace. 640
Error '+' is not preceded with whitespace. 641
Error '+' is not followed by whitespace. 641
Error '+' is not preceded with whitespace. 641
Error '+' is not followed by whitespace. 641
Error '+' is not preceded with whitespace. 641
Error '+' is not followed by whitespace. 641
Error '=' is not preceded with whitespace. 645
Error '=' is not followed by whitespace. 645
Error '<=' is not preceded with whitespace. 645
Error '90' is a magic number. 645
Error '<=' is not followed by whitespace. 645
Error '+' is not preceded with whitespace. 646
Error '+' is not followed by whitespace. 646
Error '+' is not preceded with whitespace. 646
Error '+' is not followed by whitespace. 646
Error '+' is not preceded with whitespace. 646
Error '+' is not followed by whitespace. 646

edu/sc/seis/TauP/SacTimeSeries.java

ErrorLine
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Missing a Javadoc comment. 52
Error Variable 'delta' must be private and have accessor methods. 52
Error Missing a Javadoc comment. 53
Error Variable 'depmin' must be private and have accessor methods. 53
Error Missing a Javadoc comment. 54
Error Variable 'depmax' must be private and have accessor methods. 54
Error Missing a Javadoc comment. 55
Error Variable 'scale' must be private and have accessor methods. 55
Error Missing a Javadoc comment. 56
Error Variable 'odelta' must be private and have accessor methods. 56
Error Missing a Javadoc comment. 57
Error Variable 'b' must be private and have accessor methods. 57
Error Missing a Javadoc comment. 58
Error Variable 'e' must be private and have accessor methods. 58
Error Missing a Javadoc comment. 59
Error Variable 'o' must be private and have accessor methods. 59
Error Missing a Javadoc comment. 60
Error Variable 'a' must be private and have accessor methods. 60
Error Missing a Javadoc comment. 61
Error Variable 'fmt' must be private and have accessor methods. 61
Error Missing a Javadoc comment. 62
Error Variable 't0' must be private and have accessor methods. 62
Error Missing a Javadoc comment. 63
Error Variable 't1' must be private and have accessor methods. 63
Error Missing a Javadoc comment. 64
Error Variable 't2' must be private and have accessor methods. 64
Error Missing a Javadoc comment. 65
Error Variable 't3' must be private and have accessor methods. 65
Error Missing a Javadoc comment. 66
Error Variable 't4' must be private and have accessor methods. 66
Error Missing a Javadoc comment. 67
Error Variable 't5' must be private and have accessor methods. 67
Error Missing a Javadoc comment. 68
Error Variable 't6' must be private and have accessor methods. 68
Error Missing a Javadoc comment. 69
Error Variable 't7' must be private and have accessor methods. 69
Error Missing a Javadoc comment. 70
Error Variable 't8' must be private and have accessor methods. 70
Error Missing a Javadoc comment. 71
Error Variable 't9' must be private and have accessor methods. 71
Error Missing a Javadoc comment. 72
Error Variable 'f' must be private and have accessor methods. 72
Error Missing a Javadoc comment. 73
Error Variable 'resp0' must be private and have accessor methods. 73
Error Missing a Javadoc comment. 74
Error Variable 'resp1' must be private and have accessor methods. 74
Error Missing a Javadoc comment. 75
Error Variable 'resp2' must be private and have accessor methods. 75
Error Missing a Javadoc comment. 76
Error Variable 'resp3' must be private and have accessor methods. 76
Error Missing a Javadoc comment. 77
Error Variable 'resp4' must be private and have accessor methods. 77
Error Missing a Javadoc comment. 78
Error Variable 'resp5' must be private and have accessor methods. 78
Error Missing a Javadoc comment. 79
Error Variable 'resp6' must be private and have accessor methods. 79
Error Missing a Javadoc comment. 80
Error Variable 'resp7' must be private and have accessor methods. 80
Error Missing a Javadoc comment. 81
Error Variable 'resp8' must be private and have accessor methods. 81
Error Missing a Javadoc comment. 82
Error Variable 'resp9' must be private and have accessor methods. 82
Error Missing a Javadoc comment. 83
Error Variable 'stla' must be private and have accessor methods. 83
Error Missing a Javadoc comment. 84
Error Variable 'stlo' must be private and have accessor methods. 84
Error Missing a Javadoc comment. 85
Error Variable 'stel' must be private and have accessor methods. 85
Error Missing a Javadoc comment. 86
Error Variable 'stdp' must be private and have accessor methods. 86
Error Missing a Javadoc comment. 87
Error Variable 'evla' must be private and have accessor methods. 87
Error Missing a Javadoc comment. 88
Error Variable 'evlo' must be private and have accessor methods. 88
Error Missing a Javadoc comment. 89
Error Variable 'evel' must be private and have accessor methods. 89
Error Missing a Javadoc comment. 90
Error Variable 'evdp' must be private and have accessor methods. 90
Error Missing a Javadoc comment. 91
Error Variable 'mag' must be private and have accessor methods. 91
Error Missing a Javadoc comment. 92
Error Variable 'user0' must be private and have accessor methods. 92
Error Missing a Javadoc comment. 93
Error Variable 'user1' must be private and have accessor methods. 93
Error Missing a Javadoc comment. 94
Error Variable 'user2' must be private and have accessor methods. 94
Error Missing a Javadoc comment. 95
Error Variable 'user3' must be private and have accessor methods. 95
Error Missing a Javadoc comment. 96
Error Variable 'user4' must be private and have accessor methods. 96
Error Missing a Javadoc comment. 97
Error Variable 'user5' must be private and have accessor methods. 97
Error Missing a Javadoc comment. 98
Error Variable 'user6' must be private and have accessor methods. 98
Error Missing a Javadoc comment. 99
Error Variable 'user7' must be private and have accessor methods. 99
Error Missing a Javadoc comment. 100
Error Variable 'user8' must be private and have accessor methods. 100
Error Missing a Javadoc comment. 101
Error Variable 'user9' must be private and have accessor methods. 101
Error Missing a Javadoc comment. 102
Error Variable 'dist' must be private and have accessor methods. 102
Error Missing a Javadoc comment. 103
Error Variable 'az' must be private and have accessor methods. 103
Error Missing a Javadoc comment. 104
Error Variable 'baz' must be private and have accessor methods. 104
Error Missing a Javadoc comment. 105
Error Variable 'gcarc' must be private and have accessor methods. 105
Error Missing a Javadoc comment. 106
Error Variable 'sb' must be private and have accessor methods. 106
Error Missing a Javadoc comment. 107
Error Variable 'sdelta' must be private and have accessor methods. 107
Error Missing a Javadoc comment. 108
Error Variable 'depmen' must be private and have accessor methods. 108
Error Missing a Javadoc comment. 109
Error Variable 'cmpaz' must be private and have accessor methods. 109
Error Missing a Javadoc comment. 110
Error Variable 'cmpinc' must be private and have accessor methods. 110
Error Missing a Javadoc comment. 111
Error Variable 'xminimum' must be private and have accessor methods. 111
Error Missing a Javadoc comment. 112
Error Variable 'xmaximum' must be private and have accessor methods. 112
Error Missing a Javadoc comment. 113
Error Variable 'yminimum' must be private and have accessor methods. 113
Error Missing a Javadoc comment. 114
Error Variable 'ymaximum' must be private and have accessor methods. 114
Error Missing a Javadoc comment. 115
Error Variable 'unused6' must be private and have accessor methods. 115
Error Missing a Javadoc comment. 116
Error Variable 'unused7' must be private and have accessor methods. 116
Error Missing a Javadoc comment. 117
Error Variable 'unused8' must be private and have accessor methods. 117
Error Missing a Javadoc comment. 118
Error Variable 'unused9' must be private and have accessor methods. 118
Error Missing a Javadoc comment. 119
Error Variable 'unused10' must be private and have accessor methods. 119
Error Missing a Javadoc comment. 120
Error Variable 'unused11' must be private and have accessor methods. 120
Error Missing a Javadoc comment. 121
Error Variable 'unused12' must be private and have accessor methods. 121
Error Missing a Javadoc comment. 122
Error Variable 'nzyear' must be private and have accessor methods. 122
Error Missing a Javadoc comment. 123
Error Variable 'nzjday' must be private and have accessor methods. 123
Error Missing a Javadoc comment. 124
Error Variable 'nzhour' must be private and have accessor methods. 124
Error Missing a Javadoc comment. 125
Error Variable 'nzmin' must be private and have accessor methods. 125
Error Missing a Javadoc comment. 126
Error Variable 'nzsec' must be private and have accessor methods. 126
Error Missing a Javadoc comment. 127
Error Variable 'nzmsec' must be private and have accessor methods. 127
Error Missing a Javadoc comment. 128
Error Variable 'nvhdr' must be private and have accessor methods. 128
Error '6' is a magic number. 128
Error Missing a Javadoc comment. 129
Error Variable 'norid' must be private and have accessor methods. 129
Error Missing a Javadoc comment. 130
Error Variable 'nevid' must be private and have accessor methods. 130
Error Missing a Javadoc comment. 131
Error Variable 'npts' must be private and have accessor methods. 131
Error Missing a Javadoc comment. 132
Error Variable 'nsnpts' must be private and have accessor methods. 132
Error Missing a Javadoc comment. 133
Error Variable 'nwfid' must be private and have accessor methods. 133
Error Missing a Javadoc comment. 134
Error Variable 'nxsize' must be private and have accessor methods. 134
Error Missing a Javadoc comment. 135
Error Variable 'nysize' must be private and have accessor methods. 135
Error Missing a Javadoc comment. 136
Error Variable 'unused15' must be private and have accessor methods. 136
Error Missing a Javadoc comment. 137
Error Variable 'iftype' must be private and have accessor methods. 137
Error Missing a Javadoc comment. 138
Error Variable 'idep' must be private and have accessor methods. 138
Error Missing a Javadoc comment. 139
Error Variable 'iztype' must be private and have accessor methods. 139
Error Missing a Javadoc comment. 140
Error Variable 'unused16' must be private and have accessor methods. 140
Error Missing a Javadoc comment. 141
Error Variable 'iinst' must be private and have accessor methods. 141
Error Missing a Javadoc comment. 142
Error Variable 'istreg' must be private and have accessor methods. 142
Error Missing a Javadoc comment. 143
Error Variable 'ievreg' must be private and have accessor methods. 143
Error Missing a Javadoc comment. 144
Error Variable 'ievtyp' must be private and have accessor methods. 144
Error Missing a Javadoc comment. 145
Error Variable 'iqual' must be private and have accessor methods. 145
Error Missing a Javadoc comment. 146
Error Variable 'isynth' must be private and have accessor methods. 146
Error Missing a Javadoc comment. 147
Error Variable 'imagtyp' must be private and have accessor methods. 147
Error Missing a Javadoc comment. 148
Error Variable 'imagsrc' must be private and have accessor methods. 148
Error Missing a Javadoc comment. 149
Error Variable 'unused19' must be private and have accessor methods. 149
Error Missing a Javadoc comment. 150
Error Variable 'unused20' must be private and have accessor methods. 150
Error Missing a Javadoc comment. 151
Error Variable 'unused21' must be private and have accessor methods. 151
Error Missing a Javadoc comment. 152
Error Variable 'unused22' must be private and have accessor methods. 152
Error Missing a Javadoc comment. 153
Error Variable 'unused23' must be private and have accessor methods. 153
Error Missing a Javadoc comment. 154
Error Variable 'unused24' must be private and have accessor methods. 154
Error Missing a Javadoc comment. 155
Error Variable 'unused25' must be private and have accessor methods. 155
Error Missing a Javadoc comment. 156
Error Variable 'unused26' must be private and have accessor methods. 156
Error Missing a Javadoc comment. 157
Error Variable 'leven' must be private and have accessor methods. 157
Error Missing a Javadoc comment. 158
Error Variable 'lpspol' must be private and have accessor methods. 158
Error Missing a Javadoc comment. 159
Error Variable 'lovrok' must be private and have accessor methods. 159
Error Missing a Javadoc comment. 160
Error Variable 'lcalda' must be private and have accessor methods. 160
Error Missing a Javadoc comment. 161
Error Variable 'unused27' must be private and have accessor methods. 161
Error Missing a Javadoc comment. 162
Error Variable 'kstnm' must be private and have accessor methods. 162
Error Missing a Javadoc comment. 163
Error Variable 'kevnm' must be private and have accessor methods. 163
Error Missing a Javadoc comment. 164
Error Variable 'khole' must be private and have accessor methods. 164
Error Missing a Javadoc comment. 165
Error Variable 'ko' must be private and have accessor methods. 165
Error Missing a Javadoc comment. 166
Error Variable 'ka' must be private and have accessor methods. 166
Error Missing a Javadoc comment. 167
Error Variable 'kt0' must be private and have accessor methods. 167
Error Missing a Javadoc comment. 168
Error Variable 'kt1' must be private and have accessor methods. 168
Error Missing a Javadoc comment. 169
Error Variable 'kt2' must be private and have accessor methods. 169
Error Missing a Javadoc comment. 170
Error Variable 'kt3' must be private and have accessor methods. 170
Error Missing a Javadoc comment. 171
Error Variable 'kt4' must be private and have accessor methods. 171
Error Missing a Javadoc comment. 172
Error Variable 'kt5' must be private and have accessor methods. 172
Error Missing a Javadoc comment. 173
Error Variable 'kt6' must be private and have accessor methods. 173
Error Missing a Javadoc comment. 174
Error Variable 'kt7' must be private and have accessor methods. 174
Error Missing a Javadoc comment. 175
Error Variable 'kt8' must be private and have accessor methods. 175
Error Missing a Javadoc comment. 176
Error Variable 'kt9' must be private and have accessor methods. 176
Error Missing a Javadoc comment. 177
Error Variable 'kf' must be private and have accessor methods. 177
Error Missing a Javadoc comment. 178
Error Variable 'kuser0' must be private and have accessor methods. 178
Error Missing a Javadoc comment. 179
Error Variable 'kuser1' must be private and have accessor methods. 179
Error Missing a Javadoc comment. 180
Error Variable 'kuser2' must be private and have accessor methods. 180
Error Missing a Javadoc comment. 181
Error Variable 'kcmpnm' must be private and have accessor methods. 181
Error Missing a Javadoc comment. 182
Error Variable 'knetwk' must be private and have accessor methods. 182
Error Missing a Javadoc comment. 183
Error Variable 'kdatrd' must be private and have accessor methods. 183
Error Missing a Javadoc comment. 184
Error Variable 'kinst' must be private and have accessor methods. 184
Error Missing a Javadoc comment. 186
Error Variable 'y' must be private and have accessor methods. 186
Error Missing a Javadoc comment. 187
Error Variable 'x' must be private and have accessor methods. 187
Error Missing a Javadoc comment. 188
Error Variable 'real' must be private and have accessor methods. 188
Error Missing a Javadoc comment. 189
Error Variable 'imaginary' must be private and have accessor methods. 189
Error Missing a Javadoc comment. 190
Error Variable 'amp' must be private and have accessor methods. 190
Error Missing a Javadoc comment. 191
Error Variable 'phase' must be private and have accessor methods. 191
Error Missing a Javadoc comment. 194
Error Name 'FLOAT_UNDEF' must match pattern '^[a-z][a-zA-Z0-9]*$'. 194
Error Variable 'FLOAT_UNDEF' must be private and have accessor methods. 194
Error '-12345.0f' is a magic number. 194
Error Missing a Javadoc comment. 195
Error Name 'INT_UNDEF' must match pattern '^[a-z][a-zA-Z0-9]*$'. 195
Error Variable 'INT_UNDEF' must be private and have accessor methods. 195
Error '-12345' is a magic number. 195
Error Missing a Javadoc comment. 196
Error Name 'STRING8_UNDEF' must match pattern '^[a-z][a-zA-Z0-9]*$'. 196
Error Variable 'STRING8_UNDEF' must be private and have accessor methods. 196
Error Missing a Javadoc comment. 197
Error Name 'STRING16_UNDEF' must match pattern '^[a-z][a-zA-Z0-9]*$'. 197
Error Variable 'STRING16_UNDEF' must be private and have accessor methods. 197
Error Missing a Javadoc comment. 200
Error Missing a Javadoc comment. 201
Error Missing a Javadoc comment. 204
Error Missing a Javadoc comment. 205
Error Missing a Javadoc comment. 206
Error Missing a Javadoc comment. 207
Error Missing a Javadoc comment. 208
Error Missing a Javadoc comment. 209
Error Missing a Javadoc comment. 210
Error Missing a Javadoc comment. 211
Error Missing a Javadoc comment. 212
Error Missing a Javadoc comment. 213
Error Missing a Javadoc comment. 214
Error Missing a Javadoc comment. 215
Error Missing a Javadoc comment. 216
Error Missing a Javadoc comment. 217
Error Missing a Javadoc comment. 218
Error Missing a Javadoc comment. 219
Error Missing a Javadoc comment. 220
Error Missing a Javadoc comment. 221
Error Missing a Javadoc comment. 222
Error Missing a Javadoc comment. 223
Error Missing a Javadoc comment. 224
Error Missing a Javadoc comment. 225
Error Missing a Javadoc comment. 226
Error Missing a Javadoc comment. 227
Error Missing a Javadoc comment. 228
Error Missing a Javadoc comment. 229
Error Missing a Javadoc comment. 230
Error Missing a Javadoc comment. 231
Error Missing a Javadoc comment. 232
Error Missing a Javadoc comment. 233
Error Missing a Javadoc comment. 234
Error Missing a Javadoc comment. 235
Error Missing a Javadoc comment. 236
Error Missing a Javadoc comment. 237
Error Missing a Javadoc comment. 238
Error Missing a Javadoc comment. 239
Error Missing a Javadoc comment. 240
Error Missing a Javadoc comment. 241
Error Missing a Javadoc comment. 242
Error Missing a Javadoc comment. 243
Error Missing a Javadoc comment. 244
Error Missing a Javadoc comment. 245
Error Missing a Javadoc comment. 246
Error Missing a Javadoc comment. 247
Error Missing a Javadoc comment. 248
Error Missing a Javadoc comment. 249
Error Missing a Javadoc comment. 250
Error Missing a Javadoc comment. 251
Error Missing a Javadoc comment. 252
Error Missing a Javadoc comment. 253
Error Missing a Javadoc comment. 254
Error Missing a Javadoc comment. 255
Error Missing a Javadoc comment. 256
Error Missing a Javadoc comment. 257
Error Missing a Javadoc comment. 258
Error Missing a Javadoc comment. 259
Error Missing a Javadoc comment. 260
Error Missing a Javadoc comment. 261
Error Missing a Javadoc comment. 262
Error Missing a Javadoc comment. 263
Error Missing a Javadoc comment. 264
Error Missing a Javadoc comment. 267
Error Name 'data_offset' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 267
Error Missing a Javadoc comment. 269
Error Variable 'byteOrder' must be private and have accessor methods. 269
Error Missing a Javadoc comment. 270
Error Name 'SunByteOrder' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 270
Error Missing a Javadoc comment. 271
Error Name 'IntelByteOrder' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 271
Error Method 'read' is not designed for extension - needs to be abstract, final or empty. 279
Error Parameter filename should be final. 279
Error Expected @param tag for 'filename'. 279
Error Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 280
Error '(' is followed by whitespace. 284
Error '*' is not preceded with whitespace. 286
Error '*' is not followed by whitespace. 286
Error '4' is a magic number. 286
Error '+' is not preceded with whitespace. 286
Error '+' is not followed by whitespace. 286
Error '*' is not preceded with whitespace. 287
Error '*' is not followed by whitespace. 287
Error '4' is a magic number. 287
Error '+' is not preceded with whitespace. 287
Error '+' is not followed by whitespace. 287
Error ')' is preceded with whitespace. 287
Error Line is longer than 80 characters. 289
Error '+' is not preceded with whitespace. 289
Error '+' is not followed by whitespace. 289
Error '+' is not preceded with whitespace. 289
Error '+' is not followed by whitespace. 289
Error '+' is not preceded with whitespace. 289
Error '+' is not followed by whitespace. 289
Error '+' is not preceded with whitespace. 289
Error '+' is not followed by whitespace. 289
Error '+' is not preceded with whitespace. 289
Error '+' is not followed by whitespace. 289
Error '+' is not preceded with whitespace. 293
Error '+' should be on a new line. 293
Error Line is longer than 80 characters. 294
Error '+' is not preceded with whitespace. 294
Error '+' is not followed by whitespace. 294
Error '+' is not preceded with whitespace. 294
Error '+' is not followed by whitespace. 294
Error '+' is not preceded with whitespace. 294
Error '+' is not followed by whitespace. 294
Error '+' is not preceded with whitespace. 294
Error '+' is not followed by whitespace. 294
Error '+' is not preceded with whitespace. 294
Error '+' is not followed by whitespace. 294
Error '+' is not preceded with whitespace. 294
Error '+' is not followed by whitespace. 294
Error '+' is not preceded with whitespace. 294
Error '+' is not followed by whitespace. 294
Error '+' is not preceded with whitespace. 294
Error '+' is not followed by whitespace. 294
Error '+' is not preceded with whitespace. 294
Error '+' is not followed by whitespace. 294
Error '+' is not preceded with whitespace. 294
Error '+' is not followed by whitespace. 294
Error '+' is not preceded with whitespace. 294
Error '+' is not followed by whitespace. 294
Error Missing a Javadoc comment. 301
Error 'static' modifier out of order with the JLS suggestions. 301
Error Parameter val should be final. 301
Error '{' is not preceded with whitespace. 301
Error 'cast' is not followed by whitespace. 302
Error '0xff00' is a magic number. 302
Error '8' is a magic number. 302
Error '0x00ff' is a magic number. 302
Error '8' is a magic number. 302
Error Missing a Javadoc comment. 305
Error 'static' modifier out of order with the JLS suggestions. 305
Error Parameter val should be final. 305
Error Missing a Javadoc comment. 309
Error 'static' modifier out of order with the JLS suggestions. 309
Error Parameter val should be final. 309
Error '0xff000000' is a magic number. 310
Error '24' is a magic number. 310
Error ')' is preceded with whitespace. 310
Error '+' should be on a new line. 310
Error '0x00ff0000' is a magic number. 311
Error '8' is a magic number. 311
Error ')' is preceded with whitespace. 311
Error '+' should be on a new line. 311
Error '0x0000ff00' is a magic number. 312
Error '8' is a magic number. 312
Error ')' is preceded with whitespace. 312
Error '+' should be on a new line. 312
Error '0x000000ff' is a magic number. 313
Error '24' is a magic number. 313
Error Missing a Javadoc comment. 317
Error 'static' modifier out of order with the JLS suggestions. 317
Error Parameter val should be final. 317
Error '{' is not preceded with whitespace. 317
Error Line is longer than 80 characters. 318
Error Missing a Javadoc comment. 321
Error 'static' modifier out of order with the JLS suggestions. 321
Error Parameter val should be final. 321
Error '{' is not preceded with whitespace. 321
Error '0xffl' is a magic number. 322
Error Should use uppercase 'L'. 322
Error '56' is a magic number. 322
Error '56' is a magic number. 322
Error '+' should be on a new line. 322
Error '0xffl' is a magic number. 323
Error Should use uppercase 'L'. 323
Error '48' is a magic number. 323
Error '40' is a magic number. 323
Error '+' should be on a new line. 323
Error '0xffl' is a magic number. 324
Error Should use uppercase 'L'. 324
Error '40' is a magic number. 324
Error '24' is a magic number. 324
Error '+' should be on a new line. 324
Error '0xffl' is a magic number. 325
Error Should use uppercase 'L'. 325
Error '32' is a magic number. 325
Error '8' is a magic number. 325
Error '+' should be on a new line. 325
Error '0xffl' is a magic number. 326
Error Should use uppercase 'L'. 326
Error '24' is a magic number. 326
Error '8' is a magic number. 326
Error '+' should be on a new line. 326
Error '0xffl' is a magic number. 327
Error Should use uppercase 'L'. 327
Error '16' is a magic number. 327
Error '24' is a magic number. 327
Error '+' should be on a new line. 327
Error '0xffl' is a magic number. 328
Error Should use uppercase 'L'. 328
Error '8' is a magic number. 328
Error '40' is a magic number. 328
Error '+' should be on a new line. 328
Error '0xffl' is a magic number. 329
Error Should use uppercase 'L'. 329
Error '56' is a magic number. 329
Error Method 'read' is not designed for extension - needs to be abstract, final or empty. 332
Error Missing a Javadoc comment. 332
Error Parameter dis should be final. 332
Error Method 'readHeader' is not designed for extension - needs to be abstract, final or empty. 341
Error Parameter filename should be final. 341
Error Expected @param tag for 'filename'. 341
Error Expected @throws tag for 'FileNotFoundException'. 342
Error Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 342
Error Expected @throws tag for 'IOException'. 342
Error Line is longer than 80 characters. 345
Error Method 'swapHeader' is not designed for extension - needs to be abstract, final or empty. 351
Error Method 'readHeader' is not designed for extension - needs to be abstract, final or empty. 486
Error Method length is 167 lines (max allowed is 150). 486
Error Parameter dis should be final. 486
Error Expected @param tag for 'dis'. 486
Error Expected @throws tag for 'FileNotFoundException'. 487
Error Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 487
Error Expected @throws tag for 'IOException'. 487
Error '8' is a magic number. 620
Error '16' is a magic number. 621
Error First sentence should end with a period. 655
Error Method 'readData' is not designed for extension - needs to be abstract, final or empty. 656
Error Parameter fis should be final. 656
Error Expected @param tag for 'fis'. 656
Error Expected @throws tag for 'IOException'. 656
Error '4' is a magic number. 664
Error '4' is a magic number. 665
Error '=' is not preceded with whitespace. 666
Error '=' is not followed by whitespace. 666
Error '=' is not preceded with whitespace. 667
Error '=' is not followed by whitespace. 667
Error '4096' is a magic number. 668
Error '+' is not preceded with whitespace. 678
Error '+' is not followed by whitespace. 678
Error '4' is a magic number. 678
Error '=' is not preceded with whitespace. 686
Error '=' is not followed by whitespace. 686
Error 'for' is not followed by whitespace. 690
Error '=' is not preceded with whitespace. 690
Error '=' is not followed by whitespace. 690
Error ';' is not followed by whitespace. 690
Error '<' is not preceded with whitespace. 690
Error '<' is not followed by whitespace. 690
Error '8' is a magic number. 691
Error '0xff' is a magic number. 692
Error 'for' is not followed by whitespace. 695
Error '=' is not preceded with whitespace. 695
Error '=' is not followed by whitespace. 695
Error ';' is not followed by whitespace. 695
Error '<' is not preceded with whitespace. 695
Error '4' is a magic number. 695
Error '<' is not followed by whitespace. 695
Error '-' is not preceded with whitespace. 695
Error '-' is not followed by whitespace. 695
Error '8' is a magic number. 696
Error '0xff' is a magic number. 697
Error '(' is followed by whitespace. 704
Error '<=' is not preceded with whitespace. 704
Error '-' is not preceded with whitespace. 704
Error '-' is not followed by whitespace. 704
Error '4' is a magic number. 704
Error '(' is followed by whitespace. 706
Error '0xff' is a magic number. 706
Error '24' is a magic number. 706
Error '+' should be on a new line. 706
Error '0xff' is a magic number. 707
Error '16' is a magic number. 707
Error '+' should be on a new line. 707
Error '0xff' is a magic number. 708
Error '8' is a magic number. 708
Error '+' should be on a new line. 708
Error '0xff' is a magic number. 709
Error '(' is followed by whitespace. 717
Error '(' is followed by whitespace. 718
Error '=' is not preceded with whitespace. 718
Error '=' is not followed by whitespace. 718
Error '<' is not preceded with whitespace. 718
Error '<' is not followed by whitespace. 718
Error Method 'readDataOld' is not designed for extension - needs to be abstract, final or empty. 729
Error Parameter dis should be final. 729
Error Expected @param tag for 'dis'. 729
Error Expected @throws tag for 'FileNotFoundException'. 730
Error Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 730
Error Expected @throws tag for 'IOException'. 730
Error '=' is not preceded with whitespace. 733
Error '=' is not followed by whitespace. 733
Error '<' is not preceded with whitespace. 733
Error '<' is not followed by whitespace. 733
Error '||' should be on a new line. 738
Error '||' should be on a new line. 739
Error '=' is not preceded with whitespace. 742
Error '=' is not followed by whitespace. 742
Error '<' is not preceded with whitespace. 742
Error '<' is not followed by whitespace. 742
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 757
Error Parameter filename should be final. 757
Error Expected @param tag for 'filename'. 757
Error Expected @throws tag for 'FileNotFoundException'. 758
Error Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 758
Error Expected @throws tag for 'IOException'. 758
Error 'f' hides a field. 759
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 764
Error Parameter file should be final. 764
Error Expected @param tag for 'file'. 764
Error Expected @throws tag for 'FileNotFoundException'. 765
Error Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 765
Error Expected @throws tag for 'IOException'. 765
Error Line is longer than 80 characters. 768
Error Line is longer than 80 characters. 775
Error Redundant 'final' modifier. 775
Error Parameter dos should be final. 775
Error Expected @param tag for 'dos'. 775
Error Parameter val should be final. 775
Error Expected @param tag for 'val'. 775
Error Expected @throws tag for 'IOException'. 775
Error '(' is followed by whitespace. 776
Error Line is longer than 80 characters. 785
Error Redundant 'final' modifier. 785
Error Parameter dos should be final. 785
Error Expected @param tag for 'dos'. 785
Error Parameter val should be final. 785
Error Expected @param tag for 'val'. 785
Error Expected @throws tag for 'IOException'. 785
Error '(' is followed by whitespace. 786
Error Method 'writeHeader' is not designed for extension - needs to be abstract, final or empty. 793
Error Method length is 211 lines (max allowed is 150). 793
Error Missing a Javadoc comment. 793
Error Parameter dos should be final. 793
Error '8' is a magic number. 927
Error '{' is not followed by whitespace. 927
Error ',' is not followed by whitespace. 927
Error '7' is a magic number. 927
Error '8' is a magic number. 928
Error '{' is not followed by whitespace. 928
Error '16' is a magic number. 930
Error '{' is not followed by whitespace. 930
Error ',' is not followed by whitespace. 930
Error '15' is a magic number. 930
Error '16' is a magic number. 931
Error '8' is a magic number. 934
Error '{' is not followed by whitespace. 934
Error ',' is not followed by whitespace. 934
Error '7' is a magic number. 934
Error '8' is a magic number. 935
Error '{' is not followed by whitespace. 935
Error '8' is a magic number. 937
Error '{' is not followed by whitespace. 937
Error ',' is not followed by whitespace. 937
Error '7' is a magic number. 937
Error '8' is a magic number. 938
Error '{' is not followed by whitespace. 938
Error '8' is a magic number. 940
Error '{' is not followed by whitespace. 940
Error ',' is not followed by whitespace. 940
Error '7' is a magic number. 940
Error '8' is a magic number. 941
Error '{' is not followed by whitespace. 941
Error '8' is a magic number. 944
Error '{' is not followed by whitespace. 944
Error ',' is not followed by whitespace. 944
Error '7' is a magic number. 944
Error '8' is a magic number. 945
Error '{' is not followed by whitespace. 945
Error '8' is a magic number. 947
Error '{' is not followed by whitespace. 947
Error ',' is not followed by whitespace. 947
Error '7' is a magic number. 947
Error '8' is a magic number. 948
Error '{' is not followed by whitespace. 948
Error '8' is a magic number. 950
Error '{' is not followed by whitespace. 950
Error ',' is not followed by whitespace. 950
Error '7' is a magic number. 950
Error '8' is a magic number. 951
Error '{' is not followed by whitespace. 951
Error '8' is a magic number. 954
Error '{' is not followed by whitespace. 954
Error ',' is not followed by whitespace. 954
Error '7' is a magic number. 954
Error '8' is a magic number. 955
Error '{' is not followed by whitespace. 955
Error '8' is a magic number. 957
Error '{' is not followed by whitespace. 957
Error ',' is not followed by whitespace. 957
Error '7' is a magic number. 957
Error '8' is a magic number. 958
Error '{' is not followed by whitespace. 958
Error '8' is a magic number. 960
Error '{' is not followed by whitespace. 960
Error ',' is not followed by whitespace. 960
Error '7' is a magic number. 960
Error '8' is a magic number. 961
Error '{' is not followed by whitespace. 961
Error '8' is a magic number. 964
Error '{' is not followed by whitespace. 964
Error ',' is not followed by whitespace. 964
Error '7' is a magic number. 964
Error '8' is a magic number. 965
Error '{' is not followed by whitespace. 965
Error '8' is a magic number. 967
Error '{' is not followed by whitespace. 967
Error ',' is not followed by whitespace. 967
Error '7' is a magic number. 967
Error '8' is a magic number. 968
Error '{' is not followed by whitespace. 968
Error '8' is a magic number. 970
Error '{' is not followed by whitespace. 970
Error ',' is not followed by whitespace. 970
Error '7' is a magic number. 970
Error '8' is a magic number. 971
Error '{' is not followed by whitespace. 971
Error '8' is a magic number. 974
Error '{' is not followed by whitespace. 974
Error ',' is not followed by whitespace. 974
Error '7' is a magic number. 974
Error '8' is a magic number. 975
Error '{' is not followed by whitespace. 975
Error '8' is a magic number. 977
Error '{' is not followed by whitespace. 977
Error ',' is not followed by whitespace. 977
Error '7' is a magic number. 977
Error '8' is a magic number. 978
Error '{' is not followed by whitespace. 978
Error '8' is a magic number. 980
Error '{' is not followed by whitespace. 980
Error ',' is not followed by whitespace. 980
Error '7' is a magic number. 980
Error '8' is a magic number. 981
Error '{' is not followed by whitespace. 981
Error '8' is a magic number. 984
Error '{' is not followed by whitespace. 984
Error ',' is not followed by whitespace. 984
Error '7' is a magic number. 984
Error '8' is a magic number. 985
Error '{' is not followed by whitespace. 985
Error '8' is a magic number. 987
Error '{' is not followed by whitespace. 987
Error ',' is not followed by whitespace. 987
Error '7' is a magic number. 987
Error '8' is a magic number. 988
Error '{' is not followed by whitespace. 988
Error '8' is a magic number. 990
Error '{' is not followed by whitespace. 990
Error ',' is not followed by whitespace. 990
Error '7' is a magic number. 990
Error '8' is a magic number. 991
Error '{' is not followed by whitespace. 991
Error '8' is a magic number. 994
Error '{' is not followed by whitespace. 994
Error ',' is not followed by whitespace. 994
Error '7' is a magic number. 994
Error '8' is a magic number. 995
Error '{' is not followed by whitespace. 995
Error '8' is a magic number. 997
Error '{' is not followed by whitespace. 997
Error ',' is not followed by whitespace. 997
Error '7' is a magic number. 997
Error '8' is a magic number. 998
Error '{' is not followed by whitespace. 998
Error '8' is a magic number. 1000
Error '{' is not followed by whitespace. 1000
Error ',' is not followed by whitespace. 1000
Error '7' is a magic number. 1000
Error '8' is a magic number. 1001
Error '{' is not followed by whitespace. 1001
Error Method 'writeData' is not designed for extension - needs to be abstract, final or empty. 1006
Error Missing a Javadoc comment. 1006
Error Parameter dos should be final. 1006
Error '=' is not preceded with whitespace. 1009
Error '=' is not followed by whitespace. 1009
Error '<' is not preceded with whitespace. 1009
Error '<' is not followed by whitespace. 1009
Error '||' should be on a new line. 1014
Error '||' should be on a new line. 1015
Error '=' is not preceded with whitespace. 1017
Error '=' is not followed by whitespace. 1017
Error '<' is not preceded with whitespace. 1017
Error '<' is not followed by whitespace. 1017
Error Line is longer than 80 characters. 1024
Error Missing a Javadoc comment. 1024
Error Name 'decimalFormat' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1024
Error Missing a Javadoc comment. 1026
Error Parameter label should be final. 1026
Error Parameter f should be final. 1026
Error '+' is not preceded with whitespace. 1027
Error '+' is not followed by whitespace. 1027
Error '8' is a magic number. 1029
Error '+' is not preceded with whitespace. 1030
Error '+' is not followed by whitespace. 1030
Error '+' is not preceded with whitespace. 1032
Error '+' is not followed by whitespace. 1032
Error '21' is a magic number. 1033
Error '+' is not preceded with whitespace. 1034
Error '+' is not followed by whitespace. 1034
Error Line is longer than 80 characters. 1039
Error Missing a Javadoc comment. 1039
Error More than 7 parameters. 1039
Error Parameter s1 should be final. 1039
Error Parameter f1 should be final. 1039
Error Parameter s2 should be final. 1039
Error Parameter f2 should be final. 1039
Error Parameter s3 should be final. 1039
Error Parameter f3 should be final. 1039
Error Parameter s4 should be final. 1039
Error Parameter f4 should be final. 1039
Error Parameter s5 should be final. 1039
Error Parameter f5 should be final. 1039
Error ',' is not followed by whitespace. 1041
Error '+' is not preceded with whitespace. 1041
Error '+' should be on a new line. 1041
Error ',' is not followed by whitespace. 1042
Error '+' is not preceded with whitespace. 1042
Error '+' should be on a new line. 1042
Error ',' is not followed by whitespace. 1043
Error '+' is not preceded with whitespace. 1043
Error '+' should be on a new line. 1043
Error ',' is not followed by whitespace. 1044
Error '+' is not preceded with whitespace. 1044
Error '+' should be on a new line. 1044
Error ',' is not followed by whitespace. 1045
Error Method 'printHeader' is not designed for extension - needs to be abstract, final or empty. 1048
Error Method length is 165 lines (max allowed is 150). 1048
Error Missing a Javadoc comment. 1048
Error ',' is not followed by whitespace. 1049
Error ',' is not followed by whitespace. 1050
Error ',' is not followed by whitespace. 1051
Error ',' is not followed by whitespace. 1052
Error ',' is not followed by whitespace. 1053
Error ',' is not followed by whitespace. 1055
Error ',' is not followed by whitespace. 1056
Error ',' is not followed by whitespace. 1057
Error ',' is not followed by whitespace. 1058
Error ',' is not followed by whitespace. 1059
Error ',' is not followed by whitespace. 1061
Error ',' is not followed by whitespace. 1062
Error ',' is not followed by whitespace. 1063
Error ',' is not followed by whitespace. 1064
Error ',' is not followed by whitespace. 1065
Error ',' is not followed by whitespace. 1067
Error ',' is not followed by whitespace. 1068
Error ',' is not followed by whitespace. 1069
Error ',' is not followed by whitespace. 1070
Error ',' is not followed by whitespace. 1071
Error ',' is not followed by whitespace. 1073
Error ',' is not followed by whitespace. 1074
Error ',' is not followed by whitespace. 1075
Error ',' is not followed by whitespace. 1076
Error ',' is not followed by whitespace. 1077
Error ',' is not followed by whitespace. 1079
Error ',' is not followed by whitespace. 1080
Error ',' is not followed by whitespace. 1081
Error ',' is not followed by whitespace. 1082
Error ',' is not followed by whitespace. 1083
Error ',' is not followed by whitespace. 1085
Error ',' is not followed by whitespace. 1086
Error ',' is not followed by whitespace. 1087
Error ',' is not followed by whitespace. 1088
Error ',' is not followed by whitespace. 1089
Error ',' is not followed by whitespace. 1091
Error ',' is not followed by whitespace. 1092
Error ',' is not followed by whitespace. 1093
Error ',' is not followed by whitespace. 1094
Error ',' is not followed by whitespace. 1095
Error ',' is not followed by whitespace. 1097
Error ',' is not followed by whitespace. 1098
Error ',' is not followed by whitespace. 1099
Error ',' is not followed by whitespace. 1100
Error ',' is not followed by whitespace. 1101
Error ',' is not followed by whitespace. 1103
Error ',' is not followed by whitespace. 1104
Error ',' is not followed by whitespace. 1105
Error ',' is not followed by whitespace. 1106
Error ',' is not followed by whitespace. 1107
Error ',' is not followed by whitespace. 1109
Error ',' is not followed by whitespace. 1110
Error ',' is not followed by whitespace. 1111
Error ',' is not followed by whitespace. 1112
Error ',' is not followed by whitespace. 1113
Error ',' is not followed by whitespace. 1115
Error ',' is not followed by whitespace. 1116
Error ',' is not followed by whitespace. 1117
Error ',' is not followed by whitespace. 1118
Error ',' is not followed by whitespace. 1119
Error ',' is not followed by whitespace. 1121
Error ',' is not followed by whitespace. 1122
Error ',' is not followed by whitespace. 1123
Error ',' is not followed by whitespace. 1124
Error ',' is not followed by whitespace. 1125
Error ',' is not followed by whitespace. 1127
Error ',' is not followed by whitespace. 1128
Error ',' is not followed by whitespace. 1129
Error ',' is not followed by whitespace. 1130
Error ',' is not followed by whitespace. 1131
Error ',' is not followed by whitespace. 1133
Error ',' is not followed by whitespace. 1134
Error ',' is not followed by whitespace. 1135
Error ',' is not followed by whitespace. 1136
Error ',' is not followed by whitespace. 1137
Error ',' is not followed by whitespace. 1139
Error ',' is not followed by whitespace. 1140
Error ',' is not followed by whitespace. 1141
Error ',' is not followed by whitespace. 1142
Error ',' is not followed by whitespace. 1143
Error ',' is not followed by whitespace. 1145
Error ',' is not followed by whitespace. 1146
Error ',' is not followed by whitespace. 1147
Error ',' is not followed by whitespace. 1148
Error ',' is not followed by whitespace. 1149
Error ',' is not followed by whitespace. 1151
Error ',' is not followed by whitespace. 1152
Error ',' is not followed by whitespace. 1153
Error ',' is not followed by whitespace. 1154
Error ',' is not followed by whitespace. 1155
Error ',' is not followed by whitespace. 1157
Error ',' is not followed by whitespace. 1158
Error ',' is not followed by whitespace. 1159
Error ',' is not followed by whitespace. 1160
Error ',' is not followed by whitespace. 1161
Error ',' is not followed by whitespace. 1163
Error ',' is not followed by whitespace. 1164
Error ',' is not followed by whitespace. 1165
Error ',' is not followed by whitespace. 1166
Error ',' is not followed by whitespace. 1167
Error ',' is not followed by whitespace. 1169
Error ',' is not followed by whitespace. 1170
Error ',' is not followed by whitespace. 1171
Error ',' is not followed by whitespace. 1172
Error ',' is not followed by whitespace. 1173
Error ',' is not followed by whitespace. 1175
Error ',' is not followed by whitespace. 1176
Error ',' is not followed by whitespace. 1177
Error ',' is not followed by whitespace. 1178
Error ',' is not followed by whitespace. 1179
Error '+' is not preceded with whitespace. 1182
Error '+' is not followed by whitespace. 1182
Error '+' is not preceded with whitespace. 1182
Error '+' should be on a new line. 1182
Error '+' is not preceded with whitespace. 1183
Error '+' is not followed by whitespace. 1183
Error '+' is not preceded with whitespace. 1183
Error '+' should be on a new line. 1183
Error '+' is not preceded with whitespace. 1184
Error '+' is not followed by whitespace. 1184
Error '+' is not preceded with whitespace. 1184
Error '+' should be on a new line. 1184
Error '+' is not preceded with whitespace. 1185
Error '+' is not followed by whitespace. 1185
Error '+' is not preceded with whitespace. 1188
Error '+' is not followed by whitespace. 1188
Error '+' is not preceded with whitespace. 1188
Error '+' should be on a new line. 1188
Error '+' is not preceded with whitespace. 1189
Error '+' is not followed by whitespace. 1189
Error '+' is not preceded with whitespace. 1189
Error '+' should be on a new line. 1189
Error '+' is not preceded with whitespace. 1190
Error '+' is not followed by whitespace. 1190
Error '+' is not preceded with whitespace. 1190
Error '+' should be on a new line. 1190
Error '+' is not preceded with whitespace. 1191
Error '+' is not followed by whitespace. 1191
Error '+' is not preceded with whitespace. 1193
Error '+' is not followed by whitespace. 1193
Error '+' is not preceded with whitespace. 1193
Error '+' should be on a new line. 1193
Error '+' is not preceded with whitespace. 1194
Error '+' is not followed by whitespace. 1194
Error '+' is not preceded with whitespace. 1194
Error '+' should be on a new line. 1194
Error '+' is not preceded with whitespace. 1195
Error '+' is not followed by whitespace. 1195
Error '+' is not preceded with whitespace. 1195
Error '+' should be on a new line. 1195
Error '+' is not preceded with whitespace. 1196
Error '+' is not followed by whitespace. 1196
Error '+' is not preceded with whitespace. 1198
Error '+' is not followed by whitespace. 1198
Error '+' is not preceded with whitespace. 1198
Error '+' should be on a new line. 1198
Error '+' is not preceded with whitespace. 1199
Error '+' is not followed by whitespace. 1199
Error '+' is not preceded with whitespace. 1199
Error '+' should be on a new line. 1199
Error '+' is not preceded with whitespace. 1200
Error '+' is not followed by whitespace. 1200
Error '+' is not preceded with whitespace. 1200
Error '+' should be on a new line. 1200
Error '+' is not preceded with whitespace. 1202
Error '+' is not followed by whitespace. 1202
Error '+' is not preceded with whitespace. 1204
Error '+' is not followed by whitespace. 1204
Error '+' is not preceded with whitespace. 1204
Error '+' should be on a new line. 1204
Error '+' is not preceded with whitespace. 1205
Error '+' is not followed by whitespace. 1205
Error '+' is not preceded with whitespace. 1205
Error '+' should be on a new line. 1205
Error '+' is not preceded with whitespace. 1206
Error '+' is not followed by whitespace. 1206
Error '+' is not preceded with whitespace. 1206
Error '+' should be on a new line. 1206
Error '+' is not preceded with whitespace. 1207
Error '+' is not followed by whitespace. 1207
Error '+' is not preceded with whitespace. 1209
Error '+' is not followed by whitespace. 1209
Error '+' is not preceded with whitespace. 1209
Error '+' should be on a new line. 1209
Error '+' is not preceded with whitespace. 1210
Error '+' is not followed by whitespace. 1210
Error '+' is not preceded with whitespace. 1210
Error '+' should be on a new line. 1210
Error '+' is not preceded with whitespace. 1211
Error '+' is not followed by whitespace. 1211
Error Parameter args should be final. 1218
Error Expected @param tag for 'args'. 1218
Error '+' is not preceded with whitespace. 1242
Error '+' is not followed by whitespace. 1242
Error '+' is not preceded with whitespace. 1242
Error '+' is not followed by whitespace. 1242
Error '+' is not preceded with whitespace. 1244
Error '+' is not followed by whitespace. 1244

edu/sc/seis/TauP/SeismicPhase.java

ErrorLine
Error File does not end with a newline. 0

edu/sc/seis/TauP/SeismicPhase.java

ErrorLine
Error File length is 2,098 lines (max allowed is 2,000). 1
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Line is longer than 80 characters. 11
Error Line has trailing spaces. 29
Error Name 'DEBUG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error Variable 'DEBUG' must be private and have accessor methods. 36
Error Variable 'verbose' must be private and have accessor methods. 39
Error Variable 'tMod' must be private and have accessor methods. 42
Error Variable 'maxRefraction' must be private and have accessor methods. 80
Error '20' is a magic number. 80
Error Variable 'maxDiffraction' must be private and have accessor methods. 87
Error '60' is a magic number. 87
Error Variable 'sourceDepth' must be private and have accessor methods. 93
Error Variable 'dist' must be private and have accessor methods. 99
Error Variable 'time' must be private and have accessor methods. 104
Error Variable 'rayParams' must be private and have accessor methods. 107
Error Variable 'minRayParam' must be private and have accessor methods. 110
Error Variable 'maxRayParam' must be private and have accessor methods. 113
Error Variable 'maxRayParamIndex' must be private and have accessor methods. 120
Error Variable 'minRayParamIndex' must be private and have accessor methods. 127
Error Variable 'minDistance' must be private and have accessor methods. 130
Error Variable 'maxDistance' must be private and have accessor methods. 133
Error Line has trailing spaces. 138
Error Variable 'arrivals' must be private and have accessor methods. 144
Error Variable 'branchSeq' must be private and have accessor methods. 150
Error Variable 'name' must be private and have accessor methods. 153
Error Variable 'puristName' must be private and have accessor methods. 158
Error Variable 'legs' must be private and have accessor methods. 161
Error Variable 'currBranch' must be private and have accessor methods. 167
Error Variable 'endAction' must be private and have accessor methods. 173
Error Variable 'legAction' must be private and have accessor methods. 181
Error Variable 'downGoing' must be private and have accessor methods. 187
Error Line has trailing spaces. 191
Error Variable 'waveType' must be private and have accessor methods. 194
Error Missing a Javadoc comment. 196
Error Missing a Javadoc comment. 198
Error Unused @param tag for 'phaseName'. 203
Error Parameter name should be final. 208
Error 'name' hides a field. 208
Error Expected @param tag for 'name'. 208
Error Parameter tMod should be final. 208
Error 'tMod' hides a field. 208
Error Method 'hasArrivals' is not designed for extension - needs to be abstract, final or empty. 215
Error Missing a Javadoc comment. 215
Error Conditional logic can be removed. 216
Error 'if' is not followed by whitespace. 216
Error Expected an @return tag. 224
Error Method 'getArrivals' is not designed for extension - needs to be abstract, final or empty. 224
Error 'for' is not followed by whitespace. 226
Error 'cast' is not followed by whitespace. 227
Error 'cast' is not followed by whitespace. 227
Error Method 'setTauModel' is not designed for extension - needs to be abstract, final or empty. 232
Error Missing a Javadoc comment. 232
Error Parameter tMod should be final. 232
Error 'tMod' hides a field. 232
Error Method 'getTauModel' is not designed for extension - needs to be abstract, final or empty. 237
Error Missing a Javadoc comment. 237
Error Method 'setDEBUG' is not designed for extension - needs to be abstract, final or empty. 241
Error Missing a Javadoc comment. 241
Error Parameter DEBUG should be final. 241
Error 'DEBUG' hides a field. 241
Error Name 'DEBUG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 241
Error Method 'getMinDistance' is not designed for extension - needs to be abstract, final or empty. 245
Error Missing a Javadoc comment. 245
Error Method 'getMaxDistance' is not designed for extension - needs to be abstract, final or empty. 249
Error Missing a Javadoc comment. 249
Error Method 'getMaxRayParam' is not designed for extension - needs to be abstract, final or empty. 253
Error Missing a Javadoc comment. 253
Error Method 'getMinRayParam' is not designed for extension - needs to be abstract, final or empty. 257
Error Missing a Javadoc comment. 257
Error Method 'getMaxRayParamIndex' is not designed for extension - needs to be abstract, final or empty. 261
Error Missing a Javadoc comment. 261
Error Method 'getMinRayParamIndex' is not designed for extension - needs to be abstract, final or empty. 265
Error Missing a Javadoc comment. 265
Error Method 'getMaxDiffraction' is not designed for extension - needs to be abstract, final or empty. 269
Error Missing a Javadoc comment. 269
Error Method 'setMaxDiffraction' is not designed for extension - needs to be abstract, final or empty. 273
Error Missing a Javadoc comment. 273
Error Parameter maxDiffraction should be final. 273
Error 'maxDiffraction' hides a field. 273
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 277
Error Missing a Javadoc comment. 277
Error Method 'getPuristName' is not designed for extension - needs to be abstract, final or empty. 281
Error Missing a Javadoc comment. 281
Error Method 'getLegs' is not designed for extension - needs to be abstract, final or empty. 285
Error Missing a Javadoc comment. 285
Error 'for' is not followed by whitespace. 287
Error 'cast' is not followed by whitespace. 288
Error Method 'getRayParams' is not designed for extension - needs to be abstract, final or empty. 293
Error Missing a Javadoc comment. 293
Error 'cast' is not followed by whitespace. 294
Error Method 'getDist' is not designed for extension - needs to be abstract, final or empty. 297
Error Missing a Javadoc comment. 297
Error 'cast' is not followed by whitespace. 298
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 301
Error Missing a Javadoc comment. 301
Error 'cast' is not followed by whitespace. 302
Error Method 'getTau' is not designed for extension - needs to be abstract, final or empty. 305
Error Missing a Javadoc comment. 305
Error 'for' is not followed by whitespace. 307
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 314
Error Missing a Javadoc comment. 314
Error Method 'calcTime' is not designed for extension - needs to be abstract, final or empty. 322
Error Parameter deg should be final. 322
Error Expected @param tag for 'deg'. 322
Error 'if' is not followed by whitespace. 324
Error 'while' is not followed by whitespace. 327
Error '360.0' is a magic number. 327
Error '360.0' is a magic number. 328
Error 'if' is not followed by whitespace. 330
Error '180.0' is a magic number. 330
Error '360.0' is a magic number. 331
Error '180.0' is a magic number. 334
Error 'while' is not followed by whitespace. 347
Error 'for' is not followed by whitespace. 353
Error 'if' is not followed by whitespace. 354
Error 'if' is not followed by whitespace. 358
Error 'if' is not followed by whitespace. 361
Error 'if' is not followed by whitespace. 369
Error 'cast' is not followed by whitespace. 372
Error '180' is a magic number. 372
Error 'cast' is not followed by whitespace. 373
Error '180' is a magic number. 373
Error 'cast' is not followed by whitespace. 374
Error '180' is a magic number. 374
Error 'if' is not followed by whitespace. 399
Error '180' is a magic number. 399
Error 'for' is not followed by whitespace. 400
Error 'if' is not followed by whitespace. 401
Error 'if' is not followed by whitespace. 405
Error 'if' is not followed by whitespace. 407
Error 'if' is not followed by whitespace. 415
Error 'cast' is not followed by whitespace. 418
Error '180' is a magic number. 418
Error 'cast' is not followed by whitespace. 419
Error '180' is a magic number. 419
Error Line is longer than 80 characters. 421
Error 'cast' is not followed by whitespace. 421
Error '180' is a magic number. 421
Error Method 'phaseConversion' is not designed for extension - needs to be abstract, final or empty. 453
Error Parameter tMod should be final. 453
Error 'tMod' hides a field. 453
Error Expected @param tag for 'tMod'. 453
Error Parameter fromBranch should be final. 454
Error Expected @param tag for 'fromBranch'. 454
Error Parameter endAction should be final. 455
Error 'endAction' hides a field. 455
Error Expected @param tag for 'endAction'. 455
Error Parameter isPtoS should be final. 456
Error Expected @param tag for 'isPtoS'. 456
Error Expected @throws tag for 'TauModelException'. 456
Error 'if' is not followed by whitespace. 457
Error 'if' is not followed by whitespace. 462
Error 'if' is not followed by whitespace. 469
Error 'if' is not followed by whitespace. 476
Error 'if' is not followed by whitespace. 483
Error Method 'addToBranch' is not designed for extension - needs to be abstract, final or empty. 502
Error Missing a Javadoc comment. 502
Error Parameter tMod should be final. 502
Error 'tMod' hides a field. 502
Error Parameter startBranch should be final. 503
Error Parameter endBranch should be final. 504
Error Parameter isPWave should be final. 505
Error Parameter endAction should be final. 506
Error 'endAction' hides a field. 506
Error 'if' is not followed by whitespace. 510
Error 'if' is not followed by whitespace. 513
Error 'if' is not followed by whitespace. 515
Error 'if' is not followed by whitespace. 517
Error 'if' is not followed by whitespace. 519
Error 'if' is not followed by whitespace. 521
Error 'if' is not followed by whitespace. 527
Error 'if' is not followed by whitespace. 533
Error 'if' is not followed by whitespace. 539
Error 'if' is not followed by whitespace. 545
Error 'if' is not followed by whitespace. 551
Error 'if' is not followed by whitespace. 561
Error 'for' is not followed by whitespace. 563
Error 'if' is not followed by whitespace. 569
Error 'for' is not followed by whitespace. 570
Error 'for' is not followed by whitespace. 579
Error 'if' is not followed by whitespace. 585
Error 'for' is not followed by whitespace. 586
Error Line has trailing spaces. 600
Error Expected an @return tag. 603
Error Method 'closestBranchToDepth' is not designed for extension - needs to be abstract, final or empty. 603
Error Parameter tMod should be final. 603
Error 'tMod' hides a field. 603
Error Expected @param tag for 'tMod'. 603
Error Parameter depthString should be final. 603
Error Expected @param tag for 'depthString'. 603
Error 'if' is not followed by whitespace. 604
Error 'if' is not followed by whitespace. 606
Error 'if' is not followed by whitespace. 608
Error 'for' is not followed by whitespace. 614
Error 'if' is not followed by whitespace. 616
Error Method 'parseName' is not designed for extension - needs to be abstract, final or empty. 628
Error Method length is 522 lines (max allowed is 150). 628
Error Parameter tMod should be final. 628
Error 'tMod' hides a field. 628
Error Expected @param tag for 'tMod'. 628
Error Expected @throws tag for 'TauModelException'. 628
Error 'cast' is not followed by whitespace. 630
Error 'if' is not followed by whitespace. 640
Error Line is longer than 80 characters. 642
Error 'if' is not followed by whitespace. 642
Error 'if' is not followed by whitespace. 645
Error 'if' is not followed by whitespace. 649
Error 'if' is not followed by whitespace. 660
Error 'if' is not followed by whitespace. 666
Error 'if' is not followed by whitespace. 671
Error Line is longer than 80 characters. 685
Error 'if' is not followed by whitespace. 691
Error 'for' is not followed by whitespace. 711
Error 'cast' is not followed by whitespace. 714
Error 'if' is not followed by whitespace. 715
Error 'catch' is not followed by whitespace. 725
Error 'if' is not followed by whitespace. 731
Error 'if' is not followed by whitespace. 734
Error 'if' is not followed by whitespace. 737
Error Must have at least one statement. 737
Error 'if' is not followed by whitespace. 749
Error Line is longer than 80 characters. 751
Error 'cast' is not followed by whitespace. 751
Error 'if' is not followed by whitespace. 756
Error 'if' is not followed by whitespace. 757
Error Line is longer than 80 characters. 758
Error Line is longer than 80 characters. 759
Error 'if' is not followed by whitespace. 761
Error 'if' is not followed by whitespace. 764
Error 'if' is not followed by whitespace. 776
Error 'if' is not followed by whitespace. 783
Error 'if' is not followed by whitespace. 786
Error 'if' is not followed by whitespace. 798
Error 'if' is not followed by whitespace. 799
Error 'if' is not followed by whitespace. 802
Error 'if' is not followed by whitespace. 811
Error 'if' is not followed by whitespace. 814
Error 'if' is not followed by whitespace. 826
Error 'if' is not followed by whitespace. 829
Error 'if' is not followed by whitespace. 835
Error Line is longer than 80 characters. 848
Error 'if' is not followed by whitespace. 848
Error Line is longer than 80 characters. 849
Error Line is longer than 80 characters. 850
Error Line is longer than 80 characters. 851
Error 'if' is not followed by whitespace. 863
Error 'if' is not followed by whitespace. 869
Error 'if' is not followed by whitespace. 875
Error Line is longer than 80 characters. 876
Error 'if' is not followed by whitespace. 880
Error 'if' is not followed by whitespace. 887
Error 'if' is not followed by whitespace. 890
Error 'cast' is not followed by whitespace. 912
Error 'if' is not followed by whitespace. 913
Error 'if' is not followed by whitespace. 925
Error 'if' is not followed by whitespace. 927
Error 'if' is not followed by whitespace. 939
Error Line is longer than 80 characters. 940
Error Line is longer than 80 characters. 941
Error Line is longer than 80 characters. 950
Error 'if' is not followed by whitespace. 966
Error 'if' is not followed by whitespace. 967
Error 'if' is not followed by whitespace. 973
Error Line is longer than 80 characters. 976
Error 'if' is not followed by whitespace. 985
Error 'if' is not followed by whitespace. 995
Error 'if' is not followed by whitespace. 1002
Error 'if' is not followed by whitespace. 1004
Error Line is longer than 80 characters. 1008
Error 'if' is not followed by whitespace. 1012
Error Line is longer than 80 characters. 1013
Error Line is longer than 80 characters. 1019
Error 'if' is not followed by whitespace. 1023
Error 'if' is not followed by whitespace. 1030
Error Line is longer than 80 characters. 1037
Error 'if' is not followed by whitespace. 1037
Error Line is longer than 80 characters. 1040
Error 'if' is not followed by whitespace. 1054
Error 'if' is not followed by whitespace. 1066
Error 'if' is not followed by whitespace. 1078
Error 'if' is not followed by whitespace. 1080
Error 'if' is not followed by whitespace. 1081
Error 'if' is not followed by whitespace. 1094
Error 'if' is not followed by whitespace. 1095
Error 'if' is not followed by whitespace. 1108
Error 'if' is not followed by whitespace. 1114
Error 'if' is not followed by whitespace. 1124
Error 'if' is not followed by whitespace. 1131
Error 'if' is not followed by whitespace. 1137
Error Line is longer than 80 characters. 1144
Error 'if' is not followed by whitespace. 1144
Error Must have at least one statement. 1144
Error '{' is not followed by whitespace. 1144
Error '}' is not preceded with whitespace. 1144
Error 'if' is not followed by whitespace. 1144
Error Must have at least one statement. 1144
Error '{' is not followed by whitespace. 1144
Error '}' is not preceded with whitespace. 1144
Error 'if' is not followed by whitespace. 1144
Error Must have at least one statement. 1144
Error '{' is not followed by whitespace. 1144
Error '}' is not preceded with whitespace. 1144
Error 'if' is not followed by whitespace. 1144
Error Must have at least one statement. 1144
Error '{' is not followed by whitespace. 1144
Error '}' is not preceded with whitespace. 1144
Error 'if' is not followed by whitespace. 1144
Error Must have at least one statement. 1144
Error '{' is not followed by whitespace. 1144
Error '}' is not preceded with whitespace. 1144
Error 'if' is not followed by whitespace. 1144
Error Must have at least one statement. 1144
Error '{' is not followed by whitespace. 1144
Error '}' is not preceded with whitespace. 1144
Error Line has trailing spaces. 1158
Error Method 'legPuller' is not designed for extension - needs to be abstract, final or empty. 1162
Error 'if' is not followed by whitespace. 1166
Error Line is longer than 80 characters. 1168
Error '4' is a magic number. 1168
Error 'catch' is not followed by whitespace. 1171
Error 'else' construct must use '{}'s. 1174
Error 'while' is not followed by whitespace. 1174
Error 'if' is not followed by whitespace. 1175
Error Line is longer than 80 characters. 1178
Error Line is longer than 80 characters. 1182
Error 'if' is not followed by whitespace. 1182
Error 'if' is not followed by whitespace. 1187
Error 'if' is not followed by whitespace. 1200
Error 'if' is not followed by whitespace. 1206
Error '5' is a magic number. 1206
Error Line is longer than 80 characters. 1207
Error '5' is a magic number. 1207
Error Line is longer than 80 characters. 1208
Error '5' is a magic number. 1208
Error '5' is a magic number. 1210
Error '5' is a magic number. 1211
Error Line is longer than 80 characters. 1216
Error 'if' is not followed by whitespace. 1216
Error 'if' is not followed by whitespace. 1221
Error 'if' is not followed by whitespace. 1226
Error 'while' is not followed by whitespace. 1228
Error 'if' is not followed by whitespace. 1240
Error 'while' is not followed by whitespace. 1244
Error 'catch' is not followed by whitespace. 1252
Error Line is longer than 80 characters. 1254
Error Line is longer than 80 characters. 1262
Error 'if' is not followed by whitespace. 1262
Error Method 'createPuristName' is not designed for extension - needs to be abstract, final or empty. 1266
Error Missing a Javadoc comment. 1266
Error Parameter tMod should be final. 1266
Error 'tMod' hides a field. 1266
Error 'cast' is not followed by whitespace. 1267
Error 'if' is not followed by whitespace. 1272
Error 'for' is not followed by whitespace. 1281
Error 'cast' is not followed by whitespace. 1282
Error 'if' is not followed by whitespace. 1285
Error 'if' is not followed by whitespace. 1289
Error 'cast' is not followed by whitespace. 1290
Error 'if' is not followed by whitespace. 1303
Error 'cast' is not followed by whitespace. 1304
Error 'catch' is not followed by whitespace. 1309
Error Line has trailing spaces. 1318
Error Method 'sumBranches' is not designed for extension - needs to be abstract, final or empty. 1324
Error Method length is 269 lines (max allowed is 150). 1324
Error Parameter tMod should be final. 1324
Error 'tMod' hides a field. 1324
Error Expected @param tag for 'tMod'. 1324
Error 'if' is not followed by whitespace. 1325
Error 'if' is not followed by whitespace. 1336
Error '4' is a magic number. 1343
Error '4' is a magic number. 1349
Error 'for' is not followed by whitespace. 1360
Error 'if' is not followed by whitespace. 1361
Error 'if' is not followed by whitespace. 1364
Error 'if' is not followed by whitespace. 1368
Error 'if' is not followed by whitespace. 1377
Error 'if' is not followed by whitespace. 1378
Error 'if' is not followed by whitespace. 1382
Error 'if' is not followed by whitespace. 1386
Error 'if' is not followed by whitespace. 1396
Error 'for' is not followed by whitespace. 1415
Error 'for' is not followed by whitespace. 1420
Error 'if' is not followed by whitespace. 1421
Error 'cast' is not followed by whitespace. 1421
Error Line is longer than 80 characters. 1422
Error 'cast' is not followed by whitespace. 1422
Error Line is longer than 80 characters. 1424
Error 'cast' is not followed by whitespace. 1424
Error 'for' is not followed by whitespace. 1428
Error 'if' is not followed by whitespace. 1429
Error 'for' is not followed by whitespace. 1430
Error 'if' is not followed by whitespace. 1437
Error 'for' is not followed by whitespace. 1438
Error 'if' is not followed by whitespace. 1446
Error 'if' is not followed by whitespace. 1447
Error '1e-10' is a magic number. 1447
Error '180.0' is a magic number. 1461
Error '180.0' is a magic number. 1462
Error 'if' is not followed by whitespace. 1465
Error '180.0' is a magic number. 1466
Error '180.0' is a magic number. 1467
Error 'if' is not followed by whitespace. 1468
Error 'for' is not followed by whitespace. 1474
Error 'if' is not followed by whitespace. 1475
Error 'if' is not followed by whitespace. 1478
Error 'for' is not followed by whitespace. 1497
Error 'for' is not followed by whitespace. 1501
Error 'if' is not followed by whitespace. 1502
Error 'for' is not followed by whitespace. 1512
Error Line is longer than 80 characters. 1516
Error 'if' is not followed by whitespace. 1516
Error 'cast' is not followed by whitespace. 1516
Error Line is longer than 80 characters. 1517
Error 'cast' is not followed by whitespace. 1517
Error Line is longer than 80 characters. 1518
Error 'cast' is not followed by whitespace. 1518
Error Expression can be simplified. 1518
Error Line is longer than 80 characters. 1519
Error 'cast' is not followed by whitespace. 1519
Error Line is longer than 80 characters. 1520
Error 'cast' is not followed by whitespace. 1520
Error Line is longer than 80 characters. 1521
Error 'cast' is not followed by whitespace. 1521
Error Expression can be simplified. 1521
Error 'if' is not followed by whitespace. 1526
Error Line is longer than 80 characters. 1529
Error 'for' is not followed by whitespace. 1530
Error 'if' is not followed by whitespace. 1531
Error 'for' is not followed by whitespace. 1547
Error 'if' is not followed by whitespace. 1548
Error Line is longer than 80 characters. 1552
Error Line is longer than 80 characters. 1555
Error 'if' is not followed by whitespace. 1558
Error Line is longer than 80 characters. 1562
Error Line is longer than 80 characters. 1565
Error Method 'calcPierce' is not designed for extension - needs to be abstract, final or empty. 1598
Error Method length is 243 lines (max allowed is 150). 1598
Error Parameter tMod should be final. 1598
Error 'tMod' hides a field. 1598
Error Expected @param tag for 'tMod'. 1598
Error Expected @throws tag for 'TauModelException'. 1598
Error 'for' is not followed by whitespace. 1611
Error 'cast' is not followed by whitespace. 1612
Error 'for' is not followed by whitespace. 1622
Error 'if' is not followed by whitespace. 1623
Error 'for' is not followed by whitespace. 1650
Error 'cast' is not followed by whitespace. 1651
Error 'cast' is not followed by whitespace. 1652
Error 'if' is not followed by whitespace. 1653
Error 'cast' is not followed by whitespace. 1655
Error 'if' is not followed by whitespace. 1665
Error 'if' is not followed by whitespace. 1669
Error 'if' is not followed by whitespace. 1675
Error Line is longer than 80 characters. 1676
Error Line is longer than 80 characters. 1677
Error Line is longer than 80 characters. 1678
Error Line is longer than 80 characters. 1679
Error Line is longer than 80 characters. 1682
Error Line is longer than 80 characters. 1683
Error Line is longer than 80 characters. 1684
Error Line is longer than 80 characters. 1685
Error Line is longer than 80 characters. 1686
Error Line is longer than 80 characters. 1687
Error Line is longer than 80 characters. 1691
Error Line is longer than 80 characters. 1692
Error Line is longer than 80 characters. 1693
Error Line is longer than 80 characters. 1694
Error Line is longer than 80 characters. 1695
Error Line is longer than 80 characters. 1696
Error 'catch' is not followed by whitespace. 1700
Error Line is longer than 80 characters. 1702
Error 'if' is not followed by whitespace. 1707
Error Line is longer than 80 characters. 1723
Error 'if' is not followed by whitespace. 1728
Error 'cast' is not followed by whitespace. 1728
Error 'if' is not followed by whitespace. 1739
Error '1e-10' is a magic number. 1739
Error 'if' is not followed by whitespace. 1744
Error 'if' is not followed by whitespace. 1760
Error Line is longer than 80 characters. 1761
Error 'if' is not followed by whitespace. 1764
Error 'while' is not followed by whitespace. 1766
Error 'for' is not followed by whitespace. 1783
Error Line is longer than 80 characters. 1794
Error 'while' is not followed by whitespace. 1794
Error Line is longer than 80 characters. 1797
Error 'while' is not followed by whitespace. 1797
Error 'while' is not followed by whitespace. 1803
Error 'while' is not followed by whitespace. 1804
Error 'for' is not followed by whitespace. 1828
Error Method 'calcPath' is not designed for extension - needs to be abstract, final or empty. 1843
Error Parameter tMod should be final. 1843
Error 'tMod' hides a field. 1843
Error Expected @param tag for 'tMod'. 1843
Error '10' is a magic number. 1845
Error 'for' is not followed by whitespace. 1851
Error 'cast' is not followed by whitespace. 1853
Error 'for' is not followed by whitespace. 1858
Error 'if' is not followed by whitespace. 1859
Error 'for' is not followed by whitespace. 1870
Error 'cast' is not followed by whitespace. 1871
Error 'cast' is not followed by whitespace. 1872
Error 'if' is not followed by whitespace. 1873
Error Line is longer than 80 characters. 1881
Error 'cast' is not followed by whitespace. 1881
Error Line is longer than 80 characters. 1885
Error 'cast' is not followed by whitespace. 1885
Error 'if' is not followed by whitespace. 1887
Error 'if' is not followed by whitespace. 1894
Error Line is longer than 80 characters. 1895
Error 'cast' is not followed by whitespace. 1895
Error Line is longer than 80 characters. 1896
Error 'if' is not followed by whitespace. 1904
Error Line is longer than 80 characters. 1905
Error 'cast' is not followed by whitespace. 1905
Error Line is longer than 80 characters. 1906
Error 'while' is not followed by whitespace. 1911
Error Line is longer than 80 characters. 1912
Error 'while' is not followed by whitespace. 1915
Error Line is longer than 80 characters. 1916
Error 'for' is not followed by whitespace. 1931
Error 'cast' is not followed by whitespace. 1932
Error 'for' is not followed by whitespace. 1941
Error 'cast' is not followed by whitespace. 1942
Error 'for' is not followed by whitespace. 1943
Error Line is longer than 80 characters. 1946
Error 'cast' is not followed by whitespace. 1946
Error 'catch' is not followed by whitespace. 1950
Error Expected an @return tag. 1964
Error Method 'phaseValidate' is not designed for extension - needs to be abstract, final or empty. 1964
Error 'cast' is not followed by whitespace. 1965
Error 'if' is not followed by whitespace. 1969
Error Line is longer than 80 characters. 1970
Error 'cast' is not followed by whitespace. 1971
Error 'if' is not followed by whitespace. 1973
Error Line is longer than 80 characters. 1978
Error 'for' is not followed by whitespace. 1979
Error 'cast' is not followed by whitespace. 1981
Error 'if' is not followed by whitespace. 1983
Error 'if' is not followed by whitespace. 1986
Error 'if' is not followed by whitespace. 1995
Error 'if' is not followed by whitespace. 1997
Error Line is longer than 80 characters. 2000
Error 'if' is not followed by whitespace. 2001
Error Line is longer than 80 characters. 2004
Error 'if' is not followed by whitespace. 2006
Error 'if' is not followed by whitespace. 2007
Error 'if' is not followed by whitespace. 2010
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 2014
Error Missing a Javadoc comment. 2014
Error 'for' is not followed by whitespace. 2016
Error 'for' is not followed by whitespace. 2020
Error 'cast' is not followed by whitespace. 2021
Error '180.0' is a magic number. 2026
Error '180.0' is a magic number. 2027
Error Method 'dump' is not designed for extension - needs to be abstract, final or empty. 2031
Error Missing a Javadoc comment. 2031
Error 'for' is not followed by whitespace. 2032
Error Expected an @return tag. 2038
Error Method 'clone' is not designed for extension - needs to be abstract, final or empty. 2038
Error 'cast' is not followed by whitespace. 2041
Error 'for' is not followed by whitespace. 2043
Error Line is longer than 80 characters. 2044
Error 'cast' is not followed by whitespace. 2044
Error 'for' is not followed by whitespace. 2046
Error Line is longer than 80 characters. 2047
Error 'cast' is not followed by whitespace. 2047
Error 'cast' is not followed by whitespace. 2049
Error 'cast' is not followed by whitespace. 2050
Error 'cast' is not followed by whitespace. 2051
Error 'for' is not followed by whitespace. 2052
Error Line is longer than 80 characters. 2053
Error 'cast' is not followed by whitespace. 2053
Error 'cast' is not followed by whitespace. 2053
Error 'catch' is not followed by whitespace. 2056
Error Missing a Javadoc comment. 2064
Error Parameter args should be final. 2064
Error Array brackets at illegal position. 2064
Error 'if' is not followed by whitespace. 2068
Error '3' is a magic number. 2068
Error Line is longer than 80 characters. 2069
Error Line is longer than 80 characters. 2072
Error 'for' is not followed by whitespace. 2074
Error 'catch' is not followed by whitespace. 2083
Error 'catch' is not followed by whitespace. 2085
Error 'catch' is not followed by whitespace. 2087
Error 'catch' is not followed by whitespace. 2089
Error 'catch' is not followed by whitespace. 2091
Error 'catch' is not followed by whitespace. 2093

edu/sc/seis/TauP/Sfun.java

ErrorLine
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Class Sfun should be declared as final. 28
Error '{' should be on the previous line. 29
Error 'static' modifier out of order with the JLS suggestions. 31
Error Line has trailing spaces. 32
Error 'static' modifier out of order with the JLS suggestions. 34
Error Line has trailing spaces. 36
Error '{' should be on the previous line. 41
Error Missing a Javadoc comment. 48
Error Parameter x should be final. 48
Error Parameter coef should be final. 48
Error Array brackets at illegal position. 48
Error '{' should be on the previous line. 49
Error '*' is not preceded with whitespace. 55
Error '*' is not followed by whitespace. 55
Error '-' is not preceded with whitespace. 56
Error '-' is not followed by whitespace. 56
Error '*' is not preceded with whitespace. 59
Error '*' is not followed by whitespace. 59
Error '0.5' is a magic number. 61
Error '*' is not preceded with whitespace. 61
Error '*' is not followed by whitespace. 61
Error '-' is not preceded with whitespace. 61
Error '-' is not followed by whitespace. 61
Error Missing a Javadoc comment. 66
Error Array brackets at illegal position. 66
Error 'public' modifier out of order with the JLS suggestions. 84
Error Parameter x should be final. 84
Error '{' should be on the previous line. 85
Error '0.011619772367581343075535053490057' is a magic number. 87
Error '4.5036e+15' is a magic number. 91
Error 'cast' is not followed by whitespace. 100
Error '0.625' is a magic number. 102
Error '*' is not preceded with whitespace. 102
Error '*' is not followed by whitespace. 102
Error 'cast' is not followed by whitespace. 103
Error '-' is not preceded with whitespace. 104
Error '-' is not followed by whitespace. 104
Error '0.625' is a magic number. 104
Error '*' is not preceded with whitespace. 104
Error '*' is not followed by whitespace. 104
Error '*' is not preceded with whitespace. 104
Error '*' is not followed by whitespace. 104
Error 'cast' is not followed by whitespace. 105
Error 'cast' is not followed by whitespace. 109
Error '%' is not preceded with whitespace. 109
Error '%' is not followed by whitespace. 109
Error 'if' construct must use '{}'s. 110
Error '1.82501e-08' is a magic number. 114
Error '/' is not preceded with whitespace. 116
Error '/' is not followed by whitespace. 116
Error '0.25' is a magic number. 117
Error '0.5' is a magic number. 118
Error '+' is not preceded with whitespace. 118
Error '+' is not followed by whitespace. 118
Error '32.0' is a magic number. 118
Error '*' is not preceded with 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 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 '0.5' is a magic number. 119
Error '0.5' is a magic number. 120
Error '+' is not preceded with whitespace. 120
Error '+' is not followed by whitespace. 120
Error '8.0' is a magic number. 120
Error '*' is not preceded with whitespace. 120
Error '*' is not followed by whitespace. 120
Error '*' is not preceded with whitespace. 120
Error '*' is not followed by whitespace. 120
Error '-' is not preceded with whitespace. 120
Error '-' is not followed by whitespace. 120
Error ',' is not followed by whitespace. 120
Error '/' is not preceded with whitespace. 120
Error '/' is not followed by whitespace. 120
Error '0.5' is a magic number. 120
Error '*' is not preceded with whitespace. 120
Error '*' is not followed by whitespace. 120
Error '*' is not preceded with whitespace. 121
Error '*' is not followed by whitespace. 121
Error '-' is not preceded with whitespace. 121
Error '-' is not followed by whitespace. 121
Error '*' is not preceded with whitespace. 121
Error '*' is not followed by whitespace. 121
Error '0.5' is a magic number. 121
Error '/' is not preceded with whitespace. 121
Error '/' is not followed by whitespace. 121
Error '0.5' is a magic number. 123
Error '+' is not preceded with whitespace. 123
Error '+' is not followed by whitespace. 123
Error '*' is not preceded with whitespace. 123
Error '*' is not followed by whitespace. 123
Error '*' is not preceded with whitespace. 123
Error '*' is not followed by whitespace. 123
Error '-' is not preceded with whitespace. 123
Error '-' is not followed by whitespace. 123
Error ',' is not followed by whitespace. 123
Error '/' is not preceded with whitespace. 123
Error '/' is not followed by whitespace. 123
Error '0.25' is a magic number. 123
Error '*' is not preceded with whitespace. 123
Error '*' is not followed by whitespace. 123
Error '*' is not preceded with whitespace. 124
Error '*' is not followed by whitespace. 124
Error '-' is not preceded with whitespace. 124
Error '-' is not followed by whitespace. 124
Error '*' is not preceded with whitespace. 124
Error '*' is not followed by whitespace. 124
Error '0.5' is a magic number. 124
Error '/' is not preceded with whitespace. 124
Error '/' is not followed by whitespace. 124
Error '*' is not preceded with whitespace. 125
Error '*' is not followed by whitespace. 125
Error '-' is not preceded with whitespace. 125
Error '-' is not followed by whitespace. 125
Error '*' is not preceded with whitespace. 125
Error '*' is not followed by whitespace. 125
Error '0.5' is a magic number. 125
Error '/' is not preceded with whitespace. 125
Error '/' is not followed by whitespace. 125
Error 'if' construct must use '{}'s. 127
Error ',' is not followed by whitespace. 127
Error 'if' construct must use '{}'s. 128
Error 'public' modifier out of order with the JLS suggestions. 137
Error Parameter x should be final. 137
Error '{' should be on the previous line. 138
Error '0.43429448190325182765' is a magic number. 140
Error '*' is not preceded with whitespace. 140
Error '*' is not followed by whitespace. 140
Error Missing a Javadoc comment. 146
Error 'private' modifier out of order with the JLS suggestions. 146
Error Parameter x should be final. 146
Error Parameter y should be final. 146
Error '{' should be on the previous line. 147
Error Name 'abs_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. 148
Error Avoid inline conditionals. 148
Error Avoid inline conditionals. 149
Error Missing a Javadoc comment. 153
Error Array brackets at illegal position. 153
Error 'public' modifier out of order with the JLS suggestions. 169
Error Parameter x should be final. 169
Error '{' should be on the previous line. 170
Error Line has trailing spaces. 173
Error '2.58096e-08' is a magic number. 178
Error '*' is not preceded with whitespace. 182
Error '*' is not followed by whitespace. 182
Error '+' is not preceded with whitespace. 182
Error '+' is not followed by whitespace. 182
Error '*' is not preceded with whitespace. 182
Error '*' is not followed by whitespace. 182
Error '*' is not preceded with whitespace. 182
Error '*' is not followed by whitespace. 182
Error '-' is not preceded with whitespace. 182
Error '-' is not followed by whitespace. 182
Error ',' is not followed by whitespace. 182
Error '94906265.62' is a magic number. 185
Error '0.5' is a magic number. 187
Error '*' is not preceded with whitespace. 187
Error '*' is not followed by whitespace. 187
Error ',' is not followed by whitespace. 187
Error '0.5' is a magic number. 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 '/' is not preceded with whitespace. 189
Error '/' is not followed by whitespace. 189
Error ',' is not followed by whitespace. 189
Error 'public' modifier out of order with the JLS suggestions. 201
Error Parameter x should be final. 201
Error '{' should be on the previous line. 202
Error '94906265.62' is a magic number. 210
Error '0.5' is a magic number. 212
Error '*' is not preceded with whitespace. 212
Error '*' is not followed by whitespace. 212
Error '+' is not preceded with whitespace. 212
Error '+' is not followed by whitespace. 212
Error '/' is not preceded with whitespace. 212
Error '/' is not followed by whitespace. 212
Error '0.5' is a magic number. 214
Error '*' is not preceded with whitespace. 214
Error '*' is not followed by whitespace. 214
Error Line has trailing spaces. 218
Error Missing a Javadoc comment. 220
Error Array brackets at illegal position. 220
Error 'public' modifier out of order with the JLS suggestions. 244
Error Parameter x should be final. 244
Error '{' should be on the previous line. 245
Error Line has trailing spaces. 248
Error '1.82501e-08' is a magic number. 251
Error '*' is not preceded with whitespace. 255
Error '*' is not followed by whitespace. 255
Error '+' is not preceded with whitespace. 255
Error '+' is not followed by whitespace. 255
Error '*' is not preceded with whitespace. 255
Error '*' is not followed by whitespace. 255
Error '*' is not preceded with whitespace. 255
Error '*' is not followed by whitespace. 255
Error '-' is not preceded with whitespace. 255
Error '-' is not followed by whitespace. 255
Error ',' is not followed by whitespace. 255
Error '7.977294885' is a magic number. 256
Error '-' is not preceded with whitespace. 259
Error '-' is not followed by whitespace. 259
Error '/' is not preceded with whitespace. 259
Error '/' is not followed by whitespace. 259
Error '/' is not preceded with whitespace. 259
Error '/' is not followed by whitespace. 259
Error '+' is not preceded with whitespace. 259
Error '+' is not followed by whitespace. 259
Error '/' is not preceded with whitespace. 259
Error '/' is not followed by whitespace. 259
Error ',' is not followed by whitespace. 259
Error ',' is not followed by whitespace. 261
Error Missing a Javadoc comment. 266
Error Array brackets at illegal position. 266
Error 'public' modifier out of order with the JLS suggestions. 296
Error Parameter x should be final. 296
Error '{' should be on the previous line. 297
Error Line has trailing spaces. 300
Error '1.05367e-08' is a magic number. 303
Error '*' is not preceded with whitespace. 307
Error '*' is not followed by whitespace. 307
Error '+' is not preceded with whitespace. 307
Error '+' is not followed by whitespace. 307
Error '*' is not preceded with whitespace. 307
Error '*' is not followed by whitespace. 307
Error '*' is not preceded with whitespace. 307
Error '*' is not followed by whitespace. 307
Error '-' is not preceded with whitespace. 307
Error '-' is not followed by whitespace. 307
Error ',' is not followed by whitespace. 307
Error '94906265.62' is a magic number. 308
Error '+' is not preceded with whitespace. 310
Error '+' is not followed by whitespace. 310
Error '*' is not preceded with whitespace. 310
Error '*' is not followed by whitespace. 310
Error '+' is not preceded with whitespace. 310
Error '+' is not followed by whitespace. 310
Error '0.69314718055994530941723212145818' is a magic number. 312
Error 'if' construct must use '{}'s. 314
Error 'public' modifier out of order with the JLS suggestions. 324
Error Parameter x should be final. 324
Error '{' should be on the previous line. 325
Error Line has trailing spaces. 327
Error '94906265.62' is a magic number. 330
Error '+' is not preceded with whitespace. 332
Error '+' is not followed by whitespace. 332
Error '*' is not preceded with whitespace. 332
Error '*' is not followed by whitespace. 332
Error '-' is not preceded with whitespace. 332
Error '-' is not followed by whitespace. 332
Error '0.69314718055994530941723212145818' is a magic number. 334
Error Missing a Javadoc comment. 341
Error Array brackets at illegal position. 341
Error 'public' modifier out of order with the JLS suggestions. 366
Error Parameter x should be final. 366
Error '{' should be on the previous line. 367
Error '1.82501e-08' is a magic number. 373
Error '0.5' is a magic number. 376
Error '*' is not preceded with whitespace. 377
Error '*' is not followed by whitespace. 377
Error '+' is not preceded with whitespace. 377
Error '+' is not followed by whitespace. 377
Error '8.0' is a magic number. 377
Error '*' is not preceded with whitespace. 377
Error '*' is not followed by whitespace. 377
Error '*' is not preceded with whitespace. 377
Error '*' is not followed by whitespace. 377
Error '-' is not preceded with whitespace. 377
Error '-' is not followed by whitespace. 377
Error ',' is not followed by whitespace. 377
Error '0.5' is a magic number. 379
Error '*' is not preceded with whitespace. 379
Error '*' is not followed by whitespace. 379
Error '+' is not preceded with whitespace. 379
Error '+' is not followed by whitespace. 379
Error '/' is not preceded with whitespace. 379
Error '/' is not followed by whitespace. 379
Error '-' is not preceded with whitespace. 379
Error '-' is not followed by whitespace. 379
Error '*' is not preceded with whitespace. 381
Error '*' is not followed by whitespace. 381
Error 'public' modifier out of order with the JLS suggestions. 395
Error Parameter n should be final. 395
Error '{' should be on the previous line. 396
Error '170' is a magic number. 401
Error 'for' construct must use '{}'s. 405
Error Missing a Javadoc comment. 413
Error Array brackets at illegal position. 413
Error 'public' modifier out of order with the JLS suggestions. 448
Error Parameter x should be final. 448
Error '{' should be on the previous line. 449
Error '10.0' is a magic number. 453
Error 'cast' is not followed by whitespace. 458
Error 'if' construct must use '{}'s. 459
Error '0.9375' is a magic number. 462
Error '*' is not preceded with whitespace. 462
Error '*' is not followed by whitespace. 462
Error '-' is not preceded with whitespace. 462
Error '-' is not followed by whitespace. 462
Error Must have at least one statement. 463
Error '/' is not preceded with whitespace. 469
Error '/' is not followed by whitespace. 469
Error '171.614' is a magic number. 487
Error '-170.56' is a magic number. 489
Error Line is longer than 80 characters. 493
Error '-' is not preceded with whitespace. 493
Error '-' is not followed by whitespace. 493
Error '0.5' is a magic number. 493
Error '*' is not preceded with whitespace. 493
Error '*' is not followed by whitespace. 493
Error '-' is not preceded with whitespace. 493
Error '-' is not followed by whitespace. 493
Error '+' is not preceded with whitespace. 493
Error '+' is not followed by whitespace. 493
Error '0.9189385332046727' is a magic number. 493
Error '+' is not preceded with whitespace. 493
Error '+' is not followed by whitespace. 493
Error 'public' modifier out of order with the JLS suggestions. 513
Error Parameter x should be final. 513
Error '{' should be on the previous line. 514
Error '10' is a magic number. 519
Error '0.9189385332046727' is a magic number. 524
Error '-' is not preceded with whitespace. 524
Error '-' is not followed by whitespace. 524
Error '0.5' is a magic number. 524
Error '*' is not preceded with whitespace. 524
Error '*' is not followed by whitespace. 524
Error Line is longer than 80 characters. 531
Error '0.22579135264472743236' is a magic number. 531
Error '-' is not preceded with whitespace. 531
Error '-' is not followed by whitespace. 531
Error '0.5' is a magic number. 531
Error '*' is not preceded with whitespace. 531
Error '*' is not followed by whitespace. 531
Error Missing a Javadoc comment. 539
Error Array brackets at illegal position. 539
Error Missing a Javadoc comment. 554
Error Parameter x should be final. 554
Error '{' should be on the previous line. 555
Error '10.0' is a magic number. 558
Error '9.490626562e+07' is a magic number. 560
Error '10.0' is a magic number. 562
Error '/' is not preceded with whitespace. 562
Error '/' is not followed by whitespace. 562
Error '*' is not preceded with whitespace. 563
Error '*' is not followed by whitespace. 563
Error '*' is not preceded with whitespace. 563
Error '*' is not followed by whitespace. 563
Error '-' is not preceded with whitespace. 563
Error '-' is not followed by whitespace. 563
Error '1.39118e+11' is a magic number. 564
Error Line is longer than 80 characters. 565
Error '/' is not preceded with whitespace. 567
Error '/' is not followed by whitespace. 567
Error '12.0' is a magic number. 567
Error '*' is not preceded with whitespace. 567
Error '*' is not followed by whitespace. 567
Error 'public' modifier out of order with the JLS suggestions. 580
Error Parameter a should be final. 580
Error Parameter b should be final. 580
Error '{' should be on the previous line. 581
Error '10.0' is a magic number. 588
Error '+' is not preceded with whitespace. 590
Error '+' is not followed by whitespace. 590
Error '/' is not preceded with whitespace. 591
Error '/' is not followed by whitespace. 591
Error '+' is not preceded with whitespace. 591
Error '+' is not followed by whitespace. 591
Error Line is longer than 80 characters. 592
Error '-0.5' is a magic number. 592
Error '*' is not preceded with whitespace. 592
Error '*' is not followed by whitespace. 592
Error '0.918938533204672741780329736406' is a magic number. 592
Error '-' is not preceded with whitespace. 592
Error '-' is not followed by whitespace. 592
Error '0.5' is a magic number. 592
Error '*' is not preceded with whitespace. 592
Error '*' is not followed by whitespace. 592
Error '/' is not preceded with whitespace. 592
Error '/' is not followed by whitespace. 592
Error '+' is not preceded with whitespace. 592
Error '+' is not followed by whitespace. 592
Error '*' is not preceded with whitespace. 592
Error '*' is not followed by whitespace. 592
Error '10.0' is a magic number. 593
Error '+' is not preceded with whitespace. 595
Error '+' is not followed by whitespace. 595
Error Line is longer than 80 characters. 597
Error '*' is not preceded with whitespace. 597
Error '*' is not followed by whitespace. 597
Error '+' is not preceded with whitespace. 597
Error '+' is not followed by whitespace. 597
Error '-' is not preceded with whitespace. 597
Error '-' is not followed by whitespace. 597
Error '0.5' is a magic number. 597
Error '*' is not preceded with whitespace. 597
Error '*' is not followed by whitespace. 597
Error '/' is not preceded with whitespace. 597
Error '/' is not followed by whitespace. 597
Error '+' is not preceded with whitespace. 597
Error '+' is not followed by whitespace. 597
Error '*' is not preceded with whitespace. 600
Error '*' is not followed by whitespace. 600
Error '/' is not preceded with whitespace. 600
Error '/' is not followed by whitespace. 600
Error '+' is not preceded with whitespace. 600
Error '+' is not followed by whitespace. 600
Error Missing a Javadoc comment. 606
Error 'private' modifier out of order with the JLS suggestions. 606
Error Array brackets at illegal position. 606
Error Line has trailing spaces. 634
Error Missing a Javadoc comment. 638
Error Parameter x should be final. 638
Error '{' should be on the previous line. 639
Error Line has trailing spaces. 641
Error '0.375' is a magic number. 644
Error '*' is not preceded with whitespace. 645
Error '*' is not followed by whitespace. 645
Error '*' is not preceded with whitespace. 645
Error '*' is not followed by whitespace. 645
Error '/' is not preceded with whitespace. 645
Error '.375' is a magic number. 645
Error '/' is not followed by whitespace. 645
Error Missing a Javadoc comment. 654
Error Array brackets at illegal position. 654
Error Missing a Javadoc comment. 672
Error Array brackets at illegal position. 672
Error Missing a Javadoc comment. 703
Error Array brackets at illegal position. 703
Error 'public' modifier out of order with the JLS suggestions. 742
Error Parameter x should be final. 742
Error '{' should be on the previous line. 743
Error '1.49012e-08' is a magic number. 747
Error '1.77245385090551602729816748334' is a magic number. 749
Error '6.013687357' is a magic number. 752
Error Line is longer than 80 characters. 753
Error 'public' modifier out of order with the JLS suggestions. 767
Error Parameter x should be final. 767
Error '{' should be on the previous line. 768
Error '-6.013687357' is a magic number. 772
Error Line is longer than 80 characters. 773
Error '1.49012e-08' is a magic number. 775
Error '*' is not preceded with whitespace. 777
Error '*' is not followed by whitespace. 777
Error '/' is not preceded with whitespace. 777
Error '/' is not followed by whitespace. 777
Error '1.77245385090551602729816748334' is a magic number. 777
Error '*' is not preceded with whitespace. 779
Error '*' is not followed by whitespace. 779
Error '*' is not preceded with whitespace. 781
Error '*' is not followed by whitespace. 781
Error '+' is not preceded with whitespace. 781
Error '+' is not followed by whitespace. 781
Error '*' is not preceded with whitespace. 781
Error '*' is not followed by whitespace. 781
Error '-' is not preceded with whitespace. 781
Error '-' is not followed by whitespace. 781
Error ',' is not followed by whitespace. 781
Error '4.0' is a magic number. 782
Error Line is longer than 80 characters. 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 '0.5' is a magic number. 783
Error '+' is not preceded with whitespace. 783
Error '+' is not followed by whitespace. 783
Error '8.0' is a magic number. 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 '5.0' is a magic number. 783
Error '/' is not preceded with whitespace. 783
Error '/' is not followed by whitespace. 783
Error '3.0' is a magic number. 783
Error ',' is not followed by whitespace. 783
Error 'if' construct must use '{}'s. 784
Error ';' is not followed by whitespace. 784
Error 'if' is not preceded with whitespace. 784
Error 'if' construct must use '{}'s. 785
Error '/' is not preceded with whitespace. 787
Error '/' is not followed by whitespace. 787
Error '*' is not preceded with whitespace. 787
Error '*' is not followed by whitespace. 787
Error '0.5' is a magic number. 787
Error '+' is not preceded with whitespace. 787
Error '+' is not followed by whitespace. 787
Error '8.0' is a magic number. 787
Error '/' is not preceded with whitespace. 787
Error '/' is not followed by whitespace. 787
Error '-' is not preceded with whitespace. 787
Error '-' is not followed by whitespace. 787
Error ',' is not followed by whitespace. 787
Error 'if' construct must use '{}'s. 788

edu/sc/seis/TauP/SlownessLayer.java

ErrorLine
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Line has trailing spaces. 19
Error Line has trailing spaces. 22
Error First sentence should end with a period. 43
Error Line has trailing spaces. 44
Error Parameter topP should be final. 44
Error 'topP' hides a field. 44
Error Expected @param tag for 'topP'. 44
Error Parameter topDepth should be final. 44
Error 'topDepth' hides a field. 44
Error Expected @param tag for 'topDepth'. 44
Error Parameter botP should be final. 45
Error 'botP' hides a field. 45
Error Expected @param tag for 'botP'. 45
Error Parameter botDepth should be final. 45
Error 'botDepth' hides a field. 45
Error Expected @param tag for 'botDepth'. 45
Error Line has trailing spaces. 46
Error Line contains a tab character. 46
Error '+' is not preceded with whitespace. 47
Error '+' is not followed by whitespace. 47
Error '+' is not preceded with whitespace. 47
Error '+' is not followed by whitespace. 47
Error '+' is not preceded with whitespace. 47
Error '+' is not followed by whitespace. 47
Error Line has trailing spaces. 48
Error Line contains a tab character. 48
Error Line has trailing spaces. 49
Error Line contains a tab character. 51
Error '+' is not preceded with whitespace. 51
Error '+' is not followed by whitespace. 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. 55
Error '+' is not preceded with whitespace. 55
Error '+' is not followed by whitespace. 55
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 Parameter vLayer should be final. 64
Error Expected @param tag for 'vLayer'. 64
Error Parameter spherical should be final. 64
Error Expected @param tag for 'spherical'. 64
Error Line contains a tab character. 65
Error Parameter radiusOfEarth should be final. 65
Error Expected @param tag for 'radiusOfEarth'. 65
Error Parameter isPWave should be final. 65
Error Expected @param tag for 'isPWave'. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error '+' is not preceded with whitespace. 67
Error '+' should be on a new line. 67
Error Line contains a tab character. 68
Error '+' is not preceded with whitespace. 68
Error '+' is not preceded with whitespace. 68
Error '+' is not followed by whitespace. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 72
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 '-' is not preceded with whitespace. 78
Error '-' is not followed by whitespace. 78
Error '/' should be on a new line. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error '-' is not preceded with whitespace. 80
Error '-' is not followed by whitespace. 80
Error '/' should be on a new line. 80
Error Line contains a tab character. 81
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 Line contains a tab character. 85
Error '/' is not preceded with whitespace. 85
Error '/' is not followed by whitespace. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line is longer than 80 characters. 88
Error Line contains a tab character. 88
Error '+' is not preceded with whitespace. 88
Error '+' is not followed by whitespace. 88
Error '+' is not preceded with whitespace. 88
Error '+' is not followed by whitespace. 88
Error '+' is not preceded with whitespace. 88
Error '+' is not followed by whitespace. 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 Parameter vLayer should be final. 98
Error Expected @param tag for 'vLayer'. 98
Error Parameter isPWave should be final. 98
Error Expected @param tag for 'isPWave'. 98
Error Parameter radiusOfEarth should be final. 99
Error Expected @param tag for 'radiusOfEarth'. 99
Error Line has trailing spaces. 103
Error Parameter vLayer should be final. 106
Error Expected @param tag for 'vLayer'. 106
Error Parameter isPWave should be final. 106
Error Expected @param tag for 'isPWave'. 106
Error Method 'setTopP' is not designed for extension - needs to be abstract, final or empty. 110
Error Missing a Javadoc comment. 110
Error Parameter topP should be final. 110
Error 'topP' hides a field. 110
Error Method 'getTopP' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 114
Error Method 'setBotP' is not designed for extension - needs to be abstract, final or empty. 118
Error Missing a Javadoc comment. 118
Error Parameter botP should be final. 118
Error 'botP' hides a field. 118
Error Method 'getBotP' is not designed for extension - needs to be abstract, final or empty. 122
Error Missing a Javadoc comment. 122
Error Method 'setTopDepth' is not designed for extension - needs to be abstract, final or empty. 126
Error Missing a Javadoc comment. 126
Error Parameter topDepth should be final. 126
Error 'topDepth' hides a field. 126
Error Method 'getTopDepth' is not designed for extension - needs to be abstract, final or empty. 130
Error Missing a Javadoc comment. 130
Error Method 'setBotDepth' is not designed for extension - needs to be abstract, final or empty. 134
Error Missing a Javadoc comment. 134
Error Parameter botDepth should be final. 134
Error 'botDepth' hides a field. 134
Error Method 'getBotDepth' is not designed for extension - needs to be abstract, final or empty. 138
Error Missing a Javadoc comment. 138
Error Expected an @return tag. 143
Error Method 'isZeroThickness' is not designed for extension - needs to be abstract, final or empty. 143
Error Conditional logic can be removed. 144
Error Expected an @return tag. 160
Error Line has trailing spaces. 160
Error Method 'evaluateAt_bullen' is not designed for extension - needs to be abstract, final or empty. 160
Error Name 'evaluateAt_bullen' must match pattern '^[a-z][a-zA-Z0-9]*$'. 160
Error Parameter depth should be final. 160
Error Expected @param tag for 'depth'. 160
Error Parameter radiusOfEarth should be final. 160
Error Expected @param tag for 'radiusOfEarth'. 160
Error Expected @throws tag for 'SlownessModelException'. 161
Error '{' should be on the previous line. 162
Error '>' is not preceded with whitespace. 163
Error '>' is not followed by whitespace. 163
Error '+' is not preceded with whitespace. 164
Error '+' should be on a new line. 164
Error '+' is not preceded with whitespace. 165
Error '+' is not followed by whitespace. 165
Error '+' is not preceded with whitespace. 165
Error '+' should be on a new line. 165
Error '+' is not preceded with whitespace. 166
Error '+' should be on a new line. 166
Error '+' is not preceded with 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 preceded with whitespace. 167
Error '+' is not followed by whitespace. 167
Error '-' is not preceded with whitespace. 169
Error '-' is not followed by whitespace. 169
Error '*' is not preceded with whitespace. 169
Error '*' is not followed by whitespace. 169
Error '-' is not preceded with whitespace. 169
Error '-' is not followed by whitespace. 169
Error '<' is not preceded with whitespace. 169
Error '<' is not followed by whitespace. 169
Error '+' is not preceded with whitespace. 170
Error '+' should be on a new line. 170
Error '+' is not preceded with whitespace. 171
Error '+' is not followed by whitespace. 171
Error '+' is not preceded with whitespace. 171
Error '+' is not followed by whitespace. 171
Error '+' is not preceded with whitespace. 171
Error '+' should be on a new line. 171
Error '+' is not preceded with whitespace. 172
Error '+' is not followed by whitespace. 172
Error '+' is not preceded with whitespace. 172
Error '+' is not followed by whitespace. 172
Error '+' is not preceded with whitespace. 172
Error '+' is not followed by whitespace. 172
Error Line contains a tab character. 175
Error Line contains a tab character. 177
Error Line contains a tab character. 179
Error Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. 179
Error '/' is not preceded with whitespace. 179
Error '/' is not followed by whitespace. 179
Error '/' should be on a new line. 179
Error Line has trailing spaces. 180
Error Line contains a tab character. 180
Error '-' is not preceded with whitespace. 180
Error '-' is not followed by whitespace. 180
Error '/' should be on a new line. 180
Error Line contains a tab character. 181
Error '-' is not preceded with whitespace. 181
Error '-' is not followed by whitespace. 181
Error Line contains a tab character. 182
Error Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. 182
Error '/' is not preceded with whitespace. 182
Error '/' is not followed by whitespace. 182
Error '-' is not preceded with whitespace. 182
Error '-' is not followed by whitespace. 182
Error Line contains a tab character. 183
Error '-' is not preceded with whitespace. 183
Error '-' is not followed by whitespace. 183
Error Line has trailing spaces. 184
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 Line contains a tab character. 189
Error '-' is not preceded with whitespace. 189
Error Line has trailing spaces. 190
Error Line contains a tab character. 190
Error Line has trailing spaces. 191
Error Line is longer than 80 characters. 191
Error Line contains a tab character. 191
Error '-' is not preceded with whitespace. 191
Error '-' is not followed by whitespace. 191
Error '/' is not preceded with whitespace. 191
Error '/' is not followed by whitespace. 191
Error '-' is not preceded with whitespace. 191
Error '-' is not followed by whitespace. 191
Error '*' is not preceded with whitespace. 191
Error '*' is not followed by whitespace. 191
Error '-' is not preceded with whitespace. 191
Error '-' is not followed by whitespace. 191
Error Line contains a tab character. 192
Error Line has trailing spaces. 193
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 Must have at least one statement. 195
Error Line contains a tab character. 196
Error Line contains a tab character. 197
Error Line contains a tab character. 198
Error Line contains a tab character. 199
Error Line contains a tab character. 200
Error '+' is not preceded with whitespace. 201
Error '+' should be on a new line. 201
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 '+' 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 '+' 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 Line contains a tab character. 203
Error Line contains a tab character. 204
Error Expected an @return tag. 218
Error Method 'bullenRadialSlowness' is not designed for extension - needs to be abstract, final or empty. 218
Error Parameter p should be final. 218
Error Expected @param tag for 'p'. 218
Error Parameter radiusOfEarth should be final. 218
Error Expected @param tag for 'radiusOfEarth'. 218
Error '{' should be on the previous line. 220
Error Line has trailing spaces. 223
Error Line contains a tab character. 225
Error Line contains a tab character. 226
Error Line contains a tab character. 227
Error Line has trailing spaces. 229
Error '.000000001' is a magic number. 233
Error Line contains a tab character. 234
Error Line has trailing spaces. 236
Error Line contains a tab character. 236
Error Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. 237
Error '/' is not preceded with whitespace. 237
Error '/' is not followed by whitespace. 237
Error '/' should be on a new line. 237
Error '-' is not preceded with whitespace. 238
Error '-' is not followed by whitespace. 238
Error '/' should be on a new line. 238
Error '-' is not preceded with whitespace. 239
Error '-' is not followed by whitespace. 239
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 '*' 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 '*' is not preceded with whitespace. 241
Error '*' is not followed by whitespace. 241
Error Line has trailing spaces. 242
Error Line has trailing spaces. 243
Error '/' is not preceded with whitespace. 243
Error '/' is not followed by whitespace. 243
Error '*' is not preceded with whitespace. 243
Error '*' is not followed by whitespace. 243
Error '(' is followed by whitespace. 243
Error Line contains a tab character. 244
Error '-' is not preceded with whitespace. 244
Error '-' should be on a new line. 244
Error Line contains a tab character. 245
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 '<' is not preceded with whitespace. 249
Error '<' is not followed by whitespace. 249
Error '<' is not preceded with whitespace. 249
Error '<' is not followed by whitespace. 249
Error '||' should be on a new line. 249
Error '+' is not preceded with whitespace. 251
Error '+' should be on a new line. 251
Error '+' is not preceded with whitespace. 252
Error '+' is not followed by whitespace. 252
Error '+' is not preceded with whitespace. 252
Error '+' should be on a new line. 252
Error '+' is not preceded with whitespace. 253
Error '+' is not followed by whitespace. 253
Error '+' is not preceded with whitespace. 253
Error '+' should be on a new line. 253
Error '+' is not preceded with whitespace. 254
Error '+' is not followed by whitespace. 254
Error '+' is not preceded with whitespace. 254
Error '+' should be on a new line. 254
Error '+' is not preceded with whitespace. 255
Error '+' is not followed by whitespace. 255
Error '+' is not preceded with whitespace. 255
Error '+' should be on a new line. 255
Error '+' is not preceded with whitespace. 256
Error '+' is not followed by whitespace. 256
Error '+' is not preceded with whitespace. 256
Error '+' should be on a new line. 256
Error '+' is not preceded with whitespace. 257
Error '+' is not followed by whitespace. 257
Error '+' is not preceded with whitespace. 257
Error '+' should be on a new line. 257
Error '+' is not preceded with whitespace. 258
Error '+' is not followed by whitespace. 258
Error '+' is not preceded with whitespace. 258
Error '+' should be on a new line. 258
Error '+' is not preceded with whitespace. 259
Error '+' is not followed by whitespace. 259
Error '+' is not preceded with whitespace. 259
Error '+' is not followed by whitespace. 259
Error '+' is not preceded with whitespace. 259
Error '+' is not followed by whitespace. 259
Error Line has trailing spaces. 265
Error Expected an @return tag. 269
Error Line has trailing spaces. 269
Error Method 'bullenDepthFor' is not designed for extension - needs to be abstract, final or empty. 269
Error Parameter rayParam should be final. 269
Error Expected @param tag for 'rayParam'. 269
Error Parameter radiusOfEarth should be final. 269
Error Expected @param tag for 'radiusOfEarth'. 269
Error Expected @throws tag for 'SlownessModelException'. 270
Error '-' is not preceded with whitespace. 271
Error '-' is not followed by whitespace. 271
Error '*' is not preceded with whitespace. 271
Error '*' is not followed by whitespace. 271
Error '-' is not preceded with whitespace. 271
Error '-' is not followed by whitespace. 271
Error Line contains a tab character. 272
Error Line contains a tab character. 274
Error Line contains a tab character. 275
Error Line contains a tab character. 276
Error Line contains a tab character. 277
Error Line contains a tab character. 279
Error Line contains a tab character. 280
Error Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. 280
Error '/' is not preceded with whitespace. 280
Error '/' is not followed by whitespace. 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 '-' is not preceded with whitespace. 281
Error '-' is not followed by whitespace. 281
Error '/' is not preceded with whitespace. 281
Error '/' is not followed by whitespace. 281
Error '-' is not preceded with whitespace. 281
Error '-' is not followed by whitespace. 281
Error Line contains a tab character. 282
Error Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. 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 is longer than 80 characters. 283
Error Line contains a tab character. 283
Error '/' is not preceded with whitespace. 283
Error '/' is not followed by whitespace. 283
Error '/' is not preceded with whitespace. 283
Error '/' is not followed by whitespace. 283
Error ')' is preceded with whitespace. 283
Error Line contains a tab character. 285
Error Line has trailing spaces. 287
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 Line contains a tab character. 294
Error '-' is not preceded with whitespace. 294
Error '5.0' is a magic number. 294
Error Line has trailing spaces. 295
Error Line contains a tab character. 295
Error Line has trailing spaces. 296
Error Line is longer than 80 characters. 296
Error Line contains a tab character. 296
Error '-' is not preceded with whitespace. 296
Error '-' is not followed by whitespace. 296
Error '/' is not preceded with whitespace. 296
Error '/' is not followed by whitespace. 296
Error '-' is not preceded with whitespace. 296
Error '-' is not followed by whitespace. 296
Error '*' is not preceded with whitespace. 296
Error '*' is not followed by whitespace. 296
Error '-' is not preceded with whitespace. 296
Error '-' is not followed by whitespace. 296
Error Line contains a tab character. 297
Error Line has trailing spaces. 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 Must have at least one statement. 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 '+' is not preceded with whitespace. 305
Error '+' is not followed by whitespace. 305
Error '+' is not preceded with whitespace. 305
Error '+' is not followed by whitespace. 305
Error '+' is not preceded with whitespace. 305
Error '+' is not followed by whitespace. 305
Error '+' is not preceded with whitespace. 305
Error '+' is not followed by whitespace. 305
Error '+' is not preceded with whitespace. 305
Error '+' is not followed by whitespace. 305
Error '+' is not preceded with whitespace. 305
Error '+' is not followed by whitespace. 305
Error '+' is not preceded with whitespace. 305
Error '+' is not followed by whitespace. 305
Error '+' is not preceded with whitespace. 305
Error '+' is not followed by whitespace. 305
Error '+' is not preceded with whitespace. 305
Error '+' is not followed by whitespace. 305
Error Line contains a tab character. 306
Error Line contains a tab character. 307
Error Line is longer than 80 characters. 308
Error Line contains a tab character. 308
Error '1e-10' is a magic number. 308
Error Line contains a tab character. 309
Error Line contains a tab character. 310
Error Line contains a tab character. 311
Error Line is longer than 80 characters. 312
Error Line contains a tab character. 312
Error '-' is not preceded with whitespace. 312
Error '1e-10' is a magic number. 312
Error Line contains a tab character. 313
Error Line contains a tab character. 314
Error Line contains a tab character. 315
Error Line contains a tab character. 316
Error Line has trailing spaces. 317
Error Line contains a tab character. 317
Error Line contains a tab character. 318
Error Line contains a tab character. 319
Error Line is longer than 80 characters. 320
Error Line contains a tab character. 320
Error '/' should be on a new line. 320
Error Line contains a tab character. 321
Error Line contains a tab character. 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. 328
Error '+' is not preceded with whitespace. 328
Error '+' is not followed by whitespace. 328
Error '+' is not preceded with whitespace. 328
Error '+' should be on a new line. 328
Error '+' is not preceded with whitespace. 329
Error '+' should be on a new line. 329
Error Line contains a tab character. 330
Error '+' is not preceded with whitespace. 330
Error '+' is not followed by whitespace. 330
Error '+' is not preceded with whitespace. 330
Error '+' is not followed by whitespace. 330
Error Line has trailing spaces. 333
Error Method 'clone' is not designed for extension - needs to be abstract, final or empty. 334
Error Missing a Javadoc comment. 334
Error 'cast' is not followed by whitespace. 337
Error '+' is not preceded with whitespace. 341
Error '+' should be on a new line. 341
Error Expected an @return tag. 348
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 348
Error '+' is not preceded with whitespace. 351
Error '+' is not followed by whitespace. 351
Error '+' is not followed by whitespace. 352
Error '+' is not preceded with whitespace. 352
Error '+' is not followed by whitespace. 352
Error Line contains a tab character. 356
Error Method 'validate' is not designed for extension - needs to be abstract, final or empty. 356
Error Missing a Javadoc comment. 356
Error '||' should be on a new line. 357
Error Line contains a tab character. 358
Error '+' is not preceded with whitespace. 360
Error '+' is not followed by whitespace. 360
Error '+' is not preceded with whitespace. 360
Error '+' is not followed by whitespace. 360
Error Line contains a tab character. 361
Error '+' is not preceded with whitespace. 364
Error '+' is not followed by whitespace. 364
Error '+' is not preceded with whitespace. 368
Error '+' is not followed by whitespace. 368
Error Line contains a tab character. 370
Error Line contains a tab character. 371

edu/sc/seis/TauP/SlownessModel.java

ErrorLine
Error File length is 2,065 lines (max allowed is 2,000). 1
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Line has trailing spaces. 19
Error Line has trailing spaces. 22
Error 'public' modifier out of order with the JLS suggestions. 47
Error Name 'DEBUG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Variable 'DEBUG' must be private and have accessor methods. 47
Error 'public' modifier out of order with the JLS suggestions. 50
Error Variable 'verbose' must be private and have accessor methods. 50
Error Variable 'radiusOfEarth' must be private and have accessor methods. 53
Error '6371.0' is a magic number. 53
Error Line has trailing spaces. 55
Error Variable 'vMod' must be private and have accessor methods. 57
Error Variable 'criticalDepthVector' must be private and have accessor methods. 63
Error Line has trailing spaces. 64
Error Line has trailing spaces. 67
Error Variable 'highSlownessLayerDepthsP' must be private and have accessor methods. 69
Error Line has trailing spaces. 70
Error Line has trailing spaces. 73
Error Variable 'highSlownessLayerDepthsS' must be private and have accessor methods. 75
Error Line has trailing spaces. 76
Error Line has trailing spaces. 79
Error Variable 'fluidLayerDepths' must be private and have accessor methods. 81
Error Variable 'vectorLength' must be private and have accessor methods. 84
Error '256' is a magic number. 84
Error Line has trailing spaces. 86
Error Name 'PLayers' must match pattern '^[a-z][a-zA-Z0-9]*$'. 89
Error Variable 'PLayers' must be private and have accessor methods. 89
Error Line has trailing spaces. 91
Error Name 'SLayers' must match pattern '^[a-z][a-zA-Z0-9]*$'. 96
Error Variable 'SLayers' must be private and have accessor methods. 96
Error Line has trailing spaces. 106
Error Variable 'minDeltaP' must be private and have accessor methods. 110
Error '0.1' is a magic number. 110
Error Variable 'maxDeltaP' must be private and have accessor methods. 115
Error '11.0' is a magic number. 115
Error Variable 'maxDepthInterval' must be private and have accessor methods. 119
Error '115.0' is a magic number. 119
Error Variable 'maxRangeInterval' must be private and have accessor methods. 124
Error '200.0' is a magic number. 124
Error '/' is not preceded with whitespace. 124
Error '/' is not followed by whitespace. 124
Error Missing a Javadoc comment. 126
Error Variable 'maxInterpError' must be private and have accessor methods. 126
Error '.5' is a magic number. 126
Error Variable 'allowInnerCoreS' must be private and have accessor methods. 136
Error Variable 'slownessTolerance' must be private and have accessor methods. 141
Error '1e-16' is a magic number. 141
Error Method 'setRadiusOfEarth' is not designed for extension - needs to be abstract, final or empty. 155
Error Missing a Javadoc comment. 155
Error Parameter radiusOfEarth should be final. 155
Error 'radiusOfEarth' hides a field. 155
Error Line contains a tab character. 156
Error Method 'setMinDeltaP' is not designed for extension - needs to be abstract, final or empty. 159
Error Missing a Javadoc comment. 159
Error Parameter minDeltaP should be final. 159
Error 'minDeltaP' hides a field. 159
Error Line contains a tab character. 160
Error Method 'setMaxDeltaP' is not designed for extension - needs to be abstract, final or empty. 163
Error Missing a Javadoc comment. 163
Error Parameter maxDeltaP should be final. 163
Error 'maxDeltaP' hides a field. 163
Error Line contains a tab character. 164
Error Method 'setMaxDepthInterval' is not designed for extension - needs to be abstract, final or empty. 167
Error Missing a Javadoc comment. 167
Error Parameter maxDepthInterval should be final. 167
Error 'maxDepthInterval' hides a field. 167
Error Line contains a tab character. 168
Error Method 'setMaxRangeInterval' is not designed for extension - needs to be abstract, final or empty. 174
Error Parameter maxRangeInterval should be final. 174
Error 'maxRangeInterval' hides a field. 174
Error Expected @param tag for 'maxRangeInterval'. 174
Error Line contains a tab character. 175
Error '180.0' is a magic number. 175
Error ';' is preceded with whitespace. 175
Error Method 'setMaxInterpError' is not designed for extension - needs to be abstract, final or empty. 183
Error Parameter maxInterpError should be final. 183
Error 'maxInterpError' hides a field. 183
Error Expected @param tag for 'maxInterpError'. 183
Error Line contains a tab character. 184
Error Method 'setAllowInnerCoreS' is not designed for extension - needs to be abstract, final or empty. 187
Error Missing a Javadoc comment. 187
Error Parameter allowInnerCoreS should be final. 187
Error 'allowInnerCoreS' hides a field. 187
Error Line contains a tab character. 188
Error Method 'setSlownessTolerance' is not designed for extension - needs to be abstract, final or empty. 191
Error Missing a Javadoc comment. 191
Error Parameter slownessTolerance should be final. 191
Error 'slownessTolerance' hides a field. 191
Error Line contains a tab character. 192
Error Missing a Javadoc comment. 197
Error Line contains a tab character. 198
Error Missing a Javadoc comment. 201
Error Line contains a tab character. 202
Error Missing a Javadoc comment. 205
Error Line contains a tab character. 206
Error Missing a Javadoc comment. 209
Error Line contains a tab character. 210
Error Expected an @return tag. 215
Error Line contains a tab character. 216
Error '180.0' is a magic number. 216
Error '/' is not followed by whitespace. 216
Error Expected an @return tag. 224
Error Line contains a tab character. 225
Error Missing a Javadoc comment. 228
Error Line contains a tab character. 229
Error Missing a Javadoc comment. 232
Error Line contains a tab character. 233
Error Missing a Javadoc comment. 236
Error Line contains a tab character. 237
Error Missing a Javadoc comment. 240
Error Parameter i should be final. 240
Error Line contains a tab character. 241
Error 'cast' is not followed by whitespace. 241
Error Missing a Javadoc comment. 244
Error Parameter isPWave should be final. 244
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 has trailing spaces. 251
Error Expected an @return tag. 257
Error Line has trailing spaces. 257
Error Method 'getMinTurnRayParam' is not designed for extension - needs to be abstract, final or empty. 257
Error Parameter depth should be final. 257
Error Expected @param tag for 'depth'. 257
Error Parameter isPWave should be final. 257
Error Expected @param tag for 'isPWave'. 257
Error Line contains a tab character. 258
Error Expected @throws tag for 'NoSuchLayerException'. 258
Error Expected @throws tag for 'SlownessModelException'. 258
Error Line contains a tab character. 259
Error Line contains a tab character. 260
Error Line contains a tab character. 261
Error Line contains a tab character. 263
Error Line contains a tab character. 264
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. 269
Error Line contains a tab character. 270
Error '=' is not preceded with whitespace. 270
Error '=' is not followed by whitespace. 270
Error ';' is not followed by whitespace. 270
Error '<' is not preceded with whitespace. 270
Error '<' is not followed by whitespace. 270
Error ';' is not followed by whitespace. 270
Error Line contains a tab character. 271
Error Line contains a tab character. 272
Error Line contains a tab character. 273
Error Line contains a tab character. 274
Error Line contains a tab character. 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 ',' is not followed by whitespace. 277
Error Line contains a tab character. 278
Error Line contains a tab character. 279
Error Line contains a tab character. 280
Error Line contains a tab character. 281
Error Line contains a tab character. 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 contains a tab character. 285
Error Line contains a tab character. 286
Error Line contains a tab character. 287
Error Line contains a tab character. 288
Error ',' is not followed by whitespace. 288
Error Line contains a tab character. 289
Error Line contains a tab character. 290
Error Line contains a tab character. 291
Error Expected an @return tag. 300
Error Line has trailing spaces. 300
Error Method 'getMinRayParam' is not designed for extension - needs to be abstract, final or empty. 300
Error Parameter depth should be final. 300
Error Expected @param tag for 'depth'. 300
Error Parameter isPWave should be final. 300
Error Expected @param tag for 'isPWave'. 300
Error Line contains a tab character. 301
Error Expected @throws tag for 'NoSuchLayerException'. 301
Error Expected @throws tag for 'SlownessModelException'. 301
Error Line has trailing spaces. 302
Error Line contains a tab character. 302
Error Line contains a tab character. 303
Error '=' is not preceded with whitespace. 303
Error '=' is not followed by whitespace. 303
Error Line contains a tab character. 304
Error '=' is not preceded with whitespace. 304
Error '=' is not followed by whitespace. 304
Error Line contains a tab character. 305
Error Line contains a tab character. 306
Error Line contains a tab character. 308
Error Line is longer than 80 characters. 309
Error Line contains a tab character. 309
Error Line contains a tab character. 310
Error Line contains a tab character. 311
Error Expected an @return tag. 316
Error Method 'getHighSlowness' is not designed for extension - needs to be abstract, final or empty. 316
Error Parameter isPWave should be final. 316
Error Expected @param tag for 'isPWave'. 316
Error Line contains a tab character. 317
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 contains a tab character. 324
Error Line contains a tab character. 325
Error '=' is not preceded with whitespace. 325
Error '=' is not followed by whitespace. 325
Error '<' is not preceded with whitespace. 325
Error ';' is not followed by whitespace. 325
Error Line contains a tab character. 326
Error 'cast' is not followed by whitespace. 326
Error Line is longer than 80 characters. 327
Error Line contains a tab character. 327
Error 'cast' is not followed by whitespace. 327
Error Line contains a tab character. 328
Error Line contains a tab character. 329
Error Line has trailing spaces. 332
Error Expected an @return tag. 335
Error Method 'getSlownessLayerClone' is not designed for extension - needs to be abstract, final or empty. 335
Error Parameter layerNum should be final. 335
Error Expected @param tag for 'layerNum'. 335
Error Parameter isPWave should be final. 335
Error Expected @param tag for 'isPWave'. 335
Error Line contains a tab character. 336
Error Line is longer than 80 characters. 337
Error Line contains a tab character. 337
Error 'cast' is not followed by whitespace. 337
Error 'cast' is not followed by whitespace. 337
Error Line contains a tab character. 338
Error Line is longer than 80 characters. 339
Error Line contains a tab character. 339
Error 'cast' is not followed by whitespace. 339
Error 'cast' is not followed by whitespace. 339
Error Line contains a tab character. 340
Error Line has trailing spaces. 343
Error Expected an @return tag. 346
Error Method 'getSlownessLayer' is not designed for extension - needs to be abstract, final or empty. 346
Error Parameter layerNum should be final. 346
Error Expected @param tag for 'layerNum'. 346
Error Parameter isPWave should be final. 346
Error Expected @param tag for 'isPWave'. 346
Error Line contains a tab character. 347
Error Line contains a tab character. 348
Error 'cast' is not followed by whitespace. 348
Error Line contains a tab character. 349
Error Line contains a tab character. 350
Error 'cast' is not followed by whitespace. 350
Error Line contains a tab character. 351
Error Line has trailing spaces. 353
Error Line is longer than 80 characters. 356
Error Missing a Javadoc comment. 356
Error Parameter velocity should be final. 356
Error Parameter depth should be final. 356
Error Line has trailing spaces. 357
Error Line is longer than 80 characters. 358
Error Missing a Javadoc comment. 358
Error Parameter slowness should be final. 358
Error Parameter depth should be final. 358
Error Line has trailing spaces. 359
Error Line has trailing spaces. 360
Error Missing a Javadoc comment. 360
Error Parameter rayParam should be final. 360
Error Parameter layerNum should be final. 360
Error Line is longer than 80 characters. 361
Error Line contains a tab character. 361
Error Parameter isPWave should be final. 361
Error Line is longer than 80 characters. 363
Error Missing a Javadoc comment. 363
Error Parameter vLayer should be final. 363
Error Parameter isPWave should be final. 363
Error Missing a Javadoc comment. 365
Error Parameter p should be final. 365
Error Parameter topVelocity should be final. 365
Error Line is longer than 80 characters. 366
Error Line contains a tab character. 366
Error Parameter topDepth should be final. 366
Error Parameter slope should be final. 366
Error Line has trailing spaces. 371
Error Line has trailing spaces. 373
Error Expected an @return tag. 379
Error Line is longer than 80 characters. 379
Error Method 'approxDistance' is not designed for extension - needs to be abstract, final or empty. 379
Error Parameter slownessTurnLayer should be final. 379
Error Expected @param tag for 'slownessTurnLayer'. 379
Error Parameter p should be final. 379
Error Expected @param tag for 'p'. 379
Error Parameter isPWave should be final. 379
Error Expected @param tag for 'isPWave'. 379
Error Line contains a tab character. 380
Error Line contains a tab character. 381
Error '{' should be on the previous line. 382
Error Line contains a tab character. 383
Error Line contains a tab character. 384
Error Line contains a tab character. 385
Error Line contains a tab character. 386
Error Line contains a tab character. 387
Error Line contains a tab character. 388
Error '>=' is not preceded with whitespace. 388
Error '>=' is not followed by whitespace. 388
Error Line contains a tab character. 389
Error Line contains a tab character. 390
Error '+' is not preceded with whitespace. 390
Error '+' should be on a new line. 390
Error Line is longer than 80 characters. 391
Error Line contains a tab character. 391
Error '+' is not preceded with whitespace. 391
Error '+' is not followed by whitespace. 391
Error '+' is not preceded with whitespace. 391
Error '+' is not followed by whitespace. 391
Error '+' is not preceded with whitespace. 391
Error '+' should be on a new line. 391
Error Line is longer than 80 characters. 392
Error Line contains a tab character. 392
Error '+' is not preceded with whitespace. 392
Error '+' is not followed by whitespace. 392
Error '+' is not preceded with whitespace. 392
Error '+' should be on a new line. 392
Error Line is longer than 80 characters. 393
Error Line contains a tab character. 393
Error '+' is not preceded with whitespace. 393
Error '+' is not followed by whitespace. 393
Error Line contains a tab character. 394
Error Line contains a tab character. 395
Error Line contains a tab character. 396
Error Line is longer than 80 characters. 397
Error Line contains a tab character. 397
Error '+' is not preceded with whitespace. 397
Error '+' is not followed by whitespace. 397
Error '+' is not preceded with whitespace. 397
Error '+' should be on a new line. 397
Error Line is longer than 80 characters. 398
Error Line contains a tab character. 398
Error '+' is not preceded with whitespace. 398
Error '+' is not followed by whitespace. 398
Error Line contains a tab character. 399
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 Line contains a tab character. 406
Error Line contains a tab character. 407
Error Line contains a tab character. 409
Error '=' is not preceded with whitespace. 409
Error '=' is not followed by whitespace. 409
Error ';' is not followed by whitespace. 409
Error '<=' is not preceded with whitespace. 409
Error '<=' is not followed by whitespace. 409
Error ';' is not followed by whitespace. 409
Error Line contains a tab character. 410
Error '(' is followed by whitespace. 410
Error Line contains a tab character. 411
Error Line contains a tab character. 412
Error Line contains a tab character. 413
Error Line contains a tab character. 414
Error Line contains a tab character. 415
Error Line contains a tab character. 416
Error Line contains a tab character. 417
Error Line has trailing spaces. 428
Error Line is longer than 80 characters. 430
Error Method 'depthInHighSlowness' is not designed for extension - needs to be abstract, final or empty. 430
Error Parameter depth should be final. 430
Error Parameter rayParam should be final. 430
Error Parameter isPWave should be final. 430
Error Line contains a tab character. 431
Error Line contains a tab character. 432
Error Expected an @return tag. 447
Error Method 'depthInHighSlowness' is not designed for extension - needs to be abstract, final or empty. 447
Error Parameter depth should be final. 447
Error Expected @param tag for 'depth'. 447
Error Parameter rayParam should be final. 447
Error Expected @param tag for 'rayParam'. 447
Error Line is longer than 80 characters. 448
Error Line contains a tab character. 448
Error Parameter highSZoneDepth should be final. 448
Error Expected @param tag for 'highSZoneDepth'. 448
Error Parameter isPWave should be final. 448
Error Expected @param tag for 'isPWave'. 448
Error Line contains a tab character. 449
Error Line contains a tab character. 450
Error Line contains a tab character. 451
Error Line contains a tab character. 452
Error Line contains a tab character. 453
Error Line contains a tab character. 454
Error Line contains a tab character. 455
Error Line contains a tab character. 457
Error '=' is not preceded with whitespace. 457
Error '=' is not followed by whitespace. 457
Error ';' is not followed by whitespace. 457
Error '<' is not preceded with whitespace. 457
Error '<' is not followed by whitespace. 457
Error ';' is not followed by whitespace. 457
Error Line contains a tab character. 458
Error 'cast' is not followed by whitespace. 458
Error Line contains a tab character. 459
Error Line contains a tab character. 460
Error Line contains a tab character. 461
Error Line contains a tab character. 462
Error Line contains a tab character. 463
Error Line is longer than 80 characters. 464
Error Line contains a tab character. 464
Error '&&' should be on a new line. 464
Error Line is longer than 80 characters. 465
Error Line contains a tab character. 465
Error Line contains a tab character. 466
Error Line contains a tab character. 467
Error Line contains a tab character. 468
Error Line contains a tab character. 469
Error Line contains a tab character. 470
Error Method 'depthInFluid' is not designed for extension - needs to be abstract, final or empty. 478
Error Parameter depth should be final. 478
Error Line contains a tab character. 479
Error Line contains a tab character. 480
Error Line has trailing spaces. 482
Error Line has trailing spaces. 483
Error Expected an @return tag. 488
Error Method 'depthInFluid' is not designed for extension - needs to be abstract, final or empty. 488
Error Parameter depth should be final. 488
Error Expected @param tag for 'depth'. 488
Error Parameter fluidZoneDepth should be final. 488