errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/core/internal/localstore/FileStoreRoot.java (at line 179) location = resource.getPathVariableManager().resolvePath(location); The method resolvePath(IPath) from the type IPathVariableManager is deprecated |
1. WARNING in /src/org/eclipse/core/internal/localstore/FileSystemResourceManager.java (at line 1200) 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 1206) if (target.isLocal(IResource.DEPTH_ZERO)) { The method isLocal(int) from the type IResource is deprecated |
1. WARNING in /src/org/eclipse/core/internal/localstore/RefreshLocalVisitor.java (at line 194) 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 263) 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 284) if (!target.isLocal(IResource.DEPTH_ZERO)) The method isLocal(int) from the type Resource is deprecated |
1. WARNING in /src/org/eclipse/core/internal/resources/LocalMetaArea.java (at line 382) description.setDynamicReferences(references); The method setDynamicReferences(IProject[]) from the type ProjectDescription is deprecated |
1. WARNING in /src/org/eclipse/core/internal/resources/LocationValidator.java (at line 86) 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 108) 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 108) 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 313) 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 315) location = workspace.getPathVariableManager().resolvePath(unresolvedLocation); The method resolvePath(IPath) from the type IPathVariableManager is deprecated |
1. WARNING in /src/org/eclipse/core/internal/resources/PathVariableManager.java (at line 43) import org.eclipse.core.runtime.Preferences; The type Preferences is deprecated |
2. WARNING in /src/org/eclipse/core/internal/resources/PathVariableManager.java (at line 57) private final Preferences preferences; The type Preferences is deprecated |
3. 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 |
4. WARNING in /src/org/eclipse/core/internal/resources/PathVariableManager.java (at line 166) String[] names = preferences.propertyNames(); The method propertyNames() from the type Preferences is deprecated |
5. WARNING in /src/org/eclipse/core/internal/resources/PathVariableManager.java (at line 254) public void setValue(String varName, IPath newValue) throws CoreException { The method PathVariableManager.setValue(String, IPath) overrides a deprecated method from IPathVariableManager |
6. WARNING in /src/org/eclipse/core/internal/resources/PathVariableManager.java (at line 270) preferences.setToDefault(getKeyForName(varName)); The method setToDefault(String) from the type Preferences is deprecated |
7. WARNING in /src/org/eclipse/core/internal/resources/PathVariableManager.java (at line 273) preferences.setValue(getKeyForName(varName), newValue.toPortableString()); The method setValue(String, String) from the type Preferences is deprecated |
1. WARNING in /src/org/eclipse/core/internal/resources/PlatformURLResourceConnection.java (at line 106) rootURL = root.toFile().toURL(); The method toURL() from the type File is deprecated |
1. WARNING in /src/org/eclipse/core/internal/resources/Project.java (at line 472) return description == null ? null : description.getLocation(); The method getLocation() from the type ProjectDescription is deprecated |
1. WARNING in /src/org/eclipse/core/internal/resources/SaveManager.java (at line 1352) ResourcesPlugin.getPlugin().savePluginPreferences(); The method savePluginPreferences() from the type Plugin is deprecated |
1. WARNING in /src/org/eclipse/core/internal/resources/Workspace.java (at line 72) import org.eclipse.core.resources.IFileModificationValidator; The type IFileModificationValidator is deprecated |
2. WARNING in /src/org/eclipse/core/internal/resources/Workspace.java (at line 265) protected IFileModificationValidator validator = null; The type IFileModificationValidator is deprecated |
3. WARNING in /src/org/eclipse/core/internal/resources/Workspace.java (at line 2022) validator = (IFileModificationValidator) config.createExecutableExtension("class"); //$NON-NLS-1$ The type IFileModificationValidator is deprecated |
4. WARNING in /src/org/eclipse/core/internal/resources/Workspace.java (at line 2532) ResourcesPlugin.getPlugin().savePluginPreferences(); The method savePluginPreferences() from the type Plugin is deprecated |
5. WARNING in /src/org/eclipse/core/internal/resources/Workspace.java (at line 2699) status[0] = validator.validateEdit(files, c); The method validateEdit(IFile[], Object) from the type IFileModificationValidator is deprecated |
6. WARNING in /src/org/eclipse/core/internal/resources/Workspace.java (at line 2772) status[0] = validator.validateSave(file); The method validateSave(IFile) from the type IFileModificationValidator is deprecated |
1. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 20) import org.eclipse.core.runtime.Preferences; The type Preferences is deprecated |
2. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 36) private final Preferences preferences; The type Preferences is deprecated |
3. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 87) this.preferences = ResourcesPlugin.getPlugin().getPluginPreferences(); The method getPluginPreferences() from the type Plugin is deprecated |
4. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 89) final String version = preferences.getString(ICoreConstants.PREF_VERSION_KEY); The method getString(String) from the type Preferences is deprecated |
5. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 94) super.setAutoBuilding(preferences.getBoolean(ResourcesPlugin.PREF_AUTO_BUILDING)); The method getBoolean(String) from the type Preferences is deprecated |
6. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 95) super.setSnapshotInterval(preferences.getInt(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL)); The method getInt(String) from the type Preferences is deprecated |
7. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 96) super.setMaxBuildIterations(preferences.getInt(ResourcesPlugin.PREF_MAX_BUILD_ITERATIONS)); The method getInt(String) from the type Preferences is deprecated |
8. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 97) super.setApplyFileStatePolicy(preferences.getBoolean(ResourcesPlugin.PREF_APPLY_FILE_STATE_POLICY)); The method getBoolean(String) from the type Preferences is deprecated |
9. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 98) super.setMaxFileStates(preferences.getInt(ResourcesPlugin.PREF_MAX_FILE_STATES)); The method getInt(String) from the type Preferences is deprecated |
10. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 99) super.setMaxFileStateSize(preferences.getLong(ResourcesPlugin.PREF_MAX_FILE_STATE_SIZE)); The method getLong(String) from the type Preferences is deprecated |
11. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 100) super.setFileStateLongevity(preferences.getLong(ResourcesPlugin.PREF_FILE_STATE_LONGEVITY)); The method getLong(String) from the type Preferences is deprecated |
12. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 101) super.setOperationsPerSnapshot(preferences.getInt(PreferenceInitializer.PREF_OPERATIONS_PER_SNAPSHOT)); The method getInt(String) from the type Preferences is deprecated |
13. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 102) super.setDeltaExpiration(preferences.getLong(PreferenceInitializer.PREF_DELTA_EXPIRATION)); The method getLong(String) from the type Preferences is deprecated |
14. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 103) super.setMaxConcurrentBuilds(preferences.getInt(ResourcesPlugin.PREF_MAX_CONCURRENT_BUILDS)); The method getInt(String) from the type Preferences is deprecated |
15. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 104) super.setKeepDerivedState(preferences.getBoolean(ResourcesPlugin.PREF_KEEP_DERIVED_STATE)); The method getBoolean(String) from the type Preferences is deprecated |
16. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 108) preferences.addPropertyChangeListener(event -> synchronizeWithPreferences(event.getProperty())); The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated |
17. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 108) preferences.addPropertyChangeListener(event -> synchronizeWithPreferences(event.getProperty())); The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated |
18. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 132) boolean defaultBuildOrder = preferences.getBoolean(ResourcesPlugin.PREF_DEFAULT_BUILD_ORDER); The method getBoolean(String) from the type Preferences is deprecated |
19. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 135) return convertStringToStringArray(preferences.getString(ResourcesPlugin.PREF_BUILD_ORDER), PROJECT_SEPARATOR); The method getString(String) from the type Preferences is deprecated |
20. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 153) preferences.setValue(ResourcesPlugin.PREF_AUTO_BUILDING, value); The method setValue(String, boolean) from the type Preferences is deprecated |
21. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 161) preferences.setValue(ResourcesPlugin.PREF_DEFAULT_BUILD_ORDER, value == null); The method setValue(String, boolean) from the type Preferences is deprecated |
22. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 162) preferences.setValue(ResourcesPlugin.PREF_BUILD_ORDER, convertStringArraytoString(value)); The method setValue(String, String) from the type Preferences is deprecated |
23. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 167) preferences.setValue(PreferenceInitializer.PREF_DELTA_EXPIRATION, value); The method setValue(String, long) from the type Preferences is deprecated |
24. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 175) preferences.setValue(ResourcesPlugin.PREF_APPLY_FILE_STATE_POLICY, apply); The method setValue(String, boolean) from the type Preferences is deprecated |
25. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 183) preferences.setValue(ResourcesPlugin.PREF_FILE_STATE_LONGEVITY, time); The method setValue(String, long) from the type Preferences is deprecated |
26. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 191) preferences.setValue(ResourcesPlugin.PREF_MAX_BUILD_ITERATIONS, 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 199) preferences.setValue(ResourcesPlugin.PREF_MAX_FILE_STATES, number); The method setValue(String, int) from the type Preferences is deprecated |
28. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 207) preferences.setValue(ResourcesPlugin.PREF_MAX_FILE_STATE_SIZE, size); The method setValue(String, long) from the type Preferences is deprecated |
29. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 212) preferences.setValue(PreferenceInitializer.PREF_OPERATIONS_PER_SNAPSHOT, value); The method setValue(String, int) from the type Preferences is deprecated |
30. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 217) preferences.setValue(ResourcesPlugin.PREF_MAX_CONCURRENT_BUILDS, n); The method setValue(String, int) from the type Preferences is deprecated |
31. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 222) preferences.setValue(ResourcesPlugin.PREF_KEEP_DERIVED_STATE, keepDerivedState); The method setValue(String, boolean) from the type Preferences is deprecated |
32. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 230) preferences.setValue(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL, delay); The method setValue(String, long) from the type Preferences is deprecated |
33. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 238) super.setAutoBuilding(preferences.getBoolean(ResourcesPlugin.PREF_AUTO_BUILDING)); The method getBoolean(String) from the type Preferences is deprecated |
34. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 240) super.setSnapshotInterval(preferences.getLong(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL)); The method getLong(String) from the type Preferences is deprecated |
35. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 242) super.setMaxBuildIterations(preferences.getInt(ResourcesPlugin.PREF_MAX_BUILD_ITERATIONS)); The method getInt(String) from the type Preferences is deprecated |
36. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 244) super.setApplyFileStatePolicy(preferences.getBoolean(ResourcesPlugin.PREF_APPLY_FILE_STATE_POLICY)); The method getBoolean(String) from the type Preferences is deprecated |
37. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 246) super.setMaxFileStates(preferences.getInt(ResourcesPlugin.PREF_MAX_FILE_STATES)); The method getInt(String) from the type Preferences is deprecated |
38. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 248) super.setMaxFileStateSize(preferences.getLong(ResourcesPlugin.PREF_MAX_FILE_STATE_SIZE)); The method getLong(String) from the type Preferences is deprecated |
39. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 250) super.setFileStateLongevity(preferences.getLong(ResourcesPlugin.PREF_FILE_STATE_LONGEVITY)); The method getLong(String) from the type Preferences is deprecated |
40. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 252) super.setOperationsPerSnapshot(preferences.getInt(PreferenceInitializer.PREF_OPERATIONS_PER_SNAPSHOT)); The method getInt(String) from the type Preferences is deprecated |
41. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 254) super.setDeltaExpiration(preferences.getLong(PreferenceInitializer.PREF_DELTA_EXPIRATION)); The method getLong(String) from the type Preferences is deprecated |
42. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 256) super.setMaxConcurrentBuilds(preferences.getInt(ResourcesPlugin.PREF_MAX_CONCURRENT_BUILDS)); The method getInt(String) from the type Preferences is deprecated |
43. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 258) super.setKeepDerivedState(preferences.getBoolean(ResourcesPlugin.PREF_KEEP_DERIVED_STATE)); The method getBoolean(String) from the type Preferences is deprecated |
44. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 265) if (!preferences.getBoolean(ResourcesPlugin.PREF_DEFAULT_BUILD_ORDER)) { The method getBoolean(String) from the type Preferences is deprecated |
45. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 266) String oldOrder = preferences.getString(ResourcesPlugin.PREF_BUILD_ORDER); The method getString(String) from the type Preferences is deprecated |
46. WARNING in /src/org/eclipse/core/internal/resources/WorkspacePreferences.java (at line 270) preferences.setValue(ICoreConstants.PREF_VERSION_KEY, ICoreConstants.PREF_VERSION); The method setValue(String, String) from the type Preferences is deprecated |
1. WARNING in /src/org/eclipse/core/internal/resources/WorkspaceRoot.java (at line 36) import org.eclipse.core.runtime.Preferences; The type Preferences is deprecated |
2. WARNING in /src/org/eclipse/core/internal/resources/WorkspaceRoot.java (at line 122) String enc = ResourcesPlugin.getPlugin().getPluginPreferences().getString(ResourcesPlugin.PREF_ENCODING); The method getPluginPreferences() from the type Plugin is deprecated |
3. WARNING in /src/org/eclipse/core/internal/resources/WorkspaceRoot.java (at line 122) String enc = ResourcesPlugin.getPlugin().getPluginPreferences().getString(ResourcesPlugin.PREF_ENCODING); The method getString(String) from the type Preferences is deprecated |
1. WARNING in /src/org/eclipse/core/internal/utils/Policy.java (at line 186) return new SubProgressMonitor(monitor, ticks); The type SubProgressMonitor is deprecated |
2. WARNING in /src/org/eclipse/core/internal/utils/Policy.java (at line 186) return new SubProgressMonitor(monitor, ticks); The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated |
1. WARNING in /src/org/eclipse/core/resources/ResourcesPlugin.java (at line 521) getPlugin().savePluginPreferences(); The method savePluginPreferences() from the type Plugin is deprecated |
errors | others warnings | forbidden warnings | discouraged warnings |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |