errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged warnings |
1. WARNING in /tests/org/eclipse/debug/jdi/tests/ClassTypeTest.java (at line 203) fType.invokeMethod(thread, inv2, new ArrayList<Value>(), 0); Redundant specification of type arguments <Value> |
1. WARNING in /tests/org/eclipse/debug/jdi/tests/ObjectReferenceTest.java (at line 263) fObject.invokeMethod(thread, inv, new ArrayList<Value>(), 0); Redundant specification of type arguments <Value> |
1. WARNING in /tests/org/eclipse/debug/jdi/tests/HeapWalkingTests.java (at line 78) fVM.instanceCounts(new ArrayList<ReferenceType>()); Redundant specification of type arguments <ReferenceType> |
2. WARNING in /tests/org/eclipse/debug/jdi/tests/HeapWalkingTests.java (at line 86) fVM.instanceCounts(new ArrayList<ReferenceType>()); Redundant specification of type arguments <ReferenceType> |
1. WARNING in /tests/org/eclipse/debug/jdi/tests/ThreadReferenceTest.java (at line 197) new java.util.LinkedList<Value>(), Redundant specification of type arguments <Value> |
1. WARNING in /tests/org/eclipse/debug/jdi/tests/WatchpointEventTest.java (at line 83) new ArrayList<EventRequest>(requestManager.accessWatchpointRequests())); Redundant specification of type arguments <EventRequest> |
2. WARNING in /tests/org/eclipse/debug/jdi/tests/WatchpointEventTest.java (at line 85) new ArrayList<EventRequest>(requestManager.modificationWatchpointRequests())); Redundant specification of type arguments <EventRequest> |
errors | others warnings | forbidden warnings | discouraged warnings |
1. INFO in /tests/org/eclipse/debug/jdi/tests/AbstractJDITest.java (at line 75) @SuppressWarnings("restriction") At least one of the problems in category 'restriction' is not analysed due to a compiler option being ignored |
2. INFO in /tests/org/eclipse/debug/jdi/tests/AbstractJDITest.java (at line 163) @SuppressWarnings("restriction") At least one of the problems in category 'restriction' is not analysed due to a compiler option being ignored |
1. INFO in /tests/org/eclipse/debug/jdi/tests/ReferenceTypeTest.java (at line 144) assertFalse("1." + type.name() + ".3", type.equals(fVM)); Unlikely argument type for equals(): VirtualMachine seems to be unrelated to ReferenceType |
1. INFO in /tests/org/eclipse/debug/jdi/tests/VirtualThreadTest.java (at line 39) @SuppressWarnings("restriction") At least one of the problems in category 'restriction' is not analysed due to a compiler option being ignored |
1. INFO in /tests/org/eclipse/debug/jdi/tests/MethodReturnValuesTests.java (at line 33) @SuppressWarnings("restriction") At least one of the problems in category 'restriction' is not analysed due to a compiler option being ignored |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |