| 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 lity/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java (at line 109) Preferences pref = Activator.getDefault().getPluginPreferences(); The type Preferences is deprecated |
| 2. WARNING in lity/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java (at line 109) Preferences pref = Activator.getDefault().getPluginPreferences(); The method getPluginPreferences() from the type Plugin is deprecated |
| 3. WARNING in lity/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java (at line 110) showLatestRadio.setSelection(pref.getBoolean(PreferenceConstants.PREF_SHOW_LATEST_VERSION)); The method getBoolean(String) from the type Preferences is deprecated |
| 4. WARNING in lity/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java (at line 111) showAllRadio.setSelection(!pref.getBoolean(PreferenceConstants.PREF_SHOW_LATEST_VERSION)); The method getBoolean(String) from the type Preferences is deprecated |
| 5. WARNING in lity/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java (at line 112) String openWizard = pref.getString(PreferenceConstants.PREF_OPEN_WIZARD_ON_ERROR_PLAN); The method getString(String) from the type Preferences is deprecated |
| 6. WARNING in lity/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java (at line 121) Preferences pref = Activator.getDefault().getPluginPreferences(); The type Preferences is deprecated |
| 7. WARNING in lity/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java (at line 121) Preferences pref = Activator.getDefault().getPluginPreferences(); The method getPluginPreferences() from the type Plugin is deprecated |
| 8. WARNING in lity/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java (at line 122) showLatestRadio.setSelection(pref.getDefaultBoolean(PreferenceConstants.PREF_SHOW_LATEST_VERSION)); The method getDefaultBoolean(String) from the type Preferences is deprecated |
| 9. WARNING in lity/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java (at line 123) showAllRadio.setSelection(!pref.getDefaultBoolean(PreferenceConstants.PREF_SHOW_LATEST_VERSION)); The method getDefaultBoolean(String) from the type Preferences is deprecated |
| 10. WARNING in lity/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java (at line 124) String openWizard = pref.getDefaultString(PreferenceConstants.PREF_OPEN_WIZARD_ON_ERROR_PLAN); The method getDefaultString(String) from the type Preferences is deprecated |
| 11. WARNING in lity/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java (at line 132) Preferences pref = Activator.getDefault().getPluginPreferences(); The type Preferences is deprecated |
| 12. WARNING in lity/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java (at line 132) Preferences pref = Activator.getDefault().getPluginPreferences(); The method getPluginPreferences() from the type Plugin is deprecated |
| 13. WARNING in lity/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java (at line 133) pref.setValue(PreferenceConstants.PREF_SHOW_LATEST_VERSION, showLatestRadio.getSelection()); The method setValue(String, boolean) from the type Preferences is deprecated |
| 14. WARNING in lity/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java (at line 135) pref.setValue(PreferenceConstants.PREF_OPEN_WIZARD_ON_ERROR_PLAN, MessageDialogWithToggle.ALWAYS); The method setValue(String, String) from the type Preferences is deprecated |
| 15. WARNING in lity/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java (at line 137) pref.setValue(PreferenceConstants.PREF_OPEN_WIZARD_ON_ERROR_PLAN, MessageDialogWithToggle.NEVER); The method setValue(String, String) from the type Preferences is deprecated |
| 16. WARNING in lity/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java (at line 139) pref.setValue(PreferenceConstants.PREF_OPEN_WIZARD_ON_ERROR_PLAN, MessageDialogWithToggle.PROMPT); The method setValue(String, String) from the type Preferences is deprecated |
| 17. WARNING in lity/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java (at line 141) Activator.getDefault().savePluginPreferences(); The method savePluginPreferences() from the type Plugin is deprecated |
| errors | others warnings | forbidden warnings | discouraged warnings |
| top | errors | infos | others warnings | discouraged warnings |
| top | errors | infos | others warnings | forbidden warnings |