Compiler log for org.eclipse.equinox.simpleconfigurator_1.5.700.v20251111-1031 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 10, 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/internal/simpleconfigurator/ConfigApplier.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java
 (at line 418)
return SimpleConfiguratorUtils.readConfiguration(lastBundlesInfo.toURL(), baseLocation).toArray(new BundleInfo[1]);
The method toURL() from the type File is deprecated

/src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java
 (at line 127)
return userConfig.exists() ? userConfig.toURL() : null;
The method toURL() from the type File is deprecated
2. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java
 (at line 132)
return sharedConfig.exists() ? sharedConfig.toURL() : null;
The method toURL() from the type File is deprecated
3. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java
 (at line 136)
return userConfig.toURL();
The method toURL() from the type File is deprecated
4. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java
 (at line 140)
return sharedConfig.toURL();
The method toURL() from the type File is deprecated
5. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java
 (at line 147)
return userConfig.toURL();
The method toURL() from the type File is deprecated
6. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java
 (at line 150)
return sharedConfig.toURL();
The method toURL() from the type File is deprecated

/src/org/eclipse/equinox/internal/simpleconfigurator/utils/SimpleConfiguratorUtils.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/utils/SimpleConfiguratorUtils.java
 (at line 86)
List<BundleInfo> list = readConfigurationFromFile(info.toURL(), info.getParentFile().toURI());
The method toURL() from the type File is deprecated
2. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/utils/SimpleConfiguratorUtils.java
 (at line 98)
System.out.println("List of bundles to be loaded from " + info.toURL());
The method toURL() from the type File is deprecated

/src/org/eclipse/equinox/internal/simpleconfigurator/utils/Utils.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/utils/Utils.java
 (at line 144)
return file.toURL();
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