Compiler log for org.eclipse.osgi.tests_3.19.0.v20240214-0846 : @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 218)
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 220)
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 172)
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 186)
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 231)
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 272)
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 294)
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 317)
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 459)
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