Compiler log for org.eclipse.update.configurator_3.5.800.v20250625-0537 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 82, 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 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 has been deprecated and marked for removal

/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 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

/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 has been deprecated and marked for removal
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 has been deprecated and marked for removal
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 has been deprecated and marked for removal
6. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 147)
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 147)
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 158)
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 158)
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 163)
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 168)
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 173)
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 178)
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 183)
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 189)
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 205)
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 210)
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 222)
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 224)
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 228)
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 234)
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 238)
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 276)
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 281)
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 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 has been deprecated and marked for removal
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 has been deprecated and marked for removal
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 has been deprecated and marked for removal
28. WARNING in /src/org/eclipse/update/internal/configurator/PlatformConfiguration.java
 (at line 314)
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 319)
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 328)
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 329)
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 339)
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 390)
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 392)
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 393)
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 408)
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 409)
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 422)
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 423)
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 441)
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 442)
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 457)
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 458)
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 460)
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 501)
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 502)
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 502)
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 502)
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 502)
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 502)
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 753)
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 755)
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 762)
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 808)
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 809)
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 809)
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 809)
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 809)
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 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 has been deprecated and marked for removal
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 has been deprecated and marked for removal
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 has been deprecated and marked for removal
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 has been deprecated and marked for removal
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 has been deprecated and marked for removal
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 has been deprecated and marked for removal
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 has been deprecated and marked for removal
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 has been deprecated and marked for removal

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

OTHER WARNINGS
1. 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
2. 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

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

OTHER WARNINGS
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 227)
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 230)
PackageAdmin admin = bundleTracker.getService();
The type PackageAdmin is deprecated
4. WARNING in /src/org/eclipse/update/internal/configurator/Utils.java
 (at line 234)
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 455)
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 540)
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