Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
26001343

Files

FilesIWE
hoplugins/SeriesStats.java 0021
hoplugins/seriesstats/Colors.java 0035
hoplugins/seriesstats/GraphicData.java 001
hoplugins/seriesstats/GraphicData.java 0090
hoplugins/seriesstats/GraphicPanel.java 00847
hoplugins/seriesstats/LegendeCheckBox.java 0017
hoplugins/seriesstats/MiniPanel.java 001
hoplugins/seriesstats/MiniPanel.java 0047
hoplugins/seriesstats/RatingsPanel.java 00175
hoplugins/seriesstats/ui/BottomPanel.java 006
hoplugins/seriesstats/ui/GeneralPanelTab.java 0017
hoplugins/seriesstats/ui/LegendaPanel.java 0033
hoplugins/seriesstats/ui/RatingPanelTab.java 0027
hoplugins/seriesstats/ui/RefreshablePanel.java 001
hoplugins/seriesstats/ui/SeriesPanelTab.java 0025

hoplugins/SeriesStats.java

ErrorLine
Error Debug statement 8
Error Comment matches to-do format 'TODO:'. 32
Error Class should define a constructor. 34
Error Debug statement 37
Error Name 'IDB' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Debug statement 46
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 55
Error Method 'getPluginID' is not designed for extension - needs to be abstract, final or empty. 64
Error Method 'getPluginName' is not designed for extension - needs to be abstract, final or empty. 73
Error Method 'getUnquenchableFiles' is not designed for extension - needs to be abstract, final or empty. 82
Error Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 92
Error Method 'refresh' is not designed for extension - needs to be abstract, final or empty. 99
Error Variable 'now' should be declared final. 100
Error Variable 'nowLong' should be declared final. 101
Error Method 'start' is not designed for extension - needs to be abstract, final or empty. 111
Error Name 'PanelOuter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 112
Error Name 'PanelOuterTabbed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 113
Error Debug statement 115
Error Debug statement 116
Error Catching 'RuntimeException' is not allowed. 150
Error Debug statement 151

hoplugins/seriesstats/Colors.java

ErrorLine
Error Javadoc has empty description section. 8
Error Class should define a constructor. 11
Error Missing a Javadoc comment. 14
Error Name 'Black' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
Error Variable 'Black' must be private and have accessor methods. 14
Error Missing a Javadoc comment. 15
Error Name 'Blue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Error Variable 'Blue' must be private and have accessor methods. 15
Error Missing a Javadoc comment. 16
Error Name 'Green' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Error Variable 'Green' must be private and have accessor methods. 16
Error Missing a Javadoc comment. 17
Error Name 'GreenDark' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Error Variable 'GreenDark' must be private and have accessor methods. 17
Error Missing a Javadoc comment. 18
Error Name 'GreenBright' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
Error Variable 'GreenBright' must be private and have accessor methods. 18
Error Missing a Javadoc comment. 19
Error Name 'Yellow' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
Error Variable 'Yellow' must be private and have accessor methods. 19
Error Missing a Javadoc comment. 20
Error Name 'Orange' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Error Variable 'Orange' must be private and have accessor methods. 20
Error Missing a Javadoc comment. 21
Error Name 'OrangeDark' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Error Variable 'OrangeDark' must be private and have accessor methods. 21
Error Missing a Javadoc comment. 22
Error Name 'OrangeBright' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Error Variable 'OrangeBright' must be private and have accessor methods. 22
Error Missing a Javadoc comment. 23
Error Name 'Red' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Variable 'Red' must be private and have accessor methods. 23
Error Missing a Javadoc comment. 24
Error Name 'Grey' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Error Variable 'Grey' must be private and have accessor methods. 24

hoplugins/seriesstats/GraphicData.java

ErrorLine
Error File does not end with a newline. 0

hoplugins/seriesstats/GraphicData.java

ErrorLine
Error '{' should be on the previous line. 9
Error Name 'm_clWerte' must match pattern '^[a-z][a-zA-Z0-9]*$'. 10
Error Variable 'm_clWerte' explicitly initialized to 'null' (default value for its type). 10
Error Name 'm_sName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Error Name 'm_bShow' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Error Name 'm_clColor' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
Error Name 'm_clFormat' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
Error Variable 'm_clFormat' explicitly initialized to 'null' (default value for its type). 14
Error Name 'm_dFaktor' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Error Missing a Javadoc comment. 17
Error '(' is followed by whitespace. 17
Error ')' is preceded with whitespace. 17
Error '(' is followed by whitespace. 19
Error ')' is preceded with whitespace. 19
Error Missing a Javadoc comment. 22
Error More than 5 parameters. 22
Error '(' is followed by whitespace. 22
Error ')' is preceded with whitespace. 22
Error Method 'getWerte' is not designed for extension - needs to be abstract, final or empty. 35
Error 'getWerte' is followed by whitespace. 35
Error '{' should be on the previous line. 36
Error Method 'setWerte' is not designed for extension - needs to be abstract, final or empty. 43
Error 'setWerte' is followed by whitespace. 43
Error 'm_clWerte' hides a field. 43
Error Name 'm_clWerte' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error '{' should be on the previous line. 44
Error Method 'isShow' is not designed for extension - needs to be abstract, final or empty. 51
Error 'isShow' is followed by whitespace. 51
Error '{' should be on the previous line. 52
Error Method 'setShow' is not designed for extension - needs to be abstract, final or empty. 59
Error 'setShow' is followed by whitespace. 59
Error 'm_bShow' hides a field. 59
Error Name 'm_bShow' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Error '{' should be on the previous line. 60
Error Method 'getColor' is not designed for extension - needs to be abstract, final or empty. 67
Error 'getColor' is followed by whitespace. 67
Error '{' should be on the previous line. 68
Error Method 'setColor' is not designed for extension - needs to be abstract, final or empty. 75
Error 'setColor' is followed by whitespace. 75
Error 'm_clColor' hides a field. 75
Error Name 'm_clColor' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
Error '{' should be on the previous line. 76
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 83
Error 'getName' is followed by whitespace. 83
Error '{' should be on the previous line. 84
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 91
Error 'setName' is followed by whitespace. 91
Error 'm_sName' hides a field. 91
Error Name 'm_sName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 91
Error '{' should be on the previous line. 92
Error Method 'getMaxValue' is not designed for extension - needs to be abstract, final or empty. 98
Error Missing a Javadoc comment. 98
Error '{' should be on the previous line. 99
Error 'for' is not followed by whitespace. 101
Error '=' is not preceded with whitespace. 101
Error '=' is not followed by whitespace. 101
Error '{' should be on the previous line. 102
Error 'if' construct must use '{}'s. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error Unnecessary parentheses around identifier 'max'. 105
Error Method 'getMinValue' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error '{' should be on the previous line. 109
Error 'for' is not followed by whitespace. 111
Error '=' is not preceded with whitespace. 111
Error '=' is not followed by whitespace. 111
Error '{' should be on the previous line. 112
Error 'if' construct must use '{}'s. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error Unnecessary parentheses around identifier 'min'. 115
Error Method 'getFormat' is not designed for extension - needs to be abstract, final or empty. 121
Error 'getFormat' is followed by whitespace. 121
Error '{' should be on the previous line. 122
Error Method 'setFormat' is not designed for extension - needs to be abstract, final or empty. 129
Error 'setFormat' is followed by whitespace. 129
Error 'm_clFormat' hides a field. 129
Error Name 'm_clFormat' must match pattern '^[a-z][a-zA-Z0-9]*$'. 129
Error '{' should be on the previous line. 130
Error Method 'getFaktor' is not designed for extension - needs to be abstract, final or empty. 138
Error 'getFaktor' is followed by whitespace. 138
Error '{' should be on the previous line. 139
Error Unused @param tag for 'm_iFaktor'. 144
Error Method 'setFaktor' is not designed for extension - needs to be abstract, final or empty. 147
Error 'setFaktor' is followed by whitespace. 147
Error 'm_dFaktor' hides a field. 147
Error Expected @param tag for 'm_dFaktor'. 147
Error Name 'm_dFaktor' must match pattern '^[a-z][a-zA-Z0-9]*$'. 147
Error '{' should be on the previous line. 148

hoplugins/seriesstats/GraphicPanel.java

ErrorLine
Error Using the '.*' form of import should be avoided - java.awt.*. 3
Error Using the '.*' form of import should be avoided - javax.swing.*. 4
Error '{' should be on the previous line. 9
Error Don't use trailing comments. 11
Error Name 'SL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Error Missing a Javadoc comment. 12
Error Variable access definition in wrong order. 12
Error Name 'SR' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Error Variable 'SR' must be private and have accessor methods. 12
Error Missing a Javadoc comment. 13
Error Variable access definition in wrong order. 13
Error Name 'SU' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
Error Variable 'SU' must be private and have accessor methods. 13
Error Missing a Javadoc comment. 14
Error Variable access definition in wrong order. 14
Error Name 'SO' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
Error Variable 'SO' must be private and have accessor methods. 14
Error Don't use trailing comments. 15
Error Missing a Javadoc comment. 15
Error Variable access definition in wrong order. 15
Error Name 'SA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Error Variable 'SA' must be private and have accessor methods. 15
Error Missing a Javadoc comment. 16
Error Variable access definition in wrong order. 16
Error Variable 'print' explicitly initialized to 'false' (default value for its type). 16
Error Variable 'print' must be private and have accessor methods. 16
Error Variable 'beschriftung' explicitly initialized to 'false' (default value for its type). 21
Error Name 'm_bMaxMinBerechnen' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Error Variable 'm_bMaxMinBerechnen' explicitly initialized to 'false' (default value for its type). 24
Error Name 'm_clStatistikModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
Error Variable 'm_clStatistikModel' explicitly initialized to 'null' (default value for its type). 26
Error Name 'm_clYAchseBeschriftung' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Error Variable 'm_clYAchseBeschriftung' explicitly initialized to 'null' (default value for its type). 28
Error Name 'm_clYAchseFormat' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
Error Variable 'm_clYAchseFormat' explicitly initialized to 'null' (default value for its type). 29
Error Missing a Javadoc comment. 31
Error Static variable definition in wrong order. 31
Error Variable access definition in wrong order. 31
Error Missing a Javadoc comment. 32
Error Static variable definition in wrong order. 32
Error Variable access definition in wrong order. 32
Error '(' is followed by whitespace. 39
Error Expected @param tag for 'maxminBerechnen'. 39
Error ')' is preceded with whitespace. 39
Error '{' should be on the previous line. 40
Error Unused @param tag for 'hilflinien'. 56
Error Unused @param tag for 'startwert'. 57
Error Unused @param tag for 'abstand'. 58
Error Unused @param tag for 'farbe'. 59
Error Method 'setAllValues' is not designed for extension - needs to be abstract, final or empty. 61
Error More than 5 parameters. 61
Error 'setAllValues' is followed by whitespace. 61
Error '(' is followed by whitespace. 61
Error Expected @param tag for 'models'. 61
Error Expected @param tag for 'yAchseBeschriftung'. 61
Error Expected @param tag for 'yAchseFormat'. 61
Error 'xBezeichner' hides a field. 61
Error 'yBezeichner' hides a field. 61
Error 'beschriftung' hides a field. 61
Error 'hilfslinien' hides a field. 61
Error Expected @param tag for 'hilfslinien'. 61
Error ')' is preceded with whitespace. 61
Error '=' is not preceded with whitespace. 63
Error '=' is not followed by whitespace. 63
Error '=' is not preceded with whitespace. 64
Error '=' is not followed by whitespace. 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. 67
Error '=' is not followed by whitespace. 67
Error '=' is not preceded with whitespace. 68
Error '=' is not followed by whitespace. 68
Error '=' is not preceded with whitespace. 69
Error '=' is not followed by whitespace. 69
Error Method 'setModel' is not designed for extension - needs to be abstract, final or empty. 75
Error Missing a Javadoc comment. 75
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '{' should be on the previous line. 76
Error Method 'getModel' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error '{' should be on the previous line. 82
Error Expected an @return tag. 89
Error Method 'getModel' is not designed for extension - needs to be abstract, final or empty. 89
Error '(' is followed by whitespace. 89
Error Expected @param tag for 'name'. 89
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 90
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '(' is followed by whitespace. 93
Error 'getName' is followed by whitespace. 93
Error 'equals' is followed by whitespace. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error Method 'setShow' is not designed for extension - needs to be abstract, final or empty. 104
Error '(' is followed by whitespace. 104
Error Expected @param tag for 'name'. 104
Error Expected @param tag for 'show'. 104
Error ')' is preceded with whitespace. 104
Error '{' should be on the previous line. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '(' is followed by whitespace. 108
Error 'getName' is followed by whitespace. 108
Error 'equals' is followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error ')' is preceded with whitespace. 108
Error '{' should be on the previous line. 109
Error 'setShow' is followed by whitespace. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Method 'setBeschriftung' is not designed for extension - needs to be abstract, final or empty. 123
Error '{' should be on the previous line. 124
Error '=' is not preceded with whitespace. 125
Error '=' is not followed by whitespace. 125
Error Don't use trailing comments. 126
Error ';' is not followed by whitespace. 126
Error Expected an @return tag. 132
Error Method 'getBeschriftung' is not designed for extension - needs to be abstract, final or empty. 132
Error '{' should be on the previous line. 133
Error Method 'setHilfslinien' is not designed for extension - needs to be abstract, final or empty. 142
Error '{' should be on the previous line. 143
Error '=' is not preceded with whitespace. 144
Error '=' is not followed by whitespace. 144
Error Don't use trailing comments. 145
Error ';' is not followed by whitespace. 145
Error Expected an @return tag. 151
Error Method 'getHilfslinien' is not designed for extension - needs to be abstract, final or empty. 151
Error '{' should be on the previous line. 152
Error Method 'print' is not designed for extension - needs to be abstract, final or empty. 159
Error Missing a Javadoc comment. 159
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error '{' should be on the previous line. 160
Error Method 'paint' is not designed for extension - needs to be abstract, final or empty. 167
Error Expected @param tag for 'g'. 167
Error '{' should be on the previous line. 168
Error Method 'update' is not designed for extension - needs to be abstract, final or empty. 175
Error Method length is 79 lines (max allowed is 50). 175
Error Expected @param tag for 'g'. 175
Error '{' should be on the previous line. 176
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error '{' should be on the previous line. 178
Error '(' is followed by whitespace. 179
Error 'cast' is not followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error 'setRenderingHint' is followed by whitespace. 179
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error Variable 'r' should be declared final. 182
Error Variable 'b' should be declared final. 183
Error '-' is not preceded with whitespace. 183
Error '-' is not followed by whitespace. 183
Error Variable 'h' should be declared final. 184
Error '-' is not preceded with whitespace. 184
Error '-' is not followed by whitespace. 184
Error ',' is not followed by whitespace. 188
Error ',' is not followed by whitespace. 188
Error '-' is not preceded with whitespace. 188
Error '-' is not followed by whitespace. 188
Error ',' is not followed by whitespace. 188
Error '-' is not preceded with whitespace. 188
Error '-' is not followed by whitespace. 188
Error 'instance' is followed by whitespace. 190
Error '+' is not preceded with whitespace. 190
Error '+' is not followed by whitespace. 190
Error '(' is followed by whitespace. 191
Error ')' is preceded with whitespace. 191
Error '{' should be on the previous line. 192
Error '/=' is not followed by whitespace. 193
Error ',' is not followed by whitespace. 195
Error ',' is not followed by whitespace. 195
Error ',' is not followed by whitespace. 196
Error ',' is not followed by whitespace. 196
Error ',' is not followed by whitespace. 197
Error '-' is not preceded with whitespace. 197
Error '-' is not followed by whitespace. 197
Error ',' is not followed by whitespace. 197
Error '-' is not preceded with whitespace. 197
Error '-' is not followed by whitespace. 197
Error '=' is not preceded with whitespace. 200
Error '=' is not followed by whitespace. 200
Error '=' is not preceded with whitespace. 201
Error '=' is not followed by whitespace. 201
Error '=' is not preceded with whitespace. 202
Error '=' is not followed by whitespace. 202
Error '=' is not preceded with whitespace. 203
Error '=' is not followed by whitespace. 203
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error '{' should be on the previous line. 206
Error '(' is followed by whitespace. 207
Error ')' is preceded with whitespace. 207
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error 'if' construct must use '{}'s. 209
Error '<' is not preceded with whitespace. 209
Error '<' is not followed by whitespace. 209
Error '=' is not preceded with whitespace. 209
Error '=' is not followed by whitespace. 209
Error 'if' construct must use '{}'s. 210
Error '>' is not preceded with whitespace. 210
Error '>' is not followed by whitespace. 210
Error '=' is not preceded with whitespace. 210
Error '=' is not followed by whitespace. 210
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error Variable 'xHoehe' should be declared final. 216
Error '=' is not preceded with whitespace. 216
Error '=' is not followed by whitespace. 216
Error 'cast' is not followed by whitespace. 216
Error '-' is not preceded with whitespace. 216
Error '-' is not followed by whitespace. 216
Error '-' is not preceded with whitespace. 216
Error '-' is not followed by whitespace. 216
Error '/' is not preceded with whitespace. 216
Error '/' is not followed by whitespace. 216
Error '+' is not preceded with whitespace. 216
Error '+' is not followed by whitespace. 216
Error '+' is not preceded with whitespace. 216
Error '+' is not followed by whitespace. 216
Error '+' is not preceded with whitespace. 216
Error '+' is not followed by whitespace. 216
Error '*' is not preceded with whitespace. 216
Error '*' is not followed by whitespace. 216
Error '-' is not preceded with whitespace. 216
Error '-' is not followed by whitespace. 216
Error '-' is not preceded with whitespace. 216
Error '-' is not followed by whitespace. 216
Error '/' is not preceded with whitespace. 216
Error '/' is not followed by whitespace. 216
Error '/' is not preceded with whitespace. 216
Error '/' is not followed by whitespace. 216
Error '-' is not preceded with whitespace. 216
Error '-' is not followed by whitespace. 216
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error 'if' construct must use '{}'s. 225
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error '=' is not preceded with whitespace. 226
Error '=' is not followed by whitespace. 226
Error 'cast' is not followed by whitespace. 226
Error '-' is not preceded with whitespace. 226
Error '-' is not followed by whitespace. 226
Error '-' is not preceded with whitespace. 226
Error '-' is not followed by whitespace. 226
Error '/' is not preceded with whitespace. 226
Error '/' is not followed by whitespace. 226
Error '/' is not preceded with whitespace. 226
Error '/' is not followed by whitespace. 226
Error 'if' construct must use '{}'s. 227
Error '==' is not preceded with whitespace. 227
Error '==' is not followed by whitespace. 227
Error '=' is not preceded with whitespace. 227
Error '=' is not followed by whitespace. 227
Error Variable 'yAbstand' should be declared final. 229
Error '=' is not preceded with whitespace. 229
Error '=' is not followed by whitespace. 229
Error Unnecessary parentheses around assignment right-hand side. 229
Error 'cast' is not followed by whitespace. 229
Error '-' is not preceded with whitespace. 229
Error '-' is not followed by whitespace. 229
Error '-' is not preceded with whitespace. 229
Error '-' is not followed by whitespace. 229
Error '/' is not preceded with whitespace. 229
Error '/' is not followed by whitespace. 229
Error 'instance' is followed by whitespace. 230
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '{' should be on the previous line. 232
Error '/=' is not followed by whitespace. 233
Error ',' is not followed by whitespace. 235
Error ',' is not followed by whitespace. 235
Error '(' is followed by whitespace. 238
Error 'cast' is not followed by whitespace. 238
Error '(' is followed by whitespace. 238
Error '(' is followed by whitespace. 238
Error 'getFontMetrics' is followed by whitespace. 238
Error 'stringWidth' is followed by whitespace. 238
Error '(' is followed by whitespace. 238
Error 'format' is followed by whitespace. 238
Error '(' is followed by whitespace. 238
Error ')' is preceded with whitespace. 238
Error ')' is preceded with whitespace. 238
Error ')' is preceded with whitespace. 238
Error ')' is preceded with whitespace. 238
Error 'cast' is not followed by whitespace. 239
Error '(' is followed by whitespace. 239
Error '(' is followed by whitespace. 239
Error 'getFontMetrics' is followed by whitespace. 239
Error 'stringWidth' is followed by whitespace. 239
Error '(' is followed by whitespace. 239
Error 'format' is followed by whitespace. 239
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error ')' is preceded with whitespace. 239
Error ')' is preceded with whitespace. 239
Error ')' is preceded with whitespace. 239
Error ')' is preceded with whitespace. 239
Error '=' is not preceded with whitespace. 240
Error '=' is not followed by whitespace. 240
Error ';' is not followed by whitespace. 240
Error '>=' is not preceded with whitespace. 240
Error '>=' is not followed by whitespace. 240
Error ';' is not followed by whitespace. 240
Error '{' should be on the previous line. 241
Error '{' should be on the previous line. 244
Error '+' is not preceded with whitespace. 246
Error '+' is not followed by whitespace. 246
Error ',' is not followed by whitespace. 246
Error 'cast' is not followed by whitespace. 246
Error '-' is not preceded with whitespace. 246
Error '-' is not followed by whitespace. 246
Error '-' is not preceded with whitespace. 246
Error '-' is not followed by whitespace. 246
Error '*' is not preceded with whitespace. 246
Error '*' is not followed by whitespace. 246
Error ',' is not followed by whitespace. 246
Error '-' is not preceded with whitespace. 246
Error '-' is not followed by whitespace. 246
Error ',' is not followed by whitespace. 246
Error 'cast' is not followed by whitespace. 246
Error '-' is not preceded with whitespace. 246
Error '-' is not followed by whitespace. 246
Error '-' is not preceded with whitespace. 246
Error '-' is not followed by whitespace. 246
Error '*' is not preceded with whitespace. 246
Error '*' is not followed by whitespace. 246
Error '-' is not preceded with whitespace. 250
Error '-' is not followed by whitespace. 250
Error ',' is not followed by whitespace. 250
Error 'cast' is not followed by whitespace. 250
Error '-' is not preceded with whitespace. 250
Error '-' is not followed by whitespace. 250
Error '-' is not preceded with whitespace. 250
Error '-' is not followed by whitespace. 250
Error '*' is not preceded with whitespace. 250
Error '*' is not followed by whitespace. 250
Error ',' is not followed by whitespace. 250
Error '+' is not preceded with whitespace. 250
Error '+' is not followed by whitespace. 250
Error ',' is not followed by whitespace. 250
Error 'cast' is not followed by whitespace. 250
Error '-' is not preceded with whitespace. 250
Error '-' is not followed by whitespace. 250
Error '-' is not preceded with whitespace. 250
Error '-' is not followed by whitespace. 250
Error '*' is not preceded with whitespace. 250
Error '*' is not followed by whitespace. 250
Error Variable 'ypos' should be declared final. 252
Error 'cast' is not followed by whitespace. 252
Error '-' is not preceded with whitespace. 252
Error '-' is not followed by whitespace. 252
Error '+' is not preceded with whitespace. 252
Error '+' is not followed by whitespace. 252
Error '/' is not preceded with whitespace. 252
Error '/' is not followed by whitespace. 252
Error '-' is not preceded with whitespace. 252
Error '-' is not followed by whitespace. 252
Error '*' is not preceded with whitespace. 252
Error '*' is not followed by whitespace. 252
Error Unnecessary parentheses around expression. 253
Error 'cast' is not followed by whitespace. 253
Error '-' is not preceded with whitespace. 253
Error '-' is not followed by whitespace. 253
Error '/' is not preceded with whitespace. 253
Error '/' is not followed by whitespace. 253
Error Unnecessary parentheses around identifier 'yStriche'. 253
Error '*' is not preceded with whitespace. 253
Error '*' is not followed by whitespace. 253
Error '+' is not preceded with whitespace. 253
Error '+' is not followed by whitespace. 253
Error ',' is not followed by whitespace. 253
Error ',' is not followed by whitespace. 253
Error ',' is not followed by whitespace. 278
Error ',' is not followed by whitespace. 278
Error ',' is not followed by whitespace. 278
Error '-' is not preceded with whitespace. 278
Error '-' is not followed by whitespace. 278
Error ',' is not followed by whitespace. 279
Error ',' is not followed by whitespace. 279
Error '-' is not preceded with whitespace. 279
Error '-' is not followed by whitespace. 279
Error ',' is not followed by whitespace. 279
Error '(' is followed by whitespace. 282
Error 'getWerte' is followed by whitespace. 282
Error ')' is preceded with whitespace. 282
Error '{' should be on the previous line. 283
Error '(' is followed by whitespace. 284
Error 'cast' is not followed by whitespace. 284
Error '(' is followed by whitespace. 284
Error '(' is followed by whitespace. 284
Error 'getFontMetrics' is followed by whitespace. 284
Error 'stringWidth' is followed by whitespace. 284
Error '(' is followed by whitespace. 284
Error 'getFormat' is followed by whitespace. 284
Error 'format' is followed by whitespace. 284
Error '(' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error ')' is preceded with whitespace. 284
Error ')' is preceded with whitespace. 284
Error ')' is preceded with whitespace. 284
Error 'cast' is not followed by whitespace. 285
Error '(' is followed by whitespace. 285
Error '(' is followed by whitespace. 285
Error 'getFontMetrics' is followed by whitespace. 285
Error 'stringWidth' is followed by whitespace. 285
Error '(' is followed by whitespace. 285
Error 'getFormat' is followed by whitespace. 285
Error 'format' is followed by whitespace. 285
Error '(' is followed by whitespace. 285
Error ')' is preceded with whitespace. 285
Error ')' is preceded with whitespace. 285
Error ')' is preceded with whitespace. 285
Error ')' is preceded with whitespace. 285
Error ')' is preceded with whitespace. 285
Error 'cast' is not followed by whitespace. 289
Error ',' is not followed by whitespace. 289
Error ',' is not followed by whitespace. 289
Error '(' is followed by whitespace. 292
Error '++' is preceded with whitespace. 292
Error ')' is preceded with whitespace. 292
Error '(' is followed by whitespace. 294
Error 'isShow' is followed by whitespace. 294
Error ')' is preceded with whitespace. 294
Error 'cast' is not followed by whitespace. 296
Error ',' is not followed by whitespace. 296
Error ',' is not followed by whitespace. 296
Error ',' is not followed by whitespace. 296
Error 'getWerte' is followed by whitespace. 296
Error ',' is not followed by whitespace. 296
Error ',' is not followed by whitespace. 296
Error ',' is not followed by whitespace. 296
Error ',' is not followed by whitespace. 296
Error ',' is not followed by whitespace. 296
Error 'getColor' is followed by whitespace. 296
Error ',' is not followed by whitespace. 296
Error 'getFormat' is followed by whitespace. 296
Error '}' is not followed by whitespace. 299
Error Missing a Javadoc comment. 304
Error More than 5 parameters. 304
Error ',' is not followed by whitespace. 304
Error 'beschriftung' hides a field. 304
Error '(' is followed by whitespace. 306
Error ')' is preceded with whitespace. 306
Error '{' should be on the previous line. 307
Error Each variable declaration must be in its own statement. 308
Error ',' is not followed by whitespace. 308
Error ',' is not followed by whitespace. 308
Error ',' is not followed by whitespace. 308
Error '=' is not preceded with whitespace. 309
Error '=' is not followed by whitespace. 309
Error 'cast' is not followed by whitespace. 309
Error '-' is not preceded with whitespace. 309
Error '-' is not followed by whitespace. 309
Error '-' is not preceded with whitespace. 309
Error '-' is not followed by whitespace. 309
Error '/' is not preceded with whitespace. 309
Error '/' is not followed by whitespace. 309
Error '-' is not preceded with whitespace. 309
Error '-' is not followed by whitespace. 309
Error 'if' construct must use '{}'s. 310
Error '==' is not preceded with whitespace. 310
Error '==' is not followed by whitespace. 310
Error '=' is not preceded with whitespace. 310
Error '=' is not followed by whitespace. 310
Error '=' is not preceded with whitespace. 311
Error '=' is not followed by whitespace. 311
Error 'cast' is not followed by whitespace. 311
Error '/' is not preceded with whitespace. 311
Error '/' is not followed by whitespace. 311
Error 'if' construct must use '{}'s. 312
Error '==' is not preceded with whitespace. 312
Error '==' is not followed by whitespace. 312
Error '=' is not preceded with whitespace. 312
Error '=' is not followed by whitespace. 312
Error '=' is not preceded with whitespace. 314
Error '=' is not followed by whitespace. 314
Error 'cast' is not followed by whitespace. 314
Error '-' is not preceded with whitespace. 314
Error '-' is not followed by whitespace. 314
Error '-' is not preceded with whitespace. 314
Error '-' is not followed by whitespace. 314
Error 'cast' is not followed by whitespace. 314
Error '-' is not preceded with whitespace. 314
Error '-' is not followed by whitespace. 314
Error '-' is not preceded with whitespace. 314
Error '-' is not followed by whitespace. 314
Error '/' is not preceded with whitespace. 314
Error '/' is not followed by whitespace. 314
Error '-' is not preceded with whitespace. 314
Error '-' is not followed by whitespace. 314
Error '*' is not preceded with whitespace. 314
Error '*' is not followed by whitespace. 314
Error '-' is not preceded with whitespace. 314
Error '-' is not followed by whitespace. 314
Error '*' is not preceded with whitespace. 314
Error '*' is not followed by whitespace. 314
Error '-' is not preceded with whitespace. 314
Error '-' is not followed by whitespace. 314
Error Don't use trailing comments. 315
Error '=' is not preceded with whitespace. 315
Error '=' is not followed by whitespace. 315
Error ';' is not followed by whitespace. 315
Error 'for' is not followed by whitespace. 321
Error '=' is not preceded with whitespace. 321
Error '=' is not followed by whitespace. 321
Error ';' is not followed by whitespace. 321
Error '<' is not preceded with whitespace. 321
Error '<' is not followed by whitespace. 321
Error ';' is not followed by whitespace. 321
Error '{' should be on the previous line. 322
Error '=' is not preceded with whitespace. 323
Error '=' is not followed by whitespace. 323
Error '=' is not preceded with whitespace. 324
Error '=' is not followed by whitespace. 324
Error '=' is not preceded with whitespace. 325
Error '=' is not followed by whitespace. 325
Error 'cast' is not followed by whitespace. 325
Error '-' is not preceded with whitespace. 325
Error '-' is not followed by whitespace. 325
Error '-' is not preceded with whitespace. 325
Error '-' is not followed by whitespace. 325
Error 'cast' is not followed by whitespace. 325
Error '-' is not preceded with whitespace. 325
Error '-' is not followed by whitespace. 325
Error '-' is not preceded with whitespace. 325
Error '-' is not followed by whitespace. 325
Error '/' is not preceded with whitespace. 325
Error '/' is not followed by whitespace. 325
Error '-' is not preceded with whitespace. 325
Error '-' is not followed by whitespace. 325
Error '*' is not preceded with whitespace. 325
Error '*' is not followed by whitespace. 325
Error '-' is not preceded with whitespace. 325
Error '-' is not followed by whitespace. 325
Error '-' is not preceded with whitespace. 325
Error '-' is not followed by whitespace. 325
Error '*' is not preceded with whitespace. 325
Error '*' is not followed by whitespace. 325
Error '-' is not preceded with whitespace. 325
Error '-' is not followed by whitespace. 325
Error '=' is not preceded with whitespace. 326
Error '=' is not followed by whitespace. 326
Error 'cast' is not followed by whitespace. 326
Error 'cast' 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. 326
Error '-' 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. 326
Error '*' is not followed by whitespace. 326
Error Unnecessary parentheses around identifier 'i'. 326
Error '+' is not preceded with whitespace. 326
Error '+' is not followed by whitespace. 326
Error ',' is not followed by whitespace. 331
Error ',' is not followed by whitespace. 331
Error ',' is not followed by whitespace. 331
Error ',' is not followed by whitespace. 332
Error '+' is not preceded with whitespace. 332
Error '+' is not followed by whitespace. 332
Error ',' is not followed by whitespace. 332
Error ',' is not followed by whitespace. 332
Error '+' is not preceded with whitespace. 332
Error '+' is not followed by whitespace. 332
Error '%' is not preceded with whitespace. 334
Error '%' is not followed by whitespace. 334
Error '==' is not preceded with whitespace. 334
Error '==' is not followed by whitespace. 334
Error '{' should be on the previous line. 335
Error Variable 'xpos' should be declared final. 337
Error 'getFontMetrics' is followed by whitespace. 337
Error 'stringWidth' is followed by whitespace. 337
Error '(' is followed by whitespace. 337
Error 'format' is followed by whitespace. 337
Error '(' is followed by whitespace. 337
Error '-' is not preceded with whitespace. 337
Error '-' is not followed by whitespace. 337
Error '-' is not preceded with whitespace. 337
Error '-' is not followed by whitespace. 337
Error ')' is preceded with whitespace. 337
Error ')' is preceded with whitespace. 337
Error Variable 'ypos' should be declared final. 338
Error '/' is not preceded with whitespace. 338
Error '/' is not followed by whitespace. 338
Error 'format' is followed by whitespace. 339
Error '(' is followed by whitespace. 339
Error '-' is not preceded with whitespace. 339
Error '-' is not followed by whitespace. 339
Error '-' is not preceded with whitespace. 339
Error '-' is not followed by whitespace. 339
Error ')' is preceded with whitespace. 339
Error ',' is not followed by whitespace. 339
Error ',' is not followed by whitespace. 339
Error Missing a Javadoc comment. 347
Error Unused parameter 'h'. 347
Error '{' should be on the previous line. 348
Error '(' is followed by whitespace. 349
Error ')' is preceded with whitespace. 349
Error '{' should be on the previous line. 350
Error Variable 'schriftbreite' should be declared final. 351
Error 'cast' is not followed by whitespace. 351
Error '(' is followed by whitespace. 351
Error '(' is followed by whitespace. 351
Error 'getFontMetrics' is followed by whitespace. 351
Error 'stringWidth' is followed by whitespace. 351
Error '(' is followed by whitespace. 351
Error ')' is preceded with whitespace. 351
Error ')' is preceded with whitespace. 351
Error ')' is preceded with whitespace. 351
Error Each variable declaration must be in its own statement. 354
Error ',' is not followed by whitespace. 354
Error ',' is not followed by whitespace. 354
Error ',' is not followed by whitespace. 354
Error '=' is not preceded with whitespace. 355
Error '=' is not followed by whitespace. 355
Error 'cast' is not followed by whitespace. 355
Error '-' is not preceded with whitespace. 355
Error '-' is not followed by whitespace. 355
Error '-' is not preceded with whitespace. 355
Error '-' is not followed by whitespace. 355
Error '/' is not preceded with whitespace. 355
Error '/' is not followed by whitespace. 355
Error 'if' construct must use '{}'s. 356
Error '==' is not preceded with whitespace. 356
Error '==' is not followed by whitespace. 356
Error '=' is not preceded with whitespace. 356
Error '=' is not followed by whitespace. 356
Error '=' is not preceded with whitespace. 357
Error '=' is not followed by whitespace. 357
Error 'cast' is not followed by whitespace. 357
Error '/' is not preceded with whitespace. 357
Error '/' is not followed by whitespace. 357
Error 'if' construct must use '{}'s. 358
Error '==' is not preceded with whitespace. 358
Error '==' is not followed by whitespace. 358
Error '=' is not preceded with whitespace. 358
Error '=' is not followed by whitespace. 358
Error '=' is not preceded with whitespace. 360
Error '=' is not followed by whitespace. 360
Error 'getHeight' is followed by whitespace. 360
Error '-' is not preceded with whitespace. 360
Error '-' is not followed by whitespace. 360
Error '+' is not preceded with whitespace. 360
Error '+' is not followed by whitespace. 360
Error '=' is not preceded with whitespace. 361
Error '=' is not followed by whitespace. 361
Error 'cast' is not followed by whitespace. 361
Error 'cast' is not followed by whitespace. 361
Error '-' is not preceded with whitespace. 361
Error '-' is not followed by whitespace. 361
Error '-' is not preceded with whitespace. 361
Error '-' is not followed by whitespace. 361
Error '/' is not preceded with whitespace. 361
Error '/' is not followed by whitespace. 361
Error '*' is not preceded with whitespace. 361
Error '*' is not followed by whitespace. 361
Error '-' is not preceded with whitespace. 361
Error '-' is not followed by whitespace. 361
Error '+' is not preceded with whitespace. 361
Error '+' is not followed by whitespace. 361
Error 'for' is not followed by whitespace. 371
Error '=' is not preceded with whitespace. 371
Error '=' is not followed by whitespace. 371
Error ';' is not followed by whitespace. 371
Error '<' is not preceded with whitespace. 371
Error '<' is not followed by whitespace. 371
Error ';' is not followed by whitespace. 371
Error '{' should be on the previous line. 372
Error '=' is not preceded with whitespace. 373
Error '=' is not followed by whitespace. 373
Error '=' is not preceded with whitespace. 374
Error '=' is not followed by whitespace. 374
Error '=' is not preceded with whitespace. 375
Error '=' is not followed by whitespace. 375
Error 'getHeight' is followed by whitespace. 375
Error '-' is not preceded with whitespace. 375
Error '-' is not followed by whitespace. 375
Error '+' is not preceded with whitespace. 375
Error '+' is not followed by whitespace. 375
Error '=' is not preceded with whitespace. 376
Error '=' is not followed by whitespace. 376
Error 'cast' is not followed by whitespace. 376
Error 'cast' is not followed by whitespace. 376
Error '-' is not preceded with whitespace. 376
Error '-' is not followed by whitespace. 376
Error '-' is not preceded with whitespace. 376
Error '-' is not followed by whitespace. 376
Error '/' is not preceded with whitespace. 376
Error '/' is not followed by whitespace. 376
Error '*' is not preceded with whitespace. 376
Error '*' is not followed by whitespace. 376
Error '-' is not preceded with whitespace. 376
Error '-' is not followed by whitespace. 376
Error '-' is not preceded with whitespace. 376
Error '-' is not followed by whitespace. 376
Error '+' is not preceded with whitespace. 376
Error '+' is not followed by whitespace. 376
Error '%' is not preceded with whitespace. 382
Error '%' is not followed by whitespace. 382
Error '==' is not preceded with whitespace. 382
Error '==' is not followed by whitespace. 382
Error '{' should be on the previous line. 383
Error '(' is followed by whitespace. 384
Error ')' is preceded with whitespace. 384
Error '{' should be on the previous line. 385
Error ',' is not followed by whitespace. 387
Error 'getHeight' is followed by whitespace. 387
Error '-' is not preceded with whitespace. 387
Error '-' is not followed by whitespace. 387
Error ',' is not followed by whitespace. 387
Error ',' is not followed by whitespace. 387
Error Variable 'xpos' should be declared final. 390
Error 'getFontMetrics' is followed by whitespace. 390
Error 'stringWidth' is followed by whitespace. 390
Error '(' is followed by whitespace. 390
Error ')' is preceded with whitespace. 390
Error Variable 'ypos' should be declared final. 391
Error 'drawString' is followed by whitespace. 392
Error '(' is followed by whitespace. 392
Error ')' is preceded with whitespace. 392
Error 'drawLine' is followed by whitespace. 393
Error '(' is followed by whitespace. 393
Error 'getHeight' is followed by whitespace. 393
Error '-' is not preceded with whitespace. 393
Error '-' is not followed by whitespace. 393
Error '-' is not preceded with whitespace. 393
Error '-' is not followed by whitespace. 393
Error 'getHeight' is followed by whitespace. 393
Error '-' is not preceded with whitespace. 393
Error '-' is not followed by whitespace. 393
Error '+' is not preceded with whitespace. 393
Error '+' is not followed by whitespace. 393
Error ')' is preceded with whitespace. 393
Error Missing a Javadoc comment. 400
Error '(' is followed by whitespace. 400
Error '{' should be on the previous line. 401
Error '=' is not preceded with whitespace. 402
Error '=' is not followed by whitespace. 402
Error 'for' is not followed by whitespace. 403
Error '(' is followed by whitespace. 403
Error '=' is not preceded with whitespace. 403
Error '=' is not followed by whitespace. 403
Error ')' is preceded with whitespace. 403
Error '(' is followed by whitespace. 405
Error 'isShow' is followed by whitespace. 405
Error ')' is preceded with whitespace. 405
Error '{' should be on the previous line. 406
Error '(' is followed by whitespace. 407
Error ')' is preceded with whitespace. 407
Error '{' should be on the previous line. 408
Error 'if' construct must use '{}'s. 409
Error 'if' is not followed by whitespace. 409
Error '(' is followed by whitespace. 409
Error 'getMaxValue' is followed by whitespace. 409
Error ')' is preceded with whitespace. 409
Error 'getMaxValue' is followed by whitespace. 409
Error '}' should be on the same line. 410
Error '{' should be on the previous line. 412
Error 'if' construct must use '{}'s. 413
Error 'if' is not followed by whitespace. 413
Error '(' is followed by whitespace. 413
Error 'getMaxValue' is followed by whitespace. 413
Error ')' is preceded with whitespace. 413
Error 'getMaxValue' is followed by whitespace. 413
Error Unnecessary parentheses around identifier 'max'. 417
Error Missing a Javadoc comment. 421
Error '(' is followed by whitespace. 421
Error ')' is preceded with whitespace. 421
Error '{' should be on the previous line. 422
Error '=' is not preceded with whitespace. 423
Error '=' is not followed by whitespace. 423
Error 'for' is not followed by whitespace. 424
Error '(' is followed by whitespace. 424
Error '=' is not preceded with whitespace. 424
Error '=' is not followed by whitespace. 424
Error ')' is preceded with whitespace. 424
Error '(' is followed by whitespace. 426
Error 'isShow' is followed by whitespace. 426
Error ')' is preceded with whitespace. 426
Error '{' should be on the previous line. 427
Error '(' is followed by whitespace. 428
Error ')' is preceded with whitespace. 428
Error '{' should be on the previous line. 429
Error 'if' construct must use '{}'s. 430
Error 'if' is not followed by whitespace. 430
Error '(' is followed by whitespace. 430
Error 'getMinValue' is followed by whitespace. 430
Error ')' is preceded with whitespace. 430
Error 'getMinValue' is followed by whitespace. 430
Error '}' should be on the same line. 431
Error '{' should be on the previous line. 433
Error 'if' construct must use '{}'s. 434
Error 'if' is not followed by whitespace. 434
Error '(' is followed by whitespace. 434
Error 'getMinValue' is followed by whitespace. 434
Error ')' is preceded with whitespace. 434
Error 'getMinValue' is followed by whitespace. 434
Error Unnecessary parentheses around identifier 'min'. 438
Error Method 'formatedDouble' is not designed for extension - needs to be abstract, final or empty. 443
Error Missing a Javadoc comment. 443
Error '{' should be on the previous line. 444
Error Variable 'sHilf' should be declared final. 446
Error '=' is not preceded with whitespace. 446
Error '=' is not followed by whitespace. 446
Error '=' is not preceded with whitespace. 447
Error '=' is not followed by whitespace. 447
Error '=' is not preceded with whitespace. 450
Error '=' is not followed by whitespace. 450
Error 'while' is not followed by whitespace. 451
Error '<' is not preceded with whitespace. 451
Error '<' is not followed by whitespace. 451
Error '==' is not preceded with whitespace. 451
Error '==' is not followed by whitespace. 451
Error '{' should be on the previous line. 452
Error '+=' is not preceded with whitespace. 453
Error '+=' is not followed by whitespace. 453
Error 'if' is not followed by whitespace. 457
Error '==' is not preceded with whitespace. 457
Error '==' is not followed by whitespace. 457
Error '{' should be on the previous line. 458
Error '+=' is not preceded with whitespace. 459
Error '+=' is not followed by whitespace. 459
Error 'for' is not followed by whitespace. 462
Error '=' is not preceded with whitespace. 462
Error '=' is not followed by whitespace. 462
Error '<' is not preceded with whitespace. 462
Error '<' is not followed by whitespace. 462
Error '<=' is not preceded with whitespace. 462
Error '<=' is not followed by whitespace. 462
Error ';' is not followed by whitespace. 462
Error '{' should be on the previous line. 463
Error '+=' is not preceded with whitespace. 464
Error '+=' is not followed by whitespace. 464
Error Unnecessary parentheses around identifier 'sResultValue'. 470

hoplugins/seriesstats/LegendeCheckBox.java

ErrorLine
Error Variable 'isSelected' must be private and have accessor methods. 33
Error Don't use trailing comments. 34
Error Don't use trailing comments. 35
Error Field 'jlLabel' is used in only one method. 35
Error Variable 'gridbaglayout' should be declared final. 98
Error Variable 'gridbagconstraints' should be declared final. 99
Error Method 'getBox' is not designed for extension - needs to be abstract, final or empty. 132
Error Method 'aAL' is not designed for extension - needs to be abstract, final or empty. 141
Error Name 'AL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 141
Error Method 'aIL' is not designed for extension - needs to be abstract, final or empty. 150
Error Name 'IL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 150
Error Method 'is' is not designed for extension - needs to be abstract, final or empty. 159
Error Method 'rAL' is not designed for extension - needs to be abstract, final or empty. 174
Error Name 'AL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 174
Error Name '_col2imic' must match pattern '^[a-z][a-zA-Z0-9]*$'. 185
Error Variable 'bufferedimage' should be declared final. 186
Error Variable 'graphics2d' should be declared final. 187

hoplugins/seriesstats/MiniPanel.java

ErrorLine
Error File does not end with a newline. 0

hoplugins/seriesstats/MiniPanel.java

ErrorLine
Error Redundant import from the java.lang package - java.lang.String. 16
Error Debug statement 18
Error Javadoc has empty description section. 21
Error Name 'Rating' must match pattern '^[a-z][a-zA-Z0-9]*$'. 25
Error Name 'Midfield' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
Error Name 'AttackLeft' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
Error Name 'AttackRight' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Error Name 'AttackCenter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
Error Name 'DefenseLeft' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Error Name 'DefenseRight' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Error Name 'DefenseCenter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Error Debug statement 35
Error Name 'IDB' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Debug statement 36
Error Variable 'doDebug' explicitly initialized to 'false' (default value for its type). 36
Error Missing a Javadoc comment. 38
Error Debug statement 43
Error Missing a Javadoc comment. 43
Error Debug statement 48
Error Method 'getPanel' is not designed for extension - needs to be abstract, final or empty. 53
Error Method length is 108 lines (max allowed is 50). 53
Error Missing a Javadoc comment. 53
Error Variable 'd3' should be declared final. 54
Error Variable 'gridbaglayout1' should be declared final. 59
Error Variable 'gridbagconstraints1' should be declared final. 60
Error Javadoc has empty description section. 182
Error Expected an @return tag. 185
Error '}' should be on the same line. 191
Error Catching 'Exception' is not allowed. 192
Error 'catch' is not followed by whitespace. 192
Error Debug statement 193
Error Javadoc has empty description section. 202
Error Method 'setAttackCenter' is not designed for extension - needs to be abstract, final or empty. 205
Error Javadoc has empty description section. 209
Error Method 'setAttackLeft' is not designed for extension - needs to be abstract, final or empty. 212
Error Javadoc has empty description section. 216
Error Method 'setAttackRight' is not designed for extension - needs to be abstract, final or empty. 219
Error Javadoc has empty description section. 223
Error Method 'setDefenseCenter' is not designed for extension - needs to be abstract, final or empty. 226
Error Javadoc has empty description section. 230
Error Method 'setDefenseLeft' is not designed for extension - needs to be abstract, final or empty. 233
Error Javadoc has empty description section. 237
Error Method 'setDefenseRight' is not designed for extension - needs to be abstract, final or empty. 240
Error Javadoc has empty description section. 244
Error Method 'setMidfield' is not designed for extension - needs to be abstract, final or empty. 247
Error Javadoc has empty description section. 251
Error Method 'setRating' is not designed for extension - needs to be abstract, final or empty. 254

hoplugins/seriesstats/RatingsPanel.java

ErrorLine
Error Debug statement 7
Error Debug statement 29
Error Name 'IDB' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
Error Name 'Team1AttackCenter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Error Name 'Team1AttackLeft' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Error Name 'Team1AttackRight' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Name 'Team1Attitude' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Name 'Team1DefenseCenter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Name 'Team1DefenseLeft' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error Name 'Team1DefenseRight' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Name 'Team1HomeAway' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Error Name 'Team1Midfield' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Name 'Team1System' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Name 'Team1Tactic' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error Name 'Team1Tacticskill' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error Name 'Team1Teamspirit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Name 'Team2AttackCenter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Name 'Team2AttackLeft' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Name 'Team2AttackRight' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Name 'Team2Attitude' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Name 'Team2DefenseCenter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Name 'Team2DefenseLeft' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error Name 'Team2DefenseRight' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Error Name 'Team2HomeAway' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Name 'Team2Midfield' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Error Name 'Team2System' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Error Name 'Team2Tactic' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error Name 'Team2Tacticskill' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Error Name 'Team2Teamspirit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
Error Field 'TeamDif11' is used in only one method. 57
Error Name 'TeamDif11' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Error Field 'TeamDif12' is used in only one method. 58
Error Name 'TeamDif12' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Error Field 'TeamDif13' is used in only one method. 59
Error Name 'TeamDif13' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Error Field 'TeamDif14' is used in only one method. 60
Error Name 'TeamDif14' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Error Field 'TeamDif15' is used in only one method. 61
Error Name 'TeamDif15' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Error Field 'TeamDif16' is used in only one method. 62
Error Name 'TeamDif16' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
Error Field 'TeamDif17' is used in only one method. 63
Error Name 'TeamDif17' must match pattern '^[a-z][a-zA-Z0-9]*$'. 63
Error Field 'TeamDif21' is used in only one method. 64
Error Name 'TeamDif21' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
Error Field 'TeamDif22' is used in only one method. 65
Error Name 'TeamDif22' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65
Error Field 'TeamDif23' is used in only one method. 66
Error Name 'TeamDif23' must match pattern '^[a-z][a-zA-Z0-9]*$'. 66
Error Field 'TeamDif24' is used in only one method. 67
Error Name 'TeamDif24' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
Error Field 'TeamDif25' is used in only one method. 68
Error Name 'TeamDif25' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
Error Field 'TeamDif26' is used in only one method. 69
Error Name 'TeamDif26' must match pattern '^[a-z][a-zA-Z0-9]*$'. 69
Error Field 'TeamDif27' is used in only one method. 70
Error Name 'TeamDif27' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Debug statement 71
Error Variable 'doDebug' explicitly initialized to 'false' (default value for its type). 71
Error Field 'Team1AttackCenterValue' is used in only one method. 72
Error Name 'Team1AttackCenterValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 72
Error Variable 'Team1AttackCenterValue' explicitly initialized to '0' (default value for its type). 72
Error Field 'Team1AttackLeftValue' is used in only one method. 73
Error Name 'Team1AttackLeftValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
Error Variable 'Team1AttackLeftValue' explicitly initialized to '0' (default value for its type). 73
Error Field 'Team1AttackRightValue' is used in only one method. 74
Error Name 'Team1AttackRightValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
Error Variable 'Team1AttackRightValue' explicitly initialized to '0' (default value for its type). 74
Error Field 'Team1DefenseCenterValue' is used in only one method. 75
Error Name 'Team1DefenseCenterValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
Error Variable 'Team1DefenseCenterValue' explicitly initialized to '0' (default value for its type). 75
Error Field 'Team1DefenseLeftValue' is used in only one method. 76
Error Name 'Team1DefenseLeftValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 76
Error Variable 'Team1DefenseLeftValue' explicitly initialized to '0' (default value for its type). 76
Error Field 'Team1DefenseRightValue' is used in only one method. 77
Error Name 'Team1DefenseRightValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 77
Error Variable 'Team1DefenseRightValue' explicitly initialized to '0' (default value for its type). 77
Error Field 'Team1MidfieldValue' is used in only one method. 78
Error Name 'Team1MidfieldValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 78
Error Variable 'Team1MidfieldValue' explicitly initialized to '0' (default value for its type). 78
Error Field 'Team2AttackCenterValue' is used in only one method. 79
Error Name 'Team2AttackCenterValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
Error Variable 'Team2AttackCenterValue' explicitly initialized to '0' (default value for its type). 79
Error Field 'Team2AttackLeftValue' is used in only one method. 80
Error Name 'Team2AttackLeftValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
Error Variable 'Team2AttackLeftValue' explicitly initialized to '0' (default value for its type). 80
Error Field 'Team2AttackRightValue' is used in only one method. 81
Error Name 'Team2AttackRightValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
Error Variable 'Team2AttackRightValue' explicitly initialized to '0' (default value for its type). 81
Error Field 'Team2DefenseCenterValue' is used in only one method. 82
Error Name 'Team2DefenseCenterValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Error Variable 'Team2DefenseCenterValue' explicitly initialized to '0' (default value for its type). 82
Error Field 'Team2DefenseLeftValue' is used in only one method. 83
Error Name 'Team2DefenseLeftValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Variable 'Team2DefenseLeftValue' explicitly initialized to '0' (default value for its type). 83
Error Field 'Team2DefenseRightValue' is used in only one method. 84
Error Name 'Team2DefenseRightValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 84
Error Variable 'Team2DefenseRightValue' explicitly initialized to '0' (default value for its type). 84
Error Field 'Team2MidfieldValue' is used in only one method. 85
Error Name 'Team2MidfieldValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 85
Error Variable 'Team2MidfieldValue' explicitly initialized to '0' (default value for its type). 85
Error Debug statement 104
Error Debug statement 108
Error Method 'getPanel' is not designed for extension - needs to be abstract, final or empty. 120
Error Method length is 310 lines (max allowed is 50). 120
Error Variable 'p3b' should be declared final. 121
Error Variable 'gbl' should be declared final. 128
Error Variable 'gbc' should be declared final. 129
Error Inner assignments should be avoided. 171
Error Inner assignments should be avoided. 176
Error Inner assignments should be avoided. 181
Error Inner assignments should be avoided. 186
Error Inner assignments should be avoided. 204
Error Inner assignments should be avoided. 209
Error Inner assignments should be avoided. 214
Error Inner assignments should be avoided. 219
Error Inner assignments should be avoided. 237
Error Inner assignments should be avoided. 242
Error Inner assignments should be avoided. 247
Error Inner assignments should be avoided. 252
Error Inner assignments should be avoided. 270
Error Inner assignments should be avoided. 275
Error Inner assignments should be avoided. 280
Error Inner assignments should be avoided. 285
Error Inner assignments should be avoided. 303
Error Inner assignments should be avoided. 308
Error Inner assignments should be avoided. 313
Error Inner assignments should be avoided. 318
Error Inner assignments should be avoided. 336
Error Inner assignments should be avoided. 341
Error Inner assignments should be avoided. 346
Error Inner assignments should be avoided. 351
Error Inner assignments should be avoided. 369
Error Inner assignments should be avoided. 374
Error Inner assignments should be avoided. 379
Error Inner assignments should be avoided. 384
Error Inner assignments should be avoided. 402
Error Inner assignments should be avoided. 407
Error Inner assignments should be avoided. 425
Error Inner assignments should be avoided. 430
Error Inner assignments should be avoided. 448
Error Inner assignments should be avoided. 453
Error Inner assignments should be avoided. 471
Error Inner assignments should be avoided. 476
Error Inner assignments should be avoided. 496
Error Inner assignments should be avoided. 501
Error Method 'setTeam1AttackCenter' is not designed for extension - needs to be abstract, final or empty. 524
Error Method 'setTeam1AttackLeft' is not designed for extension - needs to be abstract, final or empty. 534
Error Method 'setTeam1AttackRight' is not designed for extension - needs to be abstract, final or empty. 544
Error Method 'setTeam1Attitude' is not designed for extension - needs to be abstract, final or empty. 554
Error Method 'setTeam1DefenseCenter' is not designed for extension - needs to be abstract, final or empty. 563
Error Method 'setTeam1DefenseLeft' is not designed for extension - needs to be abstract, final or empty. 573
Error Method 'setTeam1DefenseRight' is not designed for extension - needs to be abstract, final or empty. 583
Error Method 'setTeam1HomeAway' is not designed for extension - needs to be abstract, final or empty. 593
Error Method 'setTeam1Midfield' is not designed for extension - needs to be abstract, final or empty. 602
Error Method 'setTeam1System' is not designed for extension - needs to be abstract, final or empty. 612
Error Method 'setTeam1Tactic' is not designed for extension - needs to be abstract, final or empty. 621
Error Method 'setTeam1Tacticskill' is not designed for extension - needs to be abstract, final or empty. 630
Error Method 'setTeam1Teamspirit' is not designed for extension - needs to be abstract, final or empty. 639
Error Method 'setTeam2AttackCenter' is not designed for extension - needs to be abstract, final or empty. 648
Error Method 'setTeam2AttackLeft' is not designed for extension - needs to be abstract, final or empty. 658
Error Method 'setTeam2AttackRight' is not designed for extension - needs to be abstract, final or empty. 668
Error Method 'setTeam2Attitude' is not designed for extension - needs to be abstract, final or empty. 678
Error Method 'setTeam2DefenseCenter' is not designed for extension - needs to be abstract, final or empty. 687
Error Method 'setTeam2DefenseLeft' is not designed for extension - needs to be abstract, final or empty. 697
Error Method 'setTeam2DefenseRight' is not designed for extension - needs to be abstract, final or empty. 707
Error Method 'setTeam2HomeAway' is not designed for extension - needs to be abstract, final or empty. 717
Error Method 'setTeam2Midfield' is not designed for extension - needs to be abstract, final or empty. 726
Error Method 'setTeam2System' is not designed for extension - needs to be abstract, final or empty. 736
Error Method 'setTeam2Tactic' is not designed for extension - needs to be abstract, final or empty. 745
Error Method 'setTeam2Tacticskill' is not designed for extension - needs to be abstract, final or empty. 754
Error Method 'setTeam2Teamspirit' is not designed for extension - needs to be abstract, final or empty. 763
Error Method 'updateDifferences' is not designed for extension - needs to be abstract, final or empty. 772
Error Catching 'Exception' is not allowed. 790
Error Debug statement 791

hoplugins/seriesstats/ui/BottomPanel.java

ErrorLine
Error Field 'GeneralAverage' is used in only one method. 27
Error Name 'GeneralAverage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
Error Field 'GeneralMax' is used in only one method. 28
Error Name 'GeneralMax' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Error Field 'GeneralMin' is used in only one method. 29
Error Name 'GeneralMin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29

hoplugins/seriesstats/ui/GeneralPanelTab.java

ErrorLine
Error Field 'PanelGeneralGP' is used in only one method. 37
Error Name 'PanelGeneralGP' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Name 'PanelGeneral' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Variable 'PanelGeneral' should be declared final. 46
Error Variable 'gridbaglayout' should be declared final. 50
Error Variable 'gridbagconstraints' should be declared final. 51
Error Name 'PanelDummy' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65
Error Variable 'PanelDummy' should be declared final. 65
Error Method 'refresh' is not designed for extension - needs to be abstract, final or empty. 103
Error System.out.print not Allowed 105
Error Name 'PanelGeneralGraphic' must match pattern '^[a-z][a-zA-Z0-9]*$'. 113
Error Variable 'd2' should be declared final. 114
Error Variable 'format' should be declared final. 120
Error Variable 'ax' should be declared final. 122
Error Variable 'x' should be declared final. 125
Error Variable 'as' should be declared final. 137
Error Catching 'Exception' is not allowed. 141

hoplugins/seriesstats/ui/LegendaPanel.java

ErrorLine
Error Name 'JCBDivision' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Name 'JCBTeam' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Name 'JCBType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Name 'MapDivisions' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Field 'MapTeams' is used in only one method. 47
Error Name 'MapTeams' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Field 'LCBGeneral' is used in only one method. 49
Error Name 'LCBGeneral' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error Variable 'd1' should be declared final. 102
Error Variable 'gridbaglayout1' should be declared final. 105
Error Variable 'gridbagconstraints1' should be declared final. 106
Error Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. 227
Error Name 'RefreshDivisionBox' must match pattern '^[a-z][a-zA-Z0-9]*$'. 239
Error Variable 'divisions' should be declared final. 248
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 252
Error Name 'LigaSeas' must match pattern '^[a-z][a-zA-Z0-9]*$'. 252
Error Variable 'LigaSeas' should be declared final. 252
Error Name 'LigaString' must match pattern '^[a-z][a-zA-Z0-9]*$'. 260
Error Variable 'LigaString' should be declared final. 260
Error Catching 'Exception' is not allowed. 273
Error Name 'RefreshTeamBox' must match pattern '^[a-z][a-zA-Z0-9]*$'. 284
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 293
Error Name 'LigaSeas' must match pattern '^[a-z][a-zA-Z0-9]*$'. 293
Error Variable 'LigaSeas' should be declared final. 293
Error Variable 'dummy' should be declared final. 297
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 305
Error Variable 'data' should be declared final. 305
Error Variable 'e' should be declared final. 316
Error Name 'TeamName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 317
Error Variable 'TeamName' should be declared final. 317
Error Catching 'Exception' is not allowed. 322
Error Name 'RefreshTypeBox' must match pattern '^[a-z][a-zA-Z0-9]*$'. 333
Error Catching 'Exception' is not allowed. 342

hoplugins/seriesstats/ui/RatingPanelTab.java

ErrorLine
Error Name 'JCBDate1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error Name 'JCBDate2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Name 'JCBTeam1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Name 'JCBTeam2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Field 'RatingRatings' is used in only one method. 48
Error Name 'RatingRatings' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Variable 'jPanel1' should be declared final. 56
Error Variable 'jPanel1Layout' should be declared final. 58
Error Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. 120
Error Expected @param tag for 'event'. 120
Error Name 'RefreshTeamBox' must match pattern '^[a-z][a-zA-Z0-9]*$'. 136
Error Variable 'ligaId' should be declared final. 146
Error Variable 'season' should be declared final. 147
Error System.out.print not Allowed 149
Error Variable 'dummy' should be declared final. 151
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 155
Error Variable 'data' should be declared final. 155
Error Variable 'e' should be declared final. 164
Error Name 'TeamName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 165
Error Variable 'TeamName' should be declared final. 165
Error Catching 'Exception' is not allowed. 172
Error System.out.print not Allowed 185
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 206
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 209
Error Variable 'v' should be declared final. 209
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 222
Error Variable 'v' should be declared final. 222

hoplugins/seriesstats/ui/RefreshablePanel.java

ErrorLine
Error Redundant 'public' modifier. 22

hoplugins/seriesstats/ui/SeriesPanelTab.java

ErrorLine
Error Field 'PanelDivisionGP' is used in only one method. 36
Error Name 'PanelDivisionGP' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error Name 'PanelGeneral' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Variable 'PanelGeneral' should be declared final. 45
Error Variable 'gridbaglayout' should be declared final. 49
Error Variable 'gridbagconstraints' should be declared final. 50
Error Name 'PanelDummy' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
Error Variable 'PanelDummy' should be declared final. 64
Error Method 'refresh' is not designed for extension - needs to be abstract, final or empty. 102
Error System.out.print not Allowed 104
Error Name 'PanelDivisionGraphic' must match pattern '^[a-z][a-zA-Z0-9]*$'. 112
Error Variable 'd2' should be declared final. 113
Error Variable 'format' should be declared final. 118
Error Variable 'ax' should be declared final. 120
Error Variable 'x' should be declared final. 122
Error '*' is not preceded with whitespace. 122
Error '*' is not followed by whitespace. 122
Error '*' is not preceded with whitespace. 122
Error '*' is not followed by whitespace. 122
Error '*' is not preceded with whitespace. 122
Error '*' is not followed by whitespace. 122
Error '*' is not preceded with whitespace. 122
Error '*' is not followed by whitespace. 122
Error Variable 'as' should be declared final. 133
Error Catching 'Exception' is not allowed. 136