Compiler log for org.eclipse.equinox.launcher_1.6.800.v20240304-1850 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 9, 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/equinox/launcher/Main.java : 9 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/launcher/Main.java
 (at line 861)
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 947)
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 973)
url = path.toURL();
The method toURL() from the type File is deprecated
4. WARNING in /src/org/eclipse/equinox/launcher/Main.java
 (at line 1005)
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 1196)
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 1197)
return toAdjust.toURL();
The method toURL() from the type File is deprecated
7. WARNING in /src/org/eclipse/equinox/launcher/Main.java
 (at line 1208)
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 1209)
return toAdjust.toURL();
The method toURL() from the type File is deprecated
9. WARNING in /src/org/eclipse/equinox/launcher/Main.java
 (at line 2049)
path = new File(path).toURL().getFile();
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