Compiler log for org.eclipse.jdt.debug.jdi.tests_1.1.0.v20230328-1614 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 7, INFOS: 5

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

/tests/org/eclipse/debug/jdi/tests/ClassTypeTest.java : 1 warning :

OTHER 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>

/tests/org/eclipse/debug/jdi/tests/ObjectReferenceTest.java : 1 warning :

OTHER WARNINGS
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>

/tests/org/eclipse/debug/jdi/tests/HeapWalkingTests.java : 2 warnings :

OTHER WARNINGS
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>

/tests/org/eclipse/debug/jdi/tests/ThreadReferenceTest.java : 1 warning :

OTHER WARNINGS
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>

/tests/org/eclipse/debug/jdi/tests/WatchpointEventTest.java : 2 warnings :

OTHER WARNINGS
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>

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

/tests/org/eclipse/debug/jdi/tests/AbstractJDITest.java : 2 infos :

INFO 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

/tests/org/eclipse/debug/jdi/tests/ReferenceTypeTest.java : 1 info :

INFO WARNINGS
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

/tests/org/eclipse/debug/jdi/tests/VirtualThreadTest.java : 1 info :

INFO WARNINGS
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

/tests/org/eclipse/debug/jdi/tests/MethodReturnValuesTests.java : 1 info :

INFO WARNINGS
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

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings