Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 494778

Summary: A quickfix for "The method ... refers to the missing type List"
Product: [Eclipse Project] JDT Reporter: Mickael Istria <mistria>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED INVALID QA Contact:
Severity: enhancement    
Priority: P3    
Version: 4.5   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Mickael Istria CLA 2016-05-27 12:43:50 EDT
This error "The method someMethod() from the type SomeType refers to the missing type List" could have a quickfix to import the desired type.
It would also be nice if "Organize Imports" could catch this error and import accordingly.
Comment 1 Mickael Istria CLA 2016-05-27 12:47:44 EDT
I actually totally misunderstood the error, so the suggested quickfix doesn't seem relevant.