| 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 850) extensionURL = new File(path).toURL(); The method toURL() from the type File is deprecated |
| 2. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 936) url = new File(string.substring(5)).toURL(); The method toURL() from the type File is deprecated |
| 3. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 962) url = path.toURL(); The method toURL() from the type File is deprecated |
| 4. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 994) url = new File(path).toURL(); The method toURL() from the type File is deprecated |
| 5. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 1185) return adjustTrailingSlash(toAdjust.toURL(), trailingSlash); The method toURL() from the type File is deprecated |
| 6. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 1186) return toAdjust.toURL(); The method toURL() from the type File is deprecated |
| 7. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 1197) 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 1198) return toAdjust.toURL(); The method toURL() from the type File is deprecated |
| 9. WARNING in /src/org/eclipse/equinox/launcher/Main.java (at line 2045) path = new File(path).toURL().getFile(); 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 |