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 /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 |
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 |
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 |
errors | others warnings | forbidden warnings | discouraged warnings |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |