Compiler log for org.eclipse.equinox.common.tests_3.17.100.v20240214-0846 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 6, INFOS: 0

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

/src/org/eclipse/equinox/common/tests/URIUtilTest.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/common/tests/URIUtilTest.java
 (at line 241)
URL fileURL = fileWithSpaces.toURL();
The method toURL() from the type File is deprecated
2. WARNING in /src/org/eclipse/equinox/common/tests/URIUtilTest.java
 (at line 268)
URL fileURL = fileWithSpaces.toURL();
The method toURL() from the type File is deprecated
3. WARNING in /src/org/eclipse/equinox/common/tests/URIUtilTest.java
 (at line 394)
URL fileURL = fileWithPercent20.toURL();
The method toURL() from the type File is deprecated

/src/org/eclipse/equinox/common/tests/adaptable/IAdapterManagerTest.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/common/tests/adaptable/IAdapterManagerTest.java
 (at line 317)
return (T) new PrivateAdapter();
Type safety: Unchecked cast from PrivateAdapter to T
2. WARNING in /src/org/eclipse/equinox/common/tests/adaptable/IAdapterManagerTest.java
 (at line 352)
return (T) new Y();
Type safety: Unchecked cast from IAdapterManagerTest.Y to T

/src/org/eclipse/equinox/common/tests/adaptable/TestAdapter2Factory.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/common/tests/adaptable/TestAdapter2Factory.java
 (at line 19)
return (T) new TestAdapter2();
Type safety: Unchecked cast from TestAdapter2 to T

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings