| Inspector |
Message |
Severity |
Location |
| Java Inspector 048 |
Copyrights information should be present in each file. |
1 |
|
| Java Inspector 070-B |
Cyclomatic complexity is too high: 28, maximum allowed is 20 |
1 |
107:9
|
| Java Inspector 086 |
Use equals() instead of == or != to compare objects. |
1 |
112:32
|
| Java Inspector 015 |
Do not change parameter value. For comprehensibility, formal parameters should be final |
2 |
84:25
|
| Java Inspector 015 |
Do not change parameter value. For comprehensibility, formal parameters should be final |
2 |
87:25
|
| Java Inspector 015 |
Do not change parameter value. For comprehensibility, formal parameters should be final |
2 |
90:25
|
| Java Inspector 070-A |
Cyclomatic complexity is too high: 28, maximum allowed is 12 |
2 |
107:9
|
| Java Inspector 073 [java.lang.StringBuffer] |
In Java 5 use StringBuilder instead of StringBuffer if access is single-threaded, e.g. StringBuffer is used as a local variable . |
2 |
47:17
|
| Java Inspector 082 |
Parenthesis are redundant. |
2 |
98:44
|
| Java Inspector 082 |
Parenthesis are redundant. |
2 |
99:44
|
| Java Inspector 082 |
Parenthesis are redundant. |
2 |
100:44
|
| Java Inspector 082 |
Parenthesis are redundant. |
2 |
101:44
|
| Java Inspector 082 |
Parenthesis are redundant. |
2 |
102:44
|
| Java Inspector 082 |
Parenthesis are redundant. |
2 |
103:44
|
| Java Inspector 089 |
Undocumented top level type |
2 |
9:1
|
| Java Inspector 089 |
Undocumented method |
2 |
18:9
|
| Java Inspector 089 |
Undocumented method |
2 |
22:9
|
| Java Inspector 089 |
Undocumented method |
2 |
26:9
|
| Java Inspector 089 |
Undocumented method |
2 |
30:9
|
| Java Inspector 089 |
Undocumented method |
2 |
34:9
|
| Java Inspector 089 |
Undocumented method |
2 |
38:9
|
| Java Inspector 089 |
Undocumented method |
2 |
42:9
|
| Java Inspector 089 |
Undocumented method |
2 |
46:9
|
| Java Inspector 089 |
Undocumented method |
2 |
82:9
|
| Java Inspector 089 |
Undocumented method |
2 |
95:9
|
| Java Inspector 089 |
Undocumented method |
2 |
107:9
|
| Java Inspector 003 |
do, while, if, and for statements need a brace enclosed block |
3 |
109:25
|
| Java Inspector 003 |
do, while, if, and for statements need a brace enclosed block |
3 |
111:25
|
| Java Inspector 003 |
do, while, if, and for statements need a brace enclosed block |
3 |
113:25
|
| Java Inspector 003 |
do, while, if, and for statements need a brace enclosed block |
3 |
117:33
|
| Java Inspector 003 |
do, while, if, and for statements need a brace enclosed block |
3 |
119:25
|
| Java Inspector 003 |
do, while, if, and for statements need a brace enclosed block |
3 |
122:33
|
| Java Inspector 003 |
do, while, if, and for statements need a brace enclosed block |
3 |
124:25
|
| Java Inspector 003 |
do, while, if, and for statements need a brace enclosed block |
3 |
127:33
|
| Java Inspector 003 |
do, while, if, and for statements need a brace enclosed block |
3 |
129:25
|
| Java Inspector 003 |
do, while, if, and for statements need a brace enclosed block |
3 |
132:33
|
| Java Inspector 003 |
do, while, if, and for statements need a brace enclosed block |
3 |
134:25
|
| Java Inspector 003 |
do, while, if, and for statements need a brace enclosed block |
3 |
137:33
|
| Java Inspector 003 |
do, while, if, and for statements need a brace enclosed block |
3 |
139:25
|
| Java Inspector 003 |
do, while, if, and for statements need a brace enclosed block |
3 |
142:33
|
| Java Inspector 003 |
do, while, if, and for statements need a brace enclosed block |
3 |
144:25
|
| Java Inspector 025 |
Avoid hardwired numeric literals. Allowed literals: [1, -1, 0] |
3 |
96:35
|
| Java Inspector 026 |
Avoid hardwired string literals. Allowed literals: [] |
3 |
27:45
|
| Java Inspector 026 |
Avoid hardwired string literals. Allowed literals: [] |
3 |
49:36
|
| Java Inspector 026 |
Avoid hardwired string literals. Allowed literals: [] |
3 |
53:36
|
| Java Inspector 026 |
Avoid hardwired string literals. Allowed literals: [] |
3 |
57:36
|
| Java Inspector 026 |
Avoid hardwired string literals. Allowed literals: [] |
3 |
61:36
|
| Java Inspector 026 |
Avoid hardwired string literals. Allowed literals: [] |
3 |
66:52
|
| Java Inspector 026 |
Avoid hardwired string literals. Allowed literals: [] |
3 |
71:36
|
| Java Inspector 026 |
Avoid hardwired string literals. Allowed literals: [] |
3 |
74:44
|