Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
23001255

Files

FilesIWE
de/jarnbjo/jmf/FlacDecoder.java 0074
de/jarnbjo/jmf/FlacParser.java 001
de/jarnbjo/jmf/FlacParser.java 0095
de/jarnbjo/jmf/FlacTrack.java 001
de/jarnbjo/jmf/FlacTrack.java 0050
de/jarnbjo/jmf/OggJmfPage.java 001
de/jarnbjo/jmf/OggJmfPage.java 00337
de/jarnbjo/jmf/OggJmfStream.java 001
de/jarnbjo/jmf/OggJmfStream.java 00106
de/jarnbjo/jmf/OggParser.java 001
de/jarnbjo/jmf/OggParser.java 00161
de/jarnbjo/jmf/OggTrack.java 001
de/jarnbjo/jmf/OggTrack.java 0092
de/jarnbjo/jmf/TheoraDecoder.java 001
de/jarnbjo/jmf/TheoraDecoder.java 00154
de/jarnbjo/jmf/TheoraTrack.java 001
de/jarnbjo/jmf/TheoraTrack.java 0045
de/jarnbjo/jmf/VorbisDecoder.java 001
de/jarnbjo/jmf/VorbisDecoder.java 0082
de/jarnbjo/jmf/VorbisTrack.java 001
de/jarnbjo/jmf/VorbisTrack.java 0048
de/jarnbjo/jmf/package.html 001

de/jarnbjo/jmf/FlacDecoder.java

ErrorLine
Error Line has trailing spaces. 22
Error Using the '.*' form of import should be avoided - javax.media.*. 27
Error Using the '.*' form of import should be avoided - javax.media.format.*. 28
Error Using the '.*' form of import should be avoided - de.jarnbjo.flac.*. 30
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 36
Error Name 'supportedInputFormats' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 36
Error '=' is not preceded with whitespace. 36
Error '=' is not followed by whitespace. 36
Error Missing a Javadoc comment. 59
Error Name 'supportedOutputFormats' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 59
Error '=' is not preceded with whitespace. 59
Error '=' is not followed by whitespace. 59
Error Missing a Javadoc comment. 72
Error '=' is not preceded with whitespace. 72
Error '=' is not followed by whitespace. 72
Error Missing a Javadoc comment. 74
Error Method 'getSupportedInputFormats' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Method 'getSupportedOutputFormats' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter input should be final. 81
Error 'if' is not followed by whitespace. 82
Error '==' is not preceded with whitespace. 82
Error '==' is not followed by whitespace. 82
Error '}' should be on the same line. 84
Error '=' is not preceded with whitespace. 86
Error '=' is not followed by whitespace. 86
Error '=' is not preceded with whitespace. 87
Error '=' is not followed by whitespace. 87
Error 'cast' is not followed by whitespace. 89
Error 'cast' is not followed by whitespace. 90
Error 'cast' is not followed by whitespace. 91
Error Method 'process' is not designed for extension - needs to be abstract, final or empty. 101
Error Missing a Javadoc comment. 101
Error Parameter in should be final. 101
Error Parameter out should be final. 101
Error '=' is not preceded with whitespace. 104
Error '=' is not followed by whitespace. 104
Error 'cast' is not followed by whitespace. 104
Error 'if' is not followed by whitespace. 105
Error '==' is not preceded with whitespace. 105
Error '==' is not followed by whitespace. 105
Error '}' should be on the same line. 107
Error '=' is not preceded with whitespace. 109
Error '=' is not followed by whitespace. 109
Error 'cast' is not followed by whitespace. 109
Error 'if' is not followed by whitespace. 110
Error '==' is not preceded with whitespace. 110
Error '==' is not followed by whitespace. 110
Error '>' is not preceded with whitespace. 110
Error '>' is not followed by whitespace. 110
Error '}' should be on the same line. 112
Error '}' should be on the same line. 120
Error 'catch' is not followed by whitespace. 121
Error '}' should be on the same line. 123
Error 'catch' is not followed by whitespace. 124
Error Method 'setInputFormat' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error Parameter format should be final. 129
Error Method 'setOutputFormat' is not designed for extension - needs to be abstract, final or empty. 133
Error Missing a Javadoc comment. 133
Error Parameter format should be final. 133
Error Missing a Javadoc comment. 137
Error Missing a Javadoc comment. 140
Error Missing a Javadoc comment. 143
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 146
Error Missing a Javadoc comment. 146
Error Method 'getControl' is not designed for extension - needs to be abstract, final or empty. 150
Error Missing a Javadoc comment. 150
Error Parameter controlType should be final. 150
Error Method 'getControls' is not designed for extension - needs to be abstract, final or empty. 154
Error Missing a Javadoc comment. 154

de/jarnbjo/jmf/FlacParser.java

ErrorLine
Error File does not end with a newline. 0

de/jarnbjo/jmf/FlacParser.java

ErrorLine
Error Using the '.*' form of import should be avoided - java.io.*. 3
Error Using the '.*' form of import should be avoided - java.util.*. 4
Error Using the '.*' form of import should be avoided - javax.media.*. 6
Error Using the '.*' form of import should be avoided - javax.media.format.*. 7
Error Using the '.*' form of import should be avoided - javax.media.protocol.*. 8
Error Using the '.*' form of import should be avoided - javax.swing.*. 10
Error Using the '.*' form of import should be avoided - de.jarnbjo.flac.*. 12
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 16
Error Line is longer than 80 characters. 18
Error Missing a Javadoc comment. 18
Error Line is longer than 80 characters. 19
Error Line is longer than 80 characters. 20
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 28
Error Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error Method 'getSupportedInputContentDescriptors' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error Method 'getTracks' is not designed for extension - needs to be abstract, final or empty. 51
Error Missing a Javadoc comment. 51
Error Method 'isPositionable' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error Method 'isRandomAccess' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Method 'getMediaTime' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error Parameter time should be final. 86
Error Parameter rounding should be final. 86
Error Method 'start' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error 'if' is not followed by whitespace. 109
Error '!=' is not preceded with whitespace. 109
Error '!=' is not followed by whitespace. 109
Error Method 'stop' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 114
Error 'if' is not followed by whitespace. 115
Error '!=' is not preceded with whitespace. 115
Error '!=' is not followed by whitespace. 115
Error '}' should be on the same line. 118
Error 'catch' is not followed by whitespace. 119
Error Must have at least one statement. 119
Error Missing a Javadoc comment. 125
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error 'if' is not followed by whitespace. 130
Error '!=' is not preceded with whitespace. 130
Error '!=' is not followed by whitespace. 130
Error '}' should be on the same line. 134
Error 'catch' is not followed by whitespace. 135
Error Must have at least one statement. 135
Error '=' is not preceded with whitespace. 138
Error '=' is not followed by whitespace. 138
Error Method 'reset' is not designed for extension - needs to be abstract, final or empty. 142
Error Missing a Javadoc comment. 142
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 146
Error Missing a Javadoc comment. 146
Error Line is longer than 80 characters. 150
Error Method 'setSource' is not designed for extension - needs to be abstract, final or empty. 150
Error Missing a Javadoc comment. 150
Error Parameter source should be final. 150
Error 'source' hides a field. 150
Error 'if' is not followed by whitespace. 153
Error Line is longer than 80 characters. 155
Error '=' is not preceded with whitespace. 158
Error '=' is not followed by whitespace. 158
Error 'cast' is not followed by whitespace. 158
Error Line is longer than 80 characters. 160
Error 'if' is not followed by whitespace. 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 'if' is not followed by whitespace. 164
Error '>' is not preceded with whitespace. 164
Error '>' is not followed by whitespace. 164
Error Line is longer than 80 characters. 165
Error '=' is not preceded with whitespace. 168
Error '=' is not followed by whitespace. 168
Error 'if' is not followed by whitespace. 171
Error '}' should be on the same line. 175
Error 'catch' is not followed by whitespace. 176
Error '}' should be on the same line. 179
Error 'catch' is not followed by whitespace. 180
Error '}' should be on the same line. 183
Error 'catch' is not followed by whitespace. 184
Error Method 'getControl' is not designed for extension - needs to be abstract, final or empty. 190
Error Missing a Javadoc comment. 190
Error Parameter controlType should be final. 190
Error Method 'getControls' is not designed for extension - needs to be abstract, final or empty. 194
Error Missing a Javadoc comment. 194

de/jarnbjo/jmf/FlacTrack.java

ErrorLine
Error File does not end with a newline. 0

de/jarnbjo/jmf/FlacTrack.java

ErrorLine
Error Line has trailing spaces. 22
Error Using the '.*' form of import should be avoided - java.io.*. 25
Error Using the '.*' form of import should be avoided - javax.media.*. 27
Error Using the '.*' form of import should be avoided - javax.media.format.*. 28
Error Using the '.*' form of import should be avoided - javax.media.protocol.*. 29
Error Using the '.*' form of import should be avoided - de.jarnbjo.ogg.*. 31
Error Using the '.*' form of import should be avoided - de.jarnbjo.flac.*. 32
Error Using the '.*' form of import should be avoided - de.jarnbjo.util.io.*. 33
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40
Error Line is longer than 80 characters. 42
Error Missing a Javadoc comment. 42
Error Parameter source should be final. 42
Error Parameter siHeaderData should be final. 42
Error Redundant throws: 'FlacFormatException' is subclass of 'IOException'. 42
Error '=' is not preceded with whitespace. 44
Error '=' is not followed by whitespace. 44
Error Line is longer than 80 characters. 45
Error '=' is not preceded with whitespace. 45
Error '=' is not followed by whitespace. 45
Error '=' is not preceded with whitespace. 46
Error '=' is not followed by whitespace. 46
Error 'cast' is not followed by whitespace. 46
Error '=' is not preceded with whitespace. 48
Error '=' is not followed by whitespace. 48
Error 'cast' is not followed by whitespace. 50
Error '16' is a magic number. 51
Error Method 'getFormat' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error '=' is not preceded with whitespace. 65
Error '=' is not followed by whitespace. 65
Error '==' is not preceded with whitespace. 66
Error '==' is not followed by whitespace. 66
Error '?' is not preceded with whitespace. 66
Error '?' should be on a new line. 66
Error Avoid inline conditionals. 66
Error ':' is not preceded with whitespace. 67
Error ':' should be on a new line. 67
Error '*' is not preceded with whitespace. 68
Error '*' is not followed by whitespace. 68
Error '1000000000L' is a magic number. 68
Error '/' is not preceded with whitespace. 68
Error '/' is not followed by whitespace. 68
Error 'cast' is not followed by whitespace. 68
Error Method 'getSampleRate' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71

de/jarnbjo/jmf/OggJmfPage.java

ErrorLine
Error File does not end with a newline. 0

de/jarnbjo/jmf/OggJmfPage.java

ErrorLine
Error Using the '.*' form of import should be avoided - java.io.*. 28
Error Using the '.*' form of import should be avoided - de.jarnbjo.util.io.*. 31
Error Using the '.*' form of import should be avoided - de.jarnbjo.ogg.*. 33
Error Class OggJmfPage should be declared as final. 49
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 52
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 60
Error More than 7 parameters. 60
Error Parameter version should be final. 61
Error 'version' hides a field. 61
Error Parameter continued should be final. 62
Error 'continued' hides a field. 62
Error Parameter bos should be final. 63
Error 'bos' hides a field. 63
Error Parameter eos should be final. 64
Error 'eos' hides a field. 64
Error Parameter absoluteGranulePosition should be final. 65
Error 'absoluteGranulePosition' hides a field. 65
Error Parameter streamSerialNumber should be final. 66
Error 'streamSerialNumber' hides a field. 66
Error Parameter pageSequenceNumber should be final. 67
Error 'pageSequenceNumber' hides a field. 67
Error Parameter pageCheckSum should be final. 68
Error 'pageCheckSum' hides a field. 68
Error Parameter segmentOffsets should be final. 69
Error 'segmentOffsets' hides a field. 69
Error Parameter segmentLengths should be final. 70
Error 'segmentLengths' hides a field. 70
Error Parameter totalLength should be final. 71
Error 'totalLength' hides a field. 71
Error Parameter header should be final. 72
Error 'header' hides a field. 72
Error Parameter segmentTable should be final. 73
Error 'segmentTable' hides a field. 73
Error Parameter data should be final. 74
Error 'data' hides a field. 74
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 preceded with whitespace. 80
Error '=' is not followed by whitespace. 80
Error '=' is not preceded with whitespace. 81
Error '=' is not followed by whitespace. 81
Error '=' is not preceded with whitespace. 82
Error '=' is not followed by whitespace. 82
Error '=' is not preceded with whitespace. 83
Error '=' is not followed by whitespace. 83
Error '=' is not preceded with whitespace. 84
Error '=' is not followed by whitespace. 84
Error '=' is not preceded with whitespace. 85
Error '=' is not followed by whitespace. 85
Error '=' is not preceded with whitespace. 86
Error '=' is not followed by whitespace. 86
Error '=' is not preceded with whitespace. 87
Error '=' is not followed by whitespace. 87
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 Line is longer than 80 characters. 96
Error Line is longer than 80 characters. 97
Error Line is longer than 80 characters. 98
Error Line is longer than 80 characters. 99
Error Line is longer than 80 characters. 106
Error Line is longer than 80 characters. 110
Error Line is longer than 80 characters. 114
Error Line is longer than 80 characters. 118
Error Line is longer than 80 characters. 132
Error Line is longer than 80 characters. 133
Error Line is longer than 80 characters. 134
Error Line is longer than 80 characters. 135
Error Line is longer than 80 characters. 136
Error Line is longer than 80 characters. 142
Error Line is longer than 80 characters. 152
Error Line is longer than 80 characters. 158
Error Line is longer than 80 characters. 163
Error Line is longer than 80 characters. 177
Error Line is longer than 80 characters. 197
Error Line is longer than 80 characters. 204
Error Missing a Javadoc comment. 204
Error Parameter source should be final. 204
Error Redundant throws: 'EndOfOggStreamException' is subclass of 'IOException'. 204
Error Redundant throws: 'OggFormatException' is subclass of 'IOException'. 204
Error Line is longer than 80 characters. 208
Error Missing a Javadoc comment. 208
Error Parameter source should be final. 208
Error Parameter skipData should be final. 208
Error Redundant throws: 'EndOfOggStreamException' is subclass of 'IOException'. 208
Error Redundant throws: 'OggFormatException' is subclass of 'IOException'. 208
Error 'cast' is not followed by whitespace. 209
Error Line is longer than 80 characters. 212
Error Missing a Javadoc comment. 212
Error Parameter source should be final. 212
Error Parameter skipData should be final. 212
Error Redundant throws: 'EndOfOggStreamException' is subclass of 'IOException'. 212
Error Redundant throws: 'OggFormatException' is subclass of 'IOException'. 212
Error '=' is not preceded with whitespace. 215
Error '=' is not followed by whitespace. 215
Error '27' is a magic number. 215
Error 'if' is not followed by whitespace. 216
Error 'cast' is not followed by whitespace. 217
Error '}' should be on the same line. 218
Error 'if' is not followed by whitespace. 219
Error 'cast' is not followed by whitespace. 220
Error '}' should be on the same line. 221
Error 'if' is not followed by whitespace. 222
Error 'cast' is not followed by whitespace. 223
Error '=' is not preceded with whitespace. 226
Error '=' is not followed by whitespace. 226
Error '=' is not preceded with whitespace. 228
Error '=' is not followed by whitespace. 228
Error '32' is a magic number. 228
Error 'if' is not followed by whitespace. 230
Error '!=' is not preceded with whitespace. 230
Error '!=' is not followed by whitespace. 230
Error '0x5367674f' is a magic number. 230
Error Line is longer than 80 characters. 231
Error Line is longer than 80 characters. 234
Error '=' is not preceded with whitespace. 240
Error '=' is not followed by whitespace. 240
Error 'while' is not followed by whitespace. 241
Error '<' is not preceded with whitespace. 241
Error '8' is a magic number. 241
Error '<' is not followed by whitespace. 241
Error '=' is not preceded with whitespace. 242
Error '=' is not followed by whitespace. 242
Error '+' is not preceded with whitespace. 242
Error '+' is not followed by whitespace. 242
Error Line is longer than 80 characters. 244
Error '=' is not preceded with whitespace. 244
Error '=' is not followed by whitespace. 244
Error '6' is a magic number. 244
Error '8' is a magic number. 244
Error '+' is not preceded with whitespace. 244
Error '+' is not followed by whitespace. 244
Error '4' is a magic number. 244
Error '6' is a magic number. 244
Error '+' is not preceded with whitespace. 244
Error '+' is not followed by whitespace. 244
Error '4' is a magic number. 244
Error '+' is not preceded with whitespace. 244
Error '+' is not followed by whitespace. 244
Error '=' is not preceded with whitespace. 245
Error '=' is not followed by whitespace. 245
Error 'cast' is not followed by whitespace. 245
Error '16' is a magic number. 245
Error '=' is not preceded with whitespace. 246
Error '=' is not followed by whitespace. 246
Error 'cast' is not followed by whitespace. 246
Error '4' is a magic number. 246
Error '16' is a magic number. 246
Error '=' is not preceded with whitespace. 247
Error '=' is not followed by whitespace. 247
Error 'cast' is not followed by whitespace. 247
Error '4' is a magic number. 247
Error '6' is a magic number. 247
Error '16' is a magic number. 247
Error '=' is not preceded with whitespace. 248
Error '=' is not followed by whitespace. 248
Error 'cast' is not followed by whitespace. 248
Error '6' is a magic number. 248
Error '8' is a magic number. 248
Error '16' is a magic number. 248
Error Line is longer than 80 characters. 249
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 '+' 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 '+' 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 '+' is not preceded with whitespace. 249
Error '+' is not followed by whitespace. 249
Error '=' is not preceded with whitespace. 252
Error '=' is not followed by whitespace. 252
Error '8' is a magic number. 252
Error '=' is not preceded with whitespace. 253
Error '=' is not followed by whitespace. 253
Error 'cast' is not followed by whitespace. 253
Error '8' is a magic number. 253
Error '=' is not preceded with whitespace. 254
Error '=' is not followed by whitespace. 254
Error '&' is not preceded with whitespace. 254
Error '&' is not followed by whitespace. 254
Error '!=' is not preceded with whitespace. 254
Error '!=' is not followed by whitespace. 254
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. 256
Error '=' is not followed by whitespace. 256
Error '&' is not preceded with whitespace. 256
Error '&' is not followed by whitespace. 256
Error '4' is a magic number. 256
Error '!=' is not preceded with whitespace. 256
Error '!=' is not followed by whitespace. 256
Error '=' is not preceded with whitespace. 257
Error '=' is not followed by whitespace. 257
Error '64' is a magic number. 257
Error '=' is not preceded with whitespace. 258
Error '=' is not followed by whitespace. 258
Error '32' is a magic number. 258
Error '=' is not preceded with whitespace. 259
Error '=' is not followed by whitespace. 259
Error '32' is a magic number. 259
Error '=' is not preceded with whitespace. 260
Error '=' is not followed by whitespace. 260
Error '32' is a magic number. 260
Error '=' is not preceded with whitespace. 261
Error '=' is not followed by whitespace. 261
Error '8' is a magic number. 261
Error Line is longer than 80 characters. 263
Error '=' is not preceded with whitespace. 265
Error '=' is not followed by whitespace. 265
Error '=' is not preceded with whitespace. 266
Error '=' is not followed by whitespace. 266
Error '=' is not preceded with whitespace. 267
Error '=' is not followed by whitespace. 267
Error '=' is not preceded with whitespace. 269
Error '=' is not followed by whitespace. 269
Error '=' is not preceded with whitespace. 270
Error '=' is not followed by whitespace. 270
Error 'for' is not followed by whitespace. 272
Error '=' is not preceded with whitespace. 272
Error '=' is not followed by whitespace. 272
Error '<' is not preceded with whitespace. 272
Error '<' is not followed by whitespace. 272
Error '=' is not preceded with whitespace. 273
Error '=' is not followed by whitespace. 273
Error 'if' is not followed by whitespace. 274
Error '=' is not preceded with whitespace. 275
Error '=' is not followed by whitespace. 275
Error 'cast' is not followed by whitespace. 275
Error 'cast' is not followed by whitespace. 275
Error '&' is not preceded with whitespace. 275
Error '&' is not followed by whitespace. 275
Error '0xff' is a magic number. 275
Error '}' should be on the same line. 276
Error 'if' is not followed by whitespace. 277
Error 'cast' is not followed by whitespace. 278
Error '=' is not preceded with whitespace. 279
Error '=' is not followed by whitespace. 279
Error 'cast' is not followed by whitespace. 279
Error '&' is not preceded with whitespace. 279
Error '&' is not followed by whitespace. 279
Error '0xff' is a magic number. 279
Error '}' should be on the same line. 280
Error 'if' is not followed by whitespace. 281
Error '=' is not preceded with whitespace. 282
Error '=' is not followed by whitespace. 282
Error 'cast' is not followed by whitespace. 282
Error 'cast' is not followed by whitespace. 282
Error '=' is not preceded with whitespace. 284
Error '=' is not followed by whitespace. 284
Error 'cast' is not followed by whitespace. 284
Error '=' is not preceded with whitespace. 285
Error '=' is not followed by whitespace. 285
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 '=' is not preceded with whitespace. 290
Error '=' is not followed by whitespace. 290
Error 'if' is not followed by whitespace. 292
Error '=' is not preceded with whitespace. 294
Error '=' is not followed by whitespace. 294
Error 'if' is not followed by whitespace. 295
Error 'cast' is not followed by whitespace. 296
Error '}' should be on the same line. 297
Error 'if' is not followed by whitespace. 298
Error 'cast' is not followed by whitespace. 299
Error '}' should be on the same line. 300
Error 'if' is not followed by whitespace. 301
Error 'cast' is not followed by whitespace. 302
Error Line is longer than 80 characters. 306
Error '}' should be on the same line. 307
Error 'catch' is not followed by whitespace. 308
Error Line is longer than 80 characters. 313
Error Missing a Javadoc comment. 313
Error Parameter source should be final. 313
Error Parameter buffer should be final. 313
Error '=' is not preceded with whitespace. 314
Error '=' is not followed by whitespace. 314
Error 'while' is not followed by whitespace. 315
Error '<' is not preceded with whitespace. 315
Error '<' is not followed by whitespace. 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 'if' is not followed by whitespace. 317
Error '==' is not preceded with whitespace. 317
Error '==' is not followed by whitespace. 317
Error '+=' is not preceded with whitespace. 320
Error '+=' is not followed by whitespace. 320
Error Line is longer than 80 characters. 324
Error Missing a Javadoc comment. 324
Error Parameter source should be final. 324
Error Parameter buffer should be final. 324
Error '=' is not preceded with whitespace. 325
Error '=' is not followed by whitespace. 325
Error 'while' is not followed by whitespace. 326
Error '<' is not preceded with whitespace. 326
Error '<' is not followed by whitespace. 326
Error '=' is not preceded with whitespace. 327
Error '=' is not followed by whitespace. 327
Error '-' is not preceded with whitespace. 327
Error '-' is not followed by whitespace. 327
Error 'if' is not followed by whitespace. 328
Error '==' is not preceded with whitespace. 328
Error '==' is not followed by whitespace. 328
Error '+=' is not preceded with whitespace. 331
Error '+=' is not followed by whitespace. 331
Error Missing a Javadoc comment. 399
Error Missing a Javadoc comment. 403
Error Missing a Javadoc comment. 407
Error Missing a Javadoc comment. 411
Error Line is longer than 80 characters. 432

de/jarnbjo/jmf/OggJmfStream.java

ErrorLine
Error File does not end with a newline. 0

de/jarnbjo/jmf/OggJmfStream.java

ErrorLine
Error Using the '.*' form of import should be avoided - java.io.*. 28
Error Using the '.*' form of import should be avoided - java.util.*. 29
Error Using the '.*' form of import should be avoided - javax.media.*. 31
Error Using the '.*' form of import should be avoided - javax.media.format.*. 32
Error Using the '.*' form of import should be avoided - de.jarnbjo.ogg.*. 37
Error Missing a Javadoc comment. 46
Error '=' is not preceded with whitespace. 46
Error '=' is not followed by whitespace. 46
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 49
Error '=' is not preceded with whitespace. 49
Error '=' is not followed by whitespace. 49
Error Missing a Javadoc comment. 51
Error '=' is not preceded with whitespace. 51
Error '=' is not followed by whitespace. 51
Error Line is longer than 80 characters. 64
Error Parameter source should be final. 64
Error 'source' hides a field. 64
Error Redundant throws: 'OggFormatException' is subclass of 'IOException'. 64
Error Expected @throws tag for 'FileNotFoundException'. 64
Error Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 64
Error '=' is not preceded with whitespace. 65
Error '=' is not followed by whitespace. 65
Error 'if' is not followed by whitespace. 67
Error '=' is not preceded with whitespace. 71
Error '=' is not followed by whitespace. 71
Error '=' is not preceded with whitespace. 72
Error '=' is not followed by whitespace. 72
Error 'while' is not followed by whitespace. 74
Error '=' is not preceded with whitespace. 75
Error '=' is not followed by whitespace. 75
Error 'cast' is not followed by whitespace. 75
Error 'cast' is not followed by whitespace. 76
Error '=' is not preceded with whitespace. 79
Error '=' is not followed by whitespace. 79
Error Line is longer than 80 characters. 80
Error 'cast' is not followed by whitespace. 80
Error 'cast' is not followed by whitespace. 80
Error '+' is not preceded with whitespace. 80
Error '+' is not followed by whitespace. 80
Error Line is longer than 80 characters. 82
Error '=' is not preceded with whitespace. 82
Error '=' is not followed by whitespace. 82
Error 'cast' is not followed by whitespace. 82
Error 'if' 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. 84
Error '=' is not followed by whitespace. 84
Error 'cast' is not followed by whitespace. 86
Error '=' is not preceded with whitespace. 87
Error '=' is not followed by whitespace. 87
Error '}' should be on the same line. 102
Error 'catch' is not followed by whitespace. 103
Error Must have at least one statement. 103
Error '}' should be on the same line. 105
Error 'catch' is not followed by whitespace. 106
Error 'cast' is not followed by whitespace. 109
Error '=' is not preceded with whitespace. 110
Error '=' is not followed by whitespace. 110
Error '=' is not preceded with whitespace. 111
Error '=' is not followed by whitespace. 111
Error '=' is not preceded with whitespace. 112
Error '=' is not followed by whitespace. 112
Error 'while' is not followed by whitespace. 113
Error '=' is not preceded with whitespace. 114
Error '=' is not followed by whitespace. 114
Error 'cast' is not followed by whitespace. 114
Error Method 'getLogicalStreams' is not designed for extension - needs to be abstract, final or empty. 118
Error Missing a Javadoc comment. 118
Error Method 'isOpen' is not designed for extension - needs to be abstract, final or empty. 122
Error Missing a Javadoc comment. 122
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 126
Error Missing a Javadoc comment. 126
Error '=' is not preceded with whitespace. 127
Error '=' is not followed by whitespace. 127
Error Line is longer than 80 characters. 131
Error Missing a Javadoc comment. 131
Error Redundant throws: 'EndOfOggStreamException' is subclass of 'IOException'. 131
Error Redundant throws: 'OggFormatException' is subclass of 'IOException'. 131
Error Line is longer than 80 characters. 135
Error Missing a Javadoc comment. 135
Error Parameter skipData should be final. 135
Error Redundant throws: 'EndOfOggStreamException' is subclass of 'IOException'. 135
Error Redundant throws: 'OggFormatException' is subclass of 'IOException'. 135
Error Method 'getOggPage' is not designed for extension - needs to be abstract, final or empty. 139
Error Missing a Javadoc comment. 139
Error Parameter index should be final. 139
Error 'cast' is not followed by whitespace. 140
Error Method 'getLogicalStream' is not designed for extension - needs to be abstract, final or empty. 144
Error Missing a Javadoc comment. 144
Error Parameter serialNumber should be final. 144
Error 'cast' is not followed by whitespace. 145
Error Method 'setTime' is not designed for extension - needs to be abstract, final or empty. 148
Error Missing a Javadoc comment. 148
Error Parameter granulePosition should be final. 148
Error 'for' is not followed by whitespace. 149
Error '=' is not preceded with whitespace. 149
Error '=' is not followed by whitespace. 149
Error ';' is followed by whitespace. 149
Error '=' is not preceded with whitespace. 150
Error '=' is not followed by whitespace. 150
Error 'cast' is not followed by whitespace. 150
Error Method 'isSeekable' is not designed for extension - needs to be abstract, final or empty. 155
Error Missing a Javadoc comment. 155

de/jarnbjo/jmf/OggParser.java

ErrorLine
Error File does not end with a newline. 0

de/jarnbjo/jmf/OggParser.java

ErrorLine
Error Line has trailing spaces. 22
Error Using the '.*' form of import should be avoided - java.io.*. 25
Error Using the '.*' form of import should be avoided - java.util.*. 26
Error Using the '.*' form of import should be avoided - javax.media.*. 28
Error Using the '.*' form of import should be avoided - javax.media.format.*. 29
Error Using the '.*' form of import should be avoided - javax.media.protocol.*. 30
Error Using the '.*' form of import should be avoided - javax.swing.*. 32
Error Using the '.*' form of import should be avoided - de.jarnbjo.ogg.*. 34
Error Using the '.*' form of import should be avoided - de.jarnbjo.vorbis.*. 35
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 40
Error Line is longer than 80 characters. 42
Error Missing a Javadoc comment. 42
Error Line is longer than 80 characters. 43
Error Line is longer than 80 characters. 44
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 50
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 53
Error Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error 'if' is not followed by whitespace. 57
Error '==' is not preceded with whitespace. 57
Error '==' is not followed by whitespace. 57
Error '=' is not preceded with whitespace. 60
Error '=' is not followed by whitespace. 60
Error 'for' is not followed by whitespace. 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 'if' is not followed by whitespace. 62
Error '>' is not preceded with whitespace. 62
Error '>' is not followed by whitespace. 62
Error '=' is not preceded with whitespace. 63
Error '=' is not followed by whitespace. 63
Error ';' is not followed by whitespace. 66
Error Method 'getSupportedInputContentDescriptors' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 69
Error Method 'getTracks' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error 'if' is not followed by whitespace. 74
Error '==' is not preceded with whitespace. 74
Error '==' is not followed by whitespace. 74
Error '=' is not preceded with whitespace. 76
Error '=' is not followed by whitespace. 76
Error Line is longer than 80 characters. 78
Error '=' is not preceded with whitespace. 79
Error '=' is not followed by whitespace. 79
Error '=' is not preceded with whitespace. 80
Error '=' is not followed by whitespace. 80
Error 'for' is not followed by whitespace. 81
Error '=' is not preceded with whitespace. 81
Error '=' is not followed by whitespace. 81
Error '=' is not preceded with whitespace. 82
Error '=' is not followed by whitespace. 82
Error 'cast' is not followed by whitespace. 82
Error '+' is not preceded with whitespace. 83
Error '+' is not followed by whitespace. 83
Error '=' is not preceded with whitespace. 84
Error '=' is not followed by whitespace. 84
Error '}' should be on the same line. 86
Error 'catch' is not followed by whitespace. 87
Error '}' should be on the same line. 89
Error 'catch' is not followed by whitespace. 90
Error Method 'isPositionable' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error Method 'isRandomAccess' is not designed for extension - needs to be abstract, final or empty. 101
Error Missing a Javadoc comment. 101
Error Method 'getMediaTime' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. 110
Error Missing a Javadoc comment. 110
Error Parameter time should be final. 110
Error Parameter rounding should be final. 110
Error 'if' is not followed by whitespace. 113
Error '=' is not preceded with whitespace. 114
Error '=' is not followed by whitespace. 114
Error 'cast' is not followed by whitespace. 114
Error '*' is not preceded with whitespace. 115
Error '*' is not followed by whitespace. 115
Error '/' is not preceded with whitespace. 115
Error '/' is not followed by whitespace. 115
Error '1000000000L' is a magic number. 115
Error '}' should be on the same line. 116
Error 'if' is not followed by whitespace. 117
Error '=' is not preceded with whitespace. 118
Error '=' is not followed by whitespace. 118
Error 'cast' is not followed by whitespace. 118
Error '*' is not preceded with whitespace. 119
Error '*' is not followed by whitespace. 119
Error '/' is not preceded with whitespace. 119
Error '/' is not followed by whitespace. 119
Error '1000000000L' is a magic number. 119
Error '}' should be on the same line. 121
Error 'catch' is not followed by whitespace. 122
Error Method 'start' is not designed for extension - needs to be abstract, final or empty. 130
Error Missing a Javadoc comment. 130
Error 'if' is not followed by whitespace. 131
Error '!=' is not preceded with whitespace. 131
Error '!=' is not followed by whitespace. 131
Error Method 'stop' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error 'if' is not followed by whitespace. 137
Error '!=' is not preceded with whitespace. 137
Error '!=' is not followed by whitespace. 137
Error '}' should be on the same line. 140
Error 'catch' is not followed by whitespace. 141
Error Must have at least one statement. 141
Error Missing a Javadoc comment. 147
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 151
Error Missing a Javadoc comment. 151
Error 'if' is not followed by whitespace. 152
Error '!=' is not preceded with whitespace. 152
Error '!=' is not followed by whitespace. 152
Error '}' should be on the same line. 156
Error 'catch' is not followed by whitespace. 157
Error Must have at least one statement. 157
Error '=' is not preceded with whitespace. 160
Error '=' is not followed by whitespace. 160
Error Method 'reset' is not designed for extension - needs to be abstract, final or empty. 164
Error Missing a Javadoc comment. 164
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 168
Error Missing a Javadoc comment. 168
Error Line is longer than 80 characters. 172
Error Method 'setSource' is not designed for extension - needs to be abstract, final or empty. 172
Error Missing a Javadoc comment. 172
Error Parameter source should be final. 172
Error 'source' hides a field. 172
Error 'if' is not followed by whitespace. 175
Error Line is longer than 80 characters. 177
Error '=' is not preceded with whitespace. 180
Error '=' is not followed by whitespace. 180
Error 'cast' is not followed by whitespace. 180
Error Line is longer than 80 characters. 182
Error 'if' 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 'if' is not followed by whitespace. 186
Error '>' is not preceded with whitespace. 186
Error '>' is not followed by whitespace. 186
Error Line is longer than 80 characters. 187
Error '=' is not preceded with whitespace. 190
Error '=' is not followed by whitespace. 190
Error '=' is not preceded with whitespace. 191
Error '=' is not followed by whitespace. 191
Error 'if' is not followed by whitespace. 193
Error '}' should be on the same line. 197
Error 'catch' is not followed by whitespace. 198
Error '}' should be on the same line. 201
Error 'catch' is not followed by whitespace. 202
Error '}' should be on the same line. 205
Error 'catch' is not followed by whitespace. 206
Error Method 'getControl' is not designed for extension - needs to be abstract, final or empty. 212
Error Missing a Javadoc comment. 212
Error Parameter controlType should be final. 212
Error Method 'getControls' is not designed for extension - needs to be abstract, final or empty. 216
Error Missing a Javadoc comment. 216

de/jarnbjo/jmf/OggTrack.java

ErrorLine
Error File does not end with a newline. 0

de/jarnbjo/jmf/OggTrack.java

ErrorLine
Error Line has trailing spaces. 22
Error Using the '.*' form of import should be avoided - java.io.*. 25
Error Using the '.*' form of import should be avoided - javax.media.*. 27
Error Using the '.*' form of import should be avoided - javax.media.format.*. 28
Error Using the '.*' form of import should be avoided - javax.media.protocol.*. 29
Error Using the '.*' form of import should be avoided - de.jarnbjo.ogg.*. 31
Error Using the '.*' form of import should be avoided - de.jarnbjo.util.io.*. 32
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error '=' is not preceded with whitespace. 39
Error '=' is not followed by whitespace. 39
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 45
Error 'static' modifier out of order with the JLS suggestions. 45
Error Missing a Javadoc comment. 47
Error Parameter source should be final. 47
Error 'source' hides a field. 47
Error '=' is not preceded with whitespace. 48
Error '=' is not followed by whitespace. 48
Error Line is longer than 80 characters. 64
Error Missing a Javadoc comment. 64
Error Parameter source should be final. 64
Error 'if' 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. 66
Error '=' is not followed by whitespace. 66
Error '}' should be on the same line. 70
Error 'if' is not followed by whitespace. 71
Error '==' is not preceded with whitespace. 71
Error '==' is not followed by whitespace. 71
Error '=' is not preceded with whitespace. 72
Error '=' is not followed by whitespace. 72
Error '}' should be on the same line. 76
Error 'if' is not followed by whitespace. 77
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 Method 'getMediaTime' is not designed for extension - needs to be abstract, final or empty. 88
Error Missing a Javadoc comment. 88
Error Method 'getFormat' is not designed for extension - needs to be abstract, final or empty. 98
Error Missing a Javadoc comment. 98
Error Method 'getStartTime' is not designed for extension - needs to be abstract, final or empty. 102
Error Missing a Javadoc comment. 102
Error Method 'isEnabled' is not designed for extension - needs to be abstract, final or empty. 107
Error Missing a Javadoc comment. 107
Error Method 'mapFrameToTime' is not designed for extension - needs to be abstract, final or empty. 115
Error Missing a Javadoc comment. 115
Error Parameter frameNumber should be final. 115
Error Method 'mapTimeToFrame' is not designed for extension - needs to be abstract, final or empty. 130
Error Missing a Javadoc comment. 130
Error Parameter t should be final. 130
Error Line is longer than 80 characters. 134
Error Method 'readFrame' is not designed for extension - needs to be abstract, final or empty. 145
Error Missing a Javadoc comment. 145
Error Parameter buffer should be final. 145
Error '=' is not preceded with whitespace. 148
Error '=' is not followed by whitespace. 148
Error '=' is not preceded with whitespace. 149
Error '=' is not followed by whitespace. 149
Error 'cast' is not followed by whitespace. 149
Error 'if' is not followed by whitespace. 150
Error '==' is not preceded with whitespace. 150
Error '==' is not followed by whitespace. 150
Error '>' is not preceded with whitespace. 150
Error '>' is not followed by whitespace. 150
Error '}' should be on the same line. 152
Error '}' should be on the same line. 158
Error 'catch' is not followed by whitespace. 159
Error '}' should be on the same line. 169
Error 'catch' is not followed by whitespace. 170
Error Must have at least one statement. 170
Error Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. 175
Error Missing a Javadoc comment. 175
Error Parameter t should be final. 175
Error '=' is not preceded with whitespace. 176
Error '=' is not followed by whitespace. 176
Error Method 'setTrackListener' is not designed for extension - needs to be abstract, final or empty. 179
Error Missing a Javadoc comment. 179
Error Parameter listener should be final. 179
Error 'listener' hides a field. 179
Error '=' is not preceded with whitespace. 180
Error '=' is not followed by whitespace. 180
Error Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. 183
Error Missing a Javadoc comment. 183

de/jarnbjo/jmf/TheoraDecoder.java

ErrorLine
Error File does not end with a newline. 0

de/jarnbjo/jmf/TheoraDecoder.java

ErrorLine
Error Line has trailing spaces. 22
Error Using the '.*' form of import should be avoided - javax.media.*. 27
Error Using the '.*' form of import should be avoided - javax.media.format.*. 28
Error Using the '.*' form of import should be avoided - de.jarnbjo.ogg.*. 30
Error Using the '.*' form of import should be avoided - de.jarnbjo.theora.*. 31
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 38
Error Name 'supportedInputFormats' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 38
Error '=' is not preceded with whitespace. 38
Error '=' is not followed by whitespace. 38
Error Missing a Javadoc comment. 42
Error Name 'supportedOutputFormats' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 42
Error '=' is not preceded with whitespace. 42
Error '=' is not followed by whitespace. 42
Error Line is longer than 80 characters. 43
Error Line is longer than 80 characters. 44
Error Missing a Javadoc comment. 47
Error '=' is not preceded with whitespace. 47
Error '=' is not followed by whitespace. 47
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 50
Error Method 'getSupportedInputFormats' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Method 'getSupportedOutputFormats' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error Parameter input should be final. 57
Error '+' is not preceded with whitespace. 58
Error '+' is not followed by whitespace. 58
Error 'if' is not followed by whitespace. 59
Error '==' is not preceded with whitespace. 59
Error '==' is not followed by whitespace. 59
Error '}' should be on the same line. 61
Error '=' is not preceded with whitespace. 63
Error '=' is not followed by whitespace. 63
Error 'cast' is not followed by whitespace. 63
Error '=' is not preceded with whitespace. 64
Error '=' is not followed by whitespace. 64
Error Line is longer than 80 characters. 65
Error '=' is not preceded with whitespace. 65
Error '=' is not followed by whitespace. 65
Error '32' is a magic number. 65
Error '0xff0000' is a magic number. 65
Error '0xff00' is a magic number. 65
Error '0xff' is a magic number. 65
Error Missing a Javadoc comment. 70
Error Variable 'first' must be private and have accessor methods. 70
Error '=' is not preceded with whitespace. 70
Error '=' is not followed by whitespace. 70
Error Missing a Javadoc comment. 71
Error Variable 'sequence' must be private and have accessor methods. 71
Error '=' is not preceded with whitespace. 71
Error '=' is not followed by whitespace. 71
Error Method 'process' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error Parameter in should be final. 73
Error Parameter out should be final. 73
Error 'if' construct must use '{}'s. 75
Error 'if' 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 'cast' is not followed by whitespace. 77
Error 'if' is not followed by whitespace. 78
Error '==' is not preceded with whitespace. 78
Error '==' is not followed by whitespace. 78
Error '<' is not preceded with whitespace. 78
Error '352' is a magic number. 78
Error '<' is not followed by whitespace. 78
Error '*' is not preceded with whitespace. 78
Error '*' is not followed by whitespace. 78
Error '208' is a magic number. 78
Error '=' is not preceded with whitespace. 79
Error '=' is not followed by whitespace. 79
Error '352' is a magic number. 79
Error '*' is not preceded with whitespace. 79
Error '*' is not followed by whitespace. 79
Error '208' is a magic number. 79
Error '*' is not preceded with whitespace. 79
Error '*' is not followed by whitespace. 79
Error '3' is a magic number. 79
Error '4711' is a magic number. 80
Error '=' is not preceded with whitespace. 102
Error '1000000000L' is a magic number. 102
Error '=' is not followed by whitespace. 102
Error '*' is not preceded with whitespace. 102
Error '*' is not followed by whitespace. 102
Error '/' is not preceded with whitespace. 102
Error '/' is not followed by whitespace. 102
Error '24L' is a magic number. 102
Error '+' is not preceded with whitespace. 103
Error '+' is not followed by whitespace. 103
Error 'if' construct must use '{}'s. 111
Error 'if' is not followed by whitespace. 111
Error '==' is not preceded with whitespace. 111
Error '==' is not followed by whitespace. 111
Error 'if' is not followed by whitespace. 116
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 'cast' is not followed by whitespace. 118
Error 'if' is not followed by whitespace. 119
Error '==' is not preceded with whitespace. 119
Error '==' is not followed by whitespace. 119
Error '=' is not preceded with whitespace. 123
Error '=' is not followed by whitespace. 123
Error '=' is not preceded with whitespace. 124
Error '=' is not followed by whitespace. 124
Error '119808' is a magic number. 124
Error '=' is not preceded with whitespace. 125
Error '=' is not followed by whitespace. 125
Error 'cast' is not followed by whitespace. 129
Error '*' is not preceded with whitespace. 134
Error '*' is not followed by whitespace. 134
Error '*' is not preceded with whitespace. 135
Error '*' is not followed by whitespace. 135
Error '*' is not preceded with whitespace. 135
Error '*' is not followed by whitespace. 135
Error '5' is a magic number. 135
Error '/' is not preceded with whitespace. 135
Error '/' is not followed by whitespace. 135
Error '4' is a magic number. 135
Error '+' is not preceded with whitespace. 140
Error '+' is not followed by whitespace. 140
Error 'for' 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. 149
Error '=' is not followed by whitespace. 149
Error 'cast' is not followed by whitespace. 149
Error '}' should be on the same line. 159
Error 'catch' is not followed by whitespace. 160
Error '}' should be on the same line. 163
Error 'catch' is not followed by whitespace. 164
Error Method 'setInputFormat' is not designed for extension - needs to be abstract, final or empty. 170
Error Missing a Javadoc comment. 170
Error Parameter format should be final. 170
Error Method 'setOutputFormat' is not designed for extension - needs to be abstract, final or empty. 174
Error Missing a Javadoc comment. 174
Error Parameter format should be final. 174
Error Missing a Javadoc comment. 178
Error Missing a Javadoc comment. 181
Error Missing a Javadoc comment. 184
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 187
Error Missing a Javadoc comment. 187
Error Method 'getControl' is not designed for extension - needs to be abstract, final or empty. 191
Error Missing a Javadoc comment. 191
Error Parameter controlType should be final. 191
Error Method 'getControls' is not designed for extension - needs to be abstract, final or empty. 195
Error Missing a Javadoc comment. 195

de/jarnbjo/jmf/TheoraTrack.java

ErrorLine
Error File does not end with a newline. 0

de/jarnbjo/jmf/TheoraTrack.java

ErrorLine
Error Line has trailing spaces. 22
Error Using the '.*' form of import should be avoided - java.io.*. 25
Error Using the '.*' form of import should be avoided - javax.media.*. 29
Error Using the '.*' form of import should be avoided - javax.media.format.*. 30
Error Using the '.*' form of import should be avoided - javax.media.protocol.*. 31
Error Using the '.*' form of import should be avoided - de.jarnbjo.ogg.*. 33
Error Using the '.*' form of import should be avoided - de.jarnbjo.theora.*. 34
Error Using the '.*' form of import should be avoided - de.jarnbjo.util.io.*. 35
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 42
Error Line is longer than 80 characters. 44
Error Missing a Javadoc comment. 44
Error Parameter source should be final. 44
Error Parameter idHeaderData should be final. 44
Error '=' is not preceded with whitespace. 46
Error '=' is not followed by whitespace. 46
Error Line is longer than 80 characters. 47
Error '=' is not preceded with whitespace. 47
Error '=' is not followed by whitespace. 47
Error '=' is not preceded with whitespace. 48
Error '=' is not followed by whitespace. 48
Error '=' is not preceded with whitespace. 50
Error '=' is not followed by whitespace. 50
Error 'cast' is not followed by whitespace. 54
Error Method 'getFormat' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error '=' is not preceded with whitespace. 62
Error '=' is not followed by whitespace. 62
Error '>>' is not preceded with whitespace. 62
Error '6' is a magic number. 62
Error '>>' is not followed by whitespace. 62
Error '==' is not preceded with whitespace. 63
Error '==' is not followed by whitespace. 63
Error '?' is not preceded with whitespace. 63
Error '?' should be on a new line. 63
Error Avoid inline conditionals. 63
Error ':' is not preceded with whitespace. 64
Error ':' should be on a new line. 64
Error 'cast' is not followed by whitespace. 65
Error '/' is not preceded with whitespace. 65
Error '/' is not followed by whitespace. 65

de/jarnbjo/jmf/VorbisDecoder.java

ErrorLine
Error File does not end with a newline. 0

de/jarnbjo/jmf/VorbisDecoder.java

ErrorLine
Error Line has trailing spaces. 22
Error Using the '.*' form of import should be avoided - javax.media.*. 27
Error Using the '.*' form of import should be avoided - javax.media.format.*. 28
Error Using the '.*' form of import should be avoided - de.jarnbjo.vorbis.*. 30
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 36
Error Name 'supportedInputFormats' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 36
Error '=' is not preceded with whitespace. 36
Error '=' is not followed by whitespace. 36
Error Missing a Javadoc comment. 59
Error Name 'supportedOutputFormats' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 59
Error '=' is not preceded with whitespace. 59
Error '=' is not followed by whitespace. 59
Error Missing a Javadoc comment. 72
Error '=' is not preceded with whitespace. 72
Error '=' is not followed by whitespace. 72
Error Missing a Javadoc comment. 74
Error Method 'getSupportedInputFormats' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Method 'getSupportedOutputFormats' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter input should be final. 81
Error 'if' is not followed by whitespace. 82
Error '==' is not preceded with whitespace. 82
Error '==' is not followed by whitespace. 82
Error '}' should be on the same line. 84
Error '=' is not preceded with whitespace. 86
Error '=' is not followed by whitespace. 86
Error '=' is not preceded with whitespace. 87
Error '=' is not followed by whitespace. 87
Error 'cast' is not followed by whitespace. 89
Error 'cast' is not followed by whitespace. 90
Error 'cast' is not followed by whitespace. 91
Error Method 'process' is not designed for extension - needs to be abstract, final or empty. 101
Error Missing a Javadoc comment. 101
Error Parameter in should be final. 101
Error Parameter out should be final. 101
Error '=' is not preceded with whitespace. 104
Error '=' is not followed by whitespace. 104
Error 'cast' is not followed by whitespace. 104
Error 'if' is not followed by whitespace. 105
Error '==' is not preceded with whitespace. 105
Error '==' is not followed by whitespace. 105
Error '}' should be on the same line. 107
Error '=' is not preceded with whitespace. 109
Error '=' is not followed by whitespace. 109
Error 'cast' is not followed by whitespace. 109
Error 'if' is not followed by whitespace. 110
Error '==' is not preceded with whitespace. 110
Error '==' is not followed by whitespace. 110
Error '>' is not preceded with whitespace. 110
Error '>' is not followed by whitespace. 110
Error '}' should be on the same line. 112
Error Line is longer than 80 characters. 117
Error '=' is not preceded with whitespace. 117
Error '=' is not followed by whitespace. 117
Error '*' is not preceded with whitespace. 117
Error '*' is not followed by whitespace. 117
Error '1000000000L' is a magic number. 117
Error '/' is not preceded with whitespace. 117
Error '/' is not followed by whitespace. 117
Error '}' should be on the same line. 123
Error 'catch' is not followed by whitespace. 124
Error '}' should be on the same line. 126
Error 'catch' is not followed by whitespace. 127
Error Method 'setInputFormat' is not designed for extension - needs to be abstract, final or empty. 132
Error Missing a Javadoc comment. 132
Error Parameter format should be final. 132
Error Method 'setOutputFormat' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error Parameter format should be final. 136
Error Missing a Javadoc comment. 140
Error Missing a Javadoc comment. 143
Error Missing a Javadoc comment. 146
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 149
Error Missing a Javadoc comment. 149
Error Method 'getControl' is not designed for extension - needs to be abstract, final or empty. 153
Error Missing a Javadoc comment. 153
Error Parameter controlType should be final. 153
Error Method 'getControls' is not designed for extension - needs to be abstract, final or empty. 157
Error Missing a Javadoc comment. 157

de/jarnbjo/jmf/VorbisTrack.java

ErrorLine
Error File does not end with a newline. 0

de/jarnbjo/jmf/VorbisTrack.java

ErrorLine
Error Using the '.*' form of import should be avoided - java.io.*. 3
Error Using the '.*' form of import should be avoided - javax.media.*. 5
Error Using the '.*' form of import should be avoided - javax.media.format.*. 6
Error Using the '.*' form of import should be avoided - javax.media.protocol.*. 7
Error Using the '.*' form of import should be avoided - de.jarnbjo.ogg.*. 9
Error Using the '.*' form of import should be avoided - de.jarnbjo.vorbis.*. 10
Error Using the '.*' form of import should be avoided - de.jarnbjo.util.io.*. 11
Error First sentence should end with a period. 13
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 26
Error Line is longer than 80 characters. 28
Error Missing a Javadoc comment. 28
Error Parameter source should be final. 28
Error Parameter idHeaderData should be final. 28
Error Redundant throws: 'VorbisFormatException' is subclass of 'IOException'. 28
Error '=' is not preceded with whitespace. 30
Error '=' is not followed by whitespace. 30
Error '=' is not preceded with whitespace. 31
Error '=' is not followed by whitespace. 31
Error '8' is a magic number. 32
Error '=' is not preceded with whitespace. 33
Error '=' is not followed by whitespace. 33
Error '=' is not preceded with whitespace. 34
Error '=' is not followed by whitespace. 34
Error 'cast' is not followed by whitespace. 36
Error '16' is a magic number. 37
Error Method 'getFormat' is not designed for extension - needs to be abstract, final or empty. 46
Error Missing a Javadoc comment. 46
Error Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error '=' is not preceded with whitespace. 51
Error '=' is not followed by whitespace. 51
Error '==' is not preceded with whitespace. 52
Error '==' is not followed by whitespace. 52
Error '?' is not preceded with whitespace. 52
Error '?' should be on a new line. 52
Error Avoid inline conditionals. 52
Error ':' is not preceded with whitespace. 53
Error ':' should be on a new line. 53
Error '*' is not preceded with whitespace. 54
Error '*' is not followed by whitespace. 54
Error '1000000000L' is a magic number. 54
Error '/' is not preceded with whitespace. 54
Error '/' is not followed by whitespace. 54
Error 'cast' is not followed by whitespace. 54
Error Method 'getSampleRate' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57

de/jarnbjo/jmf/package.html

ErrorLine
Error Missing package documentation file.0