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.