Compiler log for org.eclipse.update.configurator_3.5.300.v20240215-1631 : @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/internal/configurator/Configuration.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/update/internal/configurator/Configuration.java
 (at line 193)
public boolean unconfigureFeatureEntry(IPlatformConfiguration.IFeatureEntry feature) {
The type IPlatformConfiguration is deprecated
2. WARNING in /src/org/eclipse/update/internal/configurator/Configuration.java
 (at line 193)
public boolean unconfigureFeatureEntry(IPlatformConfiguration.IFeatureEntry feature) {
The type IPlatformConfiguration.IFeatureEntry is deprecated

/src/org/eclipse/update/internal/configurator/ConfigurationActivator.java : 8 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/update/internal/configurator/ConfigurationActivator.java
 (at line 28)
import org.eclipse.update.configurator.IPlatformConfiguration;
The type IPlatformConfiguration is deprecated
2. WARNING in /src/org/eclipse/update/internal/configurator/ConfigurationActivator.java
 (at line 29)
import org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry;
The type IPlatformConfiguration.IFeatureEntry is deprecated
3. WARNING in /src/org/eclipse/update/internal/configurator/ConfigurationActivator.java
 (at line 30)
import org.eclipse.update.configurator.IPlatformConfigurationFactory;
The type IPlatformConfigurationFactory is deprecated
4. WARNING in /src/org/eclipse/update/internal/configurator/ConfigurationActivator.java
 (at line 49)
private ServiceRegistration<IPlatformConfigurationFactory> configurationFactorySR;
The type IPlatformConfigurationFactory is deprecated
5. WARNING in /src/org/eclipse/update/internal/configurator/ConfigurationActivator.java
 (at line 93)
configurationFactorySR = context.registerService(IPlatformConfigurationFactory.class, new PlatformConfigurationFactory(), null);
The type IPlatformConfigurationFactory is deprecated
6. WARNING in /src/org/eclipse/update/internal/configurator/ConfigurationActivator.java
 (at line 162)
IPlatformConfiguration.IFeatureEntry[] features = configuration.getConfiguredFeatureEntries();
The type IPlatformConfiguration is deprecated
7. WARNING in /src/org/eclipse/update/internal/configurator/ConfigurationActivator.java
 (at line 162)
IPlatformConfiguration.IFeatureEntry[] features = configuration.getConfiguredFeatureEntries();
The type IPlatformConfiguration.IFeatureEntry is deprecated
8. WARNING in /src/org/eclipse/update/internal/configurator/ConfigurationActivator.java
 (at line 164)
for (IFeatureEntry feature : features) {
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 34)
IPlatformConfiguration.IFeatureEntry,
The type IPlatformConfiguration is deprecated
2. WARNING in /src/org/eclipse/update/internal/configurator/FeatureEntry.java
 (at line 34)
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 52)
public static final int DEFAULT_POLICY_TYPE = ISitePolicy.USER_EXCLUDE;
The type IPlatformConfiguration.ISitePolicy is deprecated
2. WARNING in /src/org/eclipse/update/internal/configurator/IConfigurationConstants.java
 (at line 52)
public static final int DEFAULT_POLICY_TYPE = 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 45)
import org.eclipse.update.configurator.IPlatformConfiguration;
The type IPlatformConfiguration is deprecated
2. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 61)
public class PlatformConfiguration implements IPlatformConfiguration, IConfigurationConstants {
The type IPlatformConfiguration is deprecated
3. 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
4. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 141)
ISiteEntry[] sentries = getConfiguredSites();
The type IPlatformConfiguration.ISiteEntry is deprecated
5. 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 is deprecated
6. 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 is deprecated
7. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 144)
if (policyType == ISitePolicy.MANAGED_ONLY) {
The type IPlatformConfiguration.ISitePolicy is deprecated
8. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 144)
if (policyType == ISitePolicy.MANAGED_ONLY) {
The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated
9. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 155)
public ISiteEntry createSiteEntry(URL url, ISitePolicy policy) {
The type IPlatformConfiguration.ISiteEntry is deprecated
10. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 155)
public ISiteEntry createSiteEntry(URL url, ISitePolicy policy) {
The type IPlatformConfiguration.ISitePolicy is deprecated
11. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 160)
public ISitePolicy createSitePolicy(int type, String[] list) {
The type IPlatformConfiguration.ISitePolicy is deprecated
12. 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 is deprecated
13. 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 is deprecated
14. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 175)
public void configureSite(ISiteEntry entry) {
The type IPlatformConfiguration.ISiteEntry is deprecated
15. 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 is deprecated
16. 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 is deprecated
17. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 198)
public synchronized void unconfigureSite(ISiteEntry entry) {
The type IPlatformConfiguration.ISiteEntry is deprecated
18. 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 is deprecated
19. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 212)
public ISiteEntry[] getConfiguredSites() {
The type IPlatformConfiguration.ISiteEntry is deprecated
20. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 214)
return new ISiteEntry[0];
The type IPlatformConfiguration.ISiteEntry is deprecated
21. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 217)
ArrayList<ISiteEntry> enabledSites = new ArrayList<>(sites.length);
The type IPlatformConfiguration.ISiteEntry is deprecated
22. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 222)
return enabledSites.toArray(new ISiteEntry[enabledSites.size()]);
The type IPlatformConfiguration.ISiteEntry is deprecated
23. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 226)
public ISiteEntry findConfiguredSite(URL url) {
The type IPlatformConfiguration.ISiteEntry is deprecated
24. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 263)
public synchronized void configureFeatureEntry(IFeatureEntry entry) {
The type IPlatformConfiguration.IFeatureEntry is deprecated
25. 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 is deprecated
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 getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
27. 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 is deprecated
28. 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 is deprecated
29. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 297)
public synchronized void unconfigureFeatureEntry(IFeatureEntry entry) {
The type IPlatformConfiguration.IFeatureEntry is deprecated
30. 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 is deprecated
31. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 309)
public IFeatureEntry[] getConfiguredFeatureEntries() {
The type IPlatformConfiguration.IFeatureEntry is deprecated
32. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 310)
ArrayList<IFeatureEntry> configFeatures = new ArrayList<>();
The type IPlatformConfiguration.IFeatureEntry is deprecated
33. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 319)
public IFeatureEntry findConfiguredFeatureEntry(String id) {
The type IPlatformConfiguration.IFeatureEntry is deprecated
34. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 366)
IFeatureEntry fe = findConfiguredFeatureEntry(feature);
The type IPlatformConfiguration.IFeatureEntry is deprecated
35. 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 is deprecated
36. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 369)
return fe.getFeatureApplication();
The method getFeatureApplication() from the type IPlatformConfiguration.IFeatureEntry is deprecated
37. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 383)
IFeatureEntry feature = findConfiguredFeatureEntry(primaryFeatureId);
The type IPlatformConfiguration.IFeatureEntry is deprecated
38. 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 is deprecated
39. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 396)
for (ISiteEntry site : getConfiguredSites()) {
The type IPlatformConfiguration.ISiteEntry is deprecated
40. 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 is deprecated
41. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 415)
for (ISiteEntry site : getConfiguredSites()) {
The type IPlatformConfiguration.ISiteEntry is deprecated
42. 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 is deprecated
43. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 431)
ISiteEntry[] sites = getConfiguredSites();
The type IPlatformConfiguration.ISiteEntry is deprecated
44. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 434)
Utils.debug("Site " + sites[i].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 474)
for (ISiteEntry site : getConfiguredSites()) {
The type IPlatformConfiguration.ISiteEntry is deprecated
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 is deprecated
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 is deprecated
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 is deprecated
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 is deprecated
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 is deprecated
51. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 718)
private ISiteEntry getRootSite() {
The type IPlatformConfiguration.ISiteEntry is deprecated
52. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 720)
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 727)
ISiteEntry defaultSite = createSiteEntry(siteURL, defaultPolicy);
The type IPlatformConfiguration.ISiteEntry is deprecated
54. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 771)
for (ISiteEntry site : config.getSites()) {
The type IPlatformConfiguration.ISiteEntry is deprecated
55. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 772)
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 772)
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 772)
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 772)
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 773)
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 786)
for (ISiteEntry site : config.getSites()) {
The type IPlatformConfiguration.ISiteEntry is deprecated
61. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 787)
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 787)
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 787)
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 787)
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 788)
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 858)
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 919)
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 990)
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 990)
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 990)
if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated

/src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java
 (at line 19)
import org.eclipse.update.configurator.IPlatformConfiguration;
The type IPlatformConfiguration is deprecated
2. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java
 (at line 20)
import org.eclipse.update.configurator.IPlatformConfigurationFactory;
The type IPlatformConfigurationFactory is deprecated
3. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java
 (at line 22)
public class PlatformConfigurationFactory implements IPlatformConfigurationFactory {
The type IPlatformConfigurationFactory is deprecated
4. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java
 (at line 24)
public IPlatformConfiguration getCurrentPlatformConfiguration() {
The type IPlatformConfiguration is deprecated
5. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java
 (at line 29)
public IPlatformConfiguration getPlatformConfiguration(URL url) throws IOException {
The type IPlatformConfiguration is deprecated
6. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java
 (at line 40)
public IPlatformConfiguration getPlatformConfiguration(URL url, URL loc) throws IOException {
The type IPlatformConfiguration is deprecated

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 36)
public class SiteEntry implements IPlatformConfiguration.ISiteEntry, IConfigurationConstants{
The type IPlatformConfiguration is deprecated
2. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 36)
public class SiteEntry implements IPlatformConfiguration.ISiteEntry, IConfigurationConstants{
The type IPlatformConfiguration.ISiteEntry is deprecated
3. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 41)
private ISitePolicy policy;
The type IPlatformConfiguration.ISitePolicy is deprecated
4. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 43)
private Map<String, IFeatureEntry> featureEntries;
The type IPlatformConfiguration.IFeatureEntry is deprecated
5. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 60)
public SiteEntry(URL url, ISitePolicy policy) {
The type IPlatformConfiguration.ISitePolicy is deprecated
6. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 74)
this.url = new File(url.getFile()).toURL();
The method toURL() from the type File is deprecated
7. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 113)
public ISitePolicy getSitePolicy() {
The type IPlatformConfiguration.ISitePolicy is deprecated
8. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 118)
public synchronized void setSitePolicy(ISitePolicy policy) {
The type IPlatformConfiguration.ISitePolicy is deprecated
9. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 132)
ISitePolicy policy = getSitePolicy();
The type IPlatformConfiguration.ISitePolicy is deprecated
10. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 134)
if (policy.getType() == ISitePolicy.USER_INCLUDE)
The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
11. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 134)
if (policy.getType() == ISitePolicy.USER_INCLUDE)
The type IPlatformConfiguration.ISitePolicy is deprecated
12. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 134)
if (policy.getType() == ISitePolicy.USER_INCLUDE)
The field IPlatformConfiguration.ISitePolicy.USER_INCLUDE is deprecated
13. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 135)
return policy.getList();
The method getList() from the type IPlatformConfiguration.ISitePolicy is deprecated
14. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 137)
if (policy.getType() == ISitePolicy.USER_EXCLUDE) {
The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
15. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 137)
if (policy.getType() == ISitePolicy.USER_EXCLUDE) {
The type IPlatformConfiguration.ISitePolicy is deprecated
16. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 137)
if (policy.getType() == ISitePolicy.USER_EXCLUDE) {
The field IPlatformConfiguration.ISitePolicy.USER_EXCLUDE is deprecated
17. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 139)
for (String excludedPlugin : policy.getList()) {
The method getList() from the type IPlatformConfiguration.ISitePolicy is deprecated
18. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 146)
if (policy.getType() == ISitePolicy.MANAGED_ONLY) {
The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
19. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 146)
if (policy.getType() == ISitePolicy.MANAGED_ONLY) {
The type IPlatformConfiguration.ISitePolicy is deprecated
20. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 146)
if (policy.getType() == ISitePolicy.MANAGED_ONLY) {
The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated
21. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 176)
for (IFeatureEntry feature : featureEntries.values()) {
The type IPlatformConfiguration.IFeatureEntry is deprecated
22. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 281)
URL featureURL = featureXML.toURL();
The method toURL() from the type File is deprecated
23. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 443)
Iterator<IFeatureEntry> iterator = featureEntries.values().iterator();
The type IPlatformConfiguration.IFeatureEntry is deprecated
24. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 571)
public void addFeatureEntry(IFeatureEntry feature) {
The type IPlatformConfiguration.IFeatureEntry is deprecated
25. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 575)
IFeatureEntry existing = featureEntries.get(feature.getFeatureIdentifier());
The type IPlatformConfiguration.IFeatureEntry is deprecated
26. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 575)
IFeatureEntry existing = featureEntries.get(feature.getFeatureIdentifier());
The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
27. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 577)
VersionedIdentifier existingVersion = new VersionedIdentifier(existing.getFeatureIdentifier(), existing.getFeatureVersion());
The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
28. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 577)
VersionedIdentifier existingVersion = new VersionedIdentifier(existing.getFeatureIdentifier(), existing.getFeatureVersion());
The method getFeatureVersion() from the type IPlatformConfiguration.IFeatureEntry is deprecated
29. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 578)
VersionedIdentifier newVersion = new VersionedIdentifier(feature.getFeatureIdentifier(), feature.getFeatureVersion());
The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
30. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 578)
VersionedIdentifier newVersion = new VersionedIdentifier(feature.getFeatureIdentifier(), feature.getFeatureVersion());
The method getFeatureVersion() from the type IPlatformConfiguration.IFeatureEntry is deprecated
31. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 580)
featureEntries.put(feature.getFeatureIdentifier(), feature);
The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
32. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 586)
Utils.log(NLS.bind(Messages.SiteEntry_duplicateFeature, (new String[] { getURL().toExternalForm(), existing.getFeatureIdentifier() })));
The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
33. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 589)
featureEntries.put(feature.getFeatureIdentifier(), feature);
The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
34. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 642)
int type = getSitePolicy().getType();
The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
35. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 650)
String[] list = getSitePolicy().getList();
The method getList() from the type IPlatformConfiguration.ISitePolicy is deprecated
36. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 674)
Iterator<IFeatureEntry> iterator = featureEntries.values().iterator();
The type IPlatformConfiguration.IFeatureEntry is deprecated
37. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 720)
public boolean unconfigureFeatureEntry(IFeatureEntry feature) {
The type IPlatformConfiguration.IFeatureEntry is deprecated
38. WARNING in /src/org/eclipse/update/internal/configurator/SiteEntry.java
 (at line 721)
FeatureEntry existingFeature = getFeatureEntry(feature.getFeatureIdentifier());
The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated

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

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

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/update/internal/configurator/Utils.java
 (at line 40)
import org.osgi.service.packageadmin.PackageAdmin;
The type PackageAdmin is deprecated
2. WARNING in /src/org/eclipse/update/internal/configurator/Utils.java
 (at line 54)
private static ServiceTracker<?, PackageAdmin> bundleTracker;
The type PackageAdmin is deprecated
3. 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
4. WARNING in /src/org/eclipse/update/internal/configurator/Utils.java
 (at line 217)
PackageAdmin admin = bundleTracker.getService();
The type PackageAdmin is deprecated
5. 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
6. 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
7. 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

/src/org/eclipse/update/internal/configurator/branding/IBundleGroupConstants.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/update/internal/configurator/branding/IBundleGroupConstants.java
 (at line 16)
import org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry;
The type IPlatformConfiguration.IFeatureEntry 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