Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
39001097

Files

FilesIWE
org/ninjasoft/magiccodes/logic/FormatException.java 003
org/ninjasoft/magiccodes/logic/PluginDiscoverer.java 0092
org/ninjasoft/magiccodes/logic/Processor.java 0045
org/ninjasoft/magiccodes/logic/Translator.java 00112
org/ninjasoft/magiccodes/logic/package.html 001
org/ninjasoft/magiccodes/plugins/AnalyzeFrequency.java 0059
org/ninjasoft/magiccodes/plugins/Base64Decoder.java 00157
org/ninjasoft/magiccodes/plugins/Base64Encoder.java 00183
org/ninjasoft/magiccodes/plugins/Md5.java 0039
org/ninjasoft/magiccodes/plugins/NoOp.java 001
org/ninjasoft/magiccodes/plugins/NoOp.java 0019
org/ninjasoft/magiccodes/plugins/Plugin.java 0018
org/ninjasoft/magiccodes/plugins/RotN.java 0036
org/ninjasoft/magiccodes/plugins/TexelCode.java 0033
org/ninjasoft/magiccodes/plugins/VigenereCrypt.java 0046
org/ninjasoft/magiccodes/plugins/VigenereDecrypt.java 0048
org/ninjasoft/magiccodes/plugins/Xor.java 0026
org/ninjasoft/magiccodes/plugins/XorAnalysis.java 0046
org/ninjasoft/magiccodes/plugins/package.html 001
org/ninjasoft/magiccodes/swingui/MainFrame.java 00115
org/ninjasoft/magiccodes/swingui/PluginItem.java 0016
org/ninjasoft/magiccodes/swingui/package.html 001

org/ninjasoft/magiccodes/logic/FormatException.java

ErrorLine
Error Missing a Javadoc comment. 25
Error Parameter s should be final. 25
Error '{' is not preceded with whitespace. 25

org/ninjasoft/magiccodes/logic/PluginDiscoverer.java

ErrorLine
Error Using the '.*' form of import should be avoided - java.util.*. 19
Error Using the '.*' form of import should be avoided - java.util.jar.*. 20
Error Using the '.*' form of import should be avoided - java.io.*. 21
Error Line has trailing spaces. 28
Error Line has trailing spaces. 30
Error First sentence should end with a period. 36
Error First sentence should end with a period. 38
Error Line has trailing spaces. 40
Error Line has trailing spaces. 63
Error Line has trailing spaces. 65
Error Line is longer than 80 characters. 66
Error Parameter interfaceClass should be final. 70
Error Parameter testClass should be final. 70
Error 'if' construct must use '{}'s. 72
Error '6' is a magic number. 73
Error Line is longer than 80 characters. 76
Error 'while' construct must use '{}'s. 77
Error 'if' construct must use '{}'s. 80
Error 'if' construct must use '{}'s. 82
Error 'try' is not followed by whitespace. 84
Error '{' is not preceded with whitespace. 84
Error 'if' construct must use '{}'s. 87
Error 'catch' is not preceded with whitespace. 91
Error '}' is not followed by whitespace. 91
Error 'catch' is not followed by whitespace. 91
Error Line has trailing spaces. 97
Error Method 'findMatchingPlugins' is not designed for extension - needs to be abstract, final or empty. 104
Error Parameter c should be final. 104
Error ';' is followed by whitespace. 107
Error 'if' construct must use '{}'s. 109
Error 'try' is not followed by whitespace. 111
Error '{' is not preceded with whitespace. 111
Error Line is longer than 80 characters. 113
Error ';' is followed by whitespace. 113
Error 'if' construct must use '{}'s. 118
Error Line contains a tab character. 119
Error 'catch' is not preceded with whitespace. 122
Error '}' is not followed by whitespace. 122
Error 'catch' is not followed by whitespace. 122
Error '{' is not preceded with whitespace. 122
Error ';' is followed by whitespace. 128
Error 'if' construct must use '{}'s. 130
Error 'for' construct must use '{}'s. 136
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 has trailing spaces. 140
Error First sentence should end with a period. 141
Error Line is longer than 80 characters. 148
Error Parameter c should be final. 148
Error Parameter results should be final. 148
Error Parameter base should be final. 148
Error Parameter path should be final. 148
Error 'if' construct must use '{}'s. 150
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 'if' construct must use '{}'s. 156
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 has trailing spaces. 165
Error First sentence should end with a period. 166
Error Name 'classFilter' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 169
Error Method 'accept' is not designed for extension - needs to be abstract, final or empty. 170
Error Missing a Javadoc comment. 170
Error Parameter dir should be final. 170
Error Parameter name should be final. 170
Error 'if' construct must use '{}'s. 171
Error Line has trailing spaces. 176
Error First sentence should end with a period. 177
Error Name 'directoryFilter' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 180
Error Method 'accept' is not designed for extension - needs to be abstract, final or empty. 181
Error Missing a Javadoc comment. 181
Error Parameter dir should be final. 181
Error Parameter name should be final. 181
Error 'if' construct must use '{}'s. 182
Error Line has trailing spaces. 187
Error First sentence should end with a period. 188
Error Parameter argv should be final. 193
Error Line is longer than 80 characters. 195
Error Line is longer than 80 characters. 198
Error Avoid inline conditionals. 198
Error Avoid inline conditionals. 198
Error 'for' construct must use '{}'s. 199
Error '=' is not preceded with whitespace. 199
Error '=' is not followed by whitespace. 199
Error '<' is not preceded with whitespace. 199
Error '<' is not followed by whitespace. 199

org/ninjasoft/magiccodes/logic/Processor.java

ErrorLine
Error Using the '.*' form of import should be avoided - java.util.*. 19
Error Using the '.*' form of import should be avoided - org.ninjasoft.magiccodes.plugins.*. 20
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error Line has trailing spaces. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Line has trailing spaces. 38
Error Method 'addPlugin' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error Parameter plugin should be final. 39
Error Line has trailing spaces. 42
Error Method 'clearPlugins' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error Line has trailing spaces. 46
Error Method 'setInputType' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error Parameter inputType should be final. 47
Error 'inputType' hides a field. 47
Error Method 'setOutputType' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Parameter outputType should be final. 50
Error 'outputType' hides a field. 50
Error Method 'setKeyType' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Parameter keyType should be final. 53
Error 'keyType' hides a field. 53
Error Line is longer than 80 characters. 56
Error Method 'doAction' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error Parameter in should be final. 56
Error Parameter key should be final. 56
Error Redundant throws: 'RuntimeException' is unchecked exception. 56
Error 'if' construct must use '{}'s. 60
Error Line has trailing spaces. 60
Error 'if' construct must use '{}'s. 62
Error ';' is followed by whitespace. 92
Error Line has trailing spaces. 93
Error 'if' construct must use '{}'s. 95
Error Line is longer than 80 characters. 96
Error ';' is followed by whitespace. 99

org/ninjasoft/magiccodes/logic/Translator.java

ErrorLine
Error First sentence should end with a period. 19
Error Line has trailing spaces. 21
Error Utility classes should not have a public or default constructor. 24
Error First sentence should end with a period. 25
Error Expected an @return tag. 30
Error Parameter in should be final. 30
Error Expected @param tag for 'in'. 30
Error '8' is a magic number. 31
Error '=' is not preceded with whitespace. 32
Error '=' is not followed by whitespace. 32
Error '8' is a magic number. 33
Error '=' is not preceded with whitespace. 35
Error '=' is not followed by whitespace. 35
Error '<' is not preceded with whitespace. 35
Error '8' is a magic number. 35
Error '<' is not followed by whitespace. 35
Error 'if' construct must use '{}'s. 36
Error 'else' construct must use '{}'s. 38
Error First sentence should end with a period. 47
Error Expected an @return tag. 53
Error Parameter bin should be final. 53
Error Expected @param tag for 'bin'. 53
Error Expected @throws tag for 'FormatException'. 53
Error '8' is a magic number. 55
Error 'if' construct must use '{}'s. 57
Error '8' is a magic number. 57
Error Line is longer than 80 characters. 58
Error '=' is not preceded with whitespace. 59
Error '=' is not followed by whitespace. 59
Error '8' is a magic number. 61
Error '8' is a magic number. 62
Error Line contains a tab character. 64
Error 'if' construct must use '{}'s. 65
Error 'if' construct must use '{}'s. 67
Error 'else' construct must use '{}'s. 69
Error Line is longer than 80 characters. 70
Error Line has trailing spaces. 76
Error First sentence should end with a period. 77
Error Expected an @return tag. 82
Error Parameter in should be final. 82
Error Expected @param tag for 'in'. 82
Error '=' is not preceded with whitespace. 84
Error '=' is not followed by whitespace. 84
Error '<' is not preceded with whitespace. 84
Error '<' is not followed by whitespace. 84
Error '16' is a magic number. 85
Error 'if' construct must use '{}'s. 86
Error Line has trailing spaces. 92
Error First sentence should end with a period. 93
Error Expected an @return tag. 99
Error Parameter in should be final. 99
Error Expected @param tag for 'in'. 99
Error Expected @throws tag for 'FormatException'. 99
Error '{' is not preceded with whitespace. 99
Error 'if' construct must use '{}'s. 103
Error Line is longer than 80 characters. 104
Error '=' is not preceded with whitespace. 105
Error '=' is not followed by whitespace. 105
Error '4' is a magic number. 110
Error 'else' is not preceded with whitespace. 112
Error '}' is not followed by whitespace. 112
Error '4' is a magic number. 113
Error '10' is a magic number. 114
Error 'else' is not preceded with whitespace. 115
Error '}' is not followed by whitespace. 115
Error 'else' is not followed by whitespace. 115
Error '{' is not preceded with whitespace. 115
Error Line is longer than 80 characters. 116
Error Line has trailing spaces. 123
Error First sentence should end with a period. 124
Error Expected an @return tag. 129
Error Parameter in should be final. 129
Error Expected @param tag for 'in'. 129
Error '=' is not preceded with whitespace. 131
Error '=' is not followed by whitespace. 131
Error '<' is not preceded with whitespace. 131
Error '<' is not followed by whitespace. 131
Error Line has trailing spaces. 136
Error First sentence should end with a period. 137
Error Expected an @return tag. 142
Error Parameter in should be final. 142
Error Expected @param tag for 'in'. 142
Error 'for' construct must use '{}'s. 144
Error '=' is not preceded with whitespace. 144
Error '=' is not followed by whitespace. 144
Error '<' is not preceded with whitespace. 144
Error '<' is not followed by whitespace. 144
Error Line has trailing spaces. 148
Error First sentence should end with a period. 149
Error Expected an @return tag. 155
Error Parameter in should be final. 155
Error Expected @param tag for 'in'. 155
Error '=' is not preceded with whitespace. 158
Error '=' is not followed by whitespace. 158
Error '<' is not preceded with whitespace. 158
Error '<' is not followed by whitespace. 158
Error 'if' construct must use '{}'s. 160
Error 'if' construct must use '{}'s. 162
Error 'if' construct must use '{}'s. 164
Error Empty statement. 165
Error 'else' construct must use '{}'s. 166
Error Line has trailing spaces. 172
Error First sentence should end with a period. 173
Error Line has trailing spaces. 174
Error Expected an @return tag. 179
Error Parameter in should be final. 179
Error Expected @param tag for 'in'. 179
Error '=' is not preceded with whitespace. 181
Error '=' is not followed by whitespace. 181
Error '<' is not preceded with whitespace. 181
Error '<' is not followed by whitespace. 181
Error 'if' construct must use '{}'s. 183

org/ninjasoft/magiccodes/logic/package.html

ErrorLine
Error Missing package documentation file.0

org/ninjasoft/magiccodes/plugins/AnalyzeFrequency.java

ErrorLine
Error Using the '.*' form of import should be avoided - java.io.*. 19
Error First sentence should end with a period. 21
Error Line contains a tab character. 26
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 26
Error Missing a Javadoc comment. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 29
Error Missing a Javadoc comment. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Method 'usesKey' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Method 'isInformational' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error Line contains a tab character. 38
Error Method 'doAction' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error Parameter in should be final. 38
Error Parameter key should be final. 38
Error Array brackets at illegal position. 39
Error '256' is a magic number. 39
Error Line is longer than 80 characters. 42
Error 'for' construct must use '{}'s. 43
Error '=' is not preceded with whitespace. 43
Error '=' is not followed by whitespace. 43
Error '<' is not preceded with whitespace. 43
Error '<' is not followed by whitespace. 43
Error '=' is not preceded with whitespace. 46
Error '=' is not followed by whitespace. 46
Error '<' is not preceded with whitespace. 46
Error '<' is not followed by whitespace. 46
Error '256' is a magic number. 47
Error 'try' is not followed by whitespace. 51
Error '{' is not preceded with whitespace. 51
Error '>' is not preceded with whitespace. 54
Error '16' is a magic number. 57
Error 'if' construct must use '{}'s. 58
Error '0x20' is a magic number. 63
Error '0x7E' is a magic number. 63
Error 'else' is not preceded with whitespace. 67
Error '}' is not followed by whitespace. 67
Error 'else' is not followed by whitespace. 67
Error '{' is not preceded with whitespace. 67
Error 'catch' is not preceded with whitespace. 75
Error '}' is not followed by whitespace. 75
Error 'catch' is not followed by whitespace. 75
Error '{' is not preceded with whitespace. 75
Error 'for' construct must use '{}'s. 81
Error '=' is not preceded with whitespace. 81
Error '=' is not followed by whitespace. 81
Error '<' is not preceded with whitespace. 81
Error '<' is not followed by whitespace. 81
Error Line contains a tab character. 83
Error Line contains a tab character. 84

org/ninjasoft/magiccodes/plugins/Base64Decoder.java

ErrorLine
Error Line does not match expected header line of '//Copyright (C) 2004, Brian Enigma <enigma at netninja.com>'. 1
Error First sentence should end with a period. 20
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 26
Error Missing a Javadoc comment. 26
Error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Method 'usesKey' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Method 'isInformational' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error '(' is followed by whitespace. 47
Error Parameter c should be final. 47
Error ')' is preceded with whitespace. 47
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Line has trailing spaces. 51
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error Line has trailing spaces. 55
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error Line has trailing spaces. 59
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error Line has trailing spaces. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error Line has trailing spaces. 67
Error Line is longer than 80 characters. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Line has trailing spaces. 70
Error First sentence should end with a period. 79
Error Line has trailing spaces. 83
Error First sentence should end with a period. 84
Error First sentence should end with a period. 89
Error Line has trailing spaces. 93
Error Unused @param tag for 'c'. 95
Error '(' is followed by whitespace. 98
Error Parameter i should be final. 98
Error Expected @param tag for 'i'. 98
Error ')' is preceded with whitespace. 98
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '||' should be on a new line. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '||' should be on a new line. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '||' should be on a new line. 102
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '||' should be on a new line. 103
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error First sentence should end with a period. 107
Error Unused @param tag for 's'. 110
Error '(' is followed by whitespace. 112
Error Parameter in should be final. 112
Error Expected @param tag for 'in'. 112
Error ')' is preceded with whitespace. 112
Error 'for' is not followed by whitespace. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error 'if' is not followed by whitespace. 116
Error '(' is followed by whitespace. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error ')' is preceded with whitespace. 116
Error '{' is not preceded with whitespace. 116
Error Line has trailing spaces. 121
Error Method 'getUsefulLength' is not designed for extension - needs to be abstract, final or empty. 126
Error Line has trailing spaces. 129
Error Expected an @return tag. 135
Error Method 'getNextUsefulChar' is not designed for extension - needs to be abstract, final or empty. 135
Error '(' is followed by whitespace. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error ')' is preceded with whitespace. 137
Error Line has trailing spaces. 140
Error Method 'doAction' is not designed for extension - needs to be abstract, final or empty. 151
Error Missing a Javadoc comment. 151
Error Parameter in should be final. 151
Error Parameter key should be final. 151
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error '3' is a magic number. 155
Error '4' is a magic number. 155
Error Line has trailing spaces. 156
Error Array brackets at illegal position. 157
Error Line has trailing spaces. 158
Error Line has trailing spaces. 159
Error Line has trailing spaces. 161
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error Line has trailing spaces. 165
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '6' is a magic number. 169
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error '6' is a magic number. 171
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error '6' is a magic number. 173
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error Line has trailing spaces. 175
Error 'cast' is not followed by whitespace. 178
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error '8' is a magic number. 179
Error 'cast' is not followed by whitespace. 180
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error '8' is a magic number. 181
Error 'cast' is not followed by whitespace. 182
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error '3' is a magic number. 183
Error Line has trailing spaces. 185
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error '6' is a magic number. 190
Error '(' is followed by whitespace. 191
Error ')' is preceded with whitespace. 191
Error Line has trailing spaces. 192
Error '4' is a magic number. 194
Error 'cast' is not followed by whitespace. 195
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error '6' is a magic number. 202
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error '6' is a magic number. 204
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error Line has trailing spaces. 206
Error 'cast' is not followed by whitespace. 209
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error '8' is a magic number. 210
Error 'cast' is not followed by whitespace. 211
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error Line has trailing spaces. 213

org/ninjasoft/magiccodes/plugins/Base64Encoder.java

ErrorLine
Error Line does not match expected header line of '//Copyright (C) 2004, Brian Enigma <enigma at netninja.com>'. 1
Error First sentence should end with a period. 20
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 25
Error Missing a Javadoc comment. 25
Error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 29
Error Missing a Javadoc comment. 29
Error Method 'usesKey' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Method 'isInformational' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error First sentence should end with a period. 41
Error Line has trailing spaces. 44
Error 'static' modifier out of order with the JLS suggestions. 44
Error First sentence should end with a period. 46
Error 'static' modifier out of order with the JLS suggestions. 49
Error First sentence should end with a period. 51
Error 'static' modifier out of order with the JLS suggestions. 54
Error First sentence should end with a period. 56
Error 'static' modifier out of order with the JLS suggestions. 59
Error Line has trailing spaces. 60
Error 'static' modifier out of order with the JLS suggestions. 65
Error Line has trailing spaces. 66
Error First sentence should end with a period. 67
Error '(' is followed by whitespace. 72
Error Parameter b should be final. 72
Error ')' is preceded with whitespace. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error 'cast' is not followed by whitespace. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Line has trailing spaces. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error 'cast' is not followed by whitespace. 78
Error '(' is followed by whitespace. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error ')' is preceded with whitespace. 78
Error Line has trailing spaces. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error 'cast' is not followed by whitespace. 82
Error '(' is followed by whitespace. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error ')' is preceded with whitespace. 82
Error Line has trailing spaces. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error Line has trailing spaces. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Line has trailing spaces. 92
Error Line is longer than 80 characters. 93
Error '(' is followed by whitespace. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error ')' is preceded with whitespace. 93
Error Method 'doAction' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error Parameter in should be final. 96
Error Parameter key should be final. 96
Error Line is longer than 80 characters. 97
Error '(' is followed by whitespace. 98
Error '(' is followed by whitespace. 98
Error '4' is a magic number. 98
Error ')' is preceded with whitespace. 98
Error '3' is a magic number. 98
Error ')' is preceded with whitespace. 98
Error '4' is a magic number. 98
Error Line has trailing spaces. 99
Error '(' is followed by whitespace. 103
Error '(' is followed by whitespace. 103
Error '77' is a magic number. 103
Error ')' is preceded with whitespace. 103
Error '76' is a magic number. 103
Error ')' is preceded with whitespace. 103
Error Line has trailing spaces. 104
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '8' is a magic number. 112
Error '8' is a magic number. 114
Error 'cast' is not followed by whitespace. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '6' is a magic number. 120
Error 'cast' is not followed by whitespace. 121
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '6' is a magic number. 122
Error 'cast' is not followed by whitespace. 123
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '6' is a magic number. 124
Error 'cast' is not followed by whitespace. 125
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error Line has trailing spaces. 126
Error '(' is followed by whitespace. 128
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error ')' is preceded with whitespace. 128
Error '(' is followed by whitespace. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error ')' is preceded with whitespace. 129
Error '(' is followed by whitespace. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error ')' is preceded with whitespace. 130
Error '(' is followed by whitespace. 131
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error ')' is preceded with whitespace. 131
Error Line is longer than 80 characters. 133
Error '(' is followed by whitespace. 134
Error '57' is a magic number. 134
Error ')' is preceded with whitespace. 134
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error Line has trailing spaces. 138
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error '4' is a magic number. 144
Error Line has trailing spaces. 145
Error 'cast' is not followed by whitespace. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '6' is a magic number. 147
Error 'cast' is not followed by whitespace. 148
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error Line has trailing spaces. 149
Error '(' is followed by whitespace. 150
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error ')' is preceded with whitespace. 150
Error '(' is followed by whitespace. 151
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error ')' is preceded with whitespace. 151
Error Line has trailing spaces. 152
Error Line is longer than 80 characters. 153
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error Line has trailing spaces. 156
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error '8' is a magic number. 161
Error 'cast' is not followed by whitespace. 166
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error '6' is a magic number. 167
Error 'cast' is not followed by whitespace. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '6' is a magic number. 169
Error 'cast' is not followed by whitespace. 170
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error '(' is followed by whitespace. 172
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error ')' is preceded with whitespace. 172
Error '(' is followed by whitespace. 173
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error ')' is preceded with whitespace. 173
Error '(' is followed by whitespace. 174
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error ')' is preceded with whitespace. 174
Error Line is longer than 80 characters. 176
Error Line has trailing spaces. 177
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error Array brackets at illegal position. 179
Error 'for' construct must use '{}'s. 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

org/ninjasoft/magiccodes/plugins/Md5.java

ErrorLine
Error First sentence should end with a period. 22
Error Line contains a tab character. 27
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Method 'usesKey' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Method 'isInformational' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Line contains a tab character. 39
Error Method 'doAction' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error Parameter in should be final. 39
Error Parameter key should be final. 39
Error 'for' construct must use '{}'s. 41
Error '=' is not preceded with whitespace. 41
Error '=' is not followed by whitespace. 41
Error '<' is not preceded with whitespace. 41
Error '<' is not followed by whitespace. 41
Error Line has trailing spaces. 48
Error 'for' construct must use '{}'s. 53
Error '=' is not preceded with whitespace. 53
Error '=' is not followed by whitespace. 53
Error '<' is not preceded with whitespace. 53
Error '<' is not followed by whitespace. 53
Error '256' is a magic number. 54
Error '256' is a magic number. 54
Error 'catch' is not followed by whitespace. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 61

org/ninjasoft/magiccodes/plugins/NoOp.java

ErrorLine
Error File does not end with a newline. 0

org/ninjasoft/magiccodes/plugins/NoOp.java

ErrorLine
Error First sentence should end with a period. 19
Error Line contains a tab character. 24
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error Line contains a tab character. 30
Error Method 'doAction' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Parameter in should be final. 30
Error Parameter key should be final. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Method 'usesKey' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Method 'isInformational' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36

org/ninjasoft/magiccodes/plugins/Plugin.java

ErrorLine
Error First sentence should end with a period. 19
Error First sentence should end with a period. 24
Error Expected an @return tag. 25
Error Redundant 'public' modifier. 25
Error First sentence should end with a period. 26
Error Expected an @return tag. 27
Error Redundant 'public' modifier. 27
Error First sentence should end with a period. 28
Error Expected an @return tag. 29
Error Redundant 'public' modifier. 29
Error Line is longer than 80 characters. 30
Error Expected an @return tag. 32
Error Redundant 'public' modifier. 32
Error First sentence should end with a period. 33
Error Expected an @return tag. 34
Error Redundant 'public' modifier. 34
Error Expected @param tag for 'in'. 34
Error Expected @param tag for 'key'. 34

org/ninjasoft/magiccodes/plugins/RotN.java

ErrorLine
Error Line does not match expected header line of '//Copyright (C) 2004, Brian Enigma <enigma at netninja.com>'. 1
Error First sentence should end with a period. 21
Error Missing a Javadoc comment. 26
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Method 'usesKey' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Method 'isInformational' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Method 'doAction' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error Parameter in should be final. 39
Error Parameter key should be final. 39
Error '=' is not preceded with whitespace. 41
Error '=' is not followed by whitespace. 41
Error '<=' is not preceded with whitespace. 41
Error '26' is a magic number. 41
Error '<=' is not followed by whitespace. 41
Error '=' is not preceded with whitespace. 45
Error '=' is not followed by whitespace. 45
Error '<' is not preceded with whitespace. 45
Error '<' is not followed by whitespace. 45
Error 'if' construct must use '{}'s. 47
Error '26' is a magic number. 48
Error 'if' construct must use '{}'s. 49
Error '26' is a magic number. 50
Error 'if' construct must use '{}'s. 51
Error Empty statement. 52
Error 'else' construct must use '{}'s. 53
Error 'for' construct must use '{}'s. 60
Error '=' is not preceded with whitespace. 60
Error '=' is not followed by whitespace. 60
Error '<' is not preceded with whitespace. 60
Error '<' is not followed by whitespace. 60

org/ninjasoft/magiccodes/plugins/TexelCode.java

ErrorLine
Error Line has trailing spaces. 22
Error Line is longer than 80 characters. 24
Error Line has trailing spaces. 25
Error Line has trailing spaces. 27
Error Line is longer than 80 characters. 27
Error Line contains a tab character. 31
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Method 'usesKey' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Method 'isInformational' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Line contains a tab character. 43
Error Method 'doAction' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error Parameter in should be final. 43
Error Parameter key should be final. 43
Error '=' is not preceded with whitespace. 45
Error '=' is not followed by whitespace. 45
Error '<' is not preceded with whitespace. 45
Error '<' is not followed by whitespace. 45
Error '256' is a magic number. 46
Error Line contains a tab character. 51

org/ninjasoft/magiccodes/plugins/VigenereCrypt.java

ErrorLine
Error First sentence should end with a period. 19
Error Line contains a tab character. 24
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Method 'usesKey' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Method 'isInformational' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Method 'doAction' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Parameter in should be final. 36
Error Parameter key should be final. 36
Error '=' is not preceded with whitespace. 39
Error '=' is not followed by whitespace. 39
Error '<' is not preceded with whitespace. 39
Error '<' is not followed by whitespace. 39
Error '||' should be on a new line. 41
Error Line is longer than 80 characters. 43
Error Line has trailing spaces. 46
Error Method 'encodeLetters' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Parameter letter1 should be final. 49
Error Parameter letter2 should be final. 49
Error '26' is a magic number. 52
Error '26' is a magic number. 52
Error Method 'strip' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error Parameter s should be final. 55
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 'if' construct must use '{}'s. 59

org/ninjasoft/magiccodes/plugins/VigenereDecrypt.java

ErrorLine
Error First sentence should end with a period. 19
Error Line contains a tab character. 24
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Method 'usesKey' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Method 'isInformational' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Method 'doAction' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Parameter in should be final. 36
Error Parameter key should be final. 36
Error '=' is not preceded with whitespace. 39
Error '=' is not followed by whitespace. 39
Error '<' is not preceded with whitespace. 39
Error '<' is not followed by whitespace. 39
Error '||' should be on a new line. 41
Error Line is longer than 80 characters. 43
Error Line has trailing spaces. 46
Error Line contains a tab character. 48
Error Method 'decodeLetters' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Parameter letter1 should be final. 49
Error Parameter letter2 should be final. 49
Error '26' is a magic number. 52
Error '26' is a magic number. 52
Error Method 'strip' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error Parameter s should be final. 55
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 'if' construct must use '{}'s. 59

org/ninjasoft/magiccodes/plugins/Xor.java

ErrorLine
Error First sentence should end with a period. 19
Error Line contains a tab character. 24
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Method 'doAction' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Parameter in should be final. 30
Error Parameter key should be final. 30
Error '=' is not preceded with whitespace. 31
Error '=' is not followed by whitespace. 31
Error '<' is not preceded with whitespace. 31
Error '<' is not followed by whitespace. 31
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Method 'isInformational' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Method 'usesKey' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39

org/ninjasoft/magiccodes/plugins/XorAnalysis.java

ErrorLine
Error First sentence should end with a period. 21
Error Line has trailing spaces. 27
Error Line has trailing spaces. 35
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40
Error Line contains a tab character. 41
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Method 'usesKey' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Method 'isInformational' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Method 'doAction' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Parameter in should be final. 53
Error Parameter key should be final. 53
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 preceded with whitespace. 60
Error '=' is not followed by whitespace. 60
Error '<' is not preceded with whitespace. 60
Error '<' is not followed by whitespace. 60
Error 'if' construct must use '{}'s. 61
Error Line has trailing spaces. 61
Error 'for' construct must use '{}'s. 75
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 Line contains a tab character. 78

org/ninjasoft/magiccodes/plugins/package.html

ErrorLine
Error Missing package documentation file.0

org/ninjasoft/magiccodes/swingui/MainFrame.java

ErrorLine
Error Using the '.*' form of import should be avoided - java.awt.*. 19
Error Using the '.*' form of import should be avoided - java.awt.event.*. 20
Error Using the '.*' form of import should be avoided - javax.swing.*. 21
Error Using the '.*' form of import should be avoided - org.ninjasoft.magiccodes.logic.*. 24
Error Using the '.*' form of import should be avoided - org.ninjasoft.magiccodes.plugins.*. 25
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Line is longer than 80 characters. 36
Error Missing a Javadoc comment. 36
Error Line is longer than 80 characters. 37
Error Missing a Javadoc comment. 37
Error Line is longer than 80 characters. 38
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Line has trailing spaces. 40
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Line is longer than 80 characters. 48
Error '3' is a magic number. 50
Error Line has trailing spaces. 53
Error Line is longer than 80 characters. 56
Error Line has trailing spaces. 68
Error Missing a Javadoc comment. 69
Error '=' is not preceded with whitespace. 74
Error '=' is not followed by whitespace. 74
Error '<' is not preceded with whitespace. 74
Error '<' is not followed by whitespace. 74
Error 'if' construct must use '{}'s. 75
Error Line is longer than 80 characters. 81
Error 'if' construct must use '{}'s. 83
Error Line has trailing spaces. 87
Error Missing a Javadoc comment. 88
Error 'if' construct must use '{}'s. 89
Error '500' is a magic number. 92
Error '400' is a magic number. 92
Error Line is longer than 80 characters. 95
Error '/' is not preceded with whitespace. 95
Error '/' is not followed by whitespace. 95
Error '/' is not preceded with whitespace. 95
Error '/' is not followed by whitespace. 95
Error '/' is not preceded with whitespace. 95
Error '/' is not followed by whitespace. 95
Error '/' is not preceded with whitespace. 95
Error '/' is not followed by whitespace. 95
Error '10' is a magic number. 99
Error '10' is a magic number. 99
Error '10' is a magic number. 99
Error '10' is a magic number. 99
Error Inner assignments should be avoided. 104
Error Inner assignments should be avoided. 105
Error Inner assignments should be avoided. 106
Error '3' is a magic number. 109
Error '3' is a magic number. 109
Error '3' is a magic number. 109
Error '3' is a magic number. 109
Error '3' is a magic number. 117
Error '3' is a magic number. 118
Error Inner assignments should be avoided. 126
Error Inner assignments should be avoided. 139
Error '3' is a magic number. 148
Error Inner assignments should be avoided. 149
Error Inner assignments should be avoided. 159
Error '3' is a magic number. 175
Error '3' is a magic number. 176
Error Line has trailing spaces. 181
Error Line has trailing spaces. 184
Error Missing a Javadoc comment. 185
Error Method 'itemStateChanged' is not designed for extension - needs to be abstract, final or empty. 187
Error Parameter e should be final. 187
Error Line has trailing spaces. 193
Error Missing a Javadoc comment. 194
Error Line is longer than 80 characters. 195
Error Line has trailing spaces. 199
Error Missing a Javadoc comment. 200
Error Line is longer than 80 characters. 201
Error Line has trailing spaces. 204
Error Missing a Javadoc comment. 205
Error Line is longer than 80 characters. 207
Error 'if' construct must use '{}'s. 208
Error '3' is a magic number. 209
Error 'try' is not followed by whitespace. 214
Error '{' is not preceded with whitespace. 214
Error Line is longer than 80 characters. 216
Error 'if' construct must use '{}'s. 218
Error '4' is a magic number. 218
Error 'else' construct must use '{}'s. 220
Error 'catch' is not preceded with whitespace. 224
Error '}' is not followed by whitespace. 224
Error 'catch' is not followed by whitespace. 224
Error Line is longer than 80 characters. 226
Error 'catch' is not preceded with whitespace. 228
Error '}' is not followed by whitespace. 228
Error 'catch' is not followed by whitespace. 228
Error Line is longer than 80 characters. 230
Error Line has trailing spaces. 235
Error Missing a Javadoc comment. 236
Error Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. 237
Error Missing a Javadoc comment. 237
Error Parameter e should be final. 237
Error Avoid inline conditionals. 239
Error 'if' construct must use '{}'s. 240
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 245
Error Missing a Javadoc comment. 245
Error Line has trailing spaces. 248
Error Method 'setVisible' is not designed for extension - needs to be abstract, final or empty. 249
Error Missing a Javadoc comment. 249
Error Parameter b should be final. 249
Error Missing a Javadoc comment. 254
Error Parameter args should be final. 254

org/ninjasoft/magiccodes/swingui/PluginItem.java

ErrorLine
Error First sentence should end with a period. 21
Error Missing a Javadoc comment. 26
Error Line has trailing spaces. 27
Error Missing a Javadoc comment. 28
Error '{' is not followed by whitespace. 28
Error '}' is not preceded with whitespace. 28
Error Line has trailing spaces. 29
Error Missing a Javadoc comment. 30
Error Parameter plugin should be final. 30
Error 'plugin' hides a field. 30
Error Line has trailing spaces. 33
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Line has trailing spaces. 37
Error Method 'getPlugin' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38

org/ninjasoft/magiccodes/swingui/package.html

ErrorLine
Error Missing package documentation file.0