Compiler log for org.eclipse.ui.ide_3.22.600.v20250523-1502 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 96, 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

/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java
 (at line 755)
if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING))
The method getPluginPreferences() from the type Plugin is deprecated
2. WARNING in /extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java
 (at line 755)
if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING))
The method getBoolean(String) from the type Preferences is deprecated

/extensions/org/eclipse/ui/dialogs/NewFolderDialog.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /extensions/org/eclipse/ui/dialogs/NewFolderDialog.java
 (at line 144)
Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
The type Preferences is deprecated
2. WARNING in /extensions/org/eclipse/ui/dialogs/NewFolderDialog.java
 (at line 144)
Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
The method getPluginPreferences() from the type Plugin is deprecated
3. WARNING in /extensions/org/eclipse/ui/dialogs/NewFolderDialog.java
 (at line 146)
if (!preferences.getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING) && isValidContainer()) {
The method getBoolean(String) from the type Preferences is deprecated

/extensions/org/eclipse/ui/dialogs/WizardExportResourcesPage.java : 1 warning :

OTHER WARNINGS
1. WARNING in /extensions/org/eclipse/ui/dialogs/WizardExportResourcesPage.java
 (at line 330)
if (!currentResource.isLocal(IResource.DEPTH_ZERO)) {
The method isLocal(int) from the type IResource is deprecated

/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java
 (at line 165)
Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
The type Preferences is deprecated
2. WARNING in /extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java
 (at line 165)
Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
The method getPluginPreferences() from the type Plugin is deprecated
3. WARNING in /extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java
 (at line 167)
if (!preferences.getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) {
The method getBoolean(String) from the type Preferences is deprecated

/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java
 (at line 159)
Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
The type Preferences is deprecated
2. WARNING in /extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java
 (at line 159)
Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
The method getPluginPreferences() from the type Plugin is deprecated
3. WARNING in /extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java
 (at line 161)
if (!preferences.getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) {
The method getBoolean(String) from the type Preferences is deprecated

/extensions/org/eclipse/ui/dialogs/WizardNewLinkPage.java : 1 warning :

OTHER WARNINGS
1. WARNING in /extensions/org/eclipse/ui/dialogs/WizardNewLinkPage.java
 (at line 255)
IPath path = pathVariableManager.getValue(variableNames[0]);
The method getValue(String) from the type IPathVariableManager is deprecated

/src/org/eclipse/ui/ide/IDEEncoding.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ui/ide/IDEEncoding.java
 (at line 97)
String preference = ResourcesPlugin.getPlugin().getPluginPreferences().getString(
The method getPluginPreferences() from the type Plugin is deprecated
2. WARNING in /src/org/eclipse/ui/ide/IDEEncoding.java
 (at line 97)
String preference = ResourcesPlugin.getPlugin().getPluginPreferences().getString(
The method getString(String) from the type Preferences is deprecated

/src/org/eclipse/ui/internal/ide/ChooseWorkspaceData.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/ChooseWorkspaceData.java
 (at line 543)
url = new URL(dir.toURL(), PERS_FILENAME);
The method toURL() from the type File is deprecated
2. WARNING in /src/org/eclipse/ui/internal/ide/ChooseWorkspaceData.java
 (at line 549)
return persFile.toURL();
The method toURL() from the type File is deprecated

/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java : 10 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 217)
private Preferences.IPropertyChangeListener prefListener;
The type Preferences is deprecated
2. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 217)
private Preferences.IPropertyChangeListener prefListener;
The type Preferences.IPropertyChangeListener is deprecated
3. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 308)
if (event.getProperty().equals(
The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated
4. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 313)
ResourcesPlugin.getPlugin().getPluginPreferences()
The method getPluginPreferences() from the type Plugin is deprecated
5. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 314)
.addPropertyChangeListener(prefListener);
The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated
6. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 836)
ResourcesPlugin.getPlugin().getPluginPreferences()
The method getPluginPreferences() from the type Plugin is deprecated
7. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 837)
.removePropertyChangeListener(prefListener);
The method removePropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated
8. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1224)
String quickStartKey = IDEActionFactory.QUICK_START.getId();
The field IDEActionFactory.QUICK_START is deprecated
9. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1227)
quickStartAction = IDEActionFactory.QUICK_START.create(window);
The field IDEActionFactory.QUICK_START is deprecated
10. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1239)
quickStartAction = IDEActionFactory.QUICK_START.create(window);
The field IDEActionFactory.QUICK_START is deprecated

/src/org/eclipse/ui/internal/ide/actions/QuickMenuAction.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/actions/QuickMenuAction.java
 (at line 64)
creator.dispose();
The method dispose() from the type QuickMenuCreator is deprecated

/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java : 7 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java
 (at line 256)
Preferences prefs = ResourcesPlugin.getPlugin().getPluginPreferences();
The type Preferences is deprecated
2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java
 (at line 256)
Preferences prefs = ResourcesPlugin.getPlugin().getPluginPreferences();
The method getPluginPreferences() from the type Plugin is deprecated
3. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java
 (at line 259)
.getDefaultLong(ResourcesPlugin.PREF_FILE_STATE_LONGEVITY)
The method getDefaultLong(String) from the type Preferences is deprecated
4. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java
 (at line 262)
.getDefaultLong(ResourcesPlugin.PREF_MAX_FILE_STATE_SIZE)
The method getDefaultLong(String) from the type Preferences is deprecated
5. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java
 (at line 266)
.getDefaultString(ResourcesPlugin.PREF_MAX_FILE_STATES));
The method getDefaultString(String) from the type Preferences is deprecated
6. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java
 (at line 268)
this.keepDerivedStateButton.setSelection(prefs.getDefaultBoolean(ResourcesPlugin.PREF_KEEP_DERIVED_STATE));
The method getDefaultBoolean(String) from the type Preferences is deprecated
7. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java
 (at line 270)
.getDefaultBoolean(ResourcesPlugin.PREF_APPLY_FILE_STATE_POLICY));
The method getDefaultBoolean(String) from the type Preferences is deprecated

/src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java
 (at line 109)
IDEWorkbenchPlugin.getDefault().savePluginPreferences();
The method savePluginPreferences() from the type Plugin is deprecated

/src/org/eclipse/ui/internal/ide/dialogs/IDEResourceInfoUtils.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEResourceInfoUtils.java
 (at line 116)
if (!resource.isLocal(IResource.DEPTH_ZERO)) {
The method isLocal(int) from the type IResource is deprecated
2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEResourceInfoUtils.java
 (at line 229)
if (!resource.isLocal(IResource.DEPTH_ZERO)) {
The method isLocal(int) from the type IResource is deprecated
3. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEResourceInfoUtils.java
 (at line 277)
if (!resource.isLocal(IResource.DEPTH_ZERO)) {
The method isLocal(int) from the type IResource is deprecated
4. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEResourceInfoUtils.java
 (at line 317)
if (!file.isLocal(IResource.DEPTH_ZERO)) {
The method isLocal(int) from the type IResource is deprecated

/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java : 8 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java
 (at line 550)
.getPluginPreferences().getDefaultBoolean(
The method getPluginPreferences() from the type Plugin is deprecated
2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java
 (at line 550)
.getPluginPreferences().getDefaultBoolean(
The method getDefaultBoolean(String) from the type Preferences is deprecated
3. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java
 (at line 553)
.getPluginPreferences().getDefaultBoolean(
The method getPluginPreferences() from the type Plugin is deprecated
4. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java
 (at line 553)
.getPluginPreferences().getDefaultBoolean(
The method getDefaultBoolean(String) from the type Preferences is deprecated
5. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java
 (at line 613)
Preferences preferences = ResourcesPlugin.getPlugin()
The type Preferences is deprecated
6. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java
 (at line 614)
.getPluginPreferences();
The method getPluginPreferences() from the type Plugin is deprecated
7. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java
 (at line 617)
preferences.setValue(ResourcesPlugin.PREF_AUTO_REFRESH, autoRefresh);
The method setValue(String, boolean) from the type Preferences is deprecated
8. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java
 (at line 619)
preferences.setValue(ResourcesPlugin.PREF_LIGHTWEIGHT_AUTO_REFRESH, lightweightRefresh);
The method setValue(String, boolean) from the type Preferences is deprecated

/src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java
 (at line 102)
Preferences preferences = ResourcesPlugin.getPlugin()
The type Preferences is deprecated
2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java
 (at line 103)
.getPluginPreferences();
The method getPluginPreferences() from the type Plugin is deprecated
3. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java
 (at line 104)
preferences.setValue(
The method setValue(String, boolean) from the type Preferences is deprecated
4. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java
 (at line 131)
Preferences preferences = ResourcesPlugin.getPlugin()
The type Preferences is deprecated
5. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java
 (at line 132)
.getPluginPreferences();
The method getPluginPreferences() from the type Plugin is deprecated
6. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java
 (at line 134)
.getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING);
The method getBoolean(String) from the type Preferences is deprecated

/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java : 28 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 219)
ErrorDialog.openError(shell, NLS.bind( IDEWorkbenchMessages.InternalError, null), e
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 445)
cell.setText(NLS .bind( IDEWorkbenchMessages.ResourceFilterPage_includeOnlyColumn, null));
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
3. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 450)
cell.setText(NLS .bind( IDEWorkbenchMessages.ResourceFilterPage_excludeAllColumn, null));
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
4. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 567)
label.setText(NLS.bind( IDEWorkbenchMessages.ResourceFilterPage_noResource, null));
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
5. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 591)
label.setText(NLS.bind(IDEWorkbenchMessages.ResourceFilterPage_title, null));
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
6. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 634)
.setText(NLS .bind( IDEWorkbenchMessages.ResourceFilterPage_columnFilterDescription, null));
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
7. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 720)
setText(NLS .bind(IDEWorkbenchMessages.ResourceFilterPage_editFilterActionLabel, null));
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
8. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 746)
setText(NLS .bind(IDEWorkbenchMessages.ResourceFilterPage_removeFilterActionLabel, null));
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
9. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 772)
setText(NLS .bind(createGroupOnly ? IDEWorkbenchMessages.ResourceFilterPage_addSubFilterGroupActionLabel: IDEWorkbenchMessages.ResourceFilterPage_addSubFilterActionLabel, null));
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
10. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 965)
addButton.setText(NLS.bind( IDEWorkbenchMessages.ResourceFilterPage_addButtonLabel, null));
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
11. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 978)
addGroupButton.setText(NLS.bind( IDEWorkbenchMessages.ResourceFilterPage_addGroupButtonLabel, null));
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
12. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 992)
editButton.setText(NLS.bind( IDEWorkbenchMessages.ResourceFilterPage_editButtonLabel, null));
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
13. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1006)
.setText(NLS .bind( IDEWorkbenchMessages.ResourceFilterPage_removeButtonLabel, null));
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
14. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1195)
ErrorDialog.openError(shell, NLS.bind( IDEWorkbenchMessages.InternalError, null), e
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
15. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1318)
NLS.bind(IDEWorkbenchMessages.ResourceFilterPage_includeOnly, null),
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
16. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1320)
NLS.bind(IDEWorkbenchMessages.ResourceFilterPage_excludeAll, null) };
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
17. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1419)
NLS.bind(IDEWorkbenchMessages.ResourceFilterPage_files, null),
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
18. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1420)
NLS.bind(IDEWorkbenchMessages.ResourceFilterPage_folders, null),
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
19. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1421)
NLS .bind( IDEWorkbenchMessages.ResourceFilterPage_filesAndFolders, null) };
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
20. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1952)
Composite inheritableComposite = createGroup(font, composite, NLS.bind( IDEWorkbenchMessages.ResourceFilterPage_columnFilterMode, null), false, false, 1);
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
21. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1991)
Composite modeComposite = createGroup(font, composite, NLS.bind( IDEWorkbenchMessages.ResourceFilterPage_columnFilterMode, null), true, true, 1);
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
22. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 2157)
NLS.bind(IDEWorkbenchMessages.ResourceFilterPage_columnFilterTarget, null), false, true, 1);
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
23. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 2459)
description.setText(NLS.bind( IDEWorkbenchMessages.ResourceFilterPage_multiMatcher_Matcher, null));
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
24. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 2464)
description.setText(NLS.bind( IDEWorkbenchMessages.ResourceFilterPage_multiMatcher_TimeInterval, null));
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
25. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 2467)
description.setText(NLS.bind( IDEWorkbenchMessages.ResourceFilterPage_multiMatcher_FileLength, null));
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
26. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 2638)
argumentsCaseSensitive.setText(NLS.bind( IDEWorkbenchMessages.ResourceFilterPage_caseSensitive, null));
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
27. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 2645)
argumentsRegularExpresion.setText(NLS.bind( IDEWorkbenchMessages.ResourceFilterPage_regularExpression, null));
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
28. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 3092)
argumentsLabel = addLabel(composite, NLS.bind( IDEWorkbenchMessages.ResourceFilterPage_columnFilterPattern, null));
Type null of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.

/src/org/eclipse/ui/internal/ide/model/WorkbenchResource.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/model/WorkbenchResource.java
 (at line 102)
return (res.isReadOnly() == value.equalsIgnoreCase("true"));//$NON-NLS-1$
The method isReadOnly() from the type IResource is deprecated

/src/org/eclipse/ui/internal/views/markers/MarkerContentGenerator.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/views/markers/MarkerContentGenerator.java
 (at line 557)
IDEWorkbenchPlugin.getDefault().savePluginPreferences();
The method savePluginPreferences() from the type Plugin is deprecated

/src/org/eclipse/ui/internal/wizards/datatransfer/SmartImportRootWizardPage.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/SmartImportRootWizardPage.java
 (at line 543)
FilteredTree filterTree = new FilteredTree(res, SWT.BORDER | SWT.CHECK, patternFilter, true) {
The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
2. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/SmartImportRootWizardPage.java
 (at line 543)
FilteredTree filterTree = new FilteredTree(res, SWT.BORDER | SWT.CHECK, patternFilter, true) {
The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated

/src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java
 (at line 245)
return selectFiles(structureProvider.getRoot(), structureProvider);
Potential resource leak: 'sourceTarFile' may not be closed at this location
2. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java
 (at line 254)
return selectFiles(structureProvider.getRoot(), structureProvider);
Potential resource leak: 'sourceFile' may not be closed at this location

/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceExportPage1.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceExportPage1.java
 (at line 547)
IContainer[] containers = root.findContainersForLocation(testPath);
The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated

/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java
 (at line 306)
if (!ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) {
The method getPluginPreferences() from the type Plugin is deprecated
2. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java
 (at line 306)
if (!ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) {
The method getBoolean(String) from the type Preferences is deprecated
3. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java
 (at line 1256)
if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) {
The method getPluginPreferences() from the type Plugin is deprecated
4. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java
 (at line 1256)
if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) {
The method getBoolean(String) from the type Preferences is deprecated

/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java
 (at line 899)
return;
Potential resource leak: 'sourceTarFile' may not be closed at this location
2. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java
 (at line 924)
return;
Potential resource leak: 'sourceFile' may not be closed at this location
3. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java
 (at line 1390)
desc.setDynamicReferences(record.description
The method setDynamicReferences(IProject[]) from the type IProjectDescription 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