Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
94 | 0 | 0 | 933 |
Files
hoplugins/TrainingExperience.java
Error | Line |
| Debug statement |
4
|
| Class should define a constructor. |
32
|
| Method 'getPluginName' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Don't use trailing comments. |
67
|
| Expected an @return tag. |
75
|
| Expected an @return tag. |
84
|
| Expected an @return tag. |
93
|
| Expected an @return tag. |
102
|
| Expected an @return tag. |
111
|
| Method 'getUnquenchableFiles' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. |
127
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
183
|
| Don't use trailing comments. |
184
|
| Method 'getPluginID' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. |
210
|
| Method 'start' is not designed for extension - needs to be abstract, final or empty. |
219
|
| Missing a Javadoc comment. |
219
|
| Unused parameter 'hOMiniModel'. |
219
|
| Variable 'leftPane' should be declared final. |
229
|
| Don't use trailing comments. |
232
|
| Don't use trailing comments. |
234
|
| Variable 'bottomPanel' should be declared final. |
236
|
| Don't use trailing comments. |
239
|
| Don't use trailing comments. |
241
|
| Variable 'splitPanel' should be declared final. |
243
|
| Don't use trailing comments. |
246
|
| Don't use trailing comments. |
248
|
| Variable 'mainPanel' should be declared final. |
250
|
| Don't use trailing comments. |
253
|
| Don't use trailing comments. |
255
|
| Catching 'RuntimeException' is not allowed. |
261
|
| Debug statement |
263
|
hoplugins/trainingExperience/OldTrainingManager.java
Error | Line |
| Name 'hoplugins.trainingExperience' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Expected @param tag for 'player'. |
45
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
60
|
| Variable 'v' should be declared final. |
60
|
| Variable 'iter' should be declared final. |
63
|
| Variable 'element' should be declared final. |
64
|
| Don't use trailing comments. |
68
|
| Variable 'htDate' should be declared final. |
68
|
| Variable 'trainingDate' should be declared final. |
70
|
| Variable 'comp' should be declared final. |
93
|
| Method 'getAllSkillups' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Method 'getTrainedSkillups' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Variable 'calendar' should be declared final. |
127
|
| Variable 'skillup' should be declared final. |
130
|
| Class should define a constructor. |
146
|
| Javadoc has empty description section. |
149
|
| Variable 'skillup1' should be declared final. |
153
|
| Variable 'skillup2' should be declared final. |
154
|
hoplugins/trainingExperience/constants/Skills.java
Error | Line |
| Name 'hoplugins.trainingExperience.constants' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
16
|
| Utility classes should not have a public or default constructor. |
16
|
| Return count is 10 (max allowed is 5). |
26
|
| switch without "default" clause. |
27
|
| Return count is 9 (max allowed is 5). |
93
|
| switch without "default" clause. |
94
|
| Return count is 10 (max allowed is 5). |
130
|
| switch without "default" clause. |
132
|
| Don't use trailing comments. |
134
|
| Don't use trailing comments. |
137
|
| Don't use trailing comments. |
140
|
| Don't use trailing comments. |
143
|
| Don't use trailing comments. |
146
|
| Don't use trailing comments. |
149
|
| Don't use trailing comments. |
152
|
| Don't use trailing comments. |
155
|
| Don't use trailing comments. |
158
|
| Don't use trailing comments. |
161
|
| Return count is 10 (max allowed is 5). |
172
|
| Expected @param tag for 'spieler'. |
172
|
| switch without "default" clause. |
173
|
| Return count is 9 (max allowed is 5). |
212
|
| switch without "default" clause. |
213
|
hoplugins/trainingExperience/constants/Trainings.java
Error | Line |
| Name 'hoplugins.trainingExperience.constants' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
15
|
| Utility classes should not have a public or default constructor. |
15
|
| Name 'p_IHMM_miniModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
27
|
| Variable 'p_IHMM_miniModel' should be declared final. |
27
|
| Don't use trailing comments. |
31
|
| Don't use trailing comments. |
35
|
| Don't use trailing comments. |
39
|
| Don't use trailing comments. |
43
|
| Don't use trailing comments. |
47
|
| Don't use trailing comments. |
51
|
| Don't use trailing comments. |
55
|
| Don't use trailing comments. |
59
|
| Don't use trailing comments. |
63
|
| Don't use trailing comments. |
67
|
| Don't use trailing comments. |
71
|
| Don't use trailing comments. |
75
|
| Don't use trailing comments. |
80
|
| Name 'p_IHMM_miniModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
95
|
| Variable 'p_IHMM_miniModel' should be declared final. |
95
|
| Don't use trailing comments. |
96
|
| Don't use trailing comments. |
100
|
| Don't use trailing comments. |
104
|
| Don't use trailing comments. |
108
|
| Don't use trailing comments. |
112
|
| Don't use trailing comments. |
116
|
| Don't use trailing comments. |
120
|
| Don't use trailing comments. |
124
|
| Don't use trailing comments. |
128
|
| Don't use trailing comments. |
132
|
| Don't use trailing comments. |
136
|
| Don't use trailing comments. |
140
|
| Don't use trailing comments. |
144
|
| Don't use trailing comments. |
149
|
hoplugins/trainingExperience/dao/DividerDAO.java
Error | Line |
| Name 'hoplugins.trainingExperience.dao' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Utility classes should not have a public or default constructor. |
15
|
| Variable 'query' should be declared final. |
39
|
| Don't use trailing comments. |
40
|
| Don't use trailing comments. |
41
|
| Variable 'count' should be declared final. |
42
|
| Don't use trailing comments. |
45
|
| Don't use trailing comments. |
46
|
| Don't use trailing comments. |
58
|
| Variable 'query' should be declared final. |
58
|
| Variable 'rs' should be declared final. |
59
|
| Don't use trailing comments. |
64
|
| Must have at least one statement. |
70
|
| Don't use trailing comments. |
80
|
| Variable 'rs' should be declared final. |
80
|
| Catching 'Exception' is not allowed. |
82
|
| Don't use trailing comments. |
83
|
| Don't use trailing comments. |
84
|
| Don't use trailing comments. |
85
|
| Don't use trailing comments. |
86
|
| Don't use trailing comments. |
87
|
| Don't use trailing comments. |
88
|
| Don't use trailing comments. |
92
|
| Variable 'rs' should be declared final. |
92
|
| Catching 'Exception' is not allowed. |
94
|
hoplugins/trainingExperience/dao/EffectDAO.java
Error | Line |
| Name 'hoplugins.trainingExperience.dao' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
38
|
| Utility classes should not have a public or default constructor. |
38
|
| Expected an @return tag. |
50
|
| Method length is 136 lines (max allowed is 50). |
58
|
| Variable 'weeklySkillups' should be declared final. |
60
|
| Variable 'players' should be declared final. |
64
|
| Variable 'iterPlayers' should be declared final. |
68
|
| Variable 'player' should be declared final. |
69
|
| Variable 'otm' should be declared final. |
70
|
| Variable 'skillups' should be declared final. |
71
|
| Variable 'iterSkillups' should be declared final. |
73
|
| Variable 'skillup' should be declared final. |
74
|
| Don't use trailing comments. |
75
|
| Variable 'key' should be declared final. |
75
|
| Variable 'db' should be declared final. |
87
|
| Variable 'date' should be declared final. |
91
|
| Variable 'datum' should be declared final. |
94
|
| Variable 'tDateset' should be declared final. |
95
|
| Variable 'trainingDates' should be declared final. |
97
|
| Catching 'Exception' is not allowed. |
105
|
| Must have at least one statement. |
105
|
| Variable 't1' should be declared final. |
111
|
| Variable 't2' should be declared final. |
112
|
| Variable 'trainCalendar' should be declared final. |
118
|
| Variable 'iter' should be declared final. |
120
|
| Variable 'trainDate' should be declared final. |
121
|
| Name 'minHrf_SQLStmt' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
125
|
| Variable 'minHrf_SQLStmt' should be declared final. |
125
|
| Variable 'minHRFSet' should be declared final. |
132
|
| Don't use trailing comments. |
138
|
| Catching 'Exception' is not allowed. |
140
|
| Name 'maxHrf_SQLStmt' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
147
|
| Variable 'maxHrf_SQLStmt' should be declared final. |
147
|
| Variable 'maxHRFSet' should be declared final. |
154
|
| Don't use trailing comments. |
160
|
| Catching 'Exception' is not allowed. |
162
|
| Don't use trailing comments. |
171
|
| Don't use trailing comments. |
176
|
| Don't use trailing comments. |
177
|
| Don't use trailing comments. |
181
|
| Don't use trailing comments. |
182
|
| Variable 'valuesBeforeUpdate' should be declared final. |
189
|
| Don't use trailing comments. |
191
|
| Don't use trailing comments. |
196
|
| Variable 'result' should be declared final. |
196
|
| Don't use trailing comments. |
197
|
| Don't use trailing comments. |
199
|
| Don't use trailing comments. |
205
|
| Don't use trailing comments. |
210
|
| Variable 'playerID' should be declared final. |
210
|
| Variable 'before' should be declared final. |
213
|
| Don't use trailing comments. |
215
|
| Don't use trailing comments. |
216
|
| Don't use trailing comments. |
226
|
| Variable 'key' should be declared final. |
226
|
| Catching 'Exception' is not allowed. |
241
|
hoplugins/trainingExperience/ui/AnalyzerPanel.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Don't use trailing comments. |
55
|
| Field 'btAll' is used in only one method. |
60
|
| Javadoc has empty description section. |
80
|
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Variable 'iter' should be declared final. |
85
|
| Variable 'bModel' should be declared final. |
86
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Javadoc has empty description section. |
109
|
| Method 'stateChanged' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Unused parameter 'e'. |
112
|
| Method 'updateTableModel' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Method length is 59 lines (max allowed is 50). |
119
|
| Variable 'values' should be declared final. |
120
|
| Variable 'iter' should be declared final. |
122
|
| Variable 'skillType' should be declared final. |
123
|
| Variable 'bModel' should be declared final. |
124
|
| Anonymous inner class length is 29 lines (max allowed is 20). |
138
|
| Return count is 7 (max allowed is 5). |
139
|
| Variable 'sc1' should be declared final. |
140
|
| Variable 'sc2' should be declared final. |
141
|
| Variable 'skillupsByType' should be declared final. |
200
|
| Variable 'iter' should be declared final. |
202
|
| Variable 'player' should be declared final. |
203
|
| Variable 'otm' should be declared final. |
205
|
| 'skillups' hides a field. |
207
|
| Variable 'skillups' should be declared final. |
207
|
| Variable 'iterator' should be declared final. |
209
|
| Variable 'skillup' should be declared final. |
210
|
| Variable 'skillType' should be declared final. |
211
|
| Variable 'skillType' should be declared final. |
235
|
| Variable 'cBox' should be declared final. |
247
|
| Variable 'panel' should be declared final. |
267
|
| Variable 'mainpanel' should be declared final. |
284
|
| Variable 'skillPanel' should be declared final. |
288
|
| Don't use trailing comments. |
291
|
| Variable 'changesPane' should be declared final. |
297
|
| Variable 'cbOldPlayers' should be declared final. |
301
|
| Don't use trailing comments. |
304
|
| Variable 'sidePanel' should be declared final. |
312
|
| Don't use trailing comments. |
319
|
| Variable 'sidePane' should be declared final. |
325
|
hoplugins/trainingExperience/ui/EffectPanel.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Variable 'p' should be declared final. |
77
|
| Don't use trailing comments. |
82
|
| Variable 'label' should be declared final. |
82
|
| Variable 'mainpanel' should be declared final. |
87
|
| Variable 'effectPane' should be declared final. |
91
|
hoplugins/trainingExperience/ui/MainPanel.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'getOutput' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Method 'getRecap' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Variable 'pane' should be declared final. |
77
|
hoplugins/trainingExperience/ui/OutputPanel.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Field 'm_jpPanel' is used in only one method. |
45
|
| Name 'm_jpPanel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
45
|
| Name 'm_jtOutputTable' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
46
|
| Field 'sorter' is used in only one method. |
47
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Variable 'otm' should be declared final. |
65
|
| Name 'import_matches' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
73
|
| Variable 'model' should be declared final. |
74
|
| Don't use trailing comments. |
75
|
| Variable 'input' should be declared final. |
75
|
| Variable 'matchID' should be declared final. |
78
|
| Don't use trailing comments. |
82
|
| Don't use trailing comments. |
83
|
| Don't use trailing comments. |
84
|
| Don't use trailing comments. |
88
|
| Don't use trailing comments. |
89
|
| Catching 'Exception' is not allowed. |
91
|
| Don't use trailing comments. |
92
|
| Don't use trailing comments. |
93
|
| Method length is 58 lines (max allowed is 50). |
100
|
| Variable 'model' should be declared final. |
101
|
| Variable 'outputTableModel' should be declared final. |
106
|
| Variable 'rowSM' should be declared final. |
115
|
| Variable 'column' should be declared final. |
120
|
| Variable 'scrollPane' should be declared final. |
147
|
| Name 'm_jpPanel2' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
151
|
| Variable 'm_jpPanel2' should be declared final. |
151
|
| Don't use trailing comments. |
155
|
| Name 'p_JB_berechne' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
155
|
| Variable 'p_JB_berechne' should be declared final. |
155
|
| Unused parameter 'arg0'. |
158
|
| Don't use trailing comments. |
166
|
| Name 'p_JB_import' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
166
|
| Variable 'p_JB_import' should be declared final. |
166
|
| Unused parameter 'arg0'. |
169
|
hoplugins/trainingExperience/ui/OutputTable.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
46
|
| Javadoc has empty description section. |
66
|
| Expected @param tag for 'numRows'. |
79
|
| Expected @param tag for 'numColumns'. |
79
|
| Expected @param tag for 'dm'. |
88
|
| Expected @param tag for 'rowData'. |
98
|
| Expected @param tag for 'columnNames'. |
98
|
| Expected @param tag for 'rowData'. |
108
|
| Expected @param tag for 'columnNames'. |
108
|
| Expected @param tag for 'dm'. |
118
|
| Expected @param tag for 'cm'. |
118
|
| Expected @param tag for 'dm'. |
129
|
| Expected @param tag for 'cm'. |
129
|
| Expected @param tag for 'sm'. |
129
|
| Method 'getToolTipText' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Missing a Javadoc comment. |
136
|
| Variable 'tableModel' should be declared final. |
137
|
| Variable 'p' should be declared final. |
138
|
| Variable 'rowIndex' should be declared final. |
139
|
| Variable 'colIndex' should be declared final. |
140
|
| Variable 'realColumnIndex' should be declared final. |
141
|
| Variable 'realRowIndex' should be declared final. |
142
|
| Variable 'obj' should be declared final. |
145
|
| Don't use trailing comments. |
150
|
hoplugins/trainingExperience/ui/OutputTableSorter.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| '{' should be on the previous line. |
18
|
| Expected @param tag for 'tableModel'. |
24
|
| '{' should be on the previous line. |
25
|
| Method 'getCustomComparator' is not designed for extension - needs to be abstract, final or empty. |
36
|
| '{' should be on the previous line. |
37
|
| '{' should be on the previous line. |
39
|
| Anonymous inner class length is 34 lines (max allowed is 20). |
40
|
| Definition of 'equals()' without corresponding definition of 'hashCode()'. |
42
|
| Unused parameter 'arg0'. |
42
|
| '{' should be on the previous line. |
43
|
| '{' should be on the previous line. |
48
|
| Variable 'v1' should be declared final. |
49
|
| Variable 'v2' should be declared final. |
50
|
| '{' should be on the previous line. |
53
|
| '{' should be on the previous line. |
58
|
| '{' should be on the previous line. |
63
|
| '{' should be on the previous line. |
68
|
| Method 'getToolTipAt' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Expected @param tag for 'rowIndex'. |
88
|
| Expected @param tag for 'columnIndex'. |
88
|
| '{' should be on the previous line. |
89
|
| Variable 'ttm' should be declared final. |
90
|
| Method 'fillWithData' is not designed for extension - needs to be abstract, final or empty. |
98
|
| '{' should be on the previous line. |
99
|
| Variable 'ttm' should be declared final. |
100
|
hoplugins/trainingExperience/ui/PlayerDetailPanel.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Don't use trailing comments. |
37
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Don't use trailing comments. |
60
|
| Don't use trailing comments. |
63
|
| Variable 'trainings' should be declared final. |
76
|
| Variable 'ftm' should be declared final. |
79
|
| Variable 'iter' should be declared final. |
89
|
| Variable 'element' should be declared final. |
90
|
| Variable 'skillIndex' should be declared final. |
96
|
| Variable 'fp' should be declared final. |
102
|
| Variable 'sub' should be declared final. |
103
|
| Variable 'actual' should be declared final. |
104
|
| Return count is 9 (max allowed is 5). |
124
|
| switch without "default" clause. |
125
|
| Variable 'initialValue' should be declared final. |
167
|
| Variable 'finalValue' should be declared final. |
168
|
| Variable 'skillup' should be declared final. |
169
|
| Variable 'model' should be declared final. |
198
|
| Variable 'mainPanel' should be declared final. |
199
|
| Variable 'namePanel' should be declared final. |
206
|
| Don't use trailing comments. |
209
|
| Variable 'bottom' should be declared final. |
213
|
| Don't use trailing comments. |
216
|
| Don't use trailing comments. |
217
|
| Don't use trailing comments. |
218
|
| Don't use trailing comments. |
219
|
| Don't use trailing comments. |
220
|
| Don't use trailing comments. |
221
|
| Variable 'skillIndex' should be declared final. |
224
|
| Don't use trailing comments. |
227
|
| Variable 'p' should be declared final. |
232
|
hoplugins/trainingExperience/ui/PlayerSelectionListener.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
5
|
| Debug statement |
10
|
| Variable 'table' must be private and have accessor methods. |
26
|
| Variable 'playerIdColumn' explicitly initialized to '0' (default value for its type). |
29
|
| Variable 'playerIdColumn' must be private and have accessor methods. |
29
|
| Method 'valueChanged' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Variable 'index' should be declared final. |
56
|
| Variable 'playerId' should be declared final. |
59
|
| Catching 'Exception' is not allowed. |
62
|
| Debug statement |
63
|
hoplugins/trainingExperience/ui/SkillupPanel.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Don't use trailing comments. |
36
|
| Don't use trailing comments. |
37
|
| Don't use trailing comments. |
38
|
| Don't use trailing comments. |
39
|
| Method 'addRow' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
59
|
| Variable 'v' should be declared final. |
59
|
| Don't use trailing comments. |
61
|
| Don't use trailing comments. |
63
|
| Don't use trailing comments. |
64
|
| Don't use trailing comments. |
65
|
| Don't use trailing comments. |
66
|
| Don't use trailing comments. |
67
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Variable 'iter' should be declared final. |
86
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
119
|
| Variable 'data' should be declared final. |
119
|
| Variable 'scrollPane' should be declared final. |
134
|
| Variable 'headerPanel' should be declared final. |
139
|
| Don't use trailing comments. |
143
|
| Variable 'l' should be declared final. |
143
|
hoplugins/trainingExperience/ui/SkillupTable.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'getToolTipText' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Variable 'tableModel' should be declared final. |
41
|
| Variable 'p' should be declared final. |
42
|
| Variable 'rowIndex' should be declared final. |
43
|
| Must have at least one statement. |
48
|
| Variable 'obj' should be declared final. |
52
|
| Don't use trailing comments. |
57
|
hoplugins/trainingExperience/ui/StaffPanel.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Expected an @return tag. |
64
|
| Method 'getCoTrainerNumber' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Expected an @return tag. |
73
|
| Method 'getKeeperTrainerNumber' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Expected an @return tag. |
82
|
| Method 'getTrainerLevelNumber' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Assignment of parameter 'value' is not allowed. |
113
|
| Catching 'Exception' is not allowed. |
118
|
| Must have at least one statement. |
118
|
| Assignment of parameter 'value' is not allowed. |
129
|
| Catching 'Exception' is not allowed. |
134
|
| Must have at least one statement. |
134
|
| Assignment of parameter 'value' is not allowed. |
156
|
| Catching 'Exception' is not allowed. |
161
|
| Must have at least one statement. |
161
|
| Variable 'model' should be declared final. |
169
|
| Method length is 63 lines (max allowed is 50). |
181
|
| Variable 'model' should be declared final. |
182
|
| Variable 'main' should be declared final. |
183
|
| Catching 'RuntimeException' is not allowed. |
192
|
| Unused parameter 'e'. |
198
|
| Variable 'n' should be declared final. |
200
|
| Catching 'RuntimeException' is not allowed. |
220
|
| Unused parameter 'e'. |
226
|
| Catching 'RuntimeException' is not allowed. |
238
|
| Unused parameter 'e'. |
244
|
| Variable 'n' should be declared final. |
246
|
| Don't use trailing comments. |
261
|
| Don't use trailing comments. |
263
|
| Don't use trailing comments. |
265
|
hoplugins/trainingExperience/ui/TrainingComparator.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
8
|
| Class should define a constructor. |
20
|
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. |
26
|
| Missing a Javadoc comment. |
26
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
27
|
| Variable 'v1' should be declared final. |
27
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
28
|
| Variable 'v2' should be declared final. |
28
|
| Don't use trailing comments. |
31
|
| Variable 's1' should be declared final. |
31
|
| Don't use trailing comments. |
32
|
| Variable 's2' should be declared final. |
32
|
| Don't use trailing comments. |
34
|
| Don't use trailing comments. |
36
|
hoplugins/trainingExperience/ui/TrainingLegendPanel.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
5
|
| Don't use trailing comments. |
49
|
| Variable 'title' should be declared final. |
49
|
| Variable 'skill' should be declared final. |
55
|
| Variable 'skill' should be declared final. |
62
|
| Variable 'icon' should be declared final. |
80
|
| Expected @param tag for 'skill'. |
92
|
| Variable 'color' should be declared final. |
93
|
| Variable 'lcolor' should be declared final. |
94
|
| Variable 'icon' should be declared final. |
98
|
| Name 'ReplaceImageColor' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
115
|
| Expected @param tag for 'image'. |
115
|
| Expected @param tag for 'oldColor'. |
115
|
| Expected @param tag for 'newColor'. |
115
|
| Variable 'filteredimagesource' should be declared final. |
116
|
| Unnecessary parentheses around assignment right-hand side. |
117
|
| Unnecessary parentheses around expression. |
121
|
| Unnecessary parentheses around identifier 'filteredimagesource'. |
121
|
| Variable 'transparency' explicitly initialized to 'false' (default value for its type). |
133
|
| Variable 'transparency' must be private and have accessor methods. |
133
|
| Variable 'newColor' explicitly initialized to '0' (default value for its type). |
136
|
| Variable 'newColor' must be private and have accessor methods. |
136
|
| Variable 'oldColor' explicitly initialized to '0' (default value for its type). |
139
|
| Variable 'oldColor' must be private and have accessor methods. |
139
|
| Variable 'transparentColor' explicitly initialized to '0' (default value for its type). |
142
|
| Variable 'transparentColor' must be private and have accessor methods. |
142
|
| Unused parameter 'x'. |
174
|
| Unused parameter 'y'. |
174
|
hoplugins/trainingExperience/ui/TrainingPanel.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'getFutureTrainings' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Method 'getOldTrainings' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
73
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Variable 'model' should be declared final. |
90
|
| Variable 'oldTable' should be declared final. |
95
|
| Variable 'scrollPane' should be declared final. |
99
|
| Variable 'scrollPane2' should be declared final. |
109
|
| Variable 'panel2' should be declared final. |
115
|
| Don't use trailing comments. |
120
|
| Variable 'l' should be declared final. |
120
|
| Don't use trailing comments. |
124
|
| Variable 'button' should be declared final. |
124
|
| Unused parameter 'arg0'. |
127
|
| Variable 'editor' should be declared final. |
128
|
| Don't use trailing comments. |
136
|
| Variable 'pane2' should be declared final. |
143
|
| Variable 'pane' should be declared final. |
148
|
| Don't use trailing comments. |
150
|
| Don't use trailing comments. |
152
|
hoplugins/trainingExperience/ui/TrainingRecapPanel.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Field 'recapTable' is used in only one method. |
49
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
70
|
| Variable 'columns' should be declared final. |
70
|
| Variable 'trainings' should be declared final. |
73
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
75
|
| Variable 'v' should be declared final. |
75
|
| Variable 'players' should be declared final. |
77
|
| Variable 'iter' should be declared final. |
79
|
| Variable 'player' should be declared final. |
80
|
| Variable 'ftm' should be declared final. |
81
|
| Variable 'su' should be declared final. |
89
|
| Declaring variables, return values or parameters of type 'HashMap' is not allowed. |
96
|
| Variable 'maps' should be declared final. |
96
|
| Variable 'iterator' should be declared final. |
98
|
| Variable 'skillup' should be declared final. |
99
|
| Don't use trailing comments. |
101
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
104
|
| Variable 'row' should be declared final. |
104
|
| Variable 's' should be declared final. |
110
|
| Don't use trailing comments. |
113
|
| Don't use trailing comments. |
115
|
| Variable 'sorted' should be declared final. |
128
|
| Variable 'iter' should be declared final. |
131
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
132
|
| Variable 'row' should be declared final. |
132
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
145
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
146
|
| Variable 'columns' should be declared final. |
146
|
| Don't use trailing comments. |
148
|
| Don't use trailing comments. |
149
|
| Catching 'Exception' is not allowed. |
166
|
| Must have at least one statement. |
166
|
| Variable 'season' should be declared final. |
173
|
| Don't use trailing comments. |
177
|
| Don't use trailing comments. |
180
|
| Variable 'panel' should be declared final. |
193
|
| Don't use trailing comments. |
198
|
| Variable 'title' should be declared final. |
198
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
203
|
| Variable 'columns' should be declared final. |
203
|
| Variable 'table' should be declared final. |
207
|
| Variable 'scrollTable' should be declared final. |
216
|
| Variable 'lastSTCol' should be declared final. |
219
|
| Variable 'lockedTable' should be declared final. |
225
|
hoplugins/trainingExperience/ui/TrainingRecapTable.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Don't use trailing comments. |
37
|
| Don't use trailing comments. |
38
|
| Variable 'columnModel' should be declared final. |
42
|
| Variable 'columnModel' should be declared final. |
52
|
| Method 'getLockedTable' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Method 'getScrollTable' is not designed for extension - needs to be abstract, final or empty. |
83
|
hoplugins/trainingExperience/ui/TrainingTable.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Field 'p_IHMM_HOMiniModel' is used in only one method. |
22
|
| Name 'p_IHMM_HOMiniModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
22
|
| Variable 'comboBox' should be declared final. |
46
|
| Variable 'column' should be declared final. |
47
|
| Variable 'intensiBox' should be declared final. |
53
|
| Variable 'column2' should be declared final. |
54
|
hoplugins/trainingExperience/ui/bar/ColorModus.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui.bar' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Variable 'dunkel' must be private and have accessor methods. |
16
|
| Variable 'hell' must be private and have accessor methods. |
19
|
| Variable 'mittel' must be private and have accessor methods. |
22
|
hoplugins/trainingExperience/ui/bar/StateBar.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui.bar' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Field 'bkgcolor' is used in only one method. |
25
|
| Field 'breite' is used in only one method. |
28
|
| Field 'hoehe' is used in only one method. |
29
|
| Expected @param tag for 'lvl1'. |
43
|
| Expected @param tag for 'lvl2'. |
43
|
| Expected @param tag for 'c1'. |
43
|
| Expected @param tag for 'c2'. |
43
|
| Method 'change' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Expected @param tag for 'lvl1'. |
59
|
| Expected @param tag for 'lvl2'. |
59
|
| Don't use trailing comments. |
63
|
| Don't use trailing comments. |
66
|
| Don't use trailing comments. |
70
|
| Method 'paint' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Expected @param tag for 'g'. |
83
|
| Variable 'g2d' should be declared final. |
84
|
| Variable 'width' should be declared final. |
90
|
| Variable 'height' should be declared final. |
91
|
| Variable 'height' should be declared final. |
114
|
| Variable 'width' should be declared final. |
115
|
| Variable 'laenge' should be declared final. |
116
|
hoplugins/trainingExperience/ui/bar/VerticalIndicator.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui.bar' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Name '_actual' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
29
|
| Name '_total' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
29
|
| Variable 'bar' should be declared final. |
43
|
| Expected an @return tag. |
58
|
| Method 'getPercentage' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Expected an @return tag. |
67
|
| Method 'getText' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Don't use trailing comments. |
68
|
| Expected an @return tag. |
76
|
| Method 'getToolTipText' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Don't use trailing comments. |
77
|
| Expected an @return tag. |
85
|
| Method 'getTotal' is not designed for extension - needs to be abstract, final or empty. |
85
|
hoplugins/trainingExperience/ui/component/DividerListener.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui.component' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Don't use trailing comments. |
19
|
| Expected @param tag for '_key'. |
28
|
| Name '_key' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
28
|
| Method 'propertyChange' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Expected @param tag for 'e'. |
39
|
| Variable 'value' should be declared final. |
40
|
| Variable 'newDivLoc' should be declared final. |
41
|
hoplugins/trainingExperience/ui/component/FutureSettingPanel.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui.component' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'resetFutureTraininhgs' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Name 'p_IHMM_miniModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
55
|
| Variable 'p_IHMM_miniModel' should be declared final. |
55
|
| Variable 'futureTrainings' should be declared final. |
56
|
| Variable 'iter' should be declared final. |
58
|
| Variable 'train' should be declared final. |
59
|
| Don't use trailing comments. |
78
|
| Variable 'button' should be declared final. |
78
|
| Unused parameter 'arg0'. |
81
|
hoplugins/trainingExperience/ui/component/IntensityComboBox.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui.component' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
hoplugins/trainingExperience/ui/component/TrainingComboBox.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui.component' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Name 'p_IHMM_HOMiniModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
25
|
| Variable 'p_IHMM_HOMiniModel' should be declared final. |
25
|
| Don't use trailing comments. |
27
|
| Don't use trailing comments. |
28
|
| Don't use trailing comments. |
29
|
| Don't use trailing comments. |
30
|
| Don't use trailing comments. |
31
|
| Don't use trailing comments. |
32
|
| Don't use trailing comments. |
33
|
| Don't use trailing comments. |
34
|
| Don't use trailing comments. |
35
|
| Don't use trailing comments. |
36
|
| Don't use trailing comments. |
37
|
| Don't use trailing comments. |
38
|
| Don't use trailing comments. |
41
|
hoplugins/trainingExperience/ui/model/AbstractTrainingsTableModel.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Name 'p_IHMM_miniModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
20
|
| Variable 'p_IHMM_miniModel' must be private and have accessor methods. |
20
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
23
|
| Name 'p_V_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
23
|
| Variable 'p_V_data' must be private and have accessor methods. |
23
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
26
|
| Name 'p_V_trainingsVector' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
26
|
| Variable 'p_V_trainingsVector' must be private and have accessor methods. |
26
|
| Expected @param tag for 'miniModel'. |
36
|
| Don't use trailing comments. |
41
|
| Don't use trailing comments. |
42
|
| Don't use trailing comments. |
43
|
| Don't use trailing comments. |
44
|
| Expected an @return tag. |
57
|
| Method 'isCellEditable' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Expected @param tag for 'row'. |
57
|
| Unused parameter 'row'. |
57
|
| Expected @param tag for 'column'. |
57
|
| Expected an @return tag. |
68
|
| Method 'getColumnClass' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Expected @param tag for 'column'. |
68
|
| Expected an @return tag. |
77
|
| Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Expected @param tag for 'column'. |
88
|
| Expected an @return tag. |
97
|
| Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Method 'getTrainingsData' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
106
|
| Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Expected @param tag for 'row'. |
118
|
| Expected @param tag for 'column'. |
118
|
| Variable 'aobj' should be declared final. |
119
|
hoplugins/trainingExperience/ui/model/ChangesTableModel.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Don't use trailing comments. |
37
|
| Don't use trailing comments. |
38
|
| Don't use trailing comments. |
39
|
| Don't use trailing comments. |
40
|
| Don't use trailing comments. |
41
|
| Don't use trailing comments. |
42
|
| Don't use trailing comments. |
43
|
| Javadoc has empty description section. |
50
|
| Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Javadoc has empty description section. |
57
|
| Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Javadoc has empty description section. |
64
|
| Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Javadoc has empty description section. |
71
|
| Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Return count is 8 (max allowed is 5). |
74
|
| Variable 'change' should be declared final. |
75
|
| Don't use trailing comments. |
101
|
hoplugins/trainingExperience/ui/model/EffectTableModel.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Don't use trailing comments. |
48
|
| Don't use trailing comments. |
49
|
| Don't use trailing comments. |
50
|
| Don't use trailing comments. |
51
|
| Don't use trailing comments. |
52
|
| Don't use trailing comments. |
53
|
| Don't use trailing comments. |
54
|
| Don't use trailing comments. |
55
|
| Javadoc has empty description section. |
62
|
| Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Javadoc has empty description section. |
69
|
| Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Javadoc has empty description section. |
76
|
| Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Javadoc has empty description section. |
83
|
| Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Return count is 9 (max allowed is 5). |
86
|
| Variable 'effect' should be declared final. |
87
|
| Don't use trailing comments. |
103
|
| Don't use trailing comments. |
110
|
| Don't use trailing comments. |
117
|
hoplugins/trainingExperience/ui/model/FutureTrainingsTableModel.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Expected @param tag for 'miniModel'. |
28
|
| Method 'setValueAt' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Expected @param tag for 'value'. |
43
|
| Expected @param tag for 'row'. |
43
|
| Expected @param tag for 'col'. |
43
|
| Variable 'aobj' should be declared final. |
44
|
| Variable 'train' should be declared final. |
48
|
| Variable 'selection' should be declared final. |
51
|
| Variable 'intense' should be declared final. |
57
|
| Method 'populate' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Variable 'futureTrainings' should be declared final. |
79
|
| Variable 'iter' should be declared final. |
81
|
| Variable 'selectedTrain' should be declared final. |
97
|
| Unnecessary parentheses around assignment right-hand side. |
99
|
| Don't use trailing comments. |
100
|
| Don't use trailing comments. |
101
|
hoplugins/trainingExperience/ui/model/OutputTableModel.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Don't use trailing comments. |
28
|
| Field 'DEFAULT_VALUE' is used in only one method. |
28
|
| Name 'p_IHMM_HOMiniModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| Variable 'p_IHMM_HOMiniModel' explicitly initialized to 'null' (default value for its type). |
32
|
| Don't use trailing comments. |
35
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
35
|
| Name 'p_V_columnNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Variable 'p_V_columnNames' explicitly initialized to 'null' (default value for its type). |
35
|
| Don't use trailing comments. |
38
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
38
|
| Name 'p_V_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38
|
| Variable 'p_V_data' explicitly initialized to 'null' (default value for its type). |
38
|
| Expected @param tag for 'p_IHMM_HOMiniModel'. |
47
|
| Name 'p_IHMM_HOMiniModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
47
|
| Don't use trailing comments. |
55
|
| Don't use trailing comments. |
56
|
| Don't use trailing comments. |
57
|
| Don't use trailing comments. |
58
|
| Don't use trailing comments. |
59
|
| Don't use trailing comments. |
60
|
| Don't use trailing comments. |
61
|
| Don't use trailing comments. |
62
|
| Don't use trailing comments. |
63
|
| Don't use trailing comments. |
64
|
| Don't use trailing comments. |
65
|
| Don't use trailing comments. |
66
|
| Method 'getColumnClass' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Missing a Javadoc comment. |
74
|
| Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Missing a Javadoc comment. |
85
|
| Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Missing a Javadoc comment. |
92
|
| Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Missing a Javadoc comment. |
99
|
| Method 'getToolTipAt' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Expected @param tag for 'rowIndex'. |
111
|
| Expected @param tag for 'columnIndex'. |
111
|
| Variable 'vi' should be declared final. |
112
|
| Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Missing a Javadoc comment. |
120
|
| Return count is 14 (max allowed is 5). |
120
|
| Variable 'spieler' should be declared final. |
122
|
| Don't use trailing comments. |
126
|
| Don't use trailing comments. |
129
|
| Don't use trailing comments. |
134
|
| Catching 'Exception' is not allowed. |
167
|
| Method 'fillWithData' is not designed for extension - needs to be abstract, final or empty. |
175
|
| Variable 'coTrainer' should be declared final. |
189
|
| Variable 'keeperTrainer' should be declared final. |
190
|
| Variable 'trainer' should be declared final. |
191
|
| Variable 'offset' should be declared final. |
193
|
| Variable 'length' should be declared final. |
194
|
| Variable 'point' should be declared final. |
209
|
| Variable 'vi' should be declared final. |
210
|
hoplugins/trainingExperience/ui/model/PastTrainingsTableModel.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Expected @param tag for 'miniModel'. |
26
|
| Method 'setValueAt' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Expected @param tag for 'value'. |
40
|
| Expected @param tag for 'row'. |
40
|
| Expected @param tag for 'col'. |
40
|
| Variable 'aobj' should be declared final. |
41
|
| Variable 'train' should be declared final. |
45
|
| Variable 'selection' should be declared final. |
48
|
| Variable 'intense' should be declared final. |
54
|
| Method 'populate' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Variable 'it' should be declared final. |
75
|
| Variable 'train' should be declared final. |
76
|
| Variable 'selectedTrain' should be declared final. |
77
|
| Unnecessary parentheses around assignment right-hand side. |
79
|
| Don't use trailing comments. |
80
|
| Don't use trailing comments. |
81
|
hoplugins/trainingExperience/ui/renderer/ChangeTableRenderer.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui.renderer' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
19
|
| Field 'SILVER' is used in only one method. |
23
|
| Javadoc has empty description section. |
27
|
| Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. |
31
|
| More than 5 parameters. |
31
|
| Variable 'isOld' should be declared final. |
35
|
| Variable 'skill' should be declared final. |
47
|
| Must have at least one statement. |
51
|
hoplugins/trainingExperience/ui/renderer/OutputTableRenderer.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui.renderer' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
8
|
| Class should define a constructor. |
24
|
| Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. |
30
|
| Missing a Javadoc comment. |
30
|
| More than 5 parameters. |
30
|
| Variable 'cell' should be declared final. |
32
|
| Variable 'vi' should be declared final. |
36
|
hoplugins/trainingExperience/ui/renderer/SkillupTableRenderer.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui.renderer' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
8
|
| Class should define a constructor. |
27
|
| Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Missing a Javadoc comment. |
33
|
| More than 5 parameters. |
33
|
| Variable 'cell' should be declared final. |
35
|
| Must have at least one statement. |
42
|
| Variable 'skill' should be declared final. |
47
|
hoplugins/trainingExperience/ui/renderer/SkillupTypeTableCellRenderer.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui.renderer' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
18
|
| Unused private field 'SILVER'. |
22
|
| Javadoc has empty description section. |
26
|
| Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. |
30
|
| More than 5 parameters. |
30
|
| Variable 'skill' should be declared final. |
35
|
| Must have at least one statement. |
40
|
hoplugins/trainingExperience/ui/renderer/SkillupsTableCellRenderer.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui.renderer' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
18
|
| Unused private field 'SILVER'. |
22
|
| Javadoc has empty description section. |
26
|
| Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. |
30
|
| More than 5 parameters. |
30
|
| Variable 'count' should be declared final. |
35
|
| Must have at least one statement. |
39
|
hoplugins/trainingExperience/ui/renderer/TrainingRecapRenderer.java
Error | Line |
| Name 'hoplugins.trainingExperience.ui.renderer' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
22
|
| Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. |
28
|
| Missing a Javadoc comment. |
28
|
| More than 5 parameters. |
28
|
| Variable 's' should be declared final. |
34
|
| Don't use trailing comments. |
35
|
| Variable 'skills' should be declared final. |
35
|
| Variable 'skillType' should be declared final. |
41
|
| Variable 'color' should be declared final. |
42
|
| Catching 'Exception' is not allowed. |
46
|
| Must have at least one statement. |
46
|
| Variable 'val' should be declared final. |
50
|
| Catching 'Exception' is not allowed. |
54
|
| Must have at least one statement. |
54
|
hoplugins/trainingExperience/vo/FutureTrainingWeek.java
Error | Line |
| Name 'hoplugins.trainingExperience.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
11
|
| Method 'setIntensitaet' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Expected @param tag for 'intensity'. |
33
|
| Method 'getIntensitaet' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Method 'setSeason' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Expected @param tag for 'season'. |
51
|
| Expected an @return tag. |
60
|
| Method 'getSeason' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Method 'setTyp' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Expected @param tag for 'type'. |
69
|
| Method 'getTyp' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Method 'setWeek' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Expected @param tag for 'week'. |
87
|
| Method 'getWeek' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Variable 'buffer' should be declared final. |
106
|
hoplugins/trainingExperience/vo/PastSkillup.java
Error | Line |
| Name 'hoplugins.trainingExperience.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
12
|
| Method 'setDate' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Expected @param tag for 'date'. |
40
|
| Expected an @return tag. |
49
|
| Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Method 'setHtSeason' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Expected @param tag for 'i'. |
58
|
| Expected an @return tag. |
67
|
| Method 'getHtSeason' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Method 'setHtWeek' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Expected @param tag for 'i'. |
76
|
| Expected an @return tag. |
85
|
| Method 'getHtWeek' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Method 'setTrainType' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Expected @param tag for 'i'. |
94
|
| Expected an @return tag. |
103
|
| Method 'getTrainType' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Expected @param tag for 'type'. |
112
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Expected @param tag for 'newValue'. |
130
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Variable 'buffer' should be declared final. |
149
|
| Don't use trailing comments. |
151
|
| Don't use trailing comments. |
152
|
| Don't use trailing comments. |
153
|
| Don't use trailing comments. |
154
|
| Don't use trailing comments. |
155
|
| Don't use trailing comments. |
156
|
| Don't use trailing comments. |
157
|
hoplugins/trainingExperience/vo/PlayerValues.java
Error | Line |
| Name 'hoplugins.trainingExperience.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Field 'playerID' is used in only one method. |
13
|
| Method 'getForm' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Method 'getPlayerID' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Method 'getTsi' is not designed for extension - needs to be abstract, final or empty. |
54
|
hoplugins/trainingExperience/vo/SkillChange.java
Error | Line |
| Name 'hoplugins.trainingExperience.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'getPlayer' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Method 'getSkillup' is not designed for extension - needs to be abstract, final or empty. |
48
|
hoplugins/trainingExperience/vo/TrainWeekEffect.java
Error | Line |
| Name 'hoplugins.trainingExperience.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'setAmountSkillups' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Method 'getAmountSkillups' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Method 'setAverageForm' is not designed for extension - needs to be abstract, final or empty. |
92
|
| 'avgForm' hides a field. |
92
|
| Method 'getAverageForm' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Method 'setAverageTSI' is not designed for extension - needs to be abstract, final or empty. |
110
|
| 'avgTSI' hides a field. |
110
|
| Method 'getAverageTSI' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Method 'getFormDecrease' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Method 'getFormIncrease' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Method 'getHRFafterUpdate' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Method 'getHRFbeforeUpdate' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Method 'getHattrickSeason' is not designed for extension - needs to be abstract, final or empty. |
164
|
| Method 'getHattrickWeek' is not designed for extension - needs to be abstract, final or empty. |
173
|
| Method 'getTSIDecrease' is not designed for extension - needs to be abstract, final or empty. |
182
|
| Method 'getTSIIncrease' is not designed for extension - needs to be abstract, final or empty. |
191
|
| Method 'setTotalTSI' is not designed for extension - needs to be abstract, final or empty. |
200
|
| Method 'getTotalTSI' is not designed for extension - needs to be abstract, final or empty. |
209
|
| Method 'addForm' is not designed for extension - needs to be abstract, final or empty. |
218
|
| Method 'addTSI' is not designed for extension - needs to be abstract, final or empty. |
231
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
244
|
| Variable 'buffer' should be declared final. |
245
|