Compiler log for org.eclipse.core.tests.resources_3.11.500.v20240313-1027 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 271, 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/tests/internal/builders/BuilderTest.java : 8 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/internal/builders/BuilderTest.java
 (at line 526)
description.setDynamicReferences(new IProject[] { proj1 });
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
2. WARNING in /src/org/eclipse/core/tests/internal/builders/BuilderTest.java
 (at line 570)
desc1.setDynamicReferences(new IProject[] {proj2});
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
3. WARNING in /src/org/eclipse/core/tests/internal/builders/BuilderTest.java
 (at line 571)
desc2.setDynamicReferences(new IProject[0]);
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
4. WARNING in /src/org/eclipse/core/tests/internal/builders/BuilderTest.java
 (at line 573)
desc1.setDynamicReferences(new IProject[0]);
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
5. WARNING in /src/org/eclipse/core/tests/internal/builders/BuilderTest.java
 (at line 574)
desc2.setDynamicReferences(new IProject[] {proj1});
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
6. WARNING in /src/org/eclipse/core/tests/internal/builders/BuilderTest.java
 (at line 721)
description.setDynamicReferences(new IProject[] { proj1 });
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
7. WARNING in /src/org/eclipse/core/tests/internal/builders/BuilderTest.java
 (at line 754)
description.setDynamicReferences(new IProject[0]);
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
8. WARNING in /src/org/eclipse/core/tests/internal/builders/BuilderTest.java
 (at line 757)
description.setDynamicReferences(new IProject[] { proj2 });
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated

/src/org/eclipse/core/tests/internal/localstore/FileSystemResourceManagerTest.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/internal/localstore/FileSystemResourceManagerTest.java
 (at line 150)
assertTrue(file.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type Resource is deprecated
2. WARNING in /src/org/eclipse/core/tests/internal/localstore/FileSystemResourceManagerTest.java
 (at line 199)
assertTrue(project.isLocal(IResource.DEPTH_INFINITE)); // test
The method isLocal(int) from the type IResource is deprecated
3. WARNING in /src/org/eclipse/core/tests/internal/localstore/FileSystemResourceManagerTest.java
 (at line 210)
assertTrue(project.isLocal(IResource.DEPTH_ONE));
The method isLocal(int) from the type IResource is deprecated
4. WARNING in /src/org/eclipse/core/tests/internal/localstore/FileSystemResourceManagerTest.java
 (at line 211)
assertTrue(folder.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
5. WARNING in /src/org/eclipse/core/tests/internal/localstore/FileSystemResourceManagerTest.java
 (at line 212)
assertFalse(folder.isLocal(IResource.DEPTH_INFINITE));
The method isLocal(int) from the type IResource is deprecated

/src/org/eclipse/core/tests/internal/localstore/RefreshLocalTest.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/internal/localstore/RefreshLocalTest.java
 (at line 234)
assertTrue(file.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
2. WARNING in /src/org/eclipse/core/tests/internal/localstore/RefreshLocalTest.java
 (at line 255)
assertTrue(folder.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
3. WARNING in /src/org/eclipse/core/tests/internal/localstore/RefreshLocalTest.java
 (at line 259)
assertTrue(folder.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
4. WARNING in /src/org/eclipse/core/tests/internal/localstore/RefreshLocalTest.java
 (at line 263)
assertTrue(folder.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
5. WARNING in /src/org/eclipse/core/tests/internal/localstore/RefreshLocalTest.java
 (at line 273)
assertTrue(file.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/internal/resources/ProjectReferencesTest.java
 (at line 160)
desc.setDynamicReferences(new IProject[] {project1, project3});
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
2. WARNING in /src/org/eclipse/core/tests/internal/resources/ProjectReferencesTest.java
 (at line 195)
desc.setDynamicReferences(new IProject[] {project1, project2});
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
3. WARNING in /src/org/eclipse/core/tests/internal/resources/ProjectReferencesTest.java
 (at line 200)
desc.setDynamicReferences(new IProject[] {});
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
4. WARNING in /src/org/eclipse/core/tests/internal/resources/ProjectReferencesTest.java
 (at line 205)
desc.setDynamicReferences(new IProject[] {});
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
5. WARNING in /src/org/eclipse/core/tests/internal/resources/ProjectReferencesTest.java
 (at line 210)
desc.setDynamicReferences(new IProject[] {project0});
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
6. WARNING in /src/org/eclipse/core/tests/internal/resources/ProjectReferencesTest.java
 (at line 232)
desc.setDynamicReferences(new IProject[] {project3});
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated

/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java : 42 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 35)
import org.eclipse.core.runtime.Preferences;
The type Preferences is deprecated
2. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 41)
private Preferences preferences;
The type Preferences is deprecated
3. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 47)
preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
The method getPluginPreferences() from the type Plugin is deprecated
4. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 68)
List<String> defaultPropertiesList = Arrays.asList(preferences.defaultPropertyNames());
The method defaultPropertyNames() from the type Preferences is deprecated
5. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 81)
preferences.setValue(ResourcesPlugin.PREF_AUTO_BUILDING, true);
The method setValue(String, boolean) from the type Preferences is deprecated
6. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 84)
preferences.setValue(ResourcesPlugin.PREF_AUTO_BUILDING, false);
The method setValue(String, boolean) from the type Preferences is deprecated
7. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 87)
preferences.setValue(ResourcesPlugin.PREF_DEFAULT_BUILD_ORDER, true);
The method setValue(String, boolean) from the type Preferences is deprecated
8. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 90)
preferences.setValue(ResourcesPlugin.PREF_DEFAULT_BUILD_ORDER, false);
The method setValue(String, boolean) from the type Preferences is deprecated
9. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 93)
preferences.setValue(ResourcesPlugin.PREF_BUILD_ORDER, "x/y,:z/z");
The method setValue(String, String) from the type Preferences is deprecated
10. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 98)
preferences.setValue(ResourcesPlugin.PREF_BUILD_ORDER, "");
The method setValue(String, String) from the type Preferences is deprecated
11. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 102)
preferences.setValue(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL, snapshotInterval);
The method setValue(String, long) from the type Preferences is deprecated
12. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 105)
long defaultSnapshotInterval = preferences.getDefaultLong(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL);
The method getDefaultLong(String) from the type Preferences is deprecated
13. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 106)
preferences.setValue(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL, defaultSnapshotInterval);
The method setValue(String, long) from the type Preferences is deprecated
14. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 109)
preferences.setToDefault(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL);
The method setToDefault(String) from the type Preferences is deprecated
15. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 113)
preferences.setValue(ResourcesPlugin.PREF_KEEP_DERIVED_STATE, false);
The method setValue(String, boolean) from the type Preferences is deprecated
16. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 116)
preferences.setValue(ResourcesPlugin.PREF_KEEP_DERIVED_STATE, true);
The method setValue(String, boolean) from the type Preferences is deprecated
17. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 149)
Preferences.IPropertyChangeListener listener = event -> changedProperties.add(event.getProperty());
The type Preferences is deprecated
18. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 149)
Preferences.IPropertyChangeListener listener = event -> changedProperties.add(event.getProperty());
The type Preferences.IPropertyChangeListener is deprecated
19. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 149)
Preferences.IPropertyChangeListener listener = event -> changedProperties.add(event.getProperty());
The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated
20. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 151)
preferences.addPropertyChangeListener(listener);
The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated
21. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 160)
preferences.removePropertyChangeListener(listener);
The method removePropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated
22. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 178)
preferences.setValue("foo.bar", createRandomString());
The method setValue(String, String) from the type Preferences is deprecated
23. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 181)
Preferences.exportPreferences(originalPreferencesFile);
The type Preferences is deprecated
24. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 181)
Preferences.exportPreferences(originalPreferencesFile);
The method exportPreferences(IPath) from the type Preferences is deprecated
25. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 200)
Preferences.exportPreferences(modifiedPreferencesFile);
The type Preferences is deprecated
26. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 200)
Preferences.exportPreferences(modifiedPreferencesFile);
The method exportPreferences(IPath) from the type Preferences is deprecated
27. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 203)
Preferences.importPreferences(originalPreferencesFile);
The type Preferences is deprecated
28. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 203)
Preferences.importPreferences(originalPreferencesFile);
The method importPreferences(IPath) from the type Preferences is deprecated
29. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 208)
Preferences.importPreferences(modifiedPreferencesFile);
The type Preferences is deprecated
30. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 208)
Preferences.importPreferences(modifiedPreferencesFile);
The method importPreferences(IPath) from the type Preferences is deprecated
31. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 247)
assertEquals("3.2", 90000, preferences.getLong(ResourcesPlugin.PREF_FILE_STATE_LONGEVITY));
The method getLong(String) from the type Preferences is deprecated
32. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 256)
public void assertEquals(String message, IWorkspaceDescription description, Preferences expectedPreferences) throws ComparisonFailure {
The type Preferences is deprecated
33. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 257)
assertEquals(message + " - 1", description.isAutoBuilding(), expectedPreferences.getBoolean(ResourcesPlugin.PREF_AUTO_BUILDING));
The method getBoolean(String) from the type Preferences is deprecated
34. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 258)
assertEquals(message + " - 2", description.getBuildOrder() == null, expectedPreferences.getBoolean(ResourcesPlugin.PREF_DEFAULT_BUILD_ORDER));
The method getBoolean(String) from the type Preferences is deprecated
35. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 259)
assertEquals(message + " - 3", WorkspacePreferences.convertStringArraytoString(description.getBuildOrder()), expectedPreferences.getString(ResourcesPlugin.PREF_BUILD_ORDER));
The method getString(String) from the type Preferences is deprecated
36. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 260)
assertEquals(message + " - 4", description.isApplyFileStatePolicy(), expectedPreferences.getBoolean(ResourcesPlugin.PREF_APPLY_FILE_STATE_POLICY));
The method getBoolean(String) from the type Preferences is deprecated
37. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 261)
assertEquals(message + " - 5", description.getFileStateLongevity(), expectedPreferences.getLong(ResourcesPlugin.PREF_FILE_STATE_LONGEVITY));
The method getLong(String) from the type Preferences is deprecated
38. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 262)
assertEquals(message + " - 6", description.getMaxFileStates(), expectedPreferences.getInt(ResourcesPlugin.PREF_MAX_FILE_STATES));
The method getInt(String) from the type Preferences is deprecated
39. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 263)
assertEquals(message + " - 7", description.getMaxFileStateSize(), expectedPreferences.getLong(ResourcesPlugin.PREF_MAX_FILE_STATE_SIZE));
The method getLong(String) from the type Preferences is deprecated
40. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 264)
assertEquals(message + " - 8", description.getSnapshotInterval(), expectedPreferences.getLong(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL));
The method getLong(String) from the type Preferences is deprecated
41. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 265)
assertEquals(message + " - 9", description.getMaxBuildIterations(), expectedPreferences.getLong(ResourcesPlugin.PREF_MAX_BUILD_ITERATIONS));
The method getLong(String) from the type Preferences is deprecated
42. WARNING in /src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java
 (at line 267)
expectedPreferences.getBoolean(ResourcesPlugin.PREF_KEEP_DERIVED_STATE));
The method getBoolean(String) from the type Preferences is deprecated

/src/org/eclipse/core/tests/resources/FilteredResourceTest.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/FilteredResourceTest.java
 (at line 1323)
IFile[] results = root.findFilesForLocation(fileLocation);
The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated
2. WARNING in /src/org/eclipse/core/tests/resources/FilteredResourceTest.java
 (at line 1332)
IContainer[] resultsContainer = root.findContainersForLocation(containerLocation);
The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated
3. WARNING in /src/org/eclipse/core/tests/resources/FilteredResourceTest.java
 (at line 1346)
results = root.findFilesForLocation(fileLocation);
The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated
4. WARNING in /src/org/eclipse/core/tests/resources/FilteredResourceTest.java
 (at line 1353)
resultsContainer = root.findContainersForLocation(containerLocation);
The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated

/src/org/eclipse/core/tests/resources/IFileTest.java : 10 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/IFileTest.java
 (at line 302)
assertTrue("1.0", !file.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
2. WARNING in /src/org/eclipse/core/tests/resources/IFileTest.java
 (at line 305)
assertTrue("1.2", !file.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
3. WARNING in /src/org/eclipse/core/tests/resources/IFileTest.java
 (at line 311)
assertTrue("1.5", file.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
4. WARNING in /src/org/eclipse/core/tests/resources/IFileTest.java
 (at line 323)
assertTrue("2.0", !file.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
5. WARNING in /src/org/eclipse/core/tests/resources/IFileTest.java
 (at line 329)
assertTrue("2.4", !file.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
6. WARNING in /src/org/eclipse/core/tests/resources/IFileTest.java
 (at line 339)
assertTrue("3.0", !file.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
7. WARNING in /src/org/eclipse/core/tests/resources/IFileTest.java
 (at line 342)
assertTrue("3.2", !file.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
8. WARNING in /src/org/eclipse/core/tests/resources/IFileTest.java
 (at line 347)
assertTrue("3.5", !file.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
9. WARNING in /src/org/eclipse/core/tests/resources/IFileTest.java
 (at line 357)
assertTrue("4.0", !file.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
10. WARNING in /src/org/eclipse/core/tests/resources/IFileTest.java
 (at line 363)
assertTrue("4.4", !file.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated

/src/org/eclipse/core/tests/resources/IFolderTest.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/IFolderTest.java
 (at line 326)
source.setReadOnly(true);
The method setReadOnly(boolean) from the type IResource is deprecated
2. WARNING in /src/org/eclipse/core/tests/resources/IFolderTest.java
 (at line 331)
assertTrue("1.2", dest.isReadOnly());
The method isReadOnly() from the type IResource is deprecated
3. WARNING in /src/org/eclipse/core/tests/resources/IFolderTest.java
 (at line 334)
source.setReadOnly(false);
The method setReadOnly(boolean) from the type IResource is deprecated
4. WARNING in /src/org/eclipse/core/tests/resources/IFolderTest.java
 (at line 335)
dest.setReadOnly(false);
The method setReadOnly(boolean) from the type IResource is deprecated

/src/org/eclipse/core/tests/resources/IPathVariableTest.java : 43 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 79)
manager.setValue(name, (IPath) null);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
2. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 200)
manager.setValue("one", getRandomLocation());
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
3. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 206)
manager.setValue("two", IPath.ROOT);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
4. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 213)
manager.setValue("one", (IPath) null);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
5. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 220)
manager.setValue("two", (IPath) null);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
6. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 240)
assertNull("0.0", manager.getValue("one"));
The method getValue(String) from the type IPathVariableManager is deprecated
7. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 243)
manager.setValue("one", pathOne);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
8. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 244)
IPath value = manager.getValue("one");
The method getValue(String) from the type IPathVariableManager is deprecated
9. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 249)
manager.setValue("two", pathTwo);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
10. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 250)
value = manager.getValue("two");
The method getValue(String) from the type IPathVariableManager is deprecated
11. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 255)
manager.setValue("one", pathOneEdit);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
12. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 256)
value = manager.getValue("one");
The method getValue(String) from the type IPathVariableManager is deprecated
13. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 261)
manager.setValue("one", (IPath) null);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
14. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 262)
assertNull("4.1", manager.getValue("one"));
The method getValue(String) from the type IPathVariableManager is deprecated
15. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 266)
() -> manager.setValue("ECLIPSE$HOME", IPath.ROOT));
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
16. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 269)
manager.setValue("one", IPath.fromOSString("foo/bar"));
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
17. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 278)
manager.setValue("one", invalidPath);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 289)
manager.setValue("one", IPath.ROOT);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
19. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 291)
manager.setValue("one", (IPath) null);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
20. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 306)
manager.setValue("one", pathOne);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
21. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 307)
manager.setValue("two", pathTwo);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
22. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 308)
manager.setValue("three", IPath.fromOSString("${two}/extra"));
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
23. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 312)
IPath actual = manager.resolvePath(path);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
24. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 322)
IPath actual = manager.resolvePath(path);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
25. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 330)
IPath actual = manager.resolvePath(path);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
26. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 338)
IPath actual = manager.resolvePath(path);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
27. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 390)
manager.setValue("one", pathOne);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
28. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 391)
manager.setValue("two", pathTwo);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
29. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 396)
IPath actual = manager.resolvePath(path);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
30. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 403)
actual = manager.resolvePath(path);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
31. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 409)
actual = manager.resolvePath(path);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
32. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 415)
actual = manager.resolvePath(path);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
33. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 422)
actual = manager.resolvePath(path);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
34. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 429)
actual = manager.resolvePath(path);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
35. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 436)
actual = manager.resolvePath(path);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
36. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 443)
assertNull("7.0", manager.resolvePath(path));
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
37. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 463)
manager.setValue("ONE", pathOne);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
38. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 464)
manager.setValue("THREE", pathThree);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
39. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 470)
manager.setValue("TWO", pathTwo);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
40. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 502)
manager.setValue("TWO", (IPath) null);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
41. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 558)
manager.setValue("one", pathOne);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
42. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 564)
manager.setValue("one", pathOneEdit);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
43. WARNING in /src/org/eclipse/core/tests/resources/IPathVariableTest.java
 (at line 570)
manager.setValue("one", (IPath) null);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated

/src/org/eclipse/core/tests/resources/IProjectDescriptionTest.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/IProjectDescriptionTest.java
 (at line 108)
description.setDynamicReferences(description.getDynamicReferences());
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
2. WARNING in /src/org/eclipse/core/tests/resources/IProjectDescriptionTest.java
 (at line 120)
description.setDynamicReferences(new IProject[] { target1, target2 });
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
3. WARNING in /src/org/eclipse/core/tests/resources/IProjectDescriptionTest.java
 (at line 172)
description.setDynamicReferences(new IProject[] {target2});
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated

/src/org/eclipse/core/tests/resources/IProjectTest.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/IProjectTest.java
 (at line 318)
getWorkspace().getPathVariableManager().setValue(varName, varValue);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
2. WARNING in /src/org/eclipse/core/tests/resources/IProjectTest.java
 (at line 330)
assertEquals("1.0", varValue, getWorkspace().getPathVariableManager().getValue(varName));
The method getValue(String) from the type IPathVariableManager is deprecated
3. WARNING in /src/org/eclipse/core/tests/resources/IProjectTest.java
 (at line 2003)
desc.setDynamicReferences(refs);
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
4. WARNING in /src/org/eclipse/core/tests/resources/IProjectTest.java
 (at line 2015)
desc.setDynamicReferences(refs);
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated

/src/org/eclipse/core/tests/resources/IResourceChangeListenerTest.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/IResourceChangeListenerTest.java
 (at line 1437)
description.setDynamicReferences(new IProject[] { project2 });
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
2. WARNING in /src/org/eclipse/core/tests/resources/IResourceChangeListenerTest.java
 (at line 1529)
file1.setLocal(true, IResource.DEPTH_INFINITE, createTestMonitor());
The method setLocal(boolean, int, IProgressMonitor) from the type IResource is deprecated
3. WARNING in /src/org/eclipse/core/tests/resources/IResourceChangeListenerTest.java
 (at line 1533)
file1.setLocal(false, IResource.DEPTH_INFINITE, createTestMonitor());
The method setLocal(boolean, int, IProgressMonitor) from the type IResource is deprecated

/src/org/eclipse/core/tests/resources/IResourceTest.java : 20 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1377)
root.setDerived(true);
The method setDerived(boolean) from the type IResource is deprecated
2. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1382)
root.setDerived(false);
The method setDerived(boolean) from the type IResource is deprecated
3. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1389)
project.setDerived(true);
The method setDerived(boolean) from the type IResource is deprecated
4. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1394)
project.setDerived(false);
The method setDerived(boolean) from the type IResource is deprecated
5. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1401)
folder.setDerived(true);
The method setDerived(boolean) from the type IResource is deprecated
6. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1406)
folder.setDerived(false);
The method setDerived(boolean) from the type IResource is deprecated
7. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1413)
file.setDerived(true);
The method setDerived(boolean) from the type IResource is deprecated
8. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1418)
file.setDerived(false);
The method setDerived(boolean) from the type IResource is deprecated
9. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1433)
assertThrows(CoreException.class, () -> project.setDerived(false));
The method setDerived(boolean) from the type IResource is deprecated
10. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1434)
assertThrows(CoreException.class, () -> folder.setDerived(false));
The method setDerived(boolean) from the type IResource is deprecated
11. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1435)
assertThrows(CoreException.class, () -> file.setDerived(false));
The method setDerived(boolean) from the type IResource is deprecated
12. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1704)
getWorkspace().getRoot().setLocal(false, IResource.DEPTH_INFINITE, createTestMonitor());
The method setLocal(boolean, int, IProgressMonitor) from the type IResource is deprecated
13. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1719)
getWorkspace().getRoot().setLocal(true, IResource.DEPTH_INFINITE, createTestMonitor());
The method setLocal(boolean, int, IProgressMonitor) from the type IResource is deprecated
14. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1736)
getWorkspace().getRoot().setLocal(true, IResource.DEPTH_INFINITE, createTestMonitor());
The method setLocal(boolean, int, IProgressMonitor) from the type IResource is deprecated
15. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1783)
getWorkspace().getRoot().setLocal(true, IResource.DEPTH_INFINITE, createTestMonitor());
The method setLocal(boolean, int, IProgressMonitor) from the type IResource is deprecated
16. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1862)
varMan.setValue(variableName, variableLocation);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
17. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1915)
createInFileSystem(EFS.getFileSystem(EFS.SCHEME_FILE).getStore(varMan.resolvePath(variableFileLocation)));
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1916)
varMan.resolvePath(variableFolderLocation).toFile().mkdirs();
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
19. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1926)
assertEquals("8.3", varMan.resolvePath(variableFolderLocation).append(deepFile.getName()), deepFile.getRawLocation());
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
20. WARNING in /src/org/eclipse/core/tests/resources/IResourceTest.java
 (at line 1937)
varMan.setValue(variableName, null);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated

/src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java : 13 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java
 (at line 78)
IFile[] files = getWorkspace().getRoot().findFilesForLocation(fileLocationUpper);
The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated
2. WARNING in /src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java
 (at line 116)
IContainer[] result = root.findContainersForLocation(root.getLocation());
The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated
3. WARNING in /src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java
 (at line 124)
assertResources("2.0", p1, link, root.findContainersForLocation(p1.getLocation()));
The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated
4. WARNING in /src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java
 (at line 129)
assertResources("3.0", existing, root.findContainersForLocation(existing.getLocation()));
The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated
5. WARNING in /src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java
 (at line 134)
assertResources("3.2", nonExisting, root.findContainersForLocation(nonExisting.getLocation()));
The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated
6. WARNING in /src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java
 (at line 138)
assertResources("3.4", existing, root.findContainersForLocation(existing.getLocation().makeRelative()));
The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated
7. WARNING in /src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java
 (at line 139)
assertResources("3.5", nonExisting, root.findContainersForLocation(nonExisting.getLocation().makeRelative()));
The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated
8. WARNING in /src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java
 (at line 190)
IFile[] result = root.findFilesForLocation(root.getLocation());
The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated
9. WARNING in /src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java
 (at line 198)
result = root.findFilesForLocation(existingFileLocation);
The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated
10. WARNING in /src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java
 (at line 205)
result = root.findFilesForLocation(nonExisting.getLocation());
The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated
11. WARNING in /src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java
 (at line 211)
result = root.findFilesForLocation(existingFileLocation.makeRelative());
The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated
12. WARNING in /src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java
 (at line 213)
result = root.findFilesForLocation(nonExisting.getLocation().makeRelative());
The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated
13. WARNING in /src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java
 (at line 219)
result = root.findFilesForLocation(differentCase);
The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated

/src/org/eclipse/core/tests/resources/IWorkspaceTest.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/IWorkspaceTest.java
 (at line 778)
file.setReadOnly(true);
The method setReadOnly(boolean) from the type IResource is deprecated
2. WARNING in /src/org/eclipse/core/tests/resources/IWorkspaceTest.java
 (at line 783)
file.setReadOnly(false);
The method setReadOnly(boolean) from the type IResource is deprecated
3. WARNING in /src/org/eclipse/core/tests/resources/IWorkspaceTest.java
 (at line 1008)
workspace.getPathVariableManager().setValue(PATH_VAR_NAME, PATH_VAR_VALUE);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
4. WARNING in /src/org/eclipse/core/tests/resources/IWorkspaceTest.java
 (at line 1013)
workspace.getPathVariableManager().setValue(PATH_VAR_NAME, null);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated

/src/org/eclipse/core/tests/resources/LinkedResourceTest.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceTest.java
 (at line 712)
assertTrue("1.2", parent.isLocal(IResource.DEPTH_INFINITE));
The method isLocal(int) from the type IResource is deprecated
2. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceTest.java
 (at line 901)
IFile[] files = getWorkspace().getRoot().findFilesForLocation(lowerCaseFilePath);
The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated

/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java : 43 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 80)
getWorkspace().getPathVariableManager().setValue(VARIABLE_NAME, base);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
2. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 84)
existingProject.getPathVariableManager().setValue(PROJECT_VARIABLE_NAME, base);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
3. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 85)
existingProject.getPathVariableManager().setValue(PROJECT_RELATIVE_VARIABLE_NAME, IPath.fromPortableString(PROJECT_RELATIVE_VARIABLE_VALUE));
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
4. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 97)
getWorkspace().getPathVariableManager().setValue(VARIABLE_NAME, null);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
5. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 150)
while (pathVars.resolvePath(path).toFile().exists()) {
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
6. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 158)
workspaceRule.deleteOnTearDown(pathVars.resolvePath(path));
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
7. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 167)
while (pathVars.resolvePath(path).toFile().exists()) {
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
8. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 175)
workspaceRule.deleteOnTearDown(pathVars.resolvePath(path));
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
9. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 184)
while (pathVars.resolvePath(path).toFile().exists()) {
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
10. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 192)
workspaceRule.deleteOnTearDown(pathVars.resolvePath(path));
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
11. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 198)
return getWorkspace().getPathVariableManager().resolvePath(path);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
12. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 209)
IPath value = manager.getValue(PROJECT_VARIABLE_NAME);
The method getValue(String) from the type IPathVariableManager is deprecated
13. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 210)
IPath relativeValue = manager.getValue(PROJECT_RELATIVE_VARIABLE_NAME);
The method getValue(String) from the type IPathVariableManager is deprecated
14. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 214)
IPath resolvedValue = manager.resolvePath(value);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
15. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 217)
IPath resolvedRelativeValue = manager.resolvePath(relativeValue);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
16. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 232)
IPath existingValue = manager.getValue(VARIABLE_NAME);
The method getValue(String) from the type IPathVariableManager is deprecated
17. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 248)
manager.setValue(VARIABLE_NAME, null);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 270)
manager.setValue(VARIABLE_NAME, existingValue);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
19. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 288)
IPath existingValue = manager.getValue(PROJECT_VARIABLE_NAME);
The method getValue(String) from the type IPathVariableManager is deprecated
20. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 304)
manager.setValue(PROJECT_VARIABLE_NAME, null);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
21. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 327)
manager.setValue(PROJECT_VARIABLE_NAME, existingValue);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
22. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 386)
nonExistingFileInExistingFolder.getProject().getPathVariableManager().setValue(existingVariable, null);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
23. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 400)
existingProjectInSubDirectory.getPathVariableManager().setValue("P_RELATIVE", IPath.fromPortableString("${PARENT-3-PROJECT_LOC}"));
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
24. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 404)
IPath resolvedPath = existingProjectInSubDirectory.getPathVariableManager().resolvePath(variableBasedLocation);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
25. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 440)
IPath resolvedPath = manager.resolvePath(variableBasedLocation);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
26. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 474)
IPath resolvedPath = manager.resolvePath(variableBasedLocation);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
27. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 503)
IPath existingValue = manager.getValue(PROJECT_RELATIVE_VARIABLE_NAME);
The method getValue(String) from the type IPathVariableManager is deprecated
28. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 519)
manager.setValue(PROJECT_RELATIVE_VARIABLE_NAME, null);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
29. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 542)
manager.setValue(PROJECT_RELATIVE_VARIABLE_NAME, existingValue);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
30. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 561)
IPath existingValue = manager.getValue(VARIABLE_NAME);
The method getValue(String) from the type IPathVariableManager is deprecated
31. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 580)
manager.setValue(VARIABLE_NAME, null);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
32. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 612)
manager.setValue(VARIABLE_NAME, existingValue);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
33. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 679)
IPath existingValue = manager.getValue(PROJECT_VARIABLE_NAME);
The method getValue(String) from the type IPathVariableManager is deprecated
34. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 698)
manager.setValue(PROJECT_VARIABLE_NAME, null);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
35. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 731)
manager.setValue(PROJECT_VARIABLE_NAME, existingValue);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
36. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 807)
IPath existingValue = manager.getValue(VARIABLE_NAME);
The method getValue(String) from the type IPathVariableManager is deprecated
37. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 827)
manager.setValue(VARIABLE_NAME, newLocation);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
38. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 846)
IPath expectedNewLocation = manager.resolvePath(variableBasedLocation);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
39. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 857)
manager.setValue(VARIABLE_NAME, existingValue);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
40. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 873)
IPath existingValue = manager.getValue(PROJECT_VARIABLE_NAME);
The method getValue(String) from the type IPathVariableManager is deprecated
41. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 893)
manager.setValue(PROJECT_VARIABLE_NAME, newLocation);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
42. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 912)
IPath expectedNewLocation = manager.resolvePath(variableBasedLocation);
The method resolvePath(IPath) from the type IPathVariableManager is deprecated
43. WARNING in /src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java
 (at line 923)
manager.setValue(PROJECT_VARIABLE_NAME, existingValue);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated

/src/org/eclipse/core/tests/resources/ProjectOrderTest.java : 15 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/ProjectOrderTest.java
 (at line 96)
IProject[][] oldOrder = ws.computePrerequisiteOrder(projects);
The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
2. WARNING in /src/org/eclipse/core/tests/resources/ProjectOrderTest.java
 (at line 128)
IProject[][] oldOrder = ws.computePrerequisiteOrder(projects);
The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
3. WARNING in /src/org/eclipse/core/tests/resources/ProjectOrderTest.java
 (at line 145)
oldOrder = ws.computePrerequisiteOrder(projects);
The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
4. WARNING in /src/org/eclipse/core/tests/resources/ProjectOrderTest.java
 (at line 161)
oldOrder = ws.computePrerequisiteOrder(projects);
The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
5. WARNING in /src/org/eclipse/core/tests/resources/ProjectOrderTest.java
 (at line 174)
oldOrder = ws.computePrerequisiteOrder(projects);
The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
6. WARNING in /src/org/eclipse/core/tests/resources/ProjectOrderTest.java
 (at line 195)
oldOrder = ws.computePrerequisiteOrder(projects);
The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
7. WARNING in /src/org/eclipse/core/tests/resources/ProjectOrderTest.java
 (at line 214)
oldOrder = ws.computePrerequisiteOrder(projects);
The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
8. WARNING in /src/org/eclipse/core/tests/resources/ProjectOrderTest.java
 (at line 231)
oldOrder = ws.computePrerequisiteOrder(projects);
The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
9. WARNING in /src/org/eclipse/core/tests/resources/ProjectOrderTest.java
 (at line 257)
oldOrder = ws.computePrerequisiteOrder(projects);
The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
10. WARNING in /src/org/eclipse/core/tests/resources/ProjectOrderTest.java
 (at line 285)
oldOrder = ws.computePrerequisiteOrder(projects);
The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
11. WARNING in /src/org/eclipse/core/tests/resources/ProjectOrderTest.java
 (at line 315)
oldOrder = ws.computePrerequisiteOrder(projects);
The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
12. WARNING in /src/org/eclipse/core/tests/resources/ProjectOrderTest.java
 (at line 338)
oldOrder = ws.computePrerequisiteOrder(projects);
The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
13. WARNING in /src/org/eclipse/core/tests/resources/ProjectOrderTest.java
 (at line 354)
oldOrder = ws.computePrerequisiteOrder(projects);
The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
14. WARNING in /src/org/eclipse/core/tests/resources/ProjectOrderTest.java
 (at line 369)
oldOrder = ws.computePrerequisiteOrder(projects);
The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
15. WARNING in /src/org/eclipse/core/tests/resources/ProjectOrderTest.java
 (at line 453)
IProject[][] oldOrder = ws.computePrerequisiteOrder(projects);
The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated

/src/org/eclipse/core/tests/resources/regression/Bug_027271.java : 10 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/regression/Bug_027271.java
 (at line 25)
import org.eclipse.core.runtime.Preferences;
The type Preferences is deprecated
2. WARNING in /src/org/eclipse/core/tests/resources/regression/Bug_027271.java
 (at line 55)
Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
The type Preferences is deprecated
3. WARNING in /src/org/eclipse/core/tests/resources/regression/Bug_027271.java
 (at line 55)
Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
The method getPluginPreferences() from the type Plugin is deprecated
4. WARNING in /src/org/eclipse/core/tests/resources/regression/Bug_027271.java
 (at line 57)
String[] propertyNames = preferences.propertyNames();
The method propertyNames() from the type Preferences is deprecated
5. WARNING in /src/org/eclipse/core/tests/resources/regression/Bug_027271.java
 (at line 60)
preferences.setToDefault(propertyName);
The method setToDefault(String) from the type Preferences is deprecated
6. WARNING in /src/org/eclipse/core/tests/resources/regression/Bug_027271.java
 (at line 70)
Preferences prefs = ResourcesPlugin.getPlugin().getPluginPreferences();
The type Preferences is deprecated
7. WARNING in /src/org/eclipse/core/tests/resources/regression/Bug_027271.java
 (at line 70)
Preferences prefs = ResourcesPlugin.getPlugin().getPluginPreferences();
The method getPluginPreferences() from the type Plugin is deprecated
8. WARNING in /src/org/eclipse/core/tests/resources/regression/Bug_027271.java
 (at line 73)
prefs.setValue(VARIABLE_PREFIX + "VALID_VAR", IPath.fromOSString("c:/temp").toPortableString());
The method setValue(String, String) from the type Preferences is deprecated
9. WARNING in /src/org/eclipse/core/tests/resources/regression/Bug_027271.java
 (at line 78)
prefs.setValue(VARIABLE_PREFIX + "INVALID_VAR", relativePath.toPortableString());
The method setValue(String, String) from the type Preferences is deprecated
10. WARNING in /src/org/eclipse/core/tests/resources/regression/Bug_027271.java
 (at line 83)
prefs.setValue(VARIABLE_PREFIX + "ANOTHER_INVALID_VAR", invalidPath.toPortableString());
The method setValue(String, String) from the type Preferences is deprecated

/src/org/eclipse/core/tests/resources/regression/IFileTest.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/regression/IFileTest.java
 (at line 66)
folder.setReadOnly(true);
The method setReadOnly(boolean) from the type IResource is deprecated
2. WARNING in /src/org/eclipse/core/tests/resources/regression/IFileTest.java
 (at line 67)
assertTrue(folder.isReadOnly());
The method isReadOnly() from the type IResource is deprecated
3. WARNING in /src/org/eclipse/core/tests/resources/regression/IFileTest.java
 (at line 72)
folder.setReadOnly(false);
The method setReadOnly(boolean) from the type IResource is deprecated
4. WARNING in /src/org/eclipse/core/tests/resources/regression/IFileTest.java
 (at line 98)
folder.setReadOnly(true);
The method setReadOnly(boolean) from the type IResource is deprecated
5. WARNING in /src/org/eclipse/core/tests/resources/regression/IFileTest.java
 (at line 99)
assertTrue(folder.isReadOnly());
The method isReadOnly() from the type IResource is deprecated
6. WARNING in /src/org/eclipse/core/tests/resources/regression/IFileTest.java
 (at line 104)
folder.setReadOnly(false);
The method setReadOnly(boolean) from the type IResource is deprecated

/src/org/eclipse/core/tests/resources/regression/IFolderTest.java : 15 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/regression/IFolderTest.java
 (at line 66)
parentFolder.setReadOnly(true);
The method setReadOnly(boolean) from the type IResource is deprecated
2. WARNING in /src/org/eclipse/core/tests/resources/regression/IFolderTest.java
 (at line 67)
assertTrue(parentFolder.isReadOnly());
The method isReadOnly() from the type IResource is deprecated
3. WARNING in /src/org/eclipse/core/tests/resources/regression/IFolderTest.java
 (at line 71)
parentFolder.setReadOnly(false);
The method setReadOnly(boolean) from the type IResource is deprecated
4. WARNING in /src/org/eclipse/core/tests/resources/regression/IFolderTest.java
 (at line 90)
assertTrue("1.0", !folder.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
5. WARNING in /src/org/eclipse/core/tests/resources/regression/IFolderTest.java
 (at line 91)
assertTrue("1.1", !file.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
6. WARNING in /src/org/eclipse/core/tests/resources/regression/IFolderTest.java
 (at line 92)
assertTrue("1.1", !subFile.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
7. WARNING in /src/org/eclipse/core/tests/resources/regression/IFolderTest.java
 (at line 97)
assertTrue("2.1", file.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
8. WARNING in /src/org/eclipse/core/tests/resources/regression/IFolderTest.java
 (at line 98)
assertTrue("2.2", !folder.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
9. WARNING in /src/org/eclipse/core/tests/resources/regression/IFolderTest.java
 (at line 99)
assertTrue("2.3", !subFile.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
10. WARNING in /src/org/eclipse/core/tests/resources/regression/IFolderTest.java
 (at line 103)
assertTrue("3.1", folder.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
11. WARNING in /src/org/eclipse/core/tests/resources/regression/IFolderTest.java
 (at line 104)
assertTrue("3.2", file.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
12. WARNING in /src/org/eclipse/core/tests/resources/regression/IFolderTest.java
 (at line 105)
assertTrue("3.3", !subFile.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
13. WARNING in /src/org/eclipse/core/tests/resources/regression/IFolderTest.java
 (at line 109)
assertTrue("4.1", subFile.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
14. WARNING in /src/org/eclipse/core/tests/resources/regression/IFolderTest.java
 (at line 110)
assertTrue("4.2", folder.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated
15. WARNING in /src/org/eclipse/core/tests/resources/regression/IFolderTest.java
 (at line 111)
assertTrue("4.3", file.isLocal(IResource.DEPTH_ZERO));
The method isLocal(int) from the type IResource is deprecated

/src/org/eclipse/core/tests/resources/regression/IProjectTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/regression/IProjectTest.java
 (at line 82)
project.setLocal(true, IResource.DEPTH_ZERO, createTestMonitor());
The method setLocal(boolean, int, IProgressMonitor) from the type IResource is deprecated

/src/org/eclipse/core/tests/resources/regression/IResourceTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/regression/IResourceTest.java
 (at line 213)
folder.setLocal(false, IResource.DEPTH_ZERO, createTestMonitor());
The method setLocal(boolean, int, IProgressMonitor) from the type IResource is deprecated

/src/org/eclipse/core/tests/resources/session/ProjectDescriptionDynamicTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/session/ProjectDescriptionDynamicTest.java
 (at line 88)
desc.setDynamicReferences(dynRefs);
The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated

/src/org/eclipse/core/tests/resources/session/TestBug30015.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/session/TestBug30015.java
 (at line 47)
getWorkspace().getPathVariableManager().setValue(VAR_NAME, varValue);
The method setValue(String, IPath) from the type IPathVariableManager is deprecated
2. WARNING in /src/org/eclipse/core/tests/resources/session/TestBug30015.java
 (at line 66)
assertEquals(varValue, getWorkspace().getPathVariableManager().getValue(VAR_NAME));
The method getValue(String) from the type IPathVariableManager is deprecated

/src/org/eclipse/core/tests/resources/usecase/IResourceTestUtil.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/resources/usecase/IResourceTestUtil.java
 (at line 56)
return resource.isLocal(depth);
The method isLocal(int) from the type IResource 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