errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged warnings |
1. WARNING in /extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java (at line 531) existingFile.setContents(sourceFile.getContents(), IResource.KEEP_HISTORY, subMonitor.split(1)); Potential resource leak: '<unassigned Closeable value>' may not be closed |
2. WARNING in /extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java (at line 749) if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) The method getPluginPreferences() from the type Plugin is deprecated |
3. WARNING in /extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java (at line 749) if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) The method getBoolean(String) from the type Preferences is deprecated |
1. WARNING in /extensions/org/eclipse/ui/actions/MoveFilesAndFoldersOperation.java (at line 202) existingFile.setContents(sourceFile.getContents(), IResource.KEEP_HISTORY, subMonitor.split(1)); Potential resource leak: '<unassigned Closeable value>' may not be closed |
1. WARNING in /extensions/org/eclipse/ui/dialogs/NewFolderDialog.java (at line 34) import org.eclipse.core.runtime.Preferences; The type Preferences is deprecated |
2. WARNING in /extensions/org/eclipse/ui/dialogs/NewFolderDialog.java (at line 144) Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences(); The type Preferences is deprecated |
3. 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 |
4. 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 |
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 |
1. WARNING in /extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java (at line 45) import org.eclipse.core.runtime.Preferences; The type Preferences is deprecated |
2. WARNING in /extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java (at line 165) Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences(); The type Preferences is deprecated |
3. 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 |
4. 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 |
1. WARNING in /extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java (at line 44) import org.eclipse.core.runtime.Preferences; The type Preferences is deprecated |
2. WARNING in /extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java (at line 159) Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences(); The type Preferences is deprecated |
3. 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 |
4. 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 |
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 |
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( ResourcesPlugin.PREF_ENCODING); The method getString(String) from the type Preferences is deprecated |
1. WARNING in /src/org/eclipse/ui/ide/undo/WorkspaceUndoUtil.java (at line 763) existingFile.setContents(file.getContents(), IResource.KEEP_HISTORY, subMonitor.split(1)); Potential resource leak: '<unassigned Closeable value>' may not be closed |
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 |
1. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 30) import org.eclipse.core.runtime.Preferences; 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 is deprecated |
3. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 217) private Preferences.IPropertyChangeListener prefListener; The type Preferences.IPropertyChangeListener is deprecated |
4. 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 |
5. 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 |
6. 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 |
7. 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 |
8. 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 |
9. 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 |
10. 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 |
11. 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 |
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 |
1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/BuildOrderPreferencePage.java (at line 139) ListSelectionDialog dialog = new ListSelectionDialog(this.getShell(), sortedDifference(allProjects, currentItems), ArrayContentProvider.getInstance(), labelProvider, PROJECT_SELECTION_MESSAGE) { @Override protected int getShellStyle() { return super.getShellStyle() | SWT.SHEET; } }; The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated |
2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/BuildOrderPreferencePage.java (at line 139) ListSelectionDialog dialog = new ListSelectionDialog(this.getShell(), sortedDifference(allProjects, currentItems), ArrayContentProvider.getInstance(), labelProvider, PROJECT_SELECTION_MESSAGE) { The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated |
1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java (at line 25) import org.eclipse.core.runtime.Preferences; 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 type Preferences is deprecated |
3. 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 |
4. 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 |
5. 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 |
6. 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 |
7. 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 |
8. 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 |
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 |
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 |
1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java (at line 33) import org.eclipse.core.runtime.Preferences; The type Preferences is deprecated |
2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java (at line 540) .getPluginPreferences().getDefaultBoolean( The method getPluginPreferences() from the type Plugin is deprecated |
3. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java (at line 540) .getPluginPreferences().getDefaultBoolean( ResourcesPlugin.PREF_LIGHTWEIGHT_AUTO_REFRESH); The method getDefaultBoolean(String) from the type Preferences is deprecated |
4. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java (at line 543) .getPluginPreferences().getDefaultBoolean( The method getPluginPreferences() from the type Plugin is deprecated |
5. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java (at line 543) .getPluginPreferences().getDefaultBoolean( ResourcesPlugin.PREF_AUTO_REFRESH); The method getDefaultBoolean(String) from the type Preferences is deprecated |
6. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java (at line 602) Preferences preferences = ResourcesPlugin.getPlugin() The type Preferences is deprecated |
7. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java (at line 603) .getPluginPreferences(); The method getPluginPreferences() from the type Plugin is deprecated |
8. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java (at line 606) preferences.setValue(ResourcesPlugin.PREF_AUTO_REFRESH, autoRefresh); The method setValue(String, boolean) from the type Preferences is deprecated |
9. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java (at line 608) preferences.setValue(ResourcesPlugin.PREF_LIGHTWEIGHT_AUTO_REFRESH, lightweightRefresh); The method setValue(String, boolean) from the type Preferences is deprecated |
1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java (at line 19) import org.eclipse.core.runtime.Preferences; The type Preferences is deprecated |
2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java (at line 102) Preferences preferences = ResourcesPlugin.getPlugin() The type Preferences is deprecated |
3. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java (at line 103) .getPluginPreferences(); The method getPluginPreferences() from the type Plugin is deprecated |
4. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java (at line 104) preferences.setValue( ResourcesPlugin.PREF_DISABLE_LINKING, !enabled); The method setValue(String, boolean) from the type Preferences is deprecated |
5. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java (at line 131) Preferences preferences = ResourcesPlugin.getPlugin() The type Preferences is deprecated |
6. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java (at line 132) .getPluginPreferences(); The method getPluginPreferences() from the type Plugin is deprecated |
7. 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 |
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 |
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 |
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) { @Override public CheckboxTreeViewer doCreateTreeViewer(Composite treeParent, int style) { CheckboxTreeViewer checkboxTreeViewer = new CheckboxTreeViewer(treeParent, style); checkboxTreeViewer.setUseHashlookup(true); return checkboxTreeViewer; } }; 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 |
1. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/TarFile.java (at line 61) throw ex; Potential resource leak: 'in' may not be closed at this location |
1. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/TarFileExporter.java (at line 59) outputStream = new TarOutputStream(new BufferedOutputStream(new FileOutputStream(filename))); Potential resource leak: '<unassigned Closeable value>' may not be closed |
1. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java (at line 153) return ArchiveFileManipulations.closeZipFile(specifiedFile, getShell()); Potential resource leak: 'specifiedFile' may not be closed at this location |
2. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java (at line 242) return selectFiles(structureProvider.getRoot(), structureProvider); Potential resource leak: 'sourceTarFile' may not be closed at this location |
3. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java (at line 251) return selectFiles(structureProvider.getRoot(), structureProvider); Potential resource leak: 'sourceFile' may not be closed at this location |
4. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java (at line 406) TarFile tarFile = getSpecifiedTarSourceFile(); Potential resource leak: 'tarFile' may not be closed |
5. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java (at line 410) ZipFile zipFile = getSpecifiedZipSourceFile(); Potential resource leak: 'zipFile' may not be closed |
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 |
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 |
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 .getDynamicReferences()); The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated |
errors | others warnings | forbidden warnings | discouraged warnings |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |