| 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/equinox/launcher/Main.java (at line 598) Policy eclipsePolicy = new EclipsePolicy(Policy.getPolicy(), rootURLs); The method getPolicy() from the type Policy is deprecated |
| 2. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 599) Policy.setPolicy(eclipsePolicy); The method setPolicy(Policy) from the type Policy is deprecated |
| 3. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 810) extensionURL = new File(path).toURL(); The method toURL() from the type File is deprecated |
| 4. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 894) url = new File(string.substring(5)).toURL(); The method toURL() from the type File is deprecated |
| 5. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 924) url = path.toURL(); The method toURL() from the type File is deprecated |
| 6. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 958) url = new File(path).toURL(); The method toURL() from the type File is deprecated |
| 7. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 1109) return adjustTrailingSlash(toAdjust.toURL(), trailingSlash); The method toURL() from the type File is deprecated |
| 8. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 1111) return toAdjust.toURL(); The method toURL() from the type File is deprecated |
| 9. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 1123) return adjustTrailingSlash(toAdjust.toURL(), trailingSlash); The method toURL() from the type File is deprecated |
| 10. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 1125) return toAdjust.toURL(); The method toURL() from the type File is deprecated |
| 11. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 1943) path = new File(path).toURL().getFile(); The method toURL() from the type File is deprecated |
| 12. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 2588) public PermissionCollection getPermissions(CodeSource codesource) { The method Main.EclipsePolicy.getPermissions(CodeSource) overrides a deprecated method from Policy |
| 13. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 2592) return policy == null ? allPermissions : policy.getPermissions(codesource); The method getPermissions(CodeSource) from the type Policy is deprecated |
| 14. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 2596) public PermissionCollection getPermissions(ProtectionDomain domain) { The method Main.EclipsePolicy.getPermissions(ProtectionDomain) overrides a deprecated method from Policy |
| 15. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 2600) return policy == null ? allPermissions : policy.getPermissions(domain); The method getPermissions(ProtectionDomain) from the type Policy is deprecated |
| 16. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 2604) public boolean implies(ProtectionDomain domain, Permission permission) { The method Main.EclipsePolicy.implies(ProtectionDomain, Permission) overrides a deprecated method from Policy |
| 17. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 2608) return policy == null ? true : policy.implies(domain, permission); The method implies(ProtectionDomain, Permission) from the type Policy is deprecated |
| 18. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 2612) public void refresh() { The method Main.EclipsePolicy.refresh() overrides a deprecated method from Policy |
| 19. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 2614) policy.refresh(); The method refresh() from the type Policy is deprecated |
| errors | others warnings | forbidden warnings | discouraged warnings |
| top | errors | infos | others warnings | discouraged warnings |
| top | errors | infos | others warnings | forbidden warnings |