Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
9400933

Files

FilesIWE
hoplugins/TrainingExperience.java 0032
hoplugins/trainingExperience/OldTrainingManager.java 0018
hoplugins/trainingExperience/constants/Skills.java 0024
hoplugins/trainingExperience/constants/Trainings.java 0034
hoplugins/trainingExperience/dao/DividerDAO.java 0025
hoplugins/trainingExperience/dao/EffectDAO.java 0057
hoplugins/trainingExperience/ui/AnalyzerPanel.java 0042
hoplugins/trainingExperience/ui/EffectPanel.java 007
hoplugins/trainingExperience/ui/MainPanel.java 005
hoplugins/trainingExperience/ui/OutputPanel.java 0036
hoplugins/trainingExperience/ui/OutputTable.java 0024
hoplugins/trainingExperience/ui/OutputTableSorter.java 0026
hoplugins/trainingExperience/ui/PlayerDetailPanel.java 0032
hoplugins/trainingExperience/ui/PlayerSelectionListener.java 0011
hoplugins/trainingExperience/ui/SkillupPanel.java 0022
hoplugins/trainingExperience/ui/SkillupTable.java 008
hoplugins/trainingExperience/ui/StaffPanel.java 0032
hoplugins/trainingExperience/ui/TrainingComparator.java 0014
hoplugins/trainingExperience/ui/TrainingLegendPanel.java 0028
hoplugins/trainingExperience/ui/TrainingPanel.java 0021
hoplugins/trainingExperience/ui/TrainingRecapPanel.java 0046
hoplugins/trainingExperience/ui/TrainingRecapTable.java 007
hoplugins/trainingExperience/ui/TrainingTable.java 007
hoplugins/trainingExperience/ui/bar/ColorModus.java 004
hoplugins/trainingExperience/ui/bar/StateBar.java 0022
hoplugins/trainingExperience/ui/bar/VerticalIndicator.java 0014
hoplugins/trainingExperience/ui/component/DividerListener.java 008
hoplugins/trainingExperience/ui/component/FutureSettingPanel.java 0010
hoplugins/trainingExperience/ui/component/IntensityComboBox.java 001
hoplugins/trainingExperience/ui/component/TrainingComboBox.java 0016
hoplugins/trainingExperience/ui/model/AbstractTrainingsTableModel.java 0034
hoplugins/trainingExperience/ui/model/ChangesTableModel.java 0019
hoplugins/trainingExperience/ui/model/EffectTableModel.java 0022
hoplugins/trainingExperience/ui/model/FutureTrainingsTableModel.java 0017
hoplugins/trainingExperience/ui/model/OutputTableModel.java 0055
hoplugins/trainingExperience/ui/model/PastTrainingsTableModel.java 0017
hoplugins/trainingExperience/ui/renderer/ChangeTableRenderer.java 009
hoplugins/trainingExperience/ui/renderer/OutputTableRenderer.java 007
hoplugins/trainingExperience/ui/renderer/SkillupTableRenderer.java 008
hoplugins/trainingExperience/ui/renderer/SkillupTypeTableCellRenderer.java 008
hoplugins/trainingExperience/ui/renderer/SkillupsTableCellRenderer.java 008
hoplugins/trainingExperience/ui/renderer/TrainingRecapRenderer.java 0015
hoplugins/trainingExperience/vo/FutureTrainingWeek.java 0017
hoplugins/trainingExperience/vo/PastSkillup.java 0033
hoplugins/trainingExperience/vo/PlayerValues.java 005
hoplugins/trainingExperience/vo/SkillChange.java 003
hoplugins/trainingExperience/vo/TrainWeekEffect.java 0023

hoplugins/TrainingExperience.java

ErrorLine
Error Debug statement 4
Error Class should define a constructor. 32
Error Method 'getPluginName' is not designed for extension - needs to be abstract, final or empty. 66
Error Don't use trailing comments. 67
Error Expected an @return tag. 75
Error Expected an @return tag. 84
Error Expected an @return tag. 93
Error Expected an @return tag. 102
Error Expected an @return tag. 111
Error Method 'getUnquenchableFiles' is not designed for extension - needs to be abstract, final or empty. 120
Error Method 'refresh' is not designed for extension - needs to be abstract, final or empty. 127
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 183
Error Don't use trailing comments. 184
Error Method 'getPluginID' is not designed for extension - needs to be abstract, final or empty. 192
Error Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 210
Error Method 'start' is not designed for extension - needs to be abstract, final or empty. 219
Error Missing a Javadoc comment. 219
Error Unused parameter 'hOMiniModel'. 219
Error Variable 'leftPane' should be declared final. 229
Error Don't use trailing comments. 232
Error Don't use trailing comments. 234
Error Variable 'bottomPanel' should be declared final. 236
Error Don't use trailing comments. 239
Error Don't use trailing comments. 241
Error Variable 'splitPanel' should be declared final. 243
Error Don't use trailing comments. 246
Error Don't use trailing comments. 248
Error Variable 'mainPanel' should be declared final. 250
Error Don't use trailing comments. 253
Error Don't use trailing comments. 255
Error Catching 'RuntimeException' is not allowed. 261
Error Debug statement 263

hoplugins/trainingExperience/OldTrainingManager.java

ErrorLine
Error Name 'hoplugins.trainingExperience' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Expected @param tag for 'player'. 45
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 60
Error Variable 'v' should be declared final. 60
Error Variable 'iter' should be declared final. 63
Error Variable 'element' should be declared final. 64
Error Don't use trailing comments. 68
Error Variable 'htDate' should be declared final. 68
Error Variable 'trainingDate' should be declared final. 70
Error Variable 'comp' should be declared final. 93
Error Method 'getAllSkillups' is not designed for extension - needs to be abstract, final or empty. 106
Error Method 'getTrainedSkillups' is not designed for extension - needs to be abstract, final or empty. 115
Error Variable 'calendar' should be declared final. 127
Error Variable 'skillup' should be declared final. 130
Error Class should define a constructor. 146
Error Javadoc has empty description section. 149
Error Variable 'skillup1' should be declared final. 153
Error Variable 'skillup2' should be declared final. 154

hoplugins/trainingExperience/constants/Skills.java

ErrorLine
Error Name 'hoplugins.trainingExperience.constants' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Class should define a constructor. 16
Error Utility classes should not have a public or default constructor. 16
Error Return count is 10 (max allowed is 5). 26
Error switch without "default" clause. 27
Error Return count is 9 (max allowed is 5). 93
Error switch without "default" clause. 94
Error Return count is 10 (max allowed is 5). 130
Error switch without "default" clause. 132
Error Don't use trailing comments. 134
Error Don't use trailing comments. 137
Error Don't use trailing comments. 140
Error Don't use trailing comments. 143
Error Don't use trailing comments. 146
Error Don't use trailing comments. 149
Error Don't use trailing comments. 152
Error Don't use trailing comments. 155
Error Don't use trailing comments. 158
Error Don't use trailing comments. 161
Error Return count is 10 (max allowed is 5). 172
Error Expected @param tag for 'spieler'. 172
Error switch without "default" clause. 173
Error Return count is 9 (max allowed is 5). 212
Error switch without "default" clause. 213

hoplugins/trainingExperience/constants/Trainings.java

ErrorLine
Error Name 'hoplugins.trainingExperience.constants' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Class should define a constructor. 15
Error Utility classes should not have a public or default constructor. 15
Error Name 'p_IHMM_miniModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
Error Variable 'p_IHMM_miniModel' should be declared final. 27
Error Don't use trailing comments. 31
Error Don't use trailing comments. 35
Error Don't use trailing comments. 39
Error Don't use trailing comments. 43
Error Don't use trailing comments. 47
Error Don't use trailing comments. 51
Error Don't use trailing comments. 55
Error Don't use trailing comments. 59
Error Don't use trailing comments. 63
Error Don't use trailing comments. 67
Error Don't use trailing comments. 71
Error Don't use trailing comments. 75
Error Don't use trailing comments. 80
Error Name 'p_IHMM_miniModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
Error Variable 'p_IHMM_miniModel' should be declared final. 95
Error Don't use trailing comments. 96
Error Don't use trailing comments. 100
Error Don't use trailing comments. 104
Error Don't use trailing comments. 108
Error Don't use trailing comments. 112
Error Don't use trailing comments. 116
Error Don't use trailing comments. 120
Error Don't use trailing comments. 124
Error Don't use trailing comments. 128
Error Don't use trailing comments. 132
Error Don't use trailing comments. 136
Error Don't use trailing comments. 140
Error Don't use trailing comments. 144
Error Don't use trailing comments. 149

hoplugins/trainingExperience/dao/DividerDAO.java

ErrorLine
Error Name 'hoplugins.trainingExperience.dao' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Utility classes should not have a public or default constructor. 15
Error Variable 'query' should be declared final. 39
Error Don't use trailing comments. 40
Error Don't use trailing comments. 41
Error Variable 'count' should be declared final. 42
Error Don't use trailing comments. 45
Error Don't use trailing comments. 46
Error Don't use trailing comments. 58
Error Variable 'query' should be declared final. 58
Error Variable 'rs' should be declared final. 59
Error Don't use trailing comments. 64
Error Must have at least one statement. 70
Error Don't use trailing comments. 80
Error Variable 'rs' should be declared final. 80
Error Catching 'Exception' is not allowed. 82
Error Don't use trailing comments. 83
Error Don't use trailing comments. 84
Error Don't use trailing comments. 85
Error Don't use trailing comments. 86
Error Don't use trailing comments. 87
Error Don't use trailing comments. 88
Error Don't use trailing comments. 92
Error Variable 'rs' should be declared final. 92
Error Catching 'Exception' is not allowed. 94

hoplugins/trainingExperience/dao/EffectDAO.java

ErrorLine
Error Name 'hoplugins.trainingExperience.dao' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Class should define a constructor. 38
Error Utility classes should not have a public or default constructor. 38
Error Expected an @return tag. 50
Error Method length is 136 lines (max allowed is 50). 58
Error Variable 'weeklySkillups' should be declared final. 60
Error Variable 'players' should be declared final. 64
Error Variable 'iterPlayers' should be declared final. 68
Error Variable 'player' should be declared final. 69
Error Variable 'otm' should be declared final. 70
Error Variable 'skillups' should be declared final. 71
Error Variable 'iterSkillups' should be declared final. 73
Error Variable 'skillup' should be declared final. 74
Error Don't use trailing comments. 75
Error Variable 'key' should be declared final. 75
Error Variable 'db' should be declared final. 87
Error Variable 'date' should be declared final. 91
Error Variable 'datum' should be declared final. 94
Error Variable 'tDateset' should be declared final. 95
Error Variable 'trainingDates' should be declared final. 97
Error Catching 'Exception' is not allowed. 105
Error Must have at least one statement. 105
Error Variable 't1' should be declared final. 111
Error Variable 't2' should be declared final. 112
Error Variable 'trainCalendar' should be declared final. 118
Error Variable 'iter' should be declared final. 120
Error Variable 'trainDate' should be declared final. 121
Error Name 'minHrf_SQLStmt' must match pattern '^[a-z][a-zA-Z0-9]*$'. 125
Error Variable 'minHrf_SQLStmt' should be declared final. 125
Error Variable 'minHRFSet' should be declared final. 132
Error Don't use trailing comments. 138
Error Catching 'Exception' is not allowed. 140
Error Name 'maxHrf_SQLStmt' must match pattern '^[a-z][a-zA-Z0-9]*$'. 147
Error Variable 'maxHrf_SQLStmt' should be declared final. 147
Error Variable 'maxHRFSet' should be declared final. 154
Error Don't use trailing comments. 160
Error Catching 'Exception' is not allowed. 162
Error Don't use trailing comments. 171
Error Don't use trailing comments. 176
Error Don't use trailing comments. 177
Error Don't use trailing comments. 181
Error Don't use trailing comments. 182
Error Variable 'valuesBeforeUpdate' should be declared final. 189
Error Don't use trailing comments. 191
Error Don't use trailing comments. 196
Error Variable 'result' should be declared final. 196
Error Don't use trailing comments. 197
Error Don't use trailing comments. 199
Error Don't use trailing comments. 205
Error Don't use trailing comments. 210
Error Variable 'playerID' should be declared final. 210
Error Variable 'before' should be declared final. 213
Error Don't use trailing comments. 215
Error Don't use trailing comments. 216
Error Don't use trailing comments. 226
Error Variable 'key' should be declared final. 226
Error Catching 'Exception' is not allowed. 241

hoplugins/trainingExperience/ui/AnalyzerPanel.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Don't use trailing comments. 55
Error Field 'btAll' is used in only one method. 60
Error Javadoc has empty description section. 80
Error Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. 83
Error Variable 'iter' should be declared final. 85
Error Variable 'bModel' should be declared final. 86
Error Method 'reload' is not designed for extension - needs to be abstract, final or empty. 100
Error Javadoc has empty description section. 109
Error Method 'stateChanged' is not designed for extension - needs to be abstract, final or empty. 112
Error Unused parameter 'e'. 112
Error Method 'updateTableModel' is not designed for extension - needs to be abstract, final or empty. 119
Error Method length is 59 lines (max allowed is 50). 119
Error Variable 'values' should be declared final. 120
Error Variable 'iter' should be declared final. 122
Error Variable 'skillType' should be declared final. 123
Error Variable 'bModel' should be declared final. 124
Error Anonymous inner class length is 29 lines (max allowed is 20). 138
Error Return count is 7 (max allowed is 5). 139
Error Variable 'sc1' should be declared final. 140
Error Variable 'sc2' should be declared final. 141
Error Variable 'skillupsByType' should be declared final. 200
Error Variable 'iter' should be declared final. 202
Error Variable 'player' should be declared final. 203
Error Variable 'otm' should be declared final. 205
Error 'skillups' hides a field. 207
Error Variable 'skillups' should be declared final. 207
Error Variable 'iterator' should be declared final. 209
Error Variable 'skillup' should be declared final. 210
Error Variable 'skillType' should be declared final. 211
Error Variable 'skillType' should be declared final. 235
Error Variable 'cBox' should be declared final. 247
Error Variable 'panel' should be declared final. 267
Error Variable 'mainpanel' should be declared final. 284
Error Variable 'skillPanel' should be declared final. 288
Error Don't use trailing comments. 291
Error Variable 'changesPane' should be declared final. 297
Error Variable 'cbOldPlayers' should be declared final. 301
Error Don't use trailing comments. 304
Error Variable 'sidePanel' should be declared final. 312
Error Don't use trailing comments. 319
Error Variable 'sidePane' should be declared final. 325

hoplugins/trainingExperience/ui/EffectPanel.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Method 'reload' is not designed for extension - needs to be abstract, final or empty. 48
Error Variable 'p' should be declared final. 77
Error Don't use trailing comments. 82
Error Variable 'label' should be declared final. 82
Error Variable 'mainpanel' should be declared final. 87
Error Variable 'effectPane' should be declared final. 91

hoplugins/trainingExperience/ui/MainPanel.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Method 'getOutput' is not designed for extension - needs to be abstract, final or empty. 48
Error Method 'getRecap' is not designed for extension - needs to be abstract, final or empty. 57
Error Method 'reload' is not designed for extension - needs to be abstract, final or empty. 64
Error Variable 'pane' should be declared final. 77

hoplugins/trainingExperience/ui/OutputPanel.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Field 'm_jpPanel' is used in only one method. 45
Error Name 'm_jpPanel' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Name 'm_jtOutputTable' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Field 'sorter' is used in only one method. 47
Error Method 'reload' is not designed for extension - needs to be abstract, final or empty. 64
Error Variable 'otm' should be declared final. 65
Error Name 'import_matches' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
Error Variable 'model' should be declared final. 74
Error Don't use trailing comments. 75
Error Variable 'input' should be declared final. 75
Error Variable 'matchID' should be declared final. 78
Error Don't use trailing comments. 82
Error Don't use trailing comments. 83
Error Don't use trailing comments. 84
Error Don't use trailing comments. 88
Error Don't use trailing comments. 89
Error Catching 'Exception' is not allowed. 91
Error Don't use trailing comments. 92
Error Don't use trailing comments. 93
Error Method length is 58 lines (max allowed is 50). 100
Error Variable 'model' should be declared final. 101
Error Variable 'outputTableModel' should be declared final. 106
Error Variable 'rowSM' should be declared final. 115
Error Variable 'column' should be declared final. 120
Error Variable 'scrollPane' should be declared final. 147
Error Name 'm_jpPanel2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 151
Error Variable 'm_jpPanel2' should be declared final. 151
Error Don't use trailing comments. 155
Error Name 'p_JB_berechne' must match pattern '^[a-z][a-zA-Z0-9]*$'. 155
Error Variable 'p_JB_berechne' should be declared final. 155
Error Unused parameter 'arg0'. 158
Error Don't use trailing comments. 166
Error Name 'p_JB_import' must match pattern '^[a-z][a-zA-Z0-9]*$'. 166
Error Variable 'p_JB_import' should be declared final. 166
Error Unused parameter 'arg0'. 169

hoplugins/trainingExperience/ui/OutputTable.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 46
Error Javadoc has empty description section. 66
Error Expected @param tag for 'numRows'. 79
Error Expected @param tag for 'numColumns'. 79
Error Expected @param tag for 'dm'. 88
Error Expected @param tag for 'rowData'. 98
Error Expected @param tag for 'columnNames'. 98
Error Expected @param tag for 'rowData'. 108
Error Expected @param tag for 'columnNames'. 108
Error Expected @param tag for 'dm'. 118
Error Expected @param tag for 'cm'. 118
Error Expected @param tag for 'dm'. 129
Error Expected @param tag for 'cm'. 129
Error Expected @param tag for 'sm'. 129
Error Method 'getToolTipText' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error Variable 'tableModel' should be declared final. 137
Error Variable 'p' should be declared final. 138
Error Variable 'rowIndex' should be declared final. 139
Error Variable 'colIndex' should be declared final. 140
Error Variable 'realColumnIndex' should be declared final. 141
Error Variable 'realRowIndex' should be declared final. 142
Error Variable 'obj' should be declared final. 145
Error Don't use trailing comments. 150

hoplugins/trainingExperience/ui/OutputTableSorter.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error '{' should be on the previous line. 18
Error Expected @param tag for 'tableModel'. 24
Error '{' should be on the previous line. 25
Error Method 'getCustomComparator' is not designed for extension - needs to be abstract, final or empty. 36
Error '{' should be on the previous line. 37
Error '{' should be on the previous line. 39
Error Anonymous inner class length is 34 lines (max allowed is 20). 40
Error Definition of 'equals()' without corresponding definition of 'hashCode()'. 42
Error Unused parameter 'arg0'. 42
Error '{' should be on the previous line. 43
Error '{' should be on the previous line. 48
Error Variable 'v1' should be declared final. 49
Error Variable 'v2' should be declared final. 50
Error '{' should be on the previous line. 53
Error '{' should be on the previous line. 58
Error '{' should be on the previous line. 63
Error '{' should be on the previous line. 68
Error Method 'getToolTipAt' is not designed for extension - needs to be abstract, final or empty. 88
Error Expected @param tag for 'rowIndex'. 88
Error Expected @param tag for 'columnIndex'. 88
Error '{' should be on the previous line. 89
Error Variable 'ttm' should be declared final. 90
Error Method 'fillWithData' is not designed for extension - needs to be abstract, final or empty. 98
Error '{' should be on the previous line. 99
Error Variable 'ttm' should be declared final. 100

hoplugins/trainingExperience/ui/PlayerDetailPanel.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Don't use trailing comments. 37
Error Method 'reload' is not designed for extension - needs to be abstract, final or empty. 58
Error Don't use trailing comments. 60
Error Don't use trailing comments. 63
Error Variable 'trainings' should be declared final. 76
Error Variable 'ftm' should be declared final. 79
Error Variable 'iter' should be declared final. 89
Error Variable 'element' should be declared final. 90
Error Variable 'skillIndex' should be declared final. 96
Error Variable 'fp' should be declared final. 102
Error Variable 'sub' should be declared final. 103
Error Variable 'actual' should be declared final. 104
Error Return count is 9 (max allowed is 5). 124
Error switch without "default" clause. 125
Error Variable 'initialValue' should be declared final. 167
Error Variable 'finalValue' should be declared final. 168
Error Variable 'skillup' should be declared final. 169
Error Variable 'model' should be declared final. 198
Error Variable 'mainPanel' should be declared final. 199
Error Variable 'namePanel' should be declared final. 206
Error Don't use trailing comments. 209
Error Variable 'bottom' should be declared final. 213
Error Don't use trailing comments. 216
Error Don't use trailing comments. 217
Error Don't use trailing comments. 218
Error Don't use trailing comments. 219
Error Don't use trailing comments. 220
Error Don't use trailing comments. 221
Error Variable 'skillIndex' should be declared final. 224
Error Don't use trailing comments. 227
Error Variable 'p' should be declared final. 232

hoplugins/trainingExperience/ui/PlayerSelectionListener.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
Error Debug statement 10
Error Variable 'table' must be private and have accessor methods. 26
Error Variable 'playerIdColumn' explicitly initialized to '0' (default value for its type). 29
Error Variable 'playerIdColumn' must be private and have accessor methods. 29
Error Method 'valueChanged' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Variable 'index' should be declared final. 56
Error Variable 'playerId' should be declared final. 59
Error Catching 'Exception' is not allowed. 62
Error Debug statement 63

hoplugins/trainingExperience/ui/SkillupPanel.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Don't use trailing comments. 36
Error Don't use trailing comments. 37
Error Don't use trailing comments. 38
Error Don't use trailing comments. 39
Error Method 'addRow' is not designed for extension - needs to be abstract, final or empty. 58
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 59
Error Variable 'v' should be declared final. 59
Error Don't use trailing comments. 61
Error Don't use trailing comments. 63
Error Don't use trailing comments. 64
Error Don't use trailing comments. 65
Error Don't use trailing comments. 66
Error Don't use trailing comments. 67
Error Method 'reload' is not designed for extension - needs to be abstract, final or empty. 76
Error Variable 'iter' should be declared final. 86
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 119
Error Variable 'data' should be declared final. 119
Error Variable 'scrollPane' should be declared final. 134
Error Variable 'headerPanel' should be declared final. 139
Error Don't use trailing comments. 143
Error Variable 'l' should be declared final. 143

hoplugins/trainingExperience/ui/SkillupTable.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Method 'getToolTipText' is not designed for extension - needs to be abstract, final or empty. 40
Error Variable 'tableModel' should be declared final. 41
Error Variable 'p' should be declared final. 42
Error Variable 'rowIndex' should be declared final. 43
Error Must have at least one statement. 48
Error Variable 'obj' should be declared final. 52
Error Don't use trailing comments. 57

hoplugins/trainingExperience/ui/StaffPanel.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Expected an @return tag. 64
Error Method 'getCoTrainerNumber' is not designed for extension - needs to be abstract, final or empty. 64
Error Expected an @return tag. 73
Error Method 'getKeeperTrainerNumber' is not designed for extension - needs to be abstract, final or empty. 73
Error Expected an @return tag. 82
Error Method 'getTrainerLevelNumber' is not designed for extension - needs to be abstract, final or empty. 82
Error Method 'reload' is not designed for extension - needs to be abstract, final or empty. 89
Error Assignment of parameter 'value' is not allowed. 113
Error Catching 'Exception' is not allowed. 118
Error Must have at least one statement. 118
Error Assignment of parameter 'value' is not allowed. 129
Error Catching 'Exception' is not allowed. 134
Error Must have at least one statement. 134
Error Assignment of parameter 'value' is not allowed. 156
Error Catching 'Exception' is not allowed. 161
Error Must have at least one statement. 161
Error Variable 'model' should be declared final. 169
Error Method length is 63 lines (max allowed is 50). 181
Error Variable 'model' should be declared final. 182
Error Variable 'main' should be declared final. 183
Error Catching 'RuntimeException' is not allowed. 192
Error Unused parameter 'e'. 198
Error Variable 'n' should be declared final. 200
Error Catching 'RuntimeException' is not allowed. 220
Error Unused parameter 'e'. 226
Error Catching 'RuntimeException' is not allowed. 238
Error Unused parameter 'e'. 244
Error Variable 'n' should be declared final. 246
Error Don't use trailing comments. 261
Error Don't use trailing comments. 263
Error Don't use trailing comments. 265

hoplugins/trainingExperience/ui/TrainingComparator.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 8
Error Class should define a constructor. 20
Error Method 'compare' is not designed for extension - needs to be abstract, final or empty. 26
Error Missing a Javadoc comment. 26
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 27
Error Variable 'v1' should be declared final. 27
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 28
Error Variable 'v2' should be declared final. 28
Error Don't use trailing comments. 31
Error Variable 's1' should be declared final. 31
Error Don't use trailing comments. 32
Error Variable 's2' should be declared final. 32
Error Don't use trailing comments. 34
Error Don't use trailing comments. 36

hoplugins/trainingExperience/ui/TrainingLegendPanel.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
Error Don't use trailing comments. 49
Error Variable 'title' should be declared final. 49
Error Variable 'skill' should be declared final. 55
Error Variable 'skill' should be declared final. 62
Error Variable 'icon' should be declared final. 80
Error Expected @param tag for 'skill'. 92
Error Variable 'color' should be declared final. 93
Error Variable 'lcolor' should be declared final. 94
Error Variable 'icon' should be declared final. 98
Error Name 'ReplaceImageColor' must match pattern '^[a-z][a-zA-Z0-9]*$'. 115
Error Expected @param tag for 'image'. 115
Error Expected @param tag for 'oldColor'. 115
Error Expected @param tag for 'newColor'. 115
Error Variable 'filteredimagesource' should be declared final. 116
Error Unnecessary parentheses around assignment right-hand side. 117
Error Unnecessary parentheses around expression. 121
Error Unnecessary parentheses around identifier 'filteredimagesource'. 121
Error Variable 'transparency' explicitly initialized to 'false' (default value for its type). 133
Error Variable 'transparency' must be private and have accessor methods. 133
Error Variable 'newColor' explicitly initialized to '0' (default value for its type). 136
Error Variable 'newColor' must be private and have accessor methods. 136
Error Variable 'oldColor' explicitly initialized to '0' (default value for its type). 139
Error Variable 'oldColor' must be private and have accessor methods. 139
Error Variable 'transparentColor' explicitly initialized to '0' (default value for its type). 142
Error Variable 'transparentColor' must be private and have accessor methods. 142
Error Unused parameter 'x'. 174
Error Unused parameter 'y'. 174

hoplugins/trainingExperience/ui/TrainingPanel.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Method 'getFutureTrainings' is not designed for extension - needs to be abstract, final or empty. 64
Error Method 'getOldTrainings' is not designed for extension - needs to be abstract, final or empty. 73
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 73
Error Method 'reload' is not designed for extension - needs to be abstract, final or empty. 80
Error Variable 'model' should be declared final. 90
Error Variable 'oldTable' should be declared final. 95
Error Variable 'scrollPane' should be declared final. 99
Error Variable 'scrollPane2' should be declared final. 109
Error Variable 'panel2' should be declared final. 115
Error Don't use trailing comments. 120
Error Variable 'l' should be declared final. 120
Error Don't use trailing comments. 124
Error Variable 'button' should be declared final. 124
Error Unused parameter 'arg0'. 127
Error Variable 'editor' should be declared final. 128
Error Don't use trailing comments. 136
Error Variable 'pane2' should be declared final. 143
Error Variable 'pane' should be declared final. 148
Error Don't use trailing comments. 150
Error Don't use trailing comments. 152

hoplugins/trainingExperience/ui/TrainingRecapPanel.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Field 'recapTable' is used in only one method. 49
Error Method 'reload' is not designed for extension - needs to be abstract, final or empty. 66
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 70
Error Variable 'columns' should be declared final. 70
Error Variable 'trainings' should be declared final. 73
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 75
Error Variable 'v' should be declared final. 75
Error Variable 'players' should be declared final. 77
Error Variable 'iter' should be declared final. 79
Error Variable 'player' should be declared final. 80
Error Variable 'ftm' should be declared final. 81
Error Variable 'su' should be declared final. 89
Error Declaring variables, return values or parameters of type 'HashMap' is not allowed. 96
Error Variable 'maps' should be declared final. 96
Error Variable 'iterator' should be declared final. 98
Error Variable 'skillup' should be declared final. 99
Error Don't use trailing comments. 101
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 104
Error Variable 'row' should be declared final. 104
Error Variable 's' should be declared final. 110
Error Don't use trailing comments. 113
Error Don't use trailing comments. 115
Error Variable 'sorted' should be declared final. 128
Error Variable 'iter' should be declared final. 131
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 132
Error Variable 'row' should be declared final. 132
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 145
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 146
Error Variable 'columns' should be declared final. 146
Error Don't use trailing comments. 148
Error Don't use trailing comments. 149
Error Catching 'Exception' is not allowed. 166
Error Must have at least one statement. 166
Error Variable 'season' should be declared final. 173
Error Don't use trailing comments. 177
Error Don't use trailing comments. 180
Error Variable 'panel' should be declared final. 193
Error Don't use trailing comments. 198
Error Variable 'title' should be declared final. 198
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 203
Error Variable 'columns' should be declared final. 203
Error Variable 'table' should be declared final. 207
Error Variable 'scrollTable' should be declared final. 216
Error Variable 'lastSTCol' should be declared final. 219
Error Variable 'lockedTable' should be declared final. 225

hoplugins/trainingExperience/ui/TrainingRecapTable.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Don't use trailing comments. 37
Error Don't use trailing comments. 38
Error Variable 'columnModel' should be declared final. 42
Error Variable 'columnModel' should be declared final. 52
Error Method 'getLockedTable' is not designed for extension - needs to be abstract, final or empty. 74
Error Method 'getScrollTable' is not designed for extension - needs to be abstract, final or empty. 83

hoplugins/trainingExperience/ui/TrainingTable.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Field 'p_IHMM_HOMiniModel' is used in only one method. 22
Error Name 'p_IHMM_HOMiniModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Error Variable 'comboBox' should be declared final. 46
Error Variable 'column' should be declared final. 47
Error Variable 'intensiBox' should be declared final. 53
Error Variable 'column2' should be declared final. 54

hoplugins/trainingExperience/ui/bar/ColorModus.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui.bar' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Variable 'dunkel' must be private and have accessor methods. 16
Error Variable 'hell' must be private and have accessor methods. 19
Error Variable 'mittel' must be private and have accessor methods. 22

hoplugins/trainingExperience/ui/bar/StateBar.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui.bar' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Field 'bkgcolor' is used in only one method. 25
Error Field 'breite' is used in only one method. 28
Error Field 'hoehe' is used in only one method. 29
Error Expected @param tag for 'lvl1'. 43
Error Expected @param tag for 'lvl2'. 43
Error Expected @param tag for 'c1'. 43
Error Expected @param tag for 'c2'. 43
Error Method 'change' is not designed for extension - needs to be abstract, final or empty. 59
Error Expected @param tag for 'lvl1'. 59
Error Expected @param tag for 'lvl2'. 59
Error Don't use trailing comments. 63
Error Don't use trailing comments. 66
Error Don't use trailing comments. 70
Error Method 'paint' is not designed for extension - needs to be abstract, final or empty. 83
Error Expected @param tag for 'g'. 83
Error Variable 'g2d' should be declared final. 84
Error Variable 'width' should be declared final. 90
Error Variable 'height' should be declared final. 91
Error Variable 'height' should be declared final. 114
Error Variable 'width' should be declared final. 115
Error Variable 'laenge' should be declared final. 116

hoplugins/trainingExperience/ui/bar/VerticalIndicator.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui.bar' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Name '_actual' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
Error Name '_total' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
Error Variable 'bar' should be declared final. 43
Error Expected an @return tag. 58
Error Method 'getPercentage' is not designed for extension - needs to be abstract, final or empty. 58
Error Expected an @return tag. 67
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 67
Error Don't use trailing comments. 68
Error Expected an @return tag. 76
Error Method 'getToolTipText' is not designed for extension - needs to be abstract, final or empty. 76
Error Don't use trailing comments. 77
Error Expected an @return tag. 85
Error Method 'getTotal' is not designed for extension - needs to be abstract, final or empty. 85

hoplugins/trainingExperience/ui/component/DividerListener.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui.component' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Don't use trailing comments. 19
Error Expected @param tag for '_key'. 28
Error Name '_key' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Error Method 'propertyChange' is not designed for extension - needs to be abstract, final or empty. 39
Error Expected @param tag for 'e'. 39
Error Variable 'value' should be declared final. 40
Error Variable 'newDivLoc' should be declared final. 41

hoplugins/trainingExperience/ui/component/FutureSettingPanel.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui.component' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Method 'resetFutureTraininhgs' is not designed for extension - needs to be abstract, final or empty. 54
Error Name 'p_IHMM_miniModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Error Variable 'p_IHMM_miniModel' should be declared final. 55
Error Variable 'futureTrainings' should be declared final. 56
Error Variable 'iter' should be declared final. 58
Error Variable 'train' should be declared final. 59
Error Don't use trailing comments. 78
Error Variable 'button' should be declared final. 78
Error Unused parameter 'arg0'. 81

hoplugins/trainingExperience/ui/component/IntensityComboBox.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui.component' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2

hoplugins/trainingExperience/ui/component/TrainingComboBox.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui.component' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Name 'p_IHMM_HOMiniModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. 25
Error Variable 'p_IHMM_HOMiniModel' should be declared final. 25
Error Don't use trailing comments. 27
Error Don't use trailing comments. 28
Error Don't use trailing comments. 29
Error Don't use trailing comments. 30
Error Don't use trailing comments. 31
Error Don't use trailing comments. 32
Error Don't use trailing comments. 33
Error Don't use trailing comments. 34
Error Don't use trailing comments. 35
Error Don't use trailing comments. 36
Error Don't use trailing comments. 37
Error Don't use trailing comments. 38
Error Don't use trailing comments. 41

hoplugins/trainingExperience/ui/model/AbstractTrainingsTableModel.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Name 'p_IHMM_miniModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Error Variable 'p_IHMM_miniModel' must be private and have accessor methods. 20
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 23
Error Name 'p_V_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Variable 'p_V_data' must be private and have accessor methods. 23
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 26
Error Name 'p_V_trainingsVector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
Error Variable 'p_V_trainingsVector' must be private and have accessor methods. 26
Error Expected @param tag for 'miniModel'. 36
Error Don't use trailing comments. 41
Error Don't use trailing comments. 42
Error Don't use trailing comments. 43
Error Don't use trailing comments. 44
Error Expected an @return tag. 57
Error Method 'isCellEditable' is not designed for extension - needs to be abstract, final or empty. 57
Error Expected @param tag for 'row'. 57
Error Unused parameter 'row'. 57
Error Expected @param tag for 'column'. 57
Error Expected an @return tag. 68
Error Method 'getColumnClass' is not designed for extension - needs to be abstract, final or empty. 68
Error Expected @param tag for 'column'. 68
Error Expected an @return tag. 77
Error Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. 77
Error Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. 88
Error Expected @param tag for 'column'. 88
Error Expected an @return tag. 97
Error Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. 97
Error Method 'getTrainingsData' is not designed for extension - needs to be abstract, final or empty. 106
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 106
Error Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. 118
Error Expected @param tag for 'row'. 118
Error Expected @param tag for 'column'. 118
Error Variable 'aobj' should be declared final. 119

hoplugins/trainingExperience/ui/model/ChangesTableModel.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Don't use trailing comments. 37
Error Don't use trailing comments. 38
Error Don't use trailing comments. 39
Error Don't use trailing comments. 40
Error Don't use trailing comments. 41
Error Don't use trailing comments. 42
Error Don't use trailing comments. 43
Error Javadoc has empty description section. 50
Error Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. 53
Error Javadoc has empty description section. 57
Error Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. 60
Error Javadoc has empty description section. 64
Error Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. 67
Error Javadoc has empty description section. 71
Error Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. 74
Error Return count is 8 (max allowed is 5). 74
Error Variable 'change' should be declared final. 75
Error Don't use trailing comments. 101

hoplugins/trainingExperience/ui/model/EffectTableModel.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Don't use trailing comments. 48
Error Don't use trailing comments. 49
Error Don't use trailing comments. 50
Error Don't use trailing comments. 51
Error Don't use trailing comments. 52
Error Don't use trailing comments. 53
Error Don't use trailing comments. 54
Error Don't use trailing comments. 55
Error Javadoc has empty description section. 62
Error Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. 65
Error Javadoc has empty description section. 69
Error Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. 72
Error Javadoc has empty description section. 76
Error Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. 79
Error Javadoc has empty description section. 83
Error Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. 86
Error Return count is 9 (max allowed is 5). 86
Error Variable 'effect' should be declared final. 87
Error Don't use trailing comments. 103
Error Don't use trailing comments. 110
Error Don't use trailing comments. 117

hoplugins/trainingExperience/ui/model/FutureTrainingsTableModel.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Expected @param tag for 'miniModel'. 28
Error Method 'setValueAt' is not designed for extension - needs to be abstract, final or empty. 43
Error Expected @param tag for 'value'. 43
Error Expected @param tag for 'row'. 43
Error Expected @param tag for 'col'. 43
Error Variable 'aobj' should be declared final. 44
Error Variable 'train' should be declared final. 48
Error Variable 'selection' should be declared final. 51
Error Variable 'intense' should be declared final. 57
Error Method 'populate' is not designed for extension - needs to be abstract, final or empty. 71
Error Variable 'futureTrainings' should be declared final. 79
Error Variable 'iter' should be declared final. 81
Error Variable 'selectedTrain' should be declared final. 97
Error Unnecessary parentheses around assignment right-hand side. 99
Error Don't use trailing comments. 100
Error Don't use trailing comments. 101

hoplugins/trainingExperience/ui/model/OutputTableModel.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Don't use trailing comments. 28
Error Field 'DEFAULT_VALUE' is used in only one method. 28
Error Name 'p_IHMM_HOMiniModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Error Variable 'p_IHMM_HOMiniModel' explicitly initialized to 'null' (default value for its type). 32
Error Don't use trailing comments. 35
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 35
Error Name 'p_V_columnNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Variable 'p_V_columnNames' explicitly initialized to 'null' (default value for its type). 35
Error Don't use trailing comments. 38
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 38
Error Name 'p_V_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Error Variable 'p_V_data' explicitly initialized to 'null' (default value for its type). 38
Error Expected @param tag for 'p_IHMM_HOMiniModel'. 47
Error Name 'p_IHMM_HOMiniModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Don't use trailing comments. 55
Error Don't use trailing comments. 56
Error Don't use trailing comments. 57
Error Don't use trailing comments. 58
Error Don't use trailing comments. 59
Error Don't use trailing comments. 60
Error Don't use trailing comments. 61
Error Don't use trailing comments. 62
Error Don't use trailing comments. 63
Error Don't use trailing comments. 64
Error Don't use trailing comments. 65
Error Don't use trailing comments. 66
Error Method 'getColumnClass' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. 92
Error Missing a Javadoc comment. 92
Error Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error Method 'getToolTipAt' is not designed for extension - needs to be abstract, final or empty. 111
Error Expected @param tag for 'rowIndex'. 111
Error Expected @param tag for 'columnIndex'. 111
Error Variable 'vi' should be declared final. 112
Error Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120
Error Return count is 14 (max allowed is 5). 120
Error Variable 'spieler' should be declared final. 122
Error Don't use trailing comments. 126
Error Don't use trailing comments. 129
Error Don't use trailing comments. 134
Error Catching 'Exception' is not allowed. 167
Error Method 'fillWithData' is not designed for extension - needs to be abstract, final or empty. 175
Error Variable 'coTrainer' should be declared final. 189
Error Variable 'keeperTrainer' should be declared final. 190
Error Variable 'trainer' should be declared final. 191
Error Variable 'offset' should be declared final. 193
Error Variable 'length' should be declared final. 194
Error Variable 'point' should be declared final. 209
Error Variable 'vi' should be declared final. 210

hoplugins/trainingExperience/ui/model/PastTrainingsTableModel.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Expected @param tag for 'miniModel'. 26
Error Method 'setValueAt' is not designed for extension - needs to be abstract, final or empty. 40
Error Expected @param tag for 'value'. 40
Error Expected @param tag for 'row'. 40
Error Expected @param tag for 'col'. 40
Error Variable 'aobj' should be declared final. 41
Error Variable 'train' should be declared final. 45
Error Variable 'selection' should be declared final. 48
Error Variable 'intense' should be declared final. 54
Error Method 'populate' is not designed for extension - needs to be abstract, final or empty. 66
Error Variable 'it' should be declared final. 75
Error Variable 'train' should be declared final. 76
Error Variable 'selectedTrain' should be declared final. 77
Error Unnecessary parentheses around assignment right-hand side. 79
Error Don't use trailing comments. 80
Error Don't use trailing comments. 81

hoplugins/trainingExperience/ui/renderer/ChangeTableRenderer.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui.renderer' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Class should define a constructor. 19
Error Field 'SILVER' is used in only one method. 23
Error Javadoc has empty description section. 27
Error Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. 31
Error More than 5 parameters. 31
Error Variable 'isOld' should be declared final. 35
Error Variable 'skill' should be declared final. 47
Error Must have at least one statement. 51

hoplugins/trainingExperience/ui/renderer/OutputTableRenderer.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui.renderer' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 8
Error Class should define a constructor. 24
Error Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error More than 5 parameters. 30
Error Variable 'cell' should be declared final. 32
Error Variable 'vi' should be declared final. 36

hoplugins/trainingExperience/ui/renderer/SkillupTableRenderer.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui.renderer' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 8
Error Class should define a constructor. 27
Error Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error More than 5 parameters. 33
Error Variable 'cell' should be declared final. 35
Error Must have at least one statement. 42
Error Variable 'skill' should be declared final. 47

hoplugins/trainingExperience/ui/renderer/SkillupTypeTableCellRenderer.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui.renderer' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Class should define a constructor. 18
Error Unused private field 'SILVER'. 22
Error Javadoc has empty description section. 26
Error Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. 30
Error More than 5 parameters. 30
Error Variable 'skill' should be declared final. 35
Error Must have at least one statement. 40

hoplugins/trainingExperience/ui/renderer/SkillupsTableCellRenderer.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui.renderer' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Class should define a constructor. 18
Error Unused private field 'SILVER'. 22
Error Javadoc has empty description section. 26
Error Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. 30
Error More than 5 parameters. 30
Error Variable 'count' should be declared final. 35
Error Must have at least one statement. 39

hoplugins/trainingExperience/ui/renderer/TrainingRecapRenderer.java

ErrorLine
Error Name 'hoplugins.trainingExperience.ui.renderer' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Class should define a constructor. 22
Error Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error More than 5 parameters. 28
Error Variable 's' should be declared final. 34
Error Don't use trailing comments. 35
Error Variable 'skills' should be declared final. 35
Error Variable 'skillType' should be declared final. 41
Error Variable 'color' should be declared final. 42
Error Catching 'Exception' is not allowed. 46
Error Must have at least one statement. 46
Error Variable 'val' should be declared final. 50
Error Catching 'Exception' is not allowed. 54
Error Must have at least one statement. 54

hoplugins/trainingExperience/vo/FutureTrainingWeek.java

ErrorLine
Error Name 'hoplugins.trainingExperience.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Class should define a constructor. 11
Error Method 'setIntensitaet' is not designed for extension - needs to be abstract, final or empty. 33
Error Expected @param tag for 'intensity'. 33
Error Method 'getIntensitaet' is not designed for extension - needs to be abstract, final or empty. 42
Error Method 'setSeason' is not designed for extension - needs to be abstract, final or empty. 51
Error Expected @param tag for 'season'. 51
Error Expected an @return tag. 60
Error Method 'getSeason' is not designed for extension - needs to be abstract, final or empty. 60
Error Method 'setTyp' is not designed for extension - needs to be abstract, final or empty. 69
Error Expected @param tag for 'type'. 69
Error Method 'getTyp' is not designed for extension - needs to be abstract, final or empty. 78
Error Method 'setWeek' is not designed for extension - needs to be abstract, final or empty. 87
Error Expected @param tag for 'week'. 87
Error Method 'getWeek' is not designed for extension - needs to be abstract, final or empty. 96
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 105
Error Variable 'buffer' should be declared final. 106

hoplugins/trainingExperience/vo/PastSkillup.java

ErrorLine
Error Name 'hoplugins.trainingExperience.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Class should define a constructor. 12
Error Method 'setDate' is not designed for extension - needs to be abstract, final or empty. 40
Error Expected @param tag for 'date'. 40
Error Expected an @return tag. 49
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 49
Error Method 'setHtSeason' is not designed for extension - needs to be abstract, final or empty. 58
Error Expected @param tag for 'i'. 58
Error Expected an @return tag. 67
Error Method 'getHtSeason' is not designed for extension - needs to be abstract, final or empty. 67
Error Method 'setHtWeek' is not designed for extension - needs to be abstract, final or empty. 76
Error Expected @param tag for 'i'. 76
Error Expected an @return tag. 85
Error Method 'getHtWeek' is not designed for extension - needs to be abstract, final or empty. 85
Error Method 'setTrainType' is not designed for extension - needs to be abstract, final or empty. 94
Error Expected @param tag for 'i'. 94
Error Expected an @return tag. 103
Error Method 'getTrainType' is not designed for extension - needs to be abstract, final or empty. 103
Error Method 'setType' is not designed for extension - needs to be abstract, final or empty. 112
Error Expected @param tag for 'type'. 112
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 121
Error Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 130
Error Expected @param tag for 'newValue'. 130
Error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 139
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 148
Error Variable 'buffer' should be declared final. 149
Error Don't use trailing comments. 151
Error Don't use trailing comments. 152
Error Don't use trailing comments. 153
Error Don't use trailing comments. 154
Error Don't use trailing comments. 155
Error Don't use trailing comments. 156
Error Don't use trailing comments. 157

hoplugins/trainingExperience/vo/PlayerValues.java

ErrorLine
Error Name 'hoplugins.trainingExperience.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Field 'playerID' is used in only one method. 13
Error Method 'getForm' is not designed for extension - needs to be abstract, final or empty. 36
Error Method 'getPlayerID' is not designed for extension - needs to be abstract, final or empty. 45
Error Method 'getTsi' is not designed for extension - needs to be abstract, final or empty. 54

hoplugins/trainingExperience/vo/SkillChange.java

ErrorLine
Error Name 'hoplugins.trainingExperience.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Method 'getPlayer' is not designed for extension - needs to be abstract, final or empty. 39
Error Method 'getSkillup' is not designed for extension - needs to be abstract, final or empty. 48

hoplugins/trainingExperience/vo/TrainWeekEffect.java

ErrorLine
Error Name 'hoplugins.trainingExperience.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 2
Error Method 'setAmountSkillups' is not designed for extension - needs to be abstract, final or empty. 74
Error Method 'getAmountSkillups' is not designed for extension - needs to be abstract, final or empty. 83
Error Method 'setAverageForm' is not designed for extension - needs to be abstract, final or empty. 92
Error 'avgForm' hides a field. 92
Error Method 'getAverageForm' is not designed for extension - needs to be abstract, final or empty. 101
Error Method 'setAverageTSI' is not designed for extension - needs to be abstract, final or empty. 110
Error 'avgTSI' hides a field. 110
Error Method 'getAverageTSI' is not designed for extension - needs to be abstract, final or empty. 119
Error Method 'getFormDecrease' is not designed for extension - needs to be abstract, final or empty. 128
Error Method 'getFormIncrease' is not designed for extension - needs to be abstract, final or empty. 137
Error Method 'getHRFafterUpdate' is not designed for extension - needs to be abstract, final or empty. 146
Error Method 'getHRFbeforeUpdate' is not designed for extension - needs to be abstract, final or empty. 155
Error Method 'getHattrickSeason' is not designed for extension - needs to be abstract, final or empty. 164
Error Method 'getHattrickWeek' is not designed for extension - needs to be abstract, final or empty. 173
Error Method 'getTSIDecrease' is not designed for extension - needs to be abstract, final or empty. 182
Error Method 'getTSIIncrease' is not designed for extension - needs to be abstract, final or empty. 191
Error Method 'setTotalTSI' is not designed for extension - needs to be abstract, final or empty. 200
Error Method 'getTotalTSI' is not designed for extension - needs to be abstract, final or empty. 209
Error Method 'addForm' is not designed for extension - needs to be abstract, final or empty. 218
Error Method 'addTSI' is not designed for extension - needs to be abstract, final or empty. 231
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 244
Error Variable 'buffer' should be declared final. 245