Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0
Number of source files: 260 Number of classfiles: 789
Problems: 23 (Errors: 0 Warnings: 23 )
Unnecessary @SuppressWarnings("unused")
SimpleMethodSignatureTests.java :
198 : @SuppressWarnings("unused") public void method1(int foo) { /* used by tests */ }
Unnecessary @SuppressWarnings("unused")
SimpleMethodSignatureTests.java :
199 : @SuppressWarnings("unused") public void method2(int foo, String bar) { /* used by tests */ }
Unnecessary @SuppressWarnings("unused")
SimpleMethodSignatureTests.java :
200 : @SuppressWarnings("unused") public void method3(int foo, String bar, Object[][] baz) { /* used by tests */ }
Unnecessary @SuppressWarnings("unused")
SimpleMethodSignatureTests.java :
202 : @SuppressWarnings("unused") public void methodA(int foo, String bar) { /* used by tests */ }
Unnecessary @SuppressWarnings("unused")
SimpleMethodSignatureTests.java :
203 : @SuppressWarnings("unused") public void methodA(int foo, String bar, String baz) { /* used by tests */ }
Unnecessary @SuppressWarnings("unused")
SimpleMethodSignatureTests.java :
205 : @SuppressWarnings("unused") public void methodB(int foo, Object bar) { /* used by tests */ }
Unnecessary @SuppressWarnings("unused")
SimpleMethodSignatureTests.java :
206 : @SuppressWarnings("unused") public void methodB(int foo, String bar) { /* used by tests */ }
Unnecessary @SuppressWarnings("null")
TightMapTests.java :
1034 : @SuppressWarnings("null")
Unnecessary @SuppressWarnings("resource")
PipeTests.java :
129 : @SuppressWarnings("resource")
Unnecessary @SuppressWarnings("resource")
PipeTests.java :
151 : @SuppressWarnings("resource")
Unnecessary @SuppressWarnings("resource")
PipeTests.java :
260 : @SuppressWarnings("resource")
Unnecessary @SuppressWarnings("resource")
PipeTests.java :
262 : @SuppressWarnings("resource")
Unnecessary @SuppressWarnings("resource")
PipeTests.java :
287 : @SuppressWarnings("resource")
Unnecessary @SuppressWarnings("resource")
PipeTests.java :
289 : @SuppressWarnings("resource")
Unnecessary @SuppressWarnings("resource")
PipeTests.java :
397 : @SuppressWarnings("resource")
Unnecessary @SuppressWarnings("resource")
PipeTests.java :
427 : @SuppressWarnings("resource")
The import java.util.Iterator is never used
TreeIterableTests.java :
14 : import java.util.Iterator;
The import org.eclipse.jpt.common.utility.internal.iterator.IteratorTools is never used
ArrayIteratorTests.java :
16 : import org.eclipse.jpt.common.utility.internal.iterator.IteratorTools;
Unnecessary @SuppressWarnings("unused")
ListModelAdapterUITest.java :
65 : private void exec(@SuppressWarnings("unused") String[] args) throws Exception {
Unnecessary @SuppressWarnings("unused")
TableModelAdapterUITest.java :
106 : protected void exec(@SuppressWarnings("unused") String[] args) throws Exception {
Unnecessary @SuppressWarnings("unused")
TableModelAdapterUITest.java :
204 : void rowSelectionChanged(@SuppressWarnings("unused") ListSelectionEvent event) {
Unnecessary @SuppressWarnings("unused")
TableModelAdapterUITest.java :
504 : private String promptUserForName(@SuppressWarnings("unused") String originalName) {
Unnecessary @SuppressWarnings("unused")
TreeModelAdapterUITest.java :
137 : void treeSelectionChanged(@SuppressWarnings("unused") TreeSelectionEvent e) {