Compiler log for org.eclipse.osgi.tests_3.20.100.v20240702-1048 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 13, 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/osgi/tests/bundles/BundleInstallUpdateTests.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/osgi/tests/bundles/BundleInstallUpdateTests.java
 (at line 219)
String testBundleJarFileURL = (encode ? testBundleJarFile.toURI() : testBundleJarFile.toURL()).toString();
The method toURL() from the type File is deprecated
2. WARNING in /src/org/eclipse/osgi/tests/bundles/BundleInstallUpdateTests.java
 (at line 221)
String testBundleDirFileURL = (encode ? testBundleDirFile.toURI() : testBundleDirFile.toURL()).toString();
The method toURL() from the type File is deprecated

/src/org/eclipse/osgi/tests/security/BaseSecurityTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/osgi/tests/security/BaseSecurityTest.java
 (at line 174)
suite.getSetup().setSystemProperty("osgi.framework.keystore", tempFile.toURL().toExternalForm()); //$NON-NLS-1$ //$NON-NLS-2$
The method toURL() from the type File is deprecated

/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java : 10 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java
 (at line 120)
testLocation.set(testLocationFile.toURL(), false);
The method toURL() from the type File is deprecated
2. WARNING in /src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java
 (at line 138)
testLocation.set(testLocationFile.toURL(), false);
The method toURL() from the type File is deprecated
3. WARNING in /src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java
 (at line 154)
testLocation.set(testLocationFile.toURL(), true);
The method toURL() from the type File is deprecated
4. WARNING in /src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java
 (at line 173)
assertFalse("Could not set location", testLocation.set(testLocationFile.toURL(), true));
The method toURL() from the type File is deprecated
5. WARNING in /src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java
 (at line 188)
assertTrue("Could not set location", testLocation.set(testLocationFile.toURL(), false));
The method toURL() from the type File is deprecated
6. WARNING in /src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java
 (at line 232)
createdLocation.set(testLocationFile.toURL(), false);
The method toURL() from the type File is deprecated
7. WARNING in /src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java
 (at line 273)
testLocation.set(testLocationFile.toURL(), true, ""); //$NON-NLS-1$
The method toURL() from the type File is deprecated
8. WARNING in /src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java
 (at line 295)
testLocation.set(testLocationFile.toURL(), true, ".mocklock"); //$NON-NLS-1$
The method toURL() from the type File is deprecated
9. WARNING in /src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java
 (at line 318)
testLocation.set(testLocationFile.toURL(), true, testLocationLockFile.getAbsolutePath());
The method toURL() from the type File is deprecated
10. WARNING in /src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java
 (at line 460)
location.set(testLocationFile.toURL(), false);
The method toURL() from the type File is deprecated

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