Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
170 | 0 | 0 | 1469 |
Files
hoplugins/TeamAnalyzer.java
Error | Line |
| Debug statement |
4
|
| Class should define a constructor. |
44
|
| Field 'PLUGIN_NAME' is used in only one method. |
48
|
| Name 'PLUGIN_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
48
|
| Field 'PLUGIN_VERSION' is used in only one method. |
51
|
| Name 'PLUGIN_VERSION' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
51
|
| Field 'PLUGIN_ID' is used in only one method. |
54
|
| Name 'PLUGIN_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
54
|
| Field 'submenu' is used in only one method. |
57
|
| Expected an @return tag. |
72
|
| Method 'getFilterPanel' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Expected an @return tag. |
81
|
| Method 'getMainPanel' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Missing a Javadoc comment. |
88
|
| Expected an @return tag. |
97
|
| Method 'getPluginID' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Method 'getPluginName' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Missing a Javadoc comment. |
104
|
| Expected an @return tag. |
113
|
| Method 'getPluginPanel' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Expected an @return tag. |
122
|
| Method 'getRatingPanel' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Expected an @return tag. |
131
|
| Method 'getRecapPanel' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Expected an @return tag. |
140
|
| Method 'getSimButton' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Method 'getUnquenchableFiles' is not designed for extension - needs to be abstract, final or empty. |
147
|
| Missing a Javadoc comment. |
147
|
| Expected an @return tag. |
156
|
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. |
163
|
| Catching 'RuntimeException' is not allowed. |
166
|
| Method 'start' is not designed for extension - needs to be abstract, final or empty. |
174
|
| Missing a Javadoc comment. |
174
|
| Unused parameter 'arg0'. |
174
|
| Catching 'RuntimeException' is not allowed. |
181
|
| Debug statement |
182
|
| Method length is 54 lines (max allowed is 50). |
189
|
| Variable 'buttonPanel' should be declared final. |
197
|
| Variable 'panel' should be declared final. |
203
|
| Variable 'leftPanel' should be declared final. |
212
|
| Variable 'mainPanel2' should be declared final. |
218
|
| Name 'm_splitPane' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
224
|
| Variable 'm_splitPane' should be declared final. |
224
|
| Variable 'menu' should be declared final. |
231
|
| Variable 'item2' should be declared final. |
232
|
| Variable 'item3' should be declared final. |
233
|
| Variable 'item4' should be declared final. |
234
|
| Variable 'item5' should be declared final. |
235
|
hoplugins/teamAnalyzer/SystemManager.java
Error | Line |
| Name 'hoplugins.teamAnalyzer' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
25
|
| Utility classes should not have a public or default constructor. |
25
|
| Variable 'updating' explicitly initialized to 'false' (default value for its type). |
41
|
| Expected @param tag for 'team'. |
56
|
| Expected an @return tag. |
65
|
| Expected an @return tag. |
74
|
| Expected @param tag for 'configuration'. |
83
|
| Expected an @return tag. |
92
|
| Expected an @return tag. |
101
|
| Expected an @return tag. |
110
|
| Expected an @return tag. |
119
|
| Expected an @return tag. |
128
|
| Variable 'team' should be declared final. |
148
|
| Variable 'lineup' should be declared final. |
209
|
hoplugins/teamAnalyzer/comparator/AppearanceComparator.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.comparator' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
14
|
| Expected an @return tag. |
25
|
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. |
25
|
| Expected @param tag for 'o1'. |
25
|
| Expected @param tag for 'o2'. |
25
|
| Variable 's1' should be declared final. |
26
|
| Variable 's2' should be declared final. |
27
|
hoplugins/teamAnalyzer/comparator/MatchComparator.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.comparator' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
15
|
| Expected an @return tag. |
26
|
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. |
26
|
| Expected @param tag for 'o1'. |
26
|
| Expected @param tag for 'o2'. |
26
|
| Variable 's1' should be declared final. |
27
|
| Variable 's2' should be declared final. |
28
|
hoplugins/teamAnalyzer/comparator/PerformanceComparator.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.comparator' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
14
|
| Expected an @return tag. |
25
|
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. |
25
|
| Expected @param tag for 'o1'. |
25
|
| Expected @param tag for 'o2'. |
25
|
| Variable 's1' should be declared final. |
26
|
| Variable 's2' should be declared final. |
27
|
| Variable 'n1' should be declared final. |
37
|
| Variable 'n2' should be declared final. |
38
|
hoplugins/teamAnalyzer/comparator/RosterPlayerComparator.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.comparator' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
14
|
| Expected an @return tag. |
25
|
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. |
25
|
| Expected @param tag for 'o1'. |
25
|
| Expected @param tag for 'o2'. |
25
|
| Variable 's1' should be declared final. |
26
|
| Variable 's2' should be declared final. |
27
|
| Variable 'n1' should be declared final. |
37
|
| Variable 'n2' should be declared final. |
38
|
hoplugins/teamAnalyzer/dao/DividerDAO.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.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
|
| Variable 'count' should be declared final. |
41
|
| Variable 'query' should be declared final. |
57
|
| Variable 'rs' should be declared final. |
58
|
| Variable 'rs' should be declared final. |
74
|
| Catching 'Exception' is not allowed. |
76
|
| Variable 'rs' should be declared final. |
85
|
| Catching 'Exception' is not allowed. |
87
|
hoplugins/teamAnalyzer/dao/FavoritesDAO.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.dao' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'isFavourite' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Expected @param tag for 'teamId'. |
39
|
| Variable 'query' should be declared final. |
40
|
| Variable 'rs' should be declared final. |
41
|
| Must have at least one statement. |
47
|
| Method 'getTeams' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Variable 'list' should be declared final. |
60
|
| Variable 'query' should be declared final. |
61
|
| Variable 'rs' should be declared final. |
62
|
| Variable 'team' should be declared final. |
66
|
| Method 'addTeam' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Method 'removeTeam' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Variable 'query' should be declared final. |
96
|
| Variable 'rs' should be declared final. |
106
|
| Catching 'Exception' is not allowed. |
109
|
hoplugins/teamAnalyzer/dao/PlayerDataDAO.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.dao' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'getPlayerInfo' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Variable 'weekNumber' should be declared final. |
46
|
| Variable 'query' should be declared final. |
48
|
| Variable 'rs' should be declared final. |
51
|
| Variable 'info' should be declared final. |
56
|
| Method 'getPlayerInfo' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Variable 'cal' should be declared final. |
79
|
| Method 'getPreviousPlayeInfo' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Variable 'rs' should be declared final. |
91
|
| Variable 'week' should be declared final. |
98
|
| Variable 'season' should be declared final. |
99
|
| Variable 'wk' should be declared final. |
100
|
| Must have at least one statement. |
103
|
| Method 'addPlayer' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Expected @param tag for 'info'. |
114
|
| Method 'updatePlayer' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Variable 'date' should be declared final. |
148
|
| Variable 'ht' should be declared final. |
159
|
| Variable 'rs' should be declared final. |
168
|
| Catching 'Exception' is not allowed. |
170
|
| Catching 'Exception' is not allowed. |
174
|
| Must have at least one statement. |
174
|
| Catching 'Exception' is not allowed. |
179
|
| Must have at least one statement. |
179
|
| Catching 'Exception' is not allowed. |
184
|
| Must have at least one statement. |
184
|
| Variable 'rs' should be declared final. |
192
|
| Catching 'Exception' is not allowed. |
194
|
| Catching 'Exception' is not allowed. |
205
|
| Must have at least one statement. |
205
|
hoplugins/teamAnalyzer/dao/PluginConfiguration.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.dao' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'setCheckTeamName' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Method 'isCheckTeamName' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Method 'setDescriptionRating' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Expected @param tag for 'b'. |
83
|
| Expected an @return tag. |
93
|
| Method 'isDescriptionRating' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Method 'setLineup' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Expected @param tag for 'b'. |
102
|
| Expected an @return tag. |
112
|
| Method 'isLineup' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Method 'setLoddarStats' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Method 'isLoddarStats' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Method 'setMixedLineup' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Expected @param tag for 'b'. |
140
|
| Expected an @return tag. |
150
|
| Method 'isMixedLineup' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Method 'setNumericRating' is not designed for extension - needs to be abstract, final or empty. |
159
|
| Expected @param tag for 'b'. |
159
|
| Expected an @return tag. |
169
|
| Method 'isNumericRating' is not designed for extension - needs to be abstract, final or empty. |
169
|
| Method 'setShowPlayerInfo' is not designed for extension - needs to be abstract, final or empty. |
178
|
| Method 'isShowPlayerInfo' is not designed for extension - needs to be abstract, final or empty. |
188
|
| Method 'setShowUnavailable' is not designed for extension - needs to be abstract, final or empty. |
197
|
| Method 'isShowUnavailable' is not designed for extension - needs to be abstract, final or empty. |
207
|
| Method 'setSmartSquad' is not designed for extension - needs to be abstract, final or empty. |
216
|
| Expected @param tag for 'b'. |
216
|
| Expected an @return tag. |
226
|
| Method 'isSmartSquad' is not designed for extension - needs to be abstract, final or empty. |
226
|
| Method 'setSquad' is not designed for extension - needs to be abstract, final or empty. |
235
|
| Expected @param tag for 'b'. |
235
|
| Expected an @return tag. |
245
|
| Method 'isSquad' is not designed for extension - needs to be abstract, final or empty. |
245
|
| Method 'setStars' is not designed for extension - needs to be abstract, final or empty. |
254
|
| Expected @param tag for 'b'. |
254
|
| Expected an @return tag. |
264
|
| Method 'isStars' is not designed for extension - needs to be abstract, final or empty. |
264
|
| Method 'setTacticDetail' is not designed for extension - needs to be abstract, final or empty. |
273
|
| Expected @param tag for 'b'. |
273
|
| Expected an @return tag. |
283
|
| Method 'isTacticDetail' is not designed for extension - needs to be abstract, final or empty. |
283
|
| Method 'setTotalStrength' is not designed for extension - needs to be abstract, final or empty. |
292
|
| Expected @param tag for 'b'. |
292
|
| Expected an @return tag. |
302
|
| Method 'isTotalStrength' is not designed for extension - needs to be abstract, final or empty. |
302
|
| Variable 'val' should be declared final. |
313
|
| Unnecessary parentheses around identifier 'value'. |
313
|
| Avoid inline conditionals. |
313
|
| Variable 'query' should be declared final. |
315
|
| Variable 'count' should be declared final. |
317
|
| Variable 'query' should be declared final. |
334
|
| Variable 'rs' should be declared final. |
335
|
| Variable 'rs' should be declared final. |
351
|
| Catching 'Exception' is not allowed. |
353
|
| Variable 'rs' should be declared final. |
358
|
| Catching 'Exception' is not allowed. |
360
|
hoplugins/teamAnalyzer/executor/UnixExec.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.executor' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
12
|
| Utility classes should not have a public or default constructor. |
12
|
| Variable 'f' should be declared final. |
24
|
| Variable 'rt' should be declared final. |
30
|
| Variable 'proc' should be declared final. |
31
|
| Avoid inline conditionals. |
33
|
| Catching 'Throwable' is not allowed. |
34
|
hoplugins/teamAnalyzer/executor/WindowsExec.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.executor' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
12
|
| Utility classes should not have a public or default constructor. |
12
|
| Variable 'f' should be declared final. |
24
|
| Variable 'rt' should be declared final. |
30
|
| Variable 'proc' should be declared final. |
31
|
| Avoid inline conditionals. |
33
|
| Catching 'Throwable' is not allowed. |
34
|
hoplugins/teamAnalyzer/ht/CHPPManager.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ht' 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
|
| Variable 'isNextOpponent' should be declared final. |
26
|
| Unnecessary parentheses around assignment right-hand side. |
26
|
| Variable 'actualWeek' should be declared final. |
29
|
| Variable 'gameWeek' should be declared final. |
31
|
| Unnecessary parentheses around return value. |
37
|
| Expected an @return tag. |
48
|
| Expected @param tag for 'season'. |
48
|
| Expected @param tag for 'week'. |
48
|
hoplugins/teamAnalyzer/ht/HattrickManager.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ht' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
24
|
| Utility classes should not have a public or default constructor. |
24
|
| Catching 'Exception' is not allowed. |
38
|
| Variable 'parser' should be declared final. |
42
|
| Variable 'dom' should be declared final. |
43
|
| Variable 'matchesList' should be declared final. |
44
|
| Variable 'matchId' should be declared final. |
47
|
| Variable 'status' should be declared final. |
49
|
| Catching 'Exception' is not allowed. |
71
|
| Variable 'players' should be declared final. |
75
|
| Variable 'parser' should be declared final. |
76
|
| Variable 'dom' should be declared final. |
77
|
| Variable 'matchesList' should be declared final. |
78
|
| Variable 'player' should be declared final. |
81
|
| Variable 'id' should be declared final. |
84
|
| Variable 'card' should be declared final. |
87
|
| Variable 'injury' should be declared final. |
88
|
| Variable 'se' should be declared final. |
101
|
| Variable 'form' should be declared final. |
104
|
| Variable 'exp' should be declared final. |
107
|
| Variable 'age' should be declared final. |
110
|
| Variable 'tsi' should be declared final. |
113
|
| Variable 'name' should be declared final. |
116
|
| Variable 'xml' should be declared final. |
136
|
| Variable 'parser' should be declared final. |
138
|
| Variable 'dom' should be declared final. |
139
|
| Variable 'teamDocument' should be declared final. |
140
|
| Variable 'teamName' should be declared final. |
141
|
| Variable 'value' should be declared final. |
158
|
| Must have at least one statement. |
160
|
| Variable 'value' should be declared final. |
176
|
hoplugins/teamAnalyzer/manager/MatchList.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.manager' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'getMatches' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Method 'addMatch' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Method 'filterMatches' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Variable 'list' should be declared final. |
61
|
| Variable 'iter' should be declared final. |
64
|
| Variable 'match' should be declared final. |
65
|
| Variable 'filterMatches' should be declared final. |
77
|
| Variable 'iter' should be declared final. |
79
|
| Variable 'match' should be declared final. |
80
|
| Return count is 10 (max allowed is 5). |
99
|
| Variable 'isHome' should be declared final. |
100
|
| Variable 'result' should be declared final. |
101
|
| Variable 'matchType' should be declared final. |
102
|
hoplugins/teamAnalyzer/manager/MatchManager.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.manager' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
29
|
| Utility classes should not have a public or default constructor. |
29
|
| Variable 'matches' explicitly initialized to 'null' (default value for its type). |
32
|
| Variable 'filteredMatches' should be declared final. |
51
|
| Variable 'matchPopulator' should be declared final. |
52
|
| Variable 'sortedMatches' should be declared final. |
83
|
| Variable 'iter' should be declared final. |
85
|
| Variable 'element' should be declared final. |
86
|
| Variable 'teamMatches' should be declared final. |
98
|
| Variable 'matchKurtzInfo' should be declared final. |
101
|
| Variable 'matchInfo' should be declared final. |
107
|
| Variable 'match' should be declared final. |
113
|
| Variable 'oldShort' should be declared final. |
125
|
| Variable 'matchIds' should be declared final. |
152
|
| Variable 'iter' should be declared final. |
154
|
| Variable 'match' should be declared final. |
155
|
| Variable 'matchList' should be declared final. |
162
|
| Variable 'sorted' should be declared final. |
163
|
hoplugins/teamAnalyzer/manager/MatchPopulator.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.manager' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
28
|
| Method 'populate' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Variable 'list' should be declared final. |
59
|
| Variable 'iter' should be declared final. |
63
|
| Variable 'element' should be declared final. |
64
|
| Variable 'md' should be declared final. |
71
|
| Catching 'RuntimeException' is not allowed. |
77
|
| Must have at least one statement. |
77
|
| Variable 'mr' should be declared final. |
134
|
| Variable 'tmpMatch' should be declared final. |
176
|
| Variable 'matchDetail' should be declared final. |
178
|
| Variable 'mlp' should be declared final. |
191
|
| Variable 'pp' should be declared final. |
196
|
| Variable 'rating' should be declared final. |
204
|
hoplugins/teamAnalyzer/manager/NameManager.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.manager' 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
|
| Declaring variables, return values or parameters of type 'Hashtable' is not allowed. |
18
|
| Variable 'iter' should be declared final. |
32
|
| Variable 'storedName' should be declared final. |
33
|
| Variable 'st' should be declared final. |
40
|
| Variable 'iter' should be declared final. |
64
|
| Variable 'name' should be declared final. |
65
|
hoplugins/teamAnalyzer/manager/PlayerDataManager.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.manager' 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
|
| Variable 'iter' should be declared final. |
92
|
| Variable 'parsedPlayer' should be declared final. |
93
|
| Variable 'actual' should be declared final. |
108
|
hoplugins/teamAnalyzer/manager/ReportManager.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.manager' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
20
|
| Utility classes should not have a public or default constructor. |
20
|
| Variable 'lineup' must be private and have accessor methods. |
24
|
| Variable 'report' should be declared final. |
37
|
| Variable 'iter' should be declared final. |
40
|
| Variable 'match' should be declared final. |
41
|
| Variable 'builder' should be declared final. |
52
|
| 'matchDetails' hides a field. |
71
|
| Variable 'report' should be declared final. |
72
|
| Variable 'iter' should be declared final. |
74
|
| Variable 'match' should be declared final. |
75
|
| Variable 'builder' should be declared final. |
80
|
| Javadoc has empty description section. |
85
|
| Variable 'filterList' should be declared final. |
112
|
| Variable 'iter' should be declared final. |
114
|
| Variable 'match' should be declared final. |
115
|
hoplugins/teamAnalyzer/manager/TeamLineupBuilder.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.manager' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Variable 'spotReport' should be declared final. |
47
|
| Variable 'spotLineup' should be declared final. |
50
|
| Method 'getLineup' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Variable 'tactics' should be declared final. |
76
|
| Variable 'iter' should be declared final. |
78
|
| Variable 'positionReport' should be declared final. |
79
|
| Variable 'appearances' should be declared final. |
95
|
| Variable 'app' should be declared final. |
105
|
| Don't use trailing comments. |
109
|
| Variable 'sorted' should be declared final. |
167
|
| Variable 'size' should be declared final. |
168
|
| Variable 'array' should be declared final. |
169
|
| Variable 'iter' should be declared final. |
172
|
| Variable 'sorted' should be declared final. |
190
|
| Variable 'size' should be declared final. |
191
|
| Variable 'tacticsReport' should be declared final. |
192
|
| Variable 'iter' should be declared final. |
195
|
| Variable 'spotLineup' should be declared final. |
213
|
| Variable 'appearance' should be declared final. |
217
|
| Variable 'tacticsReports' should be declared final. |
224
|
| Variable 'tacticsReport' should be declared final. |
225
|
hoplugins/teamAnalyzer/manager/TeamManager.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.manager' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
29
|
| Utility classes should not have a public or default constructor. |
29
|
| Variable 'teams' explicitly initialized to 'null' (default value for its type). |
32
|
| Variable 'updated' explicitly initialized to 'false' (default value for its type). |
33
|
| Variable 'team' should be declared final. |
43
|
| Variable 'teamId' should be declared final. |
44
|
| Variable 'cupMatches' should be declared final. |
45
|
| Variable 'friendlyMatches' should be declared final. |
48
|
| Variable 'l' should be declared final. |
51
|
| Variable 'matches' should be declared final. |
56
|
| Variable 'match' should be declared final. |
59
|
| Variable 'league' should be declared final. |
83
|
| Variable 'matches' should be declared final. |
86
|
| Variable 'iter' should be declared final. |
88
|
| Variable 'element' should be declared final. |
89
|
| Variable 't' should be declared final. |
92
|
| Variable 't' should be declared final. |
101
|
| Variable 'l' should be declared final. |
149
|
| Variable 'iter' should be declared final. |
151
|
| Variable 'element' should be declared final. |
152
|
| Variable 'qualTeam' should be declared final. |
157
|
| Variable 'cupTeam' should be declared final. |
163
|
| Variable 'league' should be declared final. |
218
|
| Variable 'team' should be declared final. |
232
|
| Variable 'teamId' should be declared final. |
233
|
| Variable 'qualificationMatches' should be declared final. |
234
|
| Variable 'l' should be declared final. |
237
|
| Variable 'matches' should be declared final. |
241
|
| Variable 'match' should be declared final. |
244
|
| Variable 'loadedTeams' should be declared final. |
269
|
| Variable 'league' should be declared final. |
270
|
| Variable 'eintraege' should be declared final. |
273
|
| Variable 'iter' should be declared final. |
275
|
| Variable 'element' should be declared final. |
276
|
| Variable 't' should be declared final. |
277
|
hoplugins/teamAnalyzer/report/PositionReport.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.report' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Expected an @return tag. |
40
|
| Method 'getTacticReports' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Method 'addPerformance' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Expected @param tag for 'pp'. |
49
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Variable 'buffer' should be declared final. |
60
|
| Expected @param tag for 'pp'. |
75
|
hoplugins/teamAnalyzer/report/Report.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.report' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Field 'status' is used in only one method. |
29
|
| Method 'setAppearance' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Expected @param tag for 'i'. |
59
|
| Expected an @return tag. |
68
|
| Method 'getAppearance' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Method 'setPlayerId' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Expected @param tag for 'i'. |
77
|
| Expected an @return tag. |
86
|
| Method 'getPlayerId' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Expected @param tag for 'i'. |
95
|
| Expected an @return tag. |
104
|
| Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Method 'setRating' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Expected @param tag for 'd'. |
113
|
| Expected an @return tag. |
122
|
| Method 'getRating' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Method 'setSpot' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Expected @param tag for 'i'. |
131
|
| Expected an @return tag. |
140
|
| Method 'getSpot' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Method 'addPerformance' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Expected @param tag for 'pp'. |
150
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Variable 'buffer' should be declared final. |
161
|
hoplugins/teamAnalyzer/report/SpotReport.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.report' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Expected @param tag for 'pp'. |
33
|
| Expected an @return tag. |
44
|
| Method 'getPlayerAppearance' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Expected an @return tag. |
53
|
| Method 'getPositionReports' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Method 'addPerformance' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Expected @param tag for 'pp'. |
62
|
| Expected @param tag for 'pp'. |
73
|
| Expected @param tag for 'pp'. |
97
|
hoplugins/teamAnalyzer/report/TacticReport.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.report' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Expected @param tag for 'pp'. |
25
|
| Method 'setTacticCode' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Expected @param tag for 'i'. |
37
|
| Expected an @return tag. |
46
|
| Method 'getTacticCode' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Variable 'buffer' should be declared final. |
56
|
hoplugins/teamAnalyzer/report/TeamReport.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.report' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Expected an @return tag. |
54
|
| Method 'getRating' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Method 'getSpotReport' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Expected an @return tag. |
74
|
| Method 'getStars' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Method 'addMatch' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Variable 'iter' should be declared final. |
85
|
| Expected @param tag for 'pp'. |
100
|
| Expected @param tag for 'showUnavailable'. |
100
|
| Expected @param tag for 'oldValue'. |
148
|
| Expected @param tag for 'newValue'. |
148
|
| Variable 'rat' should be declared final. |
149
|
hoplugins/teamAnalyzer/ui/AutoFilterPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
7
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Method 'setFilter' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Variable 'main' should be declared final. |
92
|
| Variable 'filters' should be declared final. |
98
|
| Don't use trailing comments. |
101
|
| Don't use trailing comments. |
106
|
| Don't use trailing comments. |
111
|
| Don't use trailing comments. |
116
|
| Don't use trailing comments. |
121
|
| Don't use trailing comments. |
126
|
| Don't use trailing comments. |
131
|
| Don't use trailing comments. |
136
|
| Don't use trailing comments. |
141
|
| Don't use trailing comments. |
146
|
hoplugins/teamAnalyzer/ui/ComboBoxRenderer.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'getListCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| Variable 'team' should be declared final. |
39
|
hoplugins/teamAnalyzer/ui/FilterPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Variable 'teamComboUpdating' explicitly initialized to 'false' (default value for its type). |
44
|
| Variable 'fullUpdate' explicitly initialized to 'false' (default value for its type). |
55
|
| Method 'getSelectedTeam' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Variable 'compo' should be declared final. |
83
|
| Variable 'cLayout' should be declared final. |
84
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Variable 'isNextOpponent' should be declared final. |
109
|
| Unnecessary parentheses around assignment right-hand side. |
109
|
| Variable 'cLayout' should be declared final. |
123
|
| Variable 'iter' should be declared final. |
151
|
| Variable 'element' should be declared final. |
152
|
| Method length is 76 lines (max allowed is 50). |
170
|
| Variable 'main' should be declared final. |
171
|
| Unused parameter 'e'. |
181
|
| Don't use trailing comments. |
189
|
| Variable 'analyzeButton' should be declared final. |
189
|
| Anonymous inner class length is 21 lines (max allowed is 20). |
191
|
| Unused parameter 'e'. |
192
|
| Unused parameter 'e'. |
214
|
| Variable 'teamPanel' should be declared final. |
225
|
| Variable 'topPanel' should be declared final. |
232
|
| Don't use trailing comments. |
235
|
| Don't use trailing comments. |
239
|
| Variable 'groupRadio' should be declared final. |
243
|
| Variable 'buttonPanel' should be declared final. |
244
|
hoplugins/teamAnalyzer/ui/MainPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'getMyTeamLineupPanel' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Method 'getOpponentTeamLineupPanel' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Method 'getRosterPanel' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Method 'jbInit' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Variable 'pane' should be declared final. |
69
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
86
|
hoplugins/teamAnalyzer/ui/ManualFilterPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
7
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
45
|
| Variable 'availableMatches' must be private and have accessor methods. |
64
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Method length is 54 lines (max allowed is 50). |
82
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
87
|
| Variable 'iter' should be declared final. |
89
|
| Variable 'matchIds' should be declared final. |
90
|
| Variable 'element' should be declared final. |
91
|
| Variable 'isAvailable' should be declared final. |
95
|
| Variable 'isSelected' should be declared final. |
96
|
| Method 'setFilter' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Variable 'list' should be declared final. |
152
|
| Variable 'iter' should be declared final. |
155
|
| Variable 'element' should be declared final. |
156
|
| Variable 'isSelected' should be declared final. |
157
|
| Variable 'isAvailable' should be declared final. |
158
|
| Anonymous inner class length is 23 lines (max allowed is 20). |
175
|
| Variable 'row' should be declared final. |
179
|
| Variable 'status' should be declared final. |
180
|
| Variable 'id' should be declared final. |
183
|
| Variable 'main' should be declared final. |
204
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
210
|
| Variable 'data' should be declared final. |
210
|
| Variable 'pane' should be declared final. |
216
|
hoplugins/teamAnalyzer/ui/ManualFilterTableRenderer.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
15
|
| Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. |
30
|
| More than 5 parameters. |
30
|
| Variable 'cell' should be declared final. |
32
|
| Must have at least one statement. |
38
|
| Variable 'available' should be declared final. |
43
|
hoplugins/teamAnalyzer/ui/PlayerInfoPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
5
|
| Variable 'ageLabel' must be private and have accessor methods. |
33
|
| Variable 'expLabel' must be private and have accessor methods. |
36
|
| Variable 'formLabel' must be private and have accessor methods. |
39
|
| Variable 'tsiLabel' must be private and have accessor methods. |
42
|
| Javadoc has empty description section. |
46
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Variable 'actual' should be declared final. |
77
|
| Variable 'diff' should be declared final. |
93
|
| Javadoc has empty description section. |
105
|
| Method 'clearData' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Expected @param tag for 'gridx'. |
128
|
| Expected @param tag for 'gridy'. |
128
|
| Expected @param tag for 'gridwidth'. |
128
|
| Expected @param tag for 'gridheight'. |
128
|
| Variable 'c' should be declared final. |
129
|
| Expected @param tag for 'title'. |
154
|
| Expected @param tag for 'label'. |
154
|
| Expected @param tag for 'x'. |
154
|
| Expected @param tag for 'y'. |
154
|
| Variable 'c' should be declared final. |
155
|
| Variable 'titleLabel' should be declared final. |
157
|
| Variable 'panel' should be declared final. |
167
|
hoplugins/teamAnalyzer/ui/PlayerPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Variable 'appearanceField' must be private and have accessor methods. |
33
|
| Variable 'nameField' must be private and have accessor methods. |
36
|
| Variable 'positionField' must be private and have accessor methods. |
39
|
| Variable 'positionImage' must be private and have accessor methods. |
42
|
| Variable 'specialEventImage' must be private and have accessor methods. |
45
|
| Variable 'ratingPanel' must be private and have accessor methods. |
48
|
| Variable 'tacticPanel' must be private and have accessor methods. |
51
|
| Field 'spotLineup' is used in only one method. |
54
|
| Variable 'nFont' should be declared final. |
64
|
| Variable 'details' should be declared final. |
69
|
| Variable 'images' should be declared final. |
75
|
| Variable 'centerPanel' should be declared final. |
85
|
| Method 'getBackGround' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Method 'getDefaultSize' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Method length is 55 lines (max allowed is 50). |
146
|
| Variable 'pi' should be declared final. |
175
|
| Variable 'posCode' should be declared final. |
186
|
| Variable 'specialEvent' should be declared final. |
190
|
| Method 'updateRatingPanel' is not designed for extension - needs to be abstract, final or empty. |
221
|
| Variable 'starPanel' should be declared final. |
225
|
| Name 'Bordertype' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
243
|
| Variable 'bla' should be declared final. |
244
|
hoplugins/teamAnalyzer/ui/RatingBox.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Variable 'arrow' must be private and have accessor methods. |
27
|
| Variable 'myValue' must be private and have accessor methods. |
30
|
| Variable 'opponentValue' must be private and have accessor methods. |
33
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Variable 'mainPanel' should be declared final. |
79
|
hoplugins/teamAnalyzer/ui/RatingPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.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. |
55
|
| Variable 'myTeam' should be declared final. |
63
|
| Variable 'opponentTeam' should be declared final. |
64
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
110
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
111
|
| Variable 'rowData' should be declared final. |
111
|
| Don't use trailing comments. |
113
|
| Variable 'diff' should be declared final. |
116
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
127
|
| Variable 'data' should be declared final. |
127
|
| Variable 'scrollPane' should be declared final. |
134
|
hoplugins/teamAnalyzer/ui/RecapPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Don't use trailing comments. |
51
|
| Field 'VALUE_NA' is used in only one method. |
51
|
| Don't use trailing comments. |
54
|
| Field 'GOALS_SPACE' is used in only one method. |
54
|
| Field 'columns' is used in only one method. |
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
|
| Don't use trailing comments. |
67
|
| Don't use trailing comments. |
68
|
| Don't use trailing comments. |
69
|
| Don't use trailing comments. |
70
|
| Don't use trailing comments. |
71
|
| Don't use trailing comments. |
72
|
| Don't use trailing comments. |
73
|
| Don't use trailing comments. |
74
|
| Don't use trailing comments. |
75
|
| Don't use trailing comments. |
76
|
| Don't use trailing comments. |
77
|
| Don't use trailing comments. |
78
|
| Don't use trailing comments. |
79
|
| Don't use trailing comments. |
80
|
| Don't use trailing comments. |
81
|
| Don't use trailing comments. |
82
|
| Don't use trailing comments. |
83
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Method length is 111 lines (max allowed is 50). |
102
|
| Variable 'list' should be declared final. |
117
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
118
|
| Don't use trailing comments. |
122
|
| Don't use trailing comments. |
129
|
| Variable 'df' should be declared final. |
129
|
| Don't use trailing comments. |
139
|
| Don't use trailing comments. |
140
|
| Variable 'iter' should be declared final. |
145
|
| Variable 'matchDetail' should be declared final. |
146
|
| Variable 'match' should be declared final. |
150
|
| Variable 'matchType' should be declared final. |
152
|
| Variable 'isHomeMatch' should be declared final. |
153
|
| Don't use trailing comments. |
161
|
| Don't use trailing comments. |
167
|
| Don't use trailing comments. |
168
|
| Don't use trailing comments. |
173
|
| Variable 'df' should be declared final. |
173
|
| Don't use trailing comments. |
181
|
| Variable 'df2' should be declared final. |
181
|
| Don't use trailing comments. |
207
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
283
|
| Don't use trailing comments. |
286
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
318
|
| Variable 'data' should be declared final. |
318
|
| Don't use trailing comments. |
327
|
| Variable 'rowSM' should be declared final. |
333
|
| Anonymous inner class length is 36 lines (max allowed is 20). |
335
|
| Variable 'lsm' should be declared final. |
341
|
| Variable 'selectedRow' should be declared final. |
344
|
| Variable 'lineup' should be declared final. |
347
|
| Variable 'calendar' should be declared final. |
348
|
| Variable 'cal' should be declared final. |
351
|
| Variable 'lineup' should be declared final. |
360
|
| Variable 'week' should be declared final. |
361
|
| Variable 'season' should be declared final. |
362
|
| Variable 'scrollPane' should be declared final. |
373
|
hoplugins/teamAnalyzer/ui/RecapTableRenderer.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
19
|
| 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 'nFont' should be declared final. |
34
|
| Catching 'Exception' is not allowed. |
47
|
| Don't use trailing comments. |
50
|
| Variable 'tipText' should be declared final. |
63
|
| Don't use trailing comments. |
66
|
| Don't use trailing comments. |
69
|
| Don't use trailing comments. |
71
|
hoplugins/teamAnalyzer/ui/RecapTableSorter.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'getCustomComparator' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Method length is 101 lines (max allowed is 50). |
55
|
| Anonymous inner class length is 33 lines (max allowed is 20). |
57
|
| Definition of 'equals()' without corresponding definition of 'hashCode()'. |
58
|
| Unused parameter 'arg0'. |
58
|
| Variable 'd1' should be declared final. |
64
|
| Variable 'd2' should be declared final. |
70
|
| Catching 'Exception' is not allowed. |
84
|
| Must have at least one statement. |
84
|
| Anonymous inner class length is 26 lines (max allowed is 20). |
93
|
| Field 'df' is used in only one method. |
94
|
| Definition of 'equals()' without corresponding definition of 'hashCode()'. |
96
|
| Unused parameter 'arg0'. |
96
|
| Variable 'd1' should be declared final. |
102
|
| Variable 'd2' should be declared final. |
103
|
| Catching 'Exception' is not allowed. |
112
|
| Anonymous inner class length is 26 lines (max allowed is 20). |
122
|
| Field 'df' is used in only one method. |
123
|
| Definition of 'equals()' without corresponding definition of 'hashCode()'. |
125
|
| Unused parameter 'arg0'. |
125
|
| Variable 'd1' should be declared final. |
131
|
| Variable 'd2' should be declared final. |
132
|
| Catching 'Exception' is not allowed. |
141
|
| Anonymous inner class length is 23 lines (max allowed is 20). |
151
|
| Definition of 'equals()' without corresponding definition of 'hashCode()'. |
152
|
| Unused parameter 'arg0'. |
152
|
| Variable 'd1' should be declared final. |
158
|
| Variable 'd2' should be declared final. |
159
|
| Catching 'Exception' is not allowed. |
168
|
| Must have at least one statement. |
168
|
| Method 'hasHeaderLine' is not designed for extension - needs to be abstract, final or empty. |
184
|
| Method 'minSortableColumn' is not designed for extension - needs to be abstract, final or empty. |
193
|
hoplugins/teamAnalyzer/ui/RosterPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Field 'columns' is used in only one method. |
51
|
| Field 'reloading' is used in only one method. |
65
|
| Variable 'reloading' explicitly initialized to 'false' (default value for its type). |
65
|
| Method 'getPrevious' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Variable 'iter' should be declared final. |
86
|
| Variable 'element' should be declared final. |
87
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Method length is 86 lines (max allowed is 50). |
100
|
| Variable 'df' should be declared final. |
105
|
| Catching 'RuntimeException' is not allowed. |
112
|
| Must have at least one statement. |
112
|
| Variable 'spotLineup' should be declared final. |
117
|
| Variable 'data' should be declared final. |
120
|
| Variable 'l' should be declared final. |
133
|
| Variable 'iter' should be declared final. |
137
|
| Variable 'element' should be declared final. |
138
|
| Variable 'info' should be declared final. |
141
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
150
|
| Variable 'rowData' should be declared final. |
150
|
| Variable 'mainRole' should be declared final. |
151
|
| Variable 'sec' should be declared final. |
158
|
| Variable 'iterator' should be declared final. |
160
|
| Variable 'role' should be declared final. |
166
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
262
|
| Variable 'data' should be declared final. |
262
|
| Don't use trailing comments. |
268
|
| Variable 'scrollPane' should be declared final. |
277
|
hoplugins/teamAnalyzer/ui/RosterTableRenderer.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
24
|
| Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Method length is 102 lines (max allowed is 50). |
33
|
| Missing a Javadoc comment. |
33
|
| More than 5 parameters. |
33
|
| Must have at least one statement. |
43
|
| Variable 'v' should be declared final. |
54
|
| Variable 'icon' should be declared final. |
55
|
| Variable 'status' should be declared final. |
61
|
| Variable 'playerId' should be declared final. |
105
|
| Variable 'oldInfo' should be declared final. |
106
|
| switch without "default" clause. |
113
|
| Avoid nested blocks. |
114
|
| Variable 'v' should be declared final. |
115
|
| Variable 'diff' should be declared final. |
116
|
| Avoid nested blocks. |
125
|
| Variable 'v' should be declared final. |
126
|
| Variable 'diff' should be declared final. |
127
|
| Avoid nested blocks. |
136
|
| Variable 'v' should be declared final. |
137
|
| Variable 'diff' should be declared final. |
138
|
| Catching 'Exception' is not allowed. |
153
|
| Don't use trailing comments. |
154
|
hoplugins/teamAnalyzer/ui/TacticPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
8
|
| Field 'f' is used in only one method. |
44
|
| Method 'format' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Method 'reload' 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. |
80
|
| Variable 'iter' should be declared final. |
83
|
| Variable 'report' should be declared final. |
84
|
| Javadoc has empty description section. |
123
|
| Expected an @return tag. |
126
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
126
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
127
|
| Variable 'v' should be declared final. |
127
|
| Declaring variables, return values or parameters of type 'Vector' is not allowed. |
136
|
| Variable 'data' should be declared final. |
136
|
hoplugins/teamAnalyzer/ui/TeamLineupData.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
11
|
| Name 'm_jlTeamName' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
15
|
| Field 'm_clLinkeAussenVerteidiger' is used in only one method. |
16
|
| Name 'm_clLinkeAussenVerteidiger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
16
|
| Field 'm_clLinkeFluegel' is used in only one method. |
17
|
| Name 'm_clLinkeFluegel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
17
|
| Field 'm_clLinkeInnenVerteidiger' is used in only one method. |
18
|
| Name 'm_clLinkeInnenVerteidiger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
18
|
| Field 'm_clLinkeMittelfeld' is used in only one method. |
19
|
| Name 'm_clLinkeMittelfeld' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
19
|
| Field 'm_clLinkerSturm' is used in only one method. |
20
|
| Name 'm_clLinkerSturm' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
20
|
| Field 'm_clRechteAussenVerteidiger' is used in only one method. |
21
|
| Name 'm_clRechteAussenVerteidiger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
21
|
| Field 'm_clRechteFluegel' is used in only one method. |
22
|
| Name 'm_clRechteFluegel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
22
|
| Field 'm_clRechteInnenVerteidiger' is used in only one method. |
23
|
| Name 'm_clRechteInnenVerteidiger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
23
|
| Field 'm_clRechteMittelfeld' is used in only one method. |
24
|
| Name 'm_clRechteMittelfeld' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
24
|
| Field 'm_clRechterSturm' is used in only one method. |
25
|
| Name 'm_clRechterSturm' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
25
|
| Field 'm_clTorwart' is used in only one method. |
26
|
| Name 'm_clTorwart' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
26
|
| Method 'getKeeperPanel' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Method 'setLeftAttack' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Method 'getLeftAttack' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Missing a Javadoc comment. |
151
|
| Method 'getLeftCentralDefenderPanel' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Method 'setLeftDefence' is not designed for extension - needs to be abstract, final or empty. |
169
|
| Method 'getLeftDefence' is not designed for extension - needs to be abstract, final or empty. |
178
|
| Method 'getLeftForwardPanel' is not designed for extension - needs to be abstract, final or empty. |
187
|
| Method 'getLeftMidfieldPanel' is not designed for extension - needs to be abstract, final or empty. |
196
|
| Method 'getLeftWingPanel' is not designed for extension - needs to be abstract, final or empty. |
205
|
| Method 'getLeftWingbackPanel' is not designed for extension - needs to be abstract, final or empty. |
214
|
| Method 'setMiddleAttack' is not designed for extension - needs to be abstract, final or empty. |
223
|
| Method 'getMiddleAttack' is not designed for extension - needs to be abstract, final or empty. |
232
|
| Method 'setMiddleDefence' is not designed for extension - needs to be abstract, final or empty. |
241
|
| Method 'getMiddleDefence' is not designed for extension - needs to be abstract, final or empty. |
250
|
| Method 'setMidfield' is not designed for extension - needs to be abstract, final or empty. |
259
|
| Method 'getMidfield' is not designed for extension - needs to be abstract, final or empty. |
268
|
| Method 'setRightAttack' is not designed for extension - needs to be abstract, final or empty. |
277
|
| Method 'getRightAttack' is not designed for extension - needs to be abstract, final or empty. |
286
|
| Method 'getRightCentralDefenderPanel' is not designed for extension - needs to be abstract, final or empty. |
295
|
| Method 'setRightDefence' is not designed for extension - needs to be abstract, final or empty. |
304
|
| Method 'getRightDefence' is not designed for extension - needs to be abstract, final or empty. |
313
|
| Method 'getRightForwardPanel' is not designed for extension - needs to be abstract, final or empty. |
322
|
| Method 'getRightMidfieldPanel' is not designed for extension - needs to be abstract, final or empty. |
331
|
| Method 'getRightWingPanel' is not designed for extension - needs to be abstract, final or empty. |
340
|
| Method 'getRightWingbackPanel' is not designed for extension - needs to be abstract, final or empty. |
349
|
| Method 'setTeamName' is not designed for extension - needs to be abstract, final or empty. |
360
|
| Method 'getTeamPanel' is not designed for extension - needs to be abstract, final or empty. |
369
|
hoplugins/teamAnalyzer/ui/TeamLineupPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
11
|
| Name 'm_jlTeamName' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
15
|
| Field 'm_clLinkeAussenVerteidiger' is used in only one method. |
16
|
| Name 'm_clLinkeAussenVerteidiger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
16
|
| Field 'm_clLinkeFluegel' is used in only one method. |
17
|
| Name 'm_clLinkeFluegel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
17
|
| Field 'm_clLinkeInnenVerteidiger' is used in only one method. |
18
|
| Name 'm_clLinkeInnenVerteidiger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
18
|
| Field 'm_clLinkeMittelfeld' is used in only one method. |
19
|
| Name 'm_clLinkeMittelfeld' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
19
|
| Field 'm_clLinkerSturm' is used in only one method. |
20
|
| Name 'm_clLinkerSturm' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
20
|
| Field 'm_clRechteAussenVerteidiger' is used in only one method. |
21
|
| Name 'm_clRechteAussenVerteidiger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
21
|
| Field 'm_clRechteFluegel' is used in only one method. |
22
|
| Name 'm_clRechteFluegel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
22
|
| Field 'm_clRechteInnenVerteidiger' is used in only one method. |
23
|
| Name 'm_clRechteInnenVerteidiger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
23
|
| Field 'm_clRechteMittelfeld' is used in only one method. |
24
|
| Name 'm_clRechteMittelfeld' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
24
|
| Field 'm_clRechterSturm' is used in only one method. |
25
|
| Name 'm_clRechterSturm' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
25
|
| Field 'm_clTorwart' is used in only one method. |
26
|
| Name 'm_clTorwart' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
26
|
| Method 'getKeeperPanel' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Method 'setLeftAttack' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Method 'getLeftAttack' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Missing a Javadoc comment. |
151
|
| Method 'getLeftCentralDefenderPanel' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Method 'setLeftDefence' is not designed for extension - needs to be abstract, final or empty. |
169
|
| Method 'getLeftDefence' is not designed for extension - needs to be abstract, final or empty. |
178
|
| Method 'getLeftForwardPanel' is not designed for extension - needs to be abstract, final or empty. |
187
|
| Method 'getLeftMidfieldPanel' is not designed for extension - needs to be abstract, final or empty. |
196
|
| Method 'getLeftWingPanel' is not designed for extension - needs to be abstract, final or empty. |
205
|
| Method 'getLeftWingbackPanel' is not designed for extension - needs to be abstract, final or empty. |
214
|
| Method 'setMiddleAttack' is not designed for extension - needs to be abstract, final or empty. |
223
|
| Method 'getMiddleAttack' is not designed for extension - needs to be abstract, final or empty. |
232
|
| Method 'setMiddleDefence' is not designed for extension - needs to be abstract, final or empty. |
241
|
| Method 'getMiddleDefence' is not designed for extension - needs to be abstract, final or empty. |
250
|
| Method 'setMidfield' is not designed for extension - needs to be abstract, final or empty. |
259
|
| Method 'getMidfield' is not designed for extension - needs to be abstract, final or empty. |
268
|
| Method 'setRightAttack' is not designed for extension - needs to be abstract, final or empty. |
277
|
| Method 'getRightAttack' is not designed for extension - needs to be abstract, final or empty. |
286
|
| Method 'getRightCentralDefenderPanel' is not designed for extension - needs to be abstract, final or empty. |
295
|
| Method 'setRightDefence' is not designed for extension - needs to be abstract, final or empty. |
304
|
| Method 'getRightDefence' is not designed for extension - needs to be abstract, final or empty. |
313
|
| Method 'getRightForwardPanel' is not designed for extension - needs to be abstract, final or empty. |
322
|
| Method 'getRightMidfieldPanel' is not designed for extension - needs to be abstract, final or empty. |
331
|
| Method 'getRightWingPanel' is not designed for extension - needs to be abstract, final or empty. |
340
|
| Method 'getRightWingbackPanel' is not designed for extension - needs to be abstract, final or empty. |
349
|
| Method 'setTeamName' is not designed for extension - needs to be abstract, final or empty. |
360
|
| Method 'getTeamPanel' is not designed for extension - needs to be abstract, final or empty. |
369
|
hoplugins/teamAnalyzer/ui/TeamPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'getMyTeamLineupPanel' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Method 'getOpponentTeamLineupPanel' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Method 'jbInit' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Variable 'grassPanel' should be declared final. |
79
|
| Variable 'scrollPane' should be declared final. |
97
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Expected @param tag for 'lineup'. |
111
|
| Don't use trailing comments. |
136
|
| Variable 'list' should be declared final. |
165
|
| Variable 'lineup' should be declared final. |
166
|
| Variable 'spieler' should be declared final. |
169
|
| Variable 'pp' should be declared final. |
170
|
| Variable 'spotLineup' should be declared final. |
173
|
hoplugins/teamAnalyzer/ui/UIColors.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
12
|
| Utility classes should not have a public or default constructor. |
12
|
| Name 'SelectedRowColor' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
16
|
| Variable 'SelectedRowColor' must be private and have accessor methods. |
16
|
| Name 'RecapRowColor' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
19
|
| Variable 'RecapRowColor' must be private and have accessor methods. |
19
|
hoplugins/teamAnalyzer/ui/UserTeamPlayerPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
19
|
| Field 'spotLineup' is used in only one method. |
22
|
| Method 'getBackGround' is not designed for extension - needs to be abstract, final or empty. |
31
|
| Method 'getDefaultSize' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
49
|
hoplugins/teamAnalyzer/ui/component/AboutPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.component' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
hoplugins/teamAnalyzer/ui/component/AddPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.component' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Variable 'menu' must be private and have accessor methods. |
33
|
| Variable 'addButton' must be private and have accessor methods. |
36
|
| Variable 'status' must be private and have accessor methods. |
39
|
| Variable 'teamId' must be private and have accessor methods. |
42
|
| Anonymous inner class length is 45 lines (max allowed is 20). |
75
|
| Unused parameter 'e'. |
76
|
| Variable 'team' should be declared final. |
77
|
| Variable 'teamName' should be declared final. |
96
|
| Catching 'Exception' is not allowed. |
99
|
| Variable 'item' should be declared final. |
110
|
hoplugins/teamAnalyzer/ui/component/DeletePanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.component' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Variable 'menu' must be private and have accessor methods. |
32
|
| Variable 'addButton' must be private and have accessor methods. |
35
|
| Variable 'deletebutton' must be private and have accessor methods. |
38
|
| Variable 'teams' must be private and have accessor methods. |
41
|
| Variable 'status' must be private and have accessor methods. |
44
|
| Variable 'iter' should be declared final. |
66
|
| Variable 'element' should be declared final. |
67
|
| Anonymous inner class length is 26 lines (max allowed is 20). |
92
|
| Unused parameter 'e'. |
93
|
| Variable 'team' should be declared final. |
94
|
| Variable 'pos' should be declared final. |
102
|
| Variable 'item' should be declared final. |
106
|
hoplugins/teamAnalyzer/ui/component/DownloadPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.component' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Variable 'downloadButton' must be private and have accessor methods. |
29
|
| Variable 'jLabel1' must be private and have accessor methods. |
32
|
| Variable 'status' must be private and have accessor methods. |
35
|
| Variable 'matchId' must be private and have accessor methods. |
38
|
| Anonymous inner class length is 22 lines (max allowed is 20). |
62
|
| Unused parameter 'e'. |
63
|
| Variable 'id' should be declared final. |
64
|
| Variable 'md' should be declared final. |
74
|
hoplugins/teamAnalyzer/ui/component/FavouriteMenu.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.component' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Variable 'dao' must be private and have accessor methods. |
35
|
| Variable 'itemAdd' must be private and have accessor methods. |
38
|
| Variable 'itemDelete' must be private and have accessor methods. |
41
|
| Variable 'items' must be private and have accessor methods. |
44
|
| Variable 'teams' must be private and have accessor methods. |
47
|
| Variable 'iter' should be declared final. |
72
|
| Variable 'element' should be declared final. |
73
|
| Variable 'item' should be declared final. |
74
|
| Unused parameter 'arg0'. |
90
|
| Empty statement. |
97
|
| Unused parameter 'arg0'. |
102
|
| Empty statement. |
109
|
hoplugins/teamAnalyzer/ui/component/JokePanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.component' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
hoplugins/teamAnalyzer/ui/component/SettingPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.component' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Variable 'panel' should be declared final. |
89
|
| Variable 'innerPanel' should be declared final. |
94
|
| Method length is 94 lines (max allowed is 50). |
108
|
| Unused parameter 'e'. |
110
|
| Unused parameter 'e'. |
121
|
| Unused parameter 'e'. |
132
|
| Unused parameter 'e'. |
139
|
| Unused parameter 'e'. |
146
|
| Unused parameter 'e'. |
154
|
| Unused parameter 'e'. |
161
|
| Unused parameter 'e'. |
169
|
| Unused parameter 'e'. |
177
|
| Unused parameter 'e'. |
184
|
| Unused parameter 'e'. |
191
|
| Unused parameter 'e'. |
197
|
| Unused parameter 'e'. |
203
|
| Variable 'mainPanel' should be declared final. |
216
|
hoplugins/teamAnalyzer/ui/controller/AboutItemListener.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.controller' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
20
|
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. |
28
|
| Unused parameter 'arg0'. |
28
|
| Empty statement. |
32
|
hoplugins/teamAnalyzer/ui/controller/DividerListener.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.controller' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Name '_key' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
27
|
| Method 'propertyChange' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Variable 'value' should be declared final. |
39
|
| Variable 'newDivLoc' should be declared final. |
40
|
hoplugins/teamAnalyzer/ui/controller/DownloadItemListener.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.controller' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
21
|
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. |
29
|
| Unused parameter 'arg0'. |
29
|
| Empty statement. |
34
|
| Variable 'selectedTeam' should be declared final. |
36
|
hoplugins/teamAnalyzer/ui/controller/FavoriteItemListener.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.controller' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Variable 'team' must be private and have accessor methods. |
21
|
| Name '_team' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
30
|
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Unused parameter 'arg0'. |
42
|
| Variable 'isInList' should be declared final. |
43
|
| Variable 't' should be declared final. |
49
|
hoplugins/teamAnalyzer/ui/controller/HelpItemListener.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.controller' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
18
|
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. |
26
|
| Unused parameter 'arg0'. |
26
|
| Variable 'osName' should be declared final. |
27
|
| Variable 'cmd' should be declared final. |
31
|
| Variable 'cmd' should be declared final. |
39
|
| Variable 'cmd' should be declared final. |
47
|
hoplugins/teamAnalyzer/ui/controller/ImportItemListener.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.controller' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Unused parameter 'arg0'. |
35
|
| Variable 'iter' should be declared final. |
36
|
| Variable 'element' should be declared final. |
37
|
| System.out.print not Allowed |
38
|
hoplugins/teamAnalyzer/ui/controller/SimButtonListener.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.controller' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Variable 'manager' must be private and have accessor methods. |
35
|
| Variable 'myTeam' must be private and have accessor methods. |
38
|
| Variable 'opponentTeam' must be private and have accessor methods. |
41
|
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Method length is 56 lines (max allowed is 50). |
64
|
| Unused parameter 'e'. |
64
|
| Variable 'pan' should be declared final. |
66
|
| Variable 'myTeamRatings' should be declared final. |
76
|
| Variable 'myTeamValues' should be declared final. |
84
|
| Variable 'opponentTeamRatings' should be declared final. |
90
|
| Variable 'opponentTeamValues' should be declared final. |
103
|
| Variable 'd' should be declared final. |
121
|
| switch without "default" clause. |
139
|
| Variable 'lvl' should be declared final. |
157
|
hoplugins/teamAnalyzer/ui/lineup/FormationPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.lineup' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Variable 'leftAtt' must be private and have accessor methods. |
20
|
| Variable 'leftDef' must be private and have accessor methods. |
23
|
| Variable 'midAtt' must be private and have accessor methods. |
26
|
| Variable 'midDef' must be private and have accessor methods. |
29
|
| Variable 'midfield' must be private and have accessor methods. |
32
|
| Variable 'rightAtt' must be private and have accessor methods. |
35
|
| Variable 'rightDef' must be private and have accessor methods. |
38
|
| Variable 'myTeam' must be private and have accessor methods. |
41
|
| Variable 'opponentTeam' must be private and have accessor methods. |
44
|
| Method 'getMyTeam' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Method 'getOpponentTeam' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. |
81
|
hoplugins/teamAnalyzer/ui/lineup/LineupStylePanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.lineup' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Name 'LineupStylePanel' must match pattern '^Abstract.*$|^.*Factory$'. |
18
|
| Variable 'mainPanel' must be private and have accessor methods. |
22
|
| Variable 'constraints' must be private and have accessor methods. |
25
|
| Variable 'layout' must be private and have accessor methods. |
28
|
| Variable 'centerPanel' must be private and have accessor methods. |
31
|
| Name '_mainPanel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| Method 'setMidfieldRatingBar' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Expected @param tag for 'line'. |
62
|
| Method 'setMyAttack' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Expected @param tag for 'line'. |
75
|
| Name 'm_clLinkerSturm' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
76
|
| Name 'm_clRechterSturm' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
77
|
| Method 'setMyDefence' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Expected @param tag for 'line'. |
101
|
| Name 'm_clRechteAussenVerteidiger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
106
|
| Variable 'm_clRechteAussenVerteidiger' should be declared final. |
106
|
| Name 'm_clRechteInnenVerteidiger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
116
|
| Variable 'm_clRechteInnenVerteidiger' should be declared final. |
116
|
| Name 'm_clLinkeInnenVerteidiger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
126
|
| Variable 'm_clLinkeInnenVerteidiger' should be declared final. |
126
|
| Name 'm_clLinkeAussenVerteidiger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
136
|
| Variable 'm_clLinkeAussenVerteidiger' should be declared final. |
136
|
| Method 'setMyKeeper' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Expected @param tag for 'line'. |
148
|
| Name 'm_clTorwart' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
149
|
| Method 'setMyMidfield' is not designed for extension - needs to be abstract, final or empty. |
165
|
| Expected @param tag for 'line'. |
165
|
| Name 'm_clRechteFluegel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
166
|
| Name 'm_clRechteMittelfeld' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
167
|
| Name 'm_clLinkeMittelfeld' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
168
|
| Name 'm_clLinkeFluegel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
169
|
| Method 'setMyPanel' is not designed for extension - needs to be abstract, final or empty. |
209
|
| Expected @param tag for 'line'. |
209
|
| Name 'm_jlTeamName' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
210
|
| Method 'setOpponentAttack' is not designed for extension - needs to be abstract, final or empty. |
230
|
| Expected @param tag for 'line'. |
230
|
| Name 'm_clLinkerSturm' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
235
|
| Variable 'm_clLinkerSturm' should be declared final. |
235
|
| Name 'm_clRechterSturm' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
245
|
| Variable 'm_clRechterSturm' should be declared final. |
245
|
| Method 'setOpponentDefence' is not designed for extension - needs to be abstract, final or empty. |
257
|
| Expected @param tag for 'line'. |
257
|
| Name 'm_clRechteAussenVerteidiger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
262
|
| Variable 'm_clRechteAussenVerteidiger' should be declared final. |
262
|
| Name 'm_clRechteInnenVerteidiger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
272
|
| Variable 'm_clRechteInnenVerteidiger' should be declared final. |
272
|
| Name 'm_clLinkeInnenVerteidiger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
283
|
| Variable 'm_clLinkeInnenVerteidiger' should be declared final. |
283
|
| Name 'm_clLinkeAussenVerteidiger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
293
|
| Variable 'm_clLinkeAussenVerteidiger' should be declared final. |
293
|
| Method 'setOpponentKeeper' is not designed for extension - needs to be abstract, final or empty. |
305
|
| Expected @param tag for 'line'. |
305
|
| Name 'm_clTorwart' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
310
|
| Variable 'm_clTorwart' should be declared final. |
310
|
| Method 'setOpponentMidfield' is not designed for extension - needs to be abstract, final or empty. |
322
|
| Expected @param tag for 'line'. |
322
|
| Name 'm_clRechteFluegel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
327
|
| Variable 'm_clRechteFluegel' should be declared final. |
327
|
| Name 'm_clRechteMittelfeld' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
337
|
| Variable 'm_clRechteMittelfeld' should be declared final. |
337
|
| Name 'm_clLinkeMittelfeld' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
347
|
| Variable 'm_clLinkeMittelfeld' should be declared final. |
347
|
| Name 'm_clLinkeFluegel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
357
|
| Variable 'm_clLinkeFluegel' should be declared final. |
357
|
| Method 'setOpponentPanel' is not designed for extension - needs to be abstract, final or empty. |
369
|
| Expected @param tag for 'line'. |
369
|
| Name 'm_jlTeamName' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
374
|
| Variable 'm_jlTeamName' should be declared final. |
374
|
| Method 'setRatingBar1' is not designed for extension - needs to be abstract, final or empty. |
390
|
| Expected @param tag for 'line'. |
390
|
| Method 'setRatingBar2' is not designed for extension - needs to be abstract, final or empty. |
413
|
| Expected @param tag for 'line'. |
413
|
hoplugins/teamAnalyzer/ui/lineup/MixedLineupPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.lineup' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Name '_mainPanel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
22
|
| Method 'initCompare' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Method 'initSingle' is not designed for extension - needs to be abstract, final or empty. |
70
|
hoplugins/teamAnalyzer/ui/lineup/StandardLineupPanel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.lineup' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Name '_mainPanel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
22
|
| Method 'initCompare' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Method 'initSingle' is not designed for extension - needs to be abstract, final or empty. |
63
|
hoplugins/teamAnalyzer/ui/model/UiFilterTableModel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Expected an @return tag. |
46
|
| Method 'isCellEditable' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Expected @param tag for 'row'. |
46
|
| Expected @param tag for 'column'. |
46
|
| Variable 'available' should be declared final. |
51
|
| Expected an @return tag. |
67
|
| Method 'getColumnClass' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Expected @param tag for 'column'. |
67
|
hoplugins/teamAnalyzer/ui/model/UiRatingTableModel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
7
|
| Expected an @return tag. |
50
|
| Method 'getColumnClass' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Expected @param tag for 'column'. |
50
|
hoplugins/teamAnalyzer/ui/model/UiRecapTableModel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Expected an @return tag. |
45
|
| Method 'getColumnClass' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Expected @param tag for 'column'. |
45
|
hoplugins/teamAnalyzer/ui/model/UiRosterTableModel.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'isCellEditable' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Unused parameter 'row'. |
44
|
hoplugins/teamAnalyzer/ui/renderer/PlayerPositionTableCellRenderer.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.ui.renderer' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Unused private field 'serialVersionUID'. |
29
|
| Javadoc has empty description section. |
35
|
| Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| More than 5 parameters. |
58
|
| Variable 'pos' should be declared final. |
63
|
hoplugins/teamAnalyzer/util/MatchUtil.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.util' 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
|
| Variable 'isHome' should be declared final. |
79
|
| Variable 'isHome' should be declared final. |
104
|
hoplugins/teamAnalyzer/util/NameUtil.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.util' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
14
|
| Utility classes should not have a public or default constructor. |
14
|
| Variable 'firstName' should be declared final. |
25
|
| Variable 'st' should be declared final. |
26
|
| Variable 'lastName' should be declared final. |
44
|
| Expected an @return tag. |
56
|
| Variable 'lastName' should be declared final. |
68
|
| Variable 'index' should be declared final. |
69
|
| Variable 'st' should be declared final. |
90
|
| Variable 'nameStr' should be declared final. |
93
|
hoplugins/teamAnalyzer/vo/Filter.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'setAutomatic' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Expected @param tag for 'b'. |
79
|
| Expected an @return tag. |
88
|
| Method 'isAutomatic' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Method 'setAwayGames' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Expected @param tag for 'b'. |
97
|
| Expected an @return tag. |
106
|
| Method 'isAwayGames' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Method 'setCup' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Expected @param tag for 'b'. |
115
|
| Expected an @return tag. |
124
|
| Method 'isCup' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Method 'setDefeat' is not designed for extension - needs to be abstract, final or empty. |
133
|
| Expected @param tag for 'b'. |
133
|
| Expected an @return tag. |
142
|
| Method 'isDefeat' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Method 'setDraw' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Expected @param tag for 'b'. |
151
|
| Expected an @return tag. |
160
|
| Method 'isDraw' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Method 'setFriendly' is not designed for extension - needs to be abstract, final or empty. |
169
|
| Expected @param tag for 'b'. |
169
|
| Expected an @return tag. |
178
|
| Method 'isFriendly' is not designed for extension - needs to be abstract, final or empty. |
178
|
| Method 'setHomeGames' is not designed for extension - needs to be abstract, final or empty. |
187
|
| Expected @param tag for 'b'. |
187
|
| Expected an @return tag. |
196
|
| Method 'isHomeGames' is not designed for extension - needs to be abstract, final or empty. |
196
|
| Method 'setLeague' is not designed for extension - needs to be abstract, final or empty. |
205
|
| Expected @param tag for 'b'. |
205
|
| Expected an @return tag. |
214
|
| Method 'isLeague' is not designed for extension - needs to be abstract, final or empty. |
214
|
| Method 'setMatches' is not designed for extension - needs to be abstract, final or empty. |
223
|
| Expected @param tag for 'list'. |
223
|
| Expected an @return tag. |
232
|
| Method 'getMatches' is not designed for extension - needs to be abstract, final or empty. |
232
|
| Method 'setNumber' is not designed for extension - needs to be abstract, final or empty. |
241
|
| Expected @param tag for 'i'. |
241
|
| Expected an @return tag. |
250
|
| Method 'getNumber' is not designed for extension - needs to be abstract, final or empty. |
250
|
| Method 'setQualifier' is not designed for extension - needs to be abstract, final or empty. |
259
|
| Expected @param tag for 'b'. |
259
|
| Expected an @return tag. |
268
|
| Method 'isQualifier' is not designed for extension - needs to be abstract, final or empty. |
268
|
| Method 'setWin' is not designed for extension - needs to be abstract, final or empty. |
277
|
| Expected @param tag for 'b'. |
277
|
| Expected an @return tag. |
286
|
| Method 'isWin' is not designed for extension - needs to be abstract, final or empty. |
286
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
295
|
| Variable 'buffer' should be declared final. |
296
|
hoplugins/teamAnalyzer/vo/Match.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| 'matchDate' hides a field. |
76
|
| Variable 'matchDate' should be declared final. |
76
|
| Variable 'matchCal' should be declared final. |
78
|
| Method 'setAwayGoals' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Expected @param tag for 'i'. |
116
|
| Expected an @return tag. |
125
|
| Method 'getAwayGoals' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Method 'setAwayId' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Expected @param tag for 'i'. |
134
|
| Expected an @return tag. |
143
|
| Method 'getAwayId' is not designed for extension - needs to be abstract, final or empty. |
143
|
| Method 'setAwayTeam' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Expected @param tag for 'string'. |
152
|
| Expected an @return tag. |
161
|
| Method 'getAwayTeam' is not designed for extension - needs to be abstract, final or empty. |
161
|
| Method 'setHomeGoals' is not designed for extension - needs to be abstract, final or empty. |
170
|
| Expected @param tag for 'i'. |
170
|
| Expected an @return tag. |
179
|
| Method 'getHomeGoals' is not designed for extension - needs to be abstract, final or empty. |
179
|
| Method 'setHomeId' is not designed for extension - needs to be abstract, final or empty. |
188
|
| Expected @param tag for 'i'. |
188
|
| Expected an @return tag. |
197
|
| Method 'getHomeId' is not designed for extension - needs to be abstract, final or empty. |
197
|
| Method 'setHomeTeam' is not designed for extension - needs to be abstract, final or empty. |
206
|
| Expected @param tag for 'string'. |
206
|
| Expected an @return tag. |
215
|
| Method 'getHomeTeam' is not designed for extension - needs to be abstract, final or empty. |
215
|
| Method 'setMatchDate' is not designed for extension - needs to be abstract, final or empty. |
224
|
| Expected @param tag for 'date'. |
224
|
| Expected an @return tag. |
233
|
| Method 'getMatchDate' is not designed for extension - needs to be abstract, final or empty. |
233
|
| Method 'setMatchId' is not designed for extension - needs to be abstract, final or empty. |
242
|
| Expected @param tag for 'i'. |
242
|
| Expected an @return tag. |
251
|
| Method 'getMatchId' is not designed for extension - needs to be abstract, final or empty. |
251
|
| Method 'setMatchType' is not designed for extension - needs to be abstract, final or empty. |
260
|
| Expected @param tag for 'i'. |
260
|
| Expected an @return tag. |
269
|
| Method 'getMatchType' is not designed for extension - needs to be abstract, final or empty. |
269
|
| Method 'setSeason' is not designed for extension - needs to be abstract, final or empty. |
278
|
| Expected @param tag for 'i'. |
278
|
| Expected an @return tag. |
287
|
| Method 'getSeason' is not designed for extension - needs to be abstract, final or empty. |
287
|
| Method 'setWeek' is not designed for extension - needs to be abstract, final or empty. |
296
|
| Expected @param tag for 'i'. |
296
|
| Expected an @return tag. |
305
|
| Method 'getWeek' is not designed for extension - needs to be abstract, final or empty. |
305
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
314
|
| Variable 'buffer' should be declared final. |
315
|
hoplugins/teamAnalyzer/vo/MatchDetail.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Expected an @return tag. |
57
|
| Method 'setFormation' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Expected @param tag for 'i'. |
66
|
| Expected an @return tag. |
75
|
| Method 'getFormation' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Expected an @return tag. |
84
|
| Method 'getMatchDetail' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Method 'setRating' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Expected @param tag for 'rating'. |
93
|
| Expected an @return tag. |
102
|
| Method 'getRating' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Method 'setStars' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Expected @param tag for 'i'. |
111
|
| Expected an @return tag. |
120
|
| Method 'getStars' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Method 'setTacticCode' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Expected @param tag for 'i'. |
129
|
| Expected an @return tag. |
138
|
| Method 'getTacticCode' is not designed for extension - needs to be abstract, final or empty. |
138
|
| Method 'setTacticLevel' is not designed for extension - needs to be abstract, final or empty. |
147
|
| Expected @param tag for 'i'. |
147
|
| Expected an @return tag. |
156
|
| Method 'getTacticLevel' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Method 'addMatchLineupPlayer' is not designed for extension - needs to be abstract, final or empty. |
165
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
174
|
| Variable 'buffer' should be declared final. |
175
|
hoplugins/teamAnalyzer/vo/PlayerAppearance.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
9
|
| Variable 'apperarence' explicitly initialized to '0' (default value for its type). |
16
|
| Expected an @return tag. |
31
|
| Method 'getAppearance' is not designed for extension - needs to be abstract, final or empty. |
31
|
| Method 'setApperarence' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Expected @param tag for 'i'. |
40
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Expected @param tag for 'string'. |
49
|
| Expected an @return tag. |
58
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Method 'setPlayerId' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Expected @param tag for 'i'. |
67
|
| Expected an @return tag. |
76
|
| Method 'getPlayerId' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Expected @param tag for 'i'. |
85
|
| Expected an @return tag. |
94
|
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Method 'addApperarence' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Variable 'buffer' should be declared final. |
111
|
hoplugins/teamAnalyzer/vo/PlayerInfo.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
12
|
| Variable 'name' must be private and have accessor methods. |
16
|
| Variable 'age' must be private and have accessor methods. |
19
|
| Variable 'experience' must be private and have accessor methods. |
22
|
| Variable 'form' must be private and have accessor methods. |
25
|
| Variable 'playerId' must be private and have accessor methods. |
28
|
| Variable 'specialEvent' must be private and have accessor methods. |
31
|
| Variable 'status' must be private and have accessor methods. |
34
|
| Variable 'tSI' must be private and have accessor methods. |
37
|
| Variable 'teamId' must be private and have accessor methods. |
40
|
| Method 'setAge' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Method 'getAge' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Method 'setExperience' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Method 'getExperience' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Method 'setForm' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Method 'getForm' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Method 'setPlayerId' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Method 'getPlayerId' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Method 'setSpecialEvent' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Method 'getSpecialEvent' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. |
157
|
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. |
166
|
| Method 'setTSI' is not designed for extension - needs to be abstract, final or empty. |
175
|
| Method 'getTSI' is not designed for extension - needs to be abstract, final or empty. |
184
|
| Method 'setTeamId' is not designed for extension - needs to be abstract, final or empty. |
193
|
| Method 'getTeamId' is not designed for extension - needs to be abstract, final or empty. |
202
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
211
|
| Variable 'buffer' should be declared final. |
212
|
hoplugins/teamAnalyzer/vo/PlayerPerformance.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Name '_mlp' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
28
|
| Expected an @return tag. |
39
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Expected an @return tag. |
48
|
| Method 'getNickName' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Expected an @return tag. |
57
|
| Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Expected an @return tag. |
66
|
| Method 'getPositionCode' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Expected an @return tag. |
75
|
| Method 'getRating' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Expected an @return tag. |
84
|
| Method 'getSortId' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Expected an @return tag. |
93
|
| Method 'getSpielerId' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Expected an @return tag. |
102
|
| Method 'getSpielerName' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Expected an @return tag. |
111
|
| Method 'getSpielerVName' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Expected an @return tag. |
138
|
| Method 'getTaktik' is not designed for extension - needs to be abstract, final or empty. |
138
|
hoplugins/teamAnalyzer/vo/RosterPlayerData.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Method 'getMainPosition' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Method 'getMainRole' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Method 'getSecondaryRoles' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Variable 'main' should be declared final. |
103
|
| Variable 'l' should be declared final. |
104
|
| Name 'array_element' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
107
|
| Variable 'array_element' should be declared final. |
107
|
| Method 'addMatch' is not designed for extension - needs to be abstract, final or empty. |
122
|
hoplugins/teamAnalyzer/vo/RosterRoleData.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'getApp' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Method 'getAvg' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Method 'getMax' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Method 'getMin' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Method 'getPos' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Method 'getPositionDesc' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Variable 'posCode' should be declared final. |
87
|
| Method 'addMatch' is not designed for extension - needs to be abstract, final or empty. |
97
|
hoplugins/teamAnalyzer/vo/SpotLineup.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Expected @param tag for 'string'. |
52
|
| Expected an @return tag. |
61
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Expected @param tag for 'i'. |
70
|
| Expected an @return tag. |
79
|
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Method 'setTactics' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Expected @param tag for 'list'. |
88
|
| Expected an @return tag. |
97
|
| Method 'getTactics' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Variable 'buffer' should be declared final. |
107
|
hoplugins/teamAnalyzer/vo/Team.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
9
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
25
|
| Expected @param tag for 'string'. |
25
|
| Expected an @return tag. |
34
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Method 'setTeamId' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Expected @param tag for 'i'. |
43
|
| Expected an @return tag. |
52
|
| Method 'getTeamId' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Expected an @return tag. |
61
|
| Method 'desc' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
70
|
hoplugins/teamAnalyzer/vo/TeamLineup.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
14
|
| Method 'setRating' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Expected @param tag for 'rating'. |
44
|
| Expected an @return tag. |
53
|
| Method 'getRating' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Method 'setSpotLineup' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Method 'setStars' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Expected @param tag for 'd'. |
72
|
| Expected an @return tag. |
81
|
| Method 'getStars' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Variable 'buffer' should be declared final. |
91
|
hoplugins/teamAnalyzer/vo/UserTeamSpotLineup.java
Error | Line |
| Name 'hoplugins.teamAnalyzer.vo' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. |
2
|
| Class should define a constructor. |
9
|
| Method 'setSpecialEvent' is not designed for extension - needs to be abstract, final or empty. |
25
|
| Expected @param tag for 'i'. |
25
|
| Expected an @return tag. |
34
|
| Method 'getSpecialEvent' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Method 'setTacticCode' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Expected @param tag for 'i'. |
43
|
| Expected an @return tag. |
52
|
| Method 'getTacticCode' is not designed for extension - needs to be abstract, final or empty. |
52
|