Compiler log for org.eclipse.core.resources_3.23.0.v20250729-1759 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 75, 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/core/internal/localstore/FileStoreRoot.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/internal/localstore/FileStoreRoot.java
 (at line 184)
location = resource.getPathVariableManager().resolvePath(location);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated

/src/org/eclipse/core/internal/localstore/FileSystemResourceManager.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/internal/localstore/FileSystemResourceManager.java
 (at line 1324)
if (append && !target.isLocal(IResource.DEPTH_ZERO) && !fileInfo.exists()) {
The method isLocal(int) from the type IResource is deprecated
2. WARNING in /src/org/eclipse/core/internal/localstore/FileSystemResourceManager.java
 (at line 1330)
if (target.isLocal(IResource.DEPTH_ZERO)) {
The method isLocal(int) from the type IResource is deprecated

/src/org/eclipse/core/internal/localstore/RefreshLocalVisitor.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/internal/localstore/RefreshLocalVisitor.java
 (at line 199)
if (target.isLocal(IResource.DEPTH_ZERO) && target.getModificationStamp() != IResource.NULL_STAMP) {
The method isLocal(int) from the type Resource is deprecated
2. WARNING in /src/org/eclipse/core/internal/localstore/RefreshLocalVisitor.java
 (at line 272)
if (target.isLocal(IResource.DEPTH_ZERO)) {
The method isLocal(int) from the type Resource is deprecated
3. WARNING in /src/org/eclipse/core/internal/localstore/RefreshLocalVisitor.java
 (at line 296)
if (!target.isLocal(IResource.DEPTH_ZERO)) {
The method isLocal(int) from the type Resource is deprecated

/src/org/eclipse/core/internal/resources/LocationValidator.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/internal/resources/LocationValidator.java
 (at line 87)
IPath location = resource.getPathVariableManager().resolvePath(unresolvedLocation);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
2. WARNING in /src/org/eclipse/core/internal/resources/LocationValidator.java
 (at line 111)
if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) {
The method getPluginPreferences() from the type Plugin is deprecated
3. WARNING in /src/org/eclipse/core/internal/resources/LocationValidator.java
 (at line 111)
if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) {
The method getBoolean(String) from the type Preferences is deprecated
4. WARNING in /src/org/eclipse/core/internal/resources/LocationValidator.java
 (at line 328)
location = context.getPathVariableManager().resolvePath(unresolvedLocation);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
5. WARNING in /src/org/eclipse/core/internal/resources/LocationValidator.java
 (at line 330)
location = workspace.getPathVariableManager().resolvePath(unresolvedLocation);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated

/src/org/eclipse/core/internal/resources/PathVariableManager.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/internal/resources/PathVariableManager.java
 (at line 57)
private final Preferences preferences;
The type Preferences is deprecated
2. WARNING in /src/org/eclipse/core/internal/resources/PathVariableManager.java
 (at line 65)
this.preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
The method getPluginPreferences() from the type Plugin is deprecated
3. WARNING in /src/org/eclipse/core/internal/resources/PathVariableManager.java
 (at line 170)
String[] names = preferences.propertyNames();
The method propertyNames() from the type Preferences is deprecated
4. WARNING in /src/org/eclipse/core/internal/resources/PathVariableManager.java
 (at line 262)
public void setValue(String varName, IPath newValue) throws CoreException {
The method PathVariableManager.setValue(String, IPath) overrides a deprecated method from IPathVariableManager
5. WARNING in /src/org/eclipse/core/internal/resources/PathVariableManager.java
 (at line 281)
preferences.setToDefault(getKeyForName(varName));
The method setToDefault(String) from the type Preferences is deprecated
6. WARNING in /src/org/eclipse/core/internal/resources/PathVariableManager.java
 (at line 284)
preferences.setValue(getKeyForName(varName), newValue.toPortableString());
The method setValue(String, String) from the type Preferences is deprecated

/src/org/eclipse/core/internal/resources/PlatformURLResourceConnection.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/internal/resources/PlatformURLResourceConnection.java
 (at line 111)
rootURL = root.toFile().toURL();
The method toURL() from the type File is deprecated

/src/org/eclipse/core/internal/resources/Project.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/internal/resources/Project.java
 (at line 489)
return description == null ? null : description.getLocation();
The method getLocation() from the type ProjectDescription is deprecated

/src/org/eclipse/core/internal/resources/SaveManager.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/internal/resources/SaveManager.java
 (at line 1416)
ResourcesPlugin.getPlugin().savePluginPreferences();
The method savePluginPreferences() from the type Plugin is deprecated

/src/org/eclipse/core/internal/resources/Workspace.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/internal/resources/Workspace.java
 (at line 272)
protected IFileModificationValidator validator = null;
The type IFileModificationValidator is deprecated
2. WARNING in /src/org/eclipse/core/internal/resources/Workspace.java
 (at line 2070)
validator = (IFileModificationValidator) config.createExecutableExtension("class"); //$NON-NLS-1$
The type IFileModificationValidator is deprecated
3. WARNING in /src/org/eclipse/core/internal/resources/Workspace.java
 (at line 2593)
ResourcesPlugin.getPlugin().savePluginPreferences();
The method savePluginPreferences() from the type Plugin is deprecated
4. WARNING in /src/org/eclipse/core/internal/resources/Workspace.java
 (at line 2765)
status[0] = validator.validateEdit(files, c);
The method validateEdit(IFile[], Object) from the type IFileModificationValidator is deprecated
5. WARNING in /src/org/eclipse/core/internal/resources/Workspace.java
 (at line 2841)
status[0] = validator.validateSave(file);
The method validateSave(IFile) from the type IFileModificationValidator is deprecated

/src/org/eclipse/core/internal/resources/WorkspacePreferences.java : 45 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 36)
private final Preferences preferences;
The type Preferences is deprecated
2. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 89)
this.preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
The method getPluginPreferences() from the type Plugin is deprecated
3. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 91)
final String version = preferences.getString(ICoreConstants.PREF_VERSION_KEY);
The method getString(String) from the type Preferences is deprecated
4. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 97)
super.setAutoBuilding(preferences.getBoolean(ResourcesPlugin.PREF_AUTO_BUILDING));
The method getBoolean(String) from the type Preferences is deprecated
5. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 98)
super.setSnapshotInterval(preferences.getInt(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL));
The method getInt(String) from the type Preferences is deprecated
6. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 99)
super.setMaxBuildIterations(preferences.getInt(ResourcesPlugin.PREF_MAX_BUILD_ITERATIONS));
The method getInt(String) from the type Preferences is deprecated
7. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 100)
super.setApplyFileStatePolicy(preferences.getBoolean(ResourcesPlugin.PREF_APPLY_FILE_STATE_POLICY));
The method getBoolean(String) from the type Preferences is deprecated
8. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 101)
super.setMaxFileStates(preferences.getInt(ResourcesPlugin.PREF_MAX_FILE_STATES));
The method getInt(String) from the type Preferences is deprecated
9. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 102)
super.setMaxFileStateSize(preferences.getLong(ResourcesPlugin.PREF_MAX_FILE_STATE_SIZE));
The method getLong(String) from the type Preferences is deprecated
10. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 103)
super.setFileStateLongevity(preferences.getLong(ResourcesPlugin.PREF_FILE_STATE_LONGEVITY));
The method getLong(String) from the type Preferences is deprecated
11. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 104)
super.setOperationsPerSnapshot(preferences.getInt(PreferenceInitializer.PREF_OPERATIONS_PER_SNAPSHOT));
The method getInt(String) from the type Preferences is deprecated
12. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 105)
super.setDeltaExpiration(preferences.getLong(PreferenceInitializer.PREF_DELTA_EXPIRATION));
The method getLong(String) from the type Preferences is deprecated
13. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 106)
super.setMaxConcurrentBuilds(preferences.getInt(ResourcesPlugin.PREF_MAX_CONCURRENT_BUILDS));
The method getInt(String) from the type Preferences is deprecated
14. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 107)
super.setKeepDerivedState(preferences.getBoolean(ResourcesPlugin.PREF_KEEP_DERIVED_STATE));
The method getBoolean(String) from the type Preferences is deprecated
15. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 111)
preferences.addPropertyChangeListener(event -> synchronizeWithPreferences(event.getProperty()));
The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated
16. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 111)
preferences.addPropertyChangeListener(event -> synchronizeWithPreferences(event.getProperty()));
The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated
17. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 135)
boolean defaultBuildOrder = preferences.getBoolean(ResourcesPlugin.PREF_DEFAULT_BUILD_ORDER);
The method getBoolean(String) from the type Preferences is deprecated
18. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 139)
return convertStringToStringArray(preferences.getString(ResourcesPlugin.PREF_BUILD_ORDER), PROJECT_SEPARATOR);
The method getString(String) from the type Preferences is deprecated
19. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 157)
preferences.setValue(ResourcesPlugin.PREF_AUTO_BUILDING, value);
The method setValue(String, boolean) from the type Preferences is deprecated
20. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 165)
preferences.setValue(ResourcesPlugin.PREF_DEFAULT_BUILD_ORDER, value == null);
The method setValue(String, boolean) from the type Preferences is deprecated
21. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 166)
preferences.setValue(ResourcesPlugin.PREF_BUILD_ORDER, convertStringArraytoString(value));
The method setValue(String, String) from the type Preferences is deprecated
22. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 171)
preferences.setValue(PreferenceInitializer.PREF_DELTA_EXPIRATION, value);
The method setValue(String, long) from the type Preferences is deprecated
23. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 179)
preferences.setValue(ResourcesPlugin.PREF_APPLY_FILE_STATE_POLICY, apply);
The method setValue(String, boolean) from the type Preferences is deprecated
24. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 187)
preferences.setValue(ResourcesPlugin.PREF_FILE_STATE_LONGEVITY, time);
The method setValue(String, long) from the type Preferences is deprecated
25. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 195)
preferences.setValue(ResourcesPlugin.PREF_MAX_BUILD_ITERATIONS, number);
The method setValue(String, int) from the type Preferences is deprecated
26. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 203)
preferences.setValue(ResourcesPlugin.PREF_MAX_FILE_STATES, number);
The method setValue(String, int) from the type Preferences is deprecated
27. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 211)
preferences.setValue(ResourcesPlugin.PREF_MAX_FILE_STATE_SIZE, size);
The method setValue(String, long) from the type Preferences is deprecated
28. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 216)
preferences.setValue(PreferenceInitializer.PREF_OPERATIONS_PER_SNAPSHOT, value);
The method setValue(String, int) from the type Preferences is deprecated
29. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 221)
preferences.setValue(ResourcesPlugin.PREF_MAX_CONCURRENT_BUILDS, n);
The method setValue(String, int) from the type Preferences is deprecated
30. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 226)
preferences.setValue(ResourcesPlugin.PREF_KEEP_DERIVED_STATE, keepDerivedState);
The method setValue(String, boolean) from the type Preferences is deprecated
31. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 234)
preferences.setValue(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL, delay);
The method setValue(String, long) from the type Preferences is deprecated
32. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 242)
super.setAutoBuilding(preferences.getBoolean(ResourcesPlugin.PREF_AUTO_BUILDING));
The method getBoolean(String) from the type Preferences is deprecated
33. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 244)
super.setSnapshotInterval(preferences.getLong(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL));
The method getLong(String) from the type Preferences is deprecated
34. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 246)
super.setMaxBuildIterations(preferences.getInt(ResourcesPlugin.PREF_MAX_BUILD_ITERATIONS));
The method getInt(String) from the type Preferences is deprecated
35. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 248)
super.setApplyFileStatePolicy(preferences.getBoolean(ResourcesPlugin.PREF_APPLY_FILE_STATE_POLICY));
The method getBoolean(String) from the type Preferences is deprecated
36. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 250)
super.setMaxFileStates(preferences.getInt(ResourcesPlugin.PREF_MAX_FILE_STATES));
The method getInt(String) from the type Preferences is deprecated
37. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 252)
super.setMaxFileStateSize(preferences.getLong(ResourcesPlugin.PREF_MAX_FILE_STATE_SIZE));
The method getLong(String) from the type Preferences is deprecated
38. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 254)
super.setFileStateLongevity(preferences.getLong(ResourcesPlugin.PREF_FILE_STATE_LONGEVITY));
The method getLong(String) from the type Preferences is deprecated
39. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 256)
super.setOperationsPerSnapshot(preferences.getInt(PreferenceInitializer.PREF_OPERATIONS_PER_SNAPSHOT));
The method getInt(String) from the type Preferences is deprecated
40. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 258)
super.setDeltaExpiration(preferences.getLong(PreferenceInitializer.PREF_DELTA_EXPIRATION));
The method getLong(String) from the type Preferences is deprecated
41. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 260)
super.setMaxConcurrentBuilds(preferences.getInt(ResourcesPlugin.PREF_MAX_CONCURRENT_BUILDS));
The method getInt(String) from the type Preferences is deprecated
42. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 262)
super.setKeepDerivedState(preferences.getBoolean(ResourcesPlugin.PREF_KEEP_DERIVED_STATE));
The method getBoolean(String) from the type Preferences is deprecated
43. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 269)
if (!preferences.getBoolean(ResourcesPlugin.PREF_DEFAULT_BUILD_ORDER)) {
The method getBoolean(String) from the type Preferences is deprecated
44. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 270)
String oldOrder = preferences.getString(ResourcesPlugin.PREF_BUILD_ORDER);
The method getString(String) from the type Preferences is deprecated
45. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java
 (at line 274)
preferences.setValue(ICoreConstants.PREF_VERSION_KEY, ICoreConstants.PREF_VERSION);
The method setValue(String, String) from the type Preferences is deprecated

/src/org/eclipse/core/internal/resources/WorkspaceRoot.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/internal/resources/WorkspaceRoot.java
 (at line 126)
String enc = ResourcesPlugin.getPlugin().getPluginPreferences().getString(ResourcesPlugin.PREF_ENCODING);
The method getPluginPreferences() from the type Plugin is deprecated
2. WARNING in /src/org/eclipse/core/internal/resources/WorkspaceRoot.java
 (at line 126)
String enc = ResourcesPlugin.getPlugin().getPluginPreferences().getString(ResourcesPlugin.PREF_ENCODING);
The method getString(String) from the type Preferences is deprecated

/src/org/eclipse/core/internal/utils/Policy.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/internal/utils/Policy.java
 (at line 192)
return new SubProgressMonitor(monitor, ticks);
The type SubProgressMonitor is deprecated
2. WARNING in /src/org/eclipse/core/internal/utils/Policy.java
 (at line 192)
return new SubProgressMonitor(monitor, ticks);
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated

/src/org/eclipse/core/resources/ResourcesPlugin.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/resources/ResourcesPlugin.java
 (at line 541)
getPlugin().savePluginPreferences();
The method savePluginPreferences() from the type Plugin 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