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