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 /leaks/org/eclipse/jdt/ui/tests/leaks/UndoManagerLeakTest.java (at line 29) import org.eclipse.jface.text.DefaultUndoManager; The type DefaultUndoManager is deprecated |
2. WARNING in /leaks/org/eclipse/jdt/ui/tests/leaks/UndoManagerLeakTest.java (at line 67) fUndoManager= new DefaultUndoManager(MAX_UNDO_LEVEL); The type DefaultUndoManager is deprecated |
3. WARNING in /leaks/org/eclipse/jdt/ui/tests/leaks/UndoManagerLeakTest.java (at line 67) fUndoManager= new DefaultUndoManager(MAX_UNDO_LEVEL); The constructor DefaultUndoManager(int) is deprecated |
4. WARNING in /leaks/org/eclipse/jdt/ui/tests/leaks/UndoManagerLeakTest.java (at line 90) DefaultUndoManager.class.getName(), The type DefaultUndoManager is deprecated |
1. WARNING in /test plugin/org/eclipse/jdt/testplugin/TestOptions.java (at line 284) options.put(DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_BINARY_EXPRESSION, getAlignment(this.alignment_for_binary_expression)); The field DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_BINARY_EXPRESSION is deprecated |
2. WARNING in /test plugin/org/eclipse/jdt/testplugin/TestOptions.java (at line 326) options.put(DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_MEMBER, this.insert_new_line_after_annotation_on_member? JavaCore.INSERT : JavaCore.DO_NOT_INSERT); The field DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_MEMBER is deprecated |
3. WARNING in /test plugin/org/eclipse/jdt/testplugin/TestOptions.java (at line 335) options.put(DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ANONYMOUS_TYPE_DECLARATION, this.insert_new_line_in_empty_anonymous_type_declaration? JavaCore.INSERT : JavaCore.DO_NOT_INSERT); The field DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ANONYMOUS_TYPE_DECLARATION is deprecated |
4. WARNING in /test plugin/org/eclipse/jdt/testplugin/TestOptions.java (at line 336) options.put(DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_IN_EMPTY_BLOCK, this.insert_new_line_in_empty_block? JavaCore.INSERT : JavaCore.DO_NOT_INSERT); The field DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_IN_EMPTY_BLOCK is deprecated |
5. WARNING in /test plugin/org/eclipse/jdt/testplugin/TestOptions.java (at line 337) options.put(DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_IN_EMPTY_METHOD_BODY, this.insert_new_line_in_empty_method_body? JavaCore.INSERT : JavaCore.DO_NOT_INSERT); The field DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_IN_EMPTY_METHOD_BODY is deprecated |
6. WARNING in /test plugin/org/eclipse/jdt/testplugin/TestOptions.java (at line 338) options.put(DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_IN_EMPTY_TYPE_DECLARATION, this.insert_new_line_in_empty_type_declaration? JavaCore.INSERT : JavaCore.DO_NOT_INSERT); The field DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_IN_EMPTY_TYPE_DECLARATION is deprecated |
7. WARNING in /test plugin/org/eclipse/jdt/testplugin/TestOptions.java (at line 340) options.put(DefaultCodeFormatterConstants.FORMATTER_INSERT_SPACE_AFTER_BINARY_OPERATOR, this.insert_space_after_binary_operator? JavaCore.INSERT : JavaCore.DO_NOT_INSERT); The field DefaultCodeFormatterConstants.FORMATTER_INSERT_SPACE_AFTER_BINARY_OPERATOR is deprecated |
8. WARNING in /test plugin/org/eclipse/jdt/testplugin/TestOptions.java (at line 380) options.put(DefaultCodeFormatterConstants.FORMATTER_INSERT_SPACE_BEFORE_BINARY_OPERATOR, this.insert_space_before_binary_operator? JavaCore.INSERT : JavaCore.DO_NOT_INSERT); The field DefaultCodeFormatterConstants.FORMATTER_INSERT_SPACE_BEFORE_BINARY_OPERATOR is deprecated |
9. WARNING in /test plugin/org/eclipse/jdt/testplugin/TestOptions.java (at line 456) options.put(DefaultCodeFormatterConstants.FORMATTER_WRAP_BEFORE_BINARY_OPERATOR, this.wrapBeforeBinaryOperator ? DefaultCodeFormatterConstants.TRUE : DefaultCodeFormatterConstants.FALSE); The field DefaultCodeFormatterConstants.FORMATTER_WRAP_BEFORE_BINARY_OPERATOR is deprecated |
1. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java (at line 35) import org.eclipse.core.runtime.Preferences; The type Preferences is deprecated |
2. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java (at line 80) Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences(); The type Preferences is deprecated |
3. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java (at line 81) corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
4. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java (at line 82) corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_PREFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
5. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java (at line 83) corePrefs.setValue(JavaCore.CODEASSIST_FIELD_SUFFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
6. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java (at line 84) corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_SUFFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
1. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest1d7.java (at line 27) import org.eclipse.core.runtime.Preferences; The type Preferences is deprecated |
2. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest1d7.java (at line 75) Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences(); The type Preferences is deprecated |
3. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest1d7.java (at line 76) corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
4. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest1d7.java (at line 77) corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_PREFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
5. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest1d7.java (at line 78) corePrefs.setValue(JavaCore.CODEASSIST_FIELD_SUFFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
6. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest1d7.java (at line 79) corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_SUFFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
1. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 40) import org.eclipse.core.runtime.Preferences; The type Preferences is deprecated |
2. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 81) private static final String EXTRACT_TO_LOCAL= CorrectionMessages.QuickAssistProcessor_extract_to_local_description; The value of the field AssistQuickFixTest.EXTRACT_TO_LOCAL is not used |
3. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 82) private static final String EXTRACT_TO_LOCAL_REPLACE= CorrectionMessages.QuickAssistProcessor_extract_to_local_all_description; The value of the field AssistQuickFixTest.EXTRACT_TO_LOCAL_REPLACE is not used |
4. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 102) Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences(); The type Preferences is deprecated |
5. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 103) corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
6. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 104) corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_PREFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
7. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 105) corePrefs.setValue(JavaCore.CODEASSIST_FIELD_SUFFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
8. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 106) corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_SUFFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
9. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 236) Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences(); The type Preferences is deprecated |
10. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 237) corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, "f"); The method setValue(String, String) from the type Preferences is deprecated |
11. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 238) corePrefs.setValue(JavaCore.CODEASSIST_LOCAL_PREFIXES, "_"); The method setValue(String, String) from the type Preferences is deprecated |
12. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 359) Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences(); The type Preferences is deprecated |
13. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 360) corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, "f"); The method setValue(String, String) from the type Preferences is deprecated |
14. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 361) corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_PREFIXES, "fg"); The method setValue(String, String) from the type Preferences is deprecated |
15. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 362) corePrefs.setValue(JavaCore.CODEASSIST_LOCAL_PREFIXES, "_"); The method setValue(String, String) from the type Preferences is deprecated |
16. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 1267) Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences(); The type Preferences is deprecated |
17. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 1268) corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, "f"); The method setValue(String, String) from the type Preferences is deprecated |
18. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 1308) Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences(); The type Preferences is deprecated |
19. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 1309) corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_PREFIXES, "fg"); The method setValue(String, String) from the type Preferences is deprecated |
20. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 1697) Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences(); The type Preferences is deprecated |
21. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 1698) corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, "f"); The method setValue(String, String) from the type Preferences is deprecated |
22. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 7152) Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences(); The type Preferences is deprecated |
23. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 7153) corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, "f"); The method setValue(String, String) from the type Preferences is deprecated |
24. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 7154) corePrefs.setValue(JavaCore.CODEASSIST_LOCAL_PREFIXES, "l"); The method setValue(String, String) from the type Preferences is deprecated |
25. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java (at line 7155) corePrefs.setValue(JavaCore.CODEASSIST_ARGUMENT_PREFIXES, "p"); The method setValue(String, String) from the type Preferences is deprecated |
1. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest1d7.java (at line 27) import org.eclipse.core.runtime.Preferences; The type Preferences is deprecated |
2. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest1d7.java (at line 83) Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences(); The type Preferences is deprecated |
3. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest1d7.java (at line 84) corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
4. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest1d7.java (at line 85) corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_PREFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
5. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest1d7.java (at line 86) corePrefs.setValue(JavaCore.CODEASSIST_FIELD_SUFFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
6. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest1d7.java (at line 87) corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_SUFFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
1. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/ChangeNonStaticToStaticTest.java (at line 30) import org.eclipse.core.runtime.Preferences; The type Preferences is deprecated |
2. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/ChangeNonStaticToStaticTest.java (at line 81) Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences(); The type Preferences is deprecated |
3. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/ChangeNonStaticToStaticTest.java (at line 82) corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
4. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/ChangeNonStaticToStaticTest.java (at line 83) corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_PREFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
5. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/ChangeNonStaticToStaticTest.java (at line 84) corePrefs.setValue(JavaCore.CODEASSIST_FIELD_SUFFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
6. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/ChangeNonStaticToStaticTest.java (at line 85) corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_SUFFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
1. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java (at line 36) import org.eclipse.core.runtime.Preferences; The type Preferences is deprecated |
2. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java (at line 109) Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences(); The type Preferences is deprecated |
3. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java (at line 110) corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
4. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java (at line 111) corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_PREFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
5. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java (at line 112) corePrefs.setValue(JavaCore.CODEASSIST_FIELD_SUFFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
6. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java (at line 113) corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_SUFFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
1. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/PropertiesFileQuickAssistTest.java (at line 38) import org.eclipse.core.runtime.Preferences; The type Preferences is deprecated |
1. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/SurroundWithTemplateTest.java (at line 31) import org.eclipse.core.runtime.Preferences; The type Preferences is deprecated |
2. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/SurroundWithTemplateTest.java (at line 80) Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences(); The type Preferences is deprecated |
3. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/SurroundWithTemplateTest.java (at line 81) corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
4. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/SurroundWithTemplateTest.java (at line 82) corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_PREFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
5. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/SurroundWithTemplateTest.java (at line 83) corePrefs.setValue(JavaCore.CODEASSIST_FIELD_SUFFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
6. WARNING in /ui/org/eclipse/jdt/ui/tests/quickfix/SurroundWithTemplateTest.java (at line 84) corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_SUFFIXES, ""); The method setValue(String, String) from the type Preferences is deprecated |
1. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 42) import org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage; The type NewJavaProjectWizardPage is deprecated |
2. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 46) private static class TestNewJavaProjectWizardPage extends NewJavaProjectWizardPage { The type NewJavaProjectWizardPage is deprecated |
3. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 51) super(root, null); The constructor NewJavaProjectWizardPage(IWorkspaceRoot, WizardNewProjectCreationPage) is deprecated |
4. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 62) protected IPath getLocationPath() { The method NewJavaProjectWizardTest.TestNewJavaProjectWizardPage.getLocationPath() overrides a deprecated method from NewJavaProjectWizardPage |
5. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 70) protected IProject getProjectHandle() { The method NewJavaProjectWizardTest.TestNewJavaProjectWizardPage.getProjectHandle() overrides a deprecated method from NewJavaProjectWizardPage |
6. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 75) super.initBuildPaths(); The method initBuildPaths() from the type NewJavaProjectWizardPage is deprecated |
7. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 135) IPath outputLocation= fWizardPage.getOutputLocation(); The method getOutputLocation() from the type NewJavaProjectWizardPage is deprecated |
8. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 136) IClasspathEntry[] classpath= fWizardPage.getRawClassPath(); The method getRawClassPath() from the type NewJavaProjectWizardPage is deprecated |
9. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 144) IRunnableWithProgress op= new WorkspaceModifyDelegatingOperation(fWizardPage.getRunnable()); The method getRunnable() from the type NewJavaProjectWizardPage is deprecated |
10. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 150) IJavaProject jproj= fWizardPage.getNewJavaProject(); The method getNewJavaProject() from the type NewJavaProjectWizardPage is deprecated |
11. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 164) IPath outputLocation= fWizardPage.getOutputLocation(); The method getOutputLocation() from the type NewJavaProjectWizardPage is deprecated |
12. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 165) IClasspathEntry[] classpath= fWizardPage.getRawClassPath(); The method getRawClassPath() from the type NewJavaProjectWizardPage is deprecated |
13. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 174) IRunnableWithProgress op= new WorkspaceModifyDelegatingOperation(fWizardPage.getRunnable()); The method getRunnable() from the type NewJavaProjectWizardPage is deprecated |
14. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 180) IJavaProject jproj= fWizardPage.getNewJavaProject(); The method getNewJavaProject() from the type NewJavaProjectWizardPage is deprecated |
15. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 184) IPath outputLocation1= fWizardPage.getOutputLocation(); The method getOutputLocation() from the type NewJavaProjectWizardPage is deprecated |
16. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 185) IClasspathEntry[] classpath1= fWizardPage.getRawClassPath(); The method getRawClassPath() from the type NewJavaProjectWizardPage is deprecated |
17. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 211) fWizardPage.setDefaultOutputFolder(folderPath); The method setDefaultOutputFolder(IPath) from the type NewJavaProjectWizardPage is deprecated |
18. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 212) fWizardPage.setDefaultClassPath(entries, true); The method setDefaultClassPath(IClasspathEntry[], boolean) from the type NewJavaProjectWizardPage is deprecated |
19. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 215) IPath outputLocation= fWizardPage.getOutputLocation(); The method getOutputLocation() from the type NewJavaProjectWizardPage is deprecated |
20. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 216) IClasspathEntry[] classpath= fWizardPage.getRawClassPath(); The method getRawClassPath() from the type NewJavaProjectWizardPage is deprecated |
21. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 219) fWizardPage.setDefaultOutputFolder(null); The method setDefaultOutputFolder(IPath) from the type NewJavaProjectWizardPage is deprecated |
22. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 220) fWizardPage.setDefaultClassPath(null, false); The method setDefaultClassPath(IClasspathEntry[], boolean) from the type NewJavaProjectWizardPage is deprecated |
23. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 223) IPath outputLocation1= fWizardPage.getOutputLocation(); The method getOutputLocation() from the type NewJavaProjectWizardPage is deprecated |
24. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 224) IClasspathEntry[] classpath1= fWizardPage.getRawClassPath(); The method getRawClassPath() from the type NewJavaProjectWizardPage is deprecated |
25. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 239) fWizardPage.setDefaultOutputFolder(folderPath); The method setDefaultOutputFolder(IPath) from the type NewJavaProjectWizardPage is deprecated |
26. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 240) fWizardPage.setDefaultClassPath(entries, true); The method setDefaultClassPath(IClasspathEntry[], boolean) from the type NewJavaProjectWizardPage is deprecated |
27. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 242) IRunnableWithProgress op= new WorkspaceModifyDelegatingOperation(fWizardPage.getRunnable()); The method getRunnable() from the type NewJavaProjectWizardPage is deprecated |
28. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 248) IJavaProject jproj= fWizardPage.getNewJavaProject(); The method getNewJavaProject() from the type NewJavaProjectWizardPage is deprecated |
29. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 267) fWizardPage.setDefaultOutputFolder(folderPath); The method setDefaultOutputFolder(IPath) from the type NewJavaProjectWizardPage is deprecated |
30. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 268) fWizardPage.setDefaultClassPath(entries, true); The method setDefaultClassPath(IClasspathEntry[], boolean) from the type NewJavaProjectWizardPage is deprecated |
31. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 270) IRunnableWithProgress op= new WorkspaceModifyDelegatingOperation(fWizardPage.getRunnable()); The method getRunnable() from the type NewJavaProjectWizardPage is deprecated |
32. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 276) IProject proj= fWizardPage.getNewJavaProject().getProject(); The method getNewJavaProject() from the type NewJavaProjectWizardPage is deprecated |
33. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 278) fWizardPage.setDefaultClassPath(null, false); The method setDefaultClassPath(IClasspathEntry[], boolean) from the type NewJavaProjectWizardPage is deprecated |
34. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 279) fWizardPage.setDefaultOutputFolder(null); The method setDefaultOutputFolder(IPath) from the type NewJavaProjectWizardPage is deprecated |
35. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 285) IPath outputLocation1= fWizardPage.getOutputLocation(); The method getOutputLocation() from the type NewJavaProjectWizardPage is deprecated |
36. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 286) IClasspathEntry[] classpath1= fWizardPage.getRawClassPath(); The method getRawClassPath() from the type NewJavaProjectWizardPage is deprecated |
37. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 294) IRunnableWithProgress op= new WorkspaceModifyDelegatingOperation(fWizardPage.getRunnable()); The method getRunnable() from the type NewJavaProjectWizardPage is deprecated |
38. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 306) fWizardPage.setDefaultOutputFolder(folderPath); The method setDefaultOutputFolder(IPath) from the type NewJavaProjectWizardPage is deprecated |
39. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 307) fWizardPage.setDefaultClassPath(entries, true); The method setDefaultClassPath(IClasspathEntry[], boolean) from the type NewJavaProjectWizardPage is deprecated |
40. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 310) IRunnableWithProgress op1= new WorkspaceModifyDelegatingOperation(fWizardPage.getRunnable()); The method getRunnable() from the type NewJavaProjectWizardPage is deprecated |
41. WARNING in /ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java (at line 313) IJavaProject jproj= fWizardPage.getNewJavaProject(); The method getNewJavaProject() from the type NewJavaProjectWizardPage is deprecated |
errors | others warnings | forbidden warnings | discouraged warnings |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |