Compiler log for org.eclipse.update.configurator_3.5.900.v20251112-1253 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 144, 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/update/configurator/ConfiguratorUtils.java : 15 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/update/configurator/ConfiguratorUtils.java
 (at line 48)
public static IPlatformConfiguration getCurrentPlatformConfiguration() {
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/configurator/ConfiguratorUtils.java
 (at line 51)
ServiceReference<IPlatformConfigurationFactory> configFactorySR = context.getServiceReference(IPlatformConfigurationFactory.class);
The type IPlatformConfigurationFactory has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal
3. WARNING in /src/org/eclipse/update/configurator/ConfiguratorUtils.java
 (at line 51)
ServiceReference<IPlatformConfigurationFactory> configFactorySR = context.getServiceReference(IPlatformConfigurationFactory.class);
The type IPlatformConfigurationFactory has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal
4. WARNING in /src/org/eclipse/update/configurator/ConfiguratorUtils.java
 (at line 55)
IPlatformConfigurationFactory configFactory = context.getService(configFactorySR);
The type IPlatformConfigurationFactory has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal
5. WARNING in /src/org/eclipse/update/configurator/ConfiguratorUtils.java
 (at line 60)
IPlatformConfiguration currentConfig = configFactory.getCurrentPlatformConfiguration();
The type IPlatformConfiguration has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal
6. WARNING in /src/org/eclipse/update/configurator/ConfiguratorUtils.java
 (at line 74)
public static IPlatformConfiguration getPlatformConfiguration(URL url) throws IOException {
The type IPlatformConfiguration has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal
7. WARNING in /src/org/eclipse/update/configurator/ConfiguratorUtils.java
 (at line 77)
ServiceReference<IPlatformConfigurationFactory> configFactorySR = context.getServiceReference(IPlatformConfigurationFactory.class);
The type IPlatformConfigurationFactory has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal
8. WARNING in /src/org/eclipse/update/configurator/ConfiguratorUtils.java
 (at line 77)
ServiceReference<IPlatformConfigurationFactory> configFactorySR = context.getServiceReference(IPlatformConfigurationFactory.class);
The type IPlatformConfigurationFactory has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal
9. WARNING in /src/org/eclipse/update/configurator/ConfiguratorUtils.java
 (at line 81)
IPlatformConfigurationFactory configFactory = context.getService(configFactorySR);
The type IPlatformConfigurationFactory has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal
10. WARNING in /src/org/eclipse/update/configurator/ConfiguratorUtils.java
 (at line 86)
IPlatformConfiguration config = configFactory.getPlatformConfiguration(url);
The type IPlatformConfiguration has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal
11. WARNING in /src/org/eclipse/update/configurator/ConfiguratorUtils.java
 (at line 101)
public static IPlatformConfiguration getPlatformConfiguration(URL url, URL loc) throws IOException {
The type IPlatformConfiguration has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal
12. WARNING in /src/org/eclipse/update/configurator/ConfiguratorUtils.java
 (at line 104)
ServiceReference<IPlatformConfigurationFactory> configFactorySR = context.getServiceReference(IPlatformConfigurationFactory.class);
The type IPlatformConfigurationFactory has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal
13. WARNING in /src/org/eclipse/update/configurator/ConfiguratorUtils.java
 (at line 104)
ServiceReference<IPlatformConfigurationFactory> configFactorySR = context.getServiceReference(IPlatformConfigurationFactory.class);
The type IPlatformConfigurationFactory has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal
14. WARNING in /src/org/eclipse/update/configurator/ConfiguratorUtils.java
 (at line 108)
IPlatformConfigurationFactory configFactory = context.getService(configFactorySR);
The type IPlatformConfigurationFactory has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal
15. WARNING in /src/org/eclipse/update/configurator/ConfiguratorUtils.java
 (at line 113)
IPlatformConfiguration config = configFactory.getPlatformConfiguration(url, loc);
The type IPlatformConfiguration has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal

/src/org/eclipse/update/configurator/IPlatformConfigurationFactory.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/update/configurator/IPlatformConfigurationFactory.java
 (at line 38)
public IPlatformConfiguration getCurrentPlatformConfiguration();
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/configurator/IPlatformConfigurationFactory.java
 (at line 48)
public IPlatformConfiguration getPlatformConfiguration(URL url) throws IOException;
The type IPlatformConfiguration has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal
3. WARNING in /src/org/eclipse/update/configurator/IPlatformConfigurationFactory.java
 (at line 61)
public IPlatformConfiguration getPlatformConfiguration(URL url, URL loc) throws IOException;
The type IPlatformConfiguration has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal

/src/org/eclipse/update/internal/configurator/BundleGroupComponent.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/update/internal/configurator/BundleGroupComponent.java
 (at line 44)
.getCurrentPlatformConfiguration();
The method getCurrentPlatformConfiguration() from the type IPlatformConfigurationFactory is deprecated
2. WARNING in /src/org/eclipse/update/internal/configurator/BundleGroupComponent.java
 (at line 48)
org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry[] features = configuration
The type IPlatformConfiguration.IFeatureEntry is deprecated
3. WARNING in /src/org/eclipse/update/internal/configurator/BundleGroupComponent.java
 (at line 49)
.getConfiguredFeatureEntries();
The method getConfiguredFeatureEntries() from the type IPlatformConfiguration is deprecated
4. WARNING in /src/org/eclipse/update/internal/configurator/BundleGroupComponent.java
 (at line 51)
for (org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry feature : features) {
The type IPlatformConfiguration.IFeatureEntry is deprecated

/src/org/eclipse/update/internal/configurator/Configuration.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/update/internal/configurator/Configuration.java
 (at line 197)
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 197)
public boolean unconfigureFeatureEntry(IPlatformConfiguration.IFeatureEntry feature) {
The type IPlatformConfiguration.IFeatureEntry is deprecated

/src/org/eclipse/update/internal/configurator/FeatureEntry.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/update/internal/configurator/FeatureEntry.java
 (at line 40)
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 40)
IPlatformConfiguration.IFeatureEntry,
The type IPlatformConfiguration.IFeatureEntry is deprecated

/src/org/eclipse/update/internal/configurator/IConfigurationConstants.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/update/internal/configurator/IConfigurationConstants.java
 (at line 51)
public static final int DEFAULT_POLICY_TYPE = org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy.USER_EXCLUDE;
The type IPlatformConfiguration.ISitePolicy is deprecated
2. WARNING in /src/org/eclipse/update/internal/configurator/IConfigurationConstants.java
 (at line 51)
public static final int DEFAULT_POLICY_TYPE = org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy.USER_EXCLUDE;
The field IPlatformConfiguration.ISitePolicy.USER_EXCLUDE is deprecated

/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java : 70 warnings :

OTHER WARNINGS
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 128)
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 144)
ISiteEntry[] sentries = getConfiguredSites();
The type IPlatformConfiguration.ISiteEntry is deprecated
4. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 146)
int policyType = sentries[0].getSitePolicy().getType();
The method getSitePolicy() from the type IPlatformConfiguration.ISiteEntry is deprecated
5. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 146)
int policyType = sentries[0].getSitePolicy().getType();
The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
6. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 147)
if (policyType == ISitePolicy.MANAGED_ONLY) {
The type IPlatformConfiguration.ISitePolicy is deprecated
7. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 147)
if (policyType == ISitePolicy.MANAGED_ONLY) {
The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated
8. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 158)
public ISiteEntry createSiteEntry(URL url, ISitePolicy policy) {
The type IPlatformConfiguration.ISiteEntry is deprecated
9. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 158)
public ISiteEntry createSiteEntry(URL url, ISitePolicy policy) {
The type IPlatformConfiguration.ISitePolicy is deprecated
10. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 163)
public ISitePolicy createSitePolicy(int type, String[] list) {
The type IPlatformConfiguration.ISitePolicy is deprecated
11. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 168)
public IFeatureEntry createFeatureEntry(String id, String version, String pluginVersion, boolean primary, String application, URL[] root) {
The type IPlatformConfiguration.IFeatureEntry is deprecated
12. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 173)
public IFeatureEntry createFeatureEntry(String id, String version, String pluginIdentifier, String pluginVersion, boolean primary, String application, URL[] root) {
The type IPlatformConfiguration.IFeatureEntry is deprecated
13. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 178)
public void configureSite(ISiteEntry entry) {
The type IPlatformConfiguration.ISiteEntry is deprecated
14. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 183)
public synchronized void configureSite(ISiteEntry entry, boolean replace) {
The type IPlatformConfiguration.ISiteEntry is deprecated
15. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 189)
URL url = entry.getURL();
The method getURL() from the type IPlatformConfiguration.ISiteEntry is deprecated
16. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 205)
public synchronized void unconfigureSite(ISiteEntry entry) {
The type IPlatformConfiguration.ISiteEntry is deprecated
17. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 210)
URL url = entry.getURL();
The method getURL() from the type IPlatformConfiguration.ISiteEntry is deprecated
18. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 222)
public ISiteEntry[] getConfiguredSites() {
The type IPlatformConfiguration.ISiteEntry is deprecated
19. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 224)
return new ISiteEntry[0];
The type IPlatformConfiguration.ISiteEntry is deprecated
20. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 228)
ArrayList<ISiteEntry> enabledSites = new ArrayList<>(sites.length);
The type IPlatformConfiguration.ISiteEntry is deprecated
21. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 234)
return enabledSites.toArray(new ISiteEntry[enabledSites.size()]);
The type IPlatformConfiguration.ISiteEntry is deprecated
22. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 238)
public ISiteEntry findConfiguredSite(URL url) {
The type IPlatformConfiguration.ISiteEntry is deprecated
23. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 276)
public synchronized void configureFeatureEntry(IFeatureEntry entry) {
The type IPlatformConfiguration.IFeatureEntry is deprecated
24. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 281)
String key = entry.getFeatureIdentifier();
The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
25. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 295)
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 is deprecated
26. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 295)
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 is deprecated
27. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 303)
url = new URL(site.getURL(), FEATURES + "/" + entry.getFeatureIdentifier() + "/"); //$NON-NLS-1$ //$NON-NLS-2$
The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
28. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 314)
public synchronized void unconfigureFeatureEntry(IFeatureEntry entry) {
The type IPlatformConfiguration.IFeatureEntry is deprecated
29. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 319)
String key = entry.getFeatureIdentifier();
The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
30. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 328)
public IFeatureEntry[] getConfiguredFeatureEntries() {
The type IPlatformConfiguration.IFeatureEntry is deprecated
31. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 329)
ArrayList<IFeatureEntry> configFeatures = new ArrayList<>();
The type IPlatformConfiguration.IFeatureEntry is deprecated
32. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 339)
public IFeatureEntry findConfiguredFeatureEntry(String id) {
The type IPlatformConfiguration.IFeatureEntry is deprecated
33. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 390)
IFeatureEntry fe = findConfiguredFeatureEntry(feature);
The type IPlatformConfiguration.IFeatureEntry is deprecated
34. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 392)
if (fe.getFeatureApplication() != null) {
The method getFeatureApplication() from the type IPlatformConfiguration.IFeatureEntry is deprecated
35. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 393)
return fe.getFeatureApplication();
The method getFeatureApplication() from the type IPlatformConfiguration.IFeatureEntry is deprecated
36. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 408)
IFeatureEntry feature = findConfiguredFeatureEntry(primaryFeatureId);
The type IPlatformConfiguration.IFeatureEntry is deprecated
37. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 409)
if (feature != null && feature.canBePrimary()) {
The method canBePrimary() from the type IPlatformConfiguration.IFeatureEntry is deprecated
38. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 422)
for (ISiteEntry site : getConfiguredSites()) {
The type IPlatformConfiguration.ISiteEntry is deprecated
39. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 423)
for (String plugin : site.getPlugins()) {
The method getPlugins() from the type IPlatformConfiguration.ISiteEntry is deprecated
40. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 441)
for (ISiteEntry site : getConfiguredSites()) {
The type IPlatformConfiguration.ISiteEntry is deprecated
41. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 442)
for (String plugin : site.getPlugins()) {
The method getPlugins() from the type IPlatformConfiguration.ISiteEntry is deprecated
42. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 457)
ISiteEntry[] sites = getConfiguredSites();
The type IPlatformConfiguration.ISiteEntry is deprecated
43. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 458)
for (ISiteEntry site : sites) {
The type IPlatformConfiguration.ISiteEntry is deprecated
44. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 460)
Utils.debug("Site " + site.getURL() + " is not a SiteEntry"); //$NON-NLS-1$ //$NON-NLS-2$
The method getURL() from the type IPlatformConfiguration.ISiteEntry is deprecated
45. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 501)
for (ISiteEntry site : getConfiguredSites()) {
The type IPlatformConfiguration.ISiteEntry is deprecated
46. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 502)
if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
The method isUpdateable() from the type IPlatformConfiguration.ISiteEntry is deprecated
47. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 502)
if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
The method getSitePolicy() from the type IPlatformConfiguration.ISiteEntry is deprecated
48. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 502)
if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
49. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 502)
if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
The type IPlatformConfiguration.ISitePolicy is deprecated
50. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 502)
if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated
51. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 753)
private ISiteEntry getRootSite() {
The type IPlatformConfiguration.ISiteEntry is deprecated
52. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 755)
ISitePolicy defaultPolicy = createSitePolicy(getDefaultPolicy(), DEFAULT_POLICY_LIST);
The type IPlatformConfiguration.ISitePolicy is deprecated
53. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 762)
ISiteEntry defaultSite = createSiteEntry(siteURL, defaultPolicy);
The type IPlatformConfiguration.ISiteEntry is deprecated
54. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 808)
for (ISiteEntry site : config.getSites()) {
The type IPlatformConfiguration.ISiteEntry is deprecated
55. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 809)
if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
The method getSitePolicy() from the type IPlatformConfiguration.ISiteEntry is deprecated
56. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 809)
if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
57. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 809)
if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
The type IPlatformConfiguration.ISitePolicy is deprecated
58. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 809)
if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated
59. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 810)
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 824)
for (ISiteEntry site : config.getSites()) {
The type IPlatformConfiguration.ISiteEntry is deprecated
61. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 825)
if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
The method getSitePolicy() from the type IPlatformConfiguration.ISiteEntry is deprecated
62. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 825)
if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
63. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 825)
if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
The type IPlatformConfiguration.ISitePolicy is deprecated
64. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 825)
if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated
65. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 826)
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 900)
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 965)
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 1041)
if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
69. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 1041)
if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
The type IPlatformConfiguration.ISitePolicy is deprecated
70. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 1041)
if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated

/src/org/eclipse/update/internal/configurator/SiteEntry.java : 37 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 42)
implements org.eclipse.update.configurator.IPlatformConfiguration.ISiteEntry, IConfigurationConstants {
The type IPlatformConfiguration.ISiteEntry is deprecated
2. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 47)
private org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy policy;
The type IPlatformConfiguration.ISitePolicy is deprecated
3. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 49)
private Map<String, org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry> featureEntries;
The type IPlatformConfiguration.IFeatureEntry is deprecated
4. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 66)
public SiteEntry(URL url, org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy policy) {
The type IPlatformConfiguration.ISitePolicy is deprecated
5. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 82)
this.url = new File(url.getFile()).toURL();
The method toURL() from the type File is deprecated
6. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 122)
public org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy getSitePolicy() {
The type IPlatformConfiguration.ISitePolicy is deprecated
7. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 127)
public synchronized void setSitePolicy(org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy policy) {
The type IPlatformConfiguration.ISitePolicy is deprecated
8. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 142)
org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy policy = getSitePolicy();
The type IPlatformConfiguration.ISitePolicy is deprecated
9. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 144)
if (policy.getType() == org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy.USER_INCLUDE) {
The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
10. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 144)
if (policy.getType() == org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy.USER_INCLUDE) {
The type IPlatformConfiguration.ISitePolicy is deprecated
11. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 144)
if (policy.getType() == org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy.USER_INCLUDE) {
The field IPlatformConfiguration.ISitePolicy.USER_INCLUDE is deprecated
12. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 145)
return policy.getList();
The method getList() from the type IPlatformConfiguration.ISitePolicy is deprecated
13. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 148)
if (policy.getType() == org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy.USER_EXCLUDE) {
The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
14. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 148)
if (policy.getType() == org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy.USER_EXCLUDE) {
The type IPlatformConfiguration.ISitePolicy is deprecated
15. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 148)
if (policy.getType() == org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy.USER_EXCLUDE) {
The field IPlatformConfiguration.ISitePolicy.USER_EXCLUDE is deprecated
16. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 150)
for (String excludedPlugin : policy.getList()) {
The method getList() from the type IPlatformConfiguration.ISitePolicy is deprecated
17. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 158)
if (policy.getType() == org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy.MANAGED_ONLY) {
The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
18. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 158)
if (policy.getType() == org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy.MANAGED_ONLY) {
The type IPlatformConfiguration.ISitePolicy is deprecated
19. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 158)
if (policy.getType() == org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy.MANAGED_ONLY) {
The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated
20. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 191)
for (org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry feature : featureEntries.values()) {
The type IPlatformConfiguration.IFeatureEntry is deprecated
21. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 310)
URL featureURL = featureXML.toURL();
The method toURL() from the type File is deprecated
22. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 481)
Iterator<org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry> iterator = featureEntries
The type IPlatformConfiguration.IFeatureEntry is deprecated
23. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 618)
public void addFeatureEntry(org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry feature) {
The type IPlatformConfiguration.IFeatureEntry is deprecated
24. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 623)
org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry existing = featureEntries
The type IPlatformConfiguration.IFeatureEntry is deprecated
25. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 624)
.get(feature.getFeatureIdentifier());
The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
26. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 626)
VersionedIdentifier existingVersion = new VersionedIdentifier(existing.getFeatureIdentifier(), existing.getFeatureVersion());
The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
27. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 626)
VersionedIdentifier existingVersion = new VersionedIdentifier(existing.getFeatureIdentifier(), existing.getFeatureVersion());
The method getFeatureVersion() from the type IPlatformConfiguration.IFeatureEntry is deprecated
28. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 627)
VersionedIdentifier newVersion = new VersionedIdentifier(feature.getFeatureIdentifier(), feature.getFeatureVersion());
The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
29. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 627)
VersionedIdentifier newVersion = new VersionedIdentifier(feature.getFeatureIdentifier(), feature.getFeatureVersion());
The method getFeatureVersion() from the type IPlatformConfiguration.IFeatureEntry is deprecated
30. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 629)
featureEntries.put(feature.getFeatureIdentifier(), feature);
The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
31. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 635)
Utils.log(NLS.bind(Messages.SiteEntry_duplicateFeature, (new String[] { getURL().toExternalForm(), existing.getFeatureIdentifier() })));
The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
32. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 639)
featureEntries.put(feature.getFeatureIdentifier(), feature);
The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
33. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 698)
int type = getSitePolicy().getType();
The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
34. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 706)
String[] list = getSitePolicy().getList();
The method getList() from the type IPlatformConfiguration.ISitePolicy is deprecated
35. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 730)
Iterator<org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry> iterator = featureEntries
The type IPlatformConfiguration.IFeatureEntry is deprecated
36. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 782)
org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry feature) {
The type IPlatformConfiguration.IFeatureEntry is deprecated
37. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 783)
FeatureEntry existingFeature = getFeatureEntry(feature.getFeatureIdentifier());
The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated

/src/org/eclipse/update/internal/configurator/SitePolicy.java : 7 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/update/internal/configurator/SitePolicy.java
 (at line 18)
public class SitePolicy implements org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy {
The type IPlatformConfiguration.ISitePolicy is deprecated
2. WARNING in /src/org/eclipse/update/internal/configurator/SitePolicy.java
 (at line 27)
if (type != org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy.USER_INCLUDE
The type IPlatformConfiguration.ISitePolicy is deprecated
3. WARNING in /src/org/eclipse/update/internal/configurator/SitePolicy.java
 (at line 27)
if (type != org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy.USER_INCLUDE
The field IPlatformConfiguration.ISitePolicy.USER_INCLUDE is deprecated
4. WARNING in /src/org/eclipse/update/internal/configurator/SitePolicy.java
 (at line 28)
&& type != org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy.USER_EXCLUDE
The type IPlatformConfiguration.ISitePolicy is deprecated
5. WARNING in /src/org/eclipse/update/internal/configurator/SitePolicy.java
 (at line 28)
&& type != org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy.USER_EXCLUDE
The field IPlatformConfiguration.ISitePolicy.USER_EXCLUDE is deprecated
6. WARNING in /src/org/eclipse/update/internal/configurator/SitePolicy.java
 (at line 29)
&& type != org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy.MANAGED_ONLY) {
The type IPlatformConfiguration.ISitePolicy is deprecated
7. WARNING in /src/org/eclipse/update/internal/configurator/SitePolicy.java
 (at line 29)
&& type != org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy.MANAGED_ONLY) {
The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated

/src/org/eclipse/update/internal/configurator/Utils.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/update/internal/configurator/Utils.java
 (at line 405)
return absolutePath.toFile().toURL();
The method toURL() from the type File is deprecated
2. WARNING in /src/org/eclipse/update/internal/configurator/Utils.java
 (at line 490)
return new File(path).toURL().toExternalForm();
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