Bug 549870 - Quickfix for adding import or required plug-ins not available on imports
Summary: Quickfix for adding import or required plug-ins not available on imports
Status: RESOLVED WONTFIX
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.12   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords: helpwanted, investigate, usability
Depends on:
Blocks:
 
Reported: 2019-08-08 04:45 EDT by Lars Vogel CLA
Modified: 2023-09-26 08:35 EDT (History)
2 users (show)

See Also:


Attachments
Example project (11.22 KB, application/zip)
2019-08-08 04:45 EDT, Lars Vogel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2019-08-08 04:45:02 EDT
Created attachment 279518 [details]
Example project

The PDE quickfix for adding import or required plug-ins is not available on imports.

Example:

-----
package test.handlers;

import org.eclipse.e4.core.di.annotations.Execute;
import org.eclipse.jface.dialogs.MessageDialog;
import org.eclipse.swt.widgets.Shell;

public class AboutHandler {
	@Execute
	public void execute(Shell shell) {
		MessageDialog.openInformation(shell, "About", "Eclipse 4 RCP Application");
	}
}

------

Quickfix available on the line MessageDialog.openInformation but not on the import org.eclipse.jface.dialogs.MessageDialog;
Comment 1 Eclipse Genie CLA 2021-07-29 17:08:34 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 2 Eclipse Genie CLA 2023-07-21 09:08:13 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.