| 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/update/internal/configurator/Configuration.java (at line 193) public boolean unconfigureFeatureEntry(IPlatformConfiguration.IFeatureEntry feature) { The type IPlatformConfiguration has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal |
| 2. WARNING in /src/org/eclipse/update/internal/configurator/Configuration.java (at line 193) public boolean unconfigureFeatureEntry(IPlatformConfiguration.IFeatureEntry feature) { The type IPlatformConfiguration.IFeatureEntry has been deprecated and marked for removal |
| 1. WARNING in /src/org/eclipse/update/internal/configurator/FeatureEntry.java (at line 34) IPlatformConfiguration.IFeatureEntry, The type IPlatformConfiguration has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal |
| 2. WARNING in /src/org/eclipse/update/internal/configurator/FeatureEntry.java (at line 34) IPlatformConfiguration.IFeatureEntry, The type IPlatformConfiguration.IFeatureEntry has been deprecated and marked for removal |
| 1. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 61) public class PlatformConfiguration implements IPlatformConfiguration, IConfigurationConstants { The type IPlatformConfiguration has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal |
| 2. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 125) installLocation = IPath.fromOSString(url.getPath()).removeLastSegments(3).toFile().toURL(); The method toURL() from the type File is deprecated |
| 3. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 141) ISiteEntry[] sentries = getConfiguredSites(); The type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 4. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 143) int policyType = sentries[0].getSitePolicy().getType(); The method getSitePolicy() from the type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 5. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 143) int policyType = sentries[0].getSitePolicy().getType(); The method getType() from the type IPlatformConfiguration.ISitePolicy has been deprecated and marked for removal |
| 6. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 144) if (policyType == ISitePolicy.MANAGED_ONLY) { The type IPlatformConfiguration.ISitePolicy has been deprecated and marked for removal |
| 7. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 144) if (policyType == ISitePolicy.MANAGED_ONLY) { The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY has been deprecated and marked for removal |
| 8. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 155) public ISiteEntry createSiteEntry(URL url, ISitePolicy policy) { The type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 9. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 155) public ISiteEntry createSiteEntry(URL url, ISitePolicy policy) { The type IPlatformConfiguration.ISitePolicy has been deprecated and marked for removal |
| 10. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 160) public ISitePolicy createSitePolicy(int type, String[] list) { The type IPlatformConfiguration.ISitePolicy has been deprecated and marked for removal |
| 11. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 165) public IFeatureEntry createFeatureEntry(String id, String version, String pluginVersion, boolean primary, String application, URL[] root) { The type IPlatformConfiguration.IFeatureEntry has been deprecated and marked for removal |
| 12. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 170) public IFeatureEntry createFeatureEntry(String id, String version, String pluginIdentifier, String pluginVersion, boolean primary, String application, URL[] root) { The type IPlatformConfiguration.IFeatureEntry has been deprecated and marked for removal |
| 13. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 175) public void configureSite(ISiteEntry entry) { The type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 14. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 180) public synchronized void configureSite(ISiteEntry entry, boolean replace) { The type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 15. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 185) URL url = entry.getURL(); The method getURL() from the type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 16. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 198) public synchronized void unconfigureSite(ISiteEntry entry) { The type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 17. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 202) URL url = entry.getURL(); The method getURL() from the type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 18. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 212) public ISiteEntry[] getConfiguredSites() { The type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 19. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 214) return new ISiteEntry[0]; The type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 20. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 217) ArrayList<ISiteEntry> enabledSites = new ArrayList<>(sites.length); The type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 21. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 222) return enabledSites.toArray(new ISiteEntry[enabledSites.size()]); The type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 22. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 226) public ISiteEntry findConfiguredSite(URL url) { The type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 23. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 263) public synchronized void configureFeatureEntry(IFeatureEntry entry) { The type IPlatformConfiguration.IFeatureEntry has been deprecated and marked for removal |
| 24. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 267) String key = entry.getFeatureIdentifier(); The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry has been deprecated and marked for removal |
| 25. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 279) URL url = new URL(site.getURL(), FEATURES + "/" + entry.getFeatureIdentifier() + "_" + entry.getFeatureVersion() + "/"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry has been deprecated and marked for removal |
| 26. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 279) URL url = new URL(site.getURL(), FEATURES + "/" + entry.getFeatureIdentifier() + "_" + entry.getFeatureVersion() + "/"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ The method getFeatureVersion() from the type IPlatformConfiguration.IFeatureEntry has been deprecated and marked for removal |
| 27. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 287) url = new URL(site.getURL(), FEATURES + "/" + entry.getFeatureIdentifier() + "/"); //$NON-NLS-1$ //$NON-NLS-2$ The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry has been deprecated and marked for removal |
| 28. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 297) public synchronized void unconfigureFeatureEntry(IFeatureEntry entry) { The type IPlatformConfiguration.IFeatureEntry has been deprecated and marked for removal |
| 29. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 301) String key = entry.getFeatureIdentifier(); The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry has been deprecated and marked for removal |
| 30. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 309) public IFeatureEntry[] getConfiguredFeatureEntries() { The type IPlatformConfiguration.IFeatureEntry has been deprecated and marked for removal |
| 31. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 310) ArrayList<IFeatureEntry> configFeatures = new ArrayList<>(); The type IPlatformConfiguration.IFeatureEntry has been deprecated and marked for removal |
| 32. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 319) public IFeatureEntry findConfiguredFeatureEntry(String id) { The type IPlatformConfiguration.IFeatureEntry has been deprecated and marked for removal |
| 33. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 366) IFeatureEntry fe = findConfiguredFeatureEntry(feature); The type IPlatformConfiguration.IFeatureEntry has been deprecated and marked for removal |
| 34. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 368) if (fe.getFeatureApplication() != null) The method getFeatureApplication() from the type IPlatformConfiguration.IFeatureEntry has been deprecated and marked for removal |
| 35. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 369) return fe.getFeatureApplication(); The method getFeatureApplication() from the type IPlatformConfiguration.IFeatureEntry has been deprecated and marked for removal |
| 36. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 383) IFeatureEntry feature = findConfiguredFeatureEntry(primaryFeatureId); The type IPlatformConfiguration.IFeatureEntry has been deprecated and marked for removal |
| 37. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 384) if (feature != null && feature.canBePrimary()) The method canBePrimary() from the type IPlatformConfiguration.IFeatureEntry has been deprecated and marked for removal |
| 38. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 396) for (ISiteEntry site : getConfiguredSites()) { The type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 39. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 397) for (String plugin : site.getPlugins()) { The method getPlugins() from the type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 40. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 415) for (ISiteEntry site : getConfiguredSites()) { The type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 41. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 416) for (String plugin : site.getPlugins()) { The method getPlugins() from the type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 42. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 431) ISiteEntry[] sites = getConfiguredSites(); The type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 43. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 432) for (ISiteEntry site : sites) { The type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 44. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 434) Utils.debug("Site " + site.getURL() + " is not a SiteEntry"); //$NON-NLS-1$ //$NON-NLS-2$ The method getURL() from the type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 45. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 474) for (ISiteEntry site : getConfiguredSites()) { The type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 46. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 475) if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { The method isUpdateable() from the type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 47. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 475) if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { The method getSitePolicy() from the type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 48. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 475) if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { The method getType() from the type IPlatformConfiguration.ISitePolicy has been deprecated and marked for removal |
| 49. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 475) if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { The type IPlatformConfiguration.ISitePolicy has been deprecated and marked for removal |
| 50. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 475) if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY has been deprecated and marked for removal |
| 51. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 716) private ISiteEntry getRootSite() { The type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 52. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 718) ISitePolicy defaultPolicy = createSitePolicy(getDefaultPolicy(), DEFAULT_POLICY_LIST); The type IPlatformConfiguration.ISitePolicy has been deprecated and marked for removal |
| 53. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 725) ISiteEntry defaultSite = createSiteEntry(siteURL, defaultPolicy); The type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 54. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 769) for (ISiteEntry site : config.getSites()) { The type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 55. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 770) if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { The method getSitePolicy() from the type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 56. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 770) if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { The method getType() from the type IPlatformConfiguration.ISitePolicy has been deprecated and marked for removal |
| 57. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 770) if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { The type IPlatformConfiguration.ISitePolicy has been deprecated and marked for removal |
| 58. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 770) if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY has been deprecated and marked for removal |
| 59. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 771) result = Math.max(result, site.getFeaturesChangeStamp()); The method getFeaturesChangeStamp() from the type IPlatformConfiguration.ISiteEntry is deprecated |
| 60. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 784) for (ISiteEntry site : config.getSites()) { The type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 61. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 785) if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { The method getSitePolicy() from the type IPlatformConfiguration.ISiteEntry has been deprecated and marked for removal |
| 62. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 785) if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { The method getType() from the type IPlatformConfiguration.ISitePolicy has been deprecated and marked for removal |
| 63. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 785) if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { The type IPlatformConfiguration.ISitePolicy has been deprecated and marked for removal |
| 64. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 785) if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY has been deprecated and marked for removal |
| 65. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 786) result = Math.max(result, site.getPluginsChangeStamp()); The method getPluginsChangeStamp() from the type IPlatformConfiguration.ISiteEntry is deprecated |
| 66. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 856) URL backupUrl = backups[backups.length - 1].toURL(); The method toURL() from the type File is deprecated |
| 67. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 917) url = f.toURL(); The method toURL() from the type File is deprecated |
| 68. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 991) if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { The method getType() from the type IPlatformConfiguration.ISitePolicy has been deprecated and marked for removal |
| 69. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 991) if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { The type IPlatformConfiguration.ISitePolicy has been deprecated and marked for removal |
| 70. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java (at line 991) if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY has been deprecated and marked for removal |
| 1. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java (at line 75) this.url = new File(url.getFile()).toURL(); The method toURL() from the type File is deprecated |
| 2. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java (at line 282) URL featureURL = featureXML.toURL(); The method toURL() from the type File is deprecated |
| 1. WARNING in /src/org/eclipse/update/internal/configurator/Utils.java (at line 54) private static ServiceTracker<?, PackageAdmin> bundleTracker; The type PackageAdmin is deprecated |
| 2. WARNING in /src/org/eclipse/update/internal/configurator/Utils.java (at line 214) bundleTracker = new ServiceTracker<>(getContext(), PackageAdmin.class, null); The type PackageAdmin is deprecated |
| 3. WARNING in /src/org/eclipse/update/internal/configurator/Utils.java (at line 217) PackageAdmin admin = bundleTracker.getService(); The type PackageAdmin is deprecated |
| 4. WARNING in /src/org/eclipse/update/internal/configurator/Utils.java (at line 220) Bundle[] bundles = admin.getBundles(symbolicName, null); The method getBundles(String, String) from the type PackageAdmin is deprecated |
| 5. WARNING in /src/org/eclipse/update/internal/configurator/Utils.java (at line 414) return absolutePath.toFile().toURL(); The method toURL() from the type File is deprecated |
| 6. WARNING in /src/org/eclipse/update/internal/configurator/Utils.java (at line 491) return new File(path).toURL().toExternalForm(); 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 |