| Summary: | [organize imports] fails if needed import is nested in a class in another project | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Holger Wolf <hwolf> | ||||
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | manju656, markus.kell.r, nikolaymetchev | ||||
| Version: | 3.8 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Holger Wolf
Created attachment 218705 [details]
example
Reproducible using Eclipse build: I20130618-0800. 'Organize Imports' is not handling the scenario given in the attached example. Interestingly the 'Quick Fix' is adding the imports correctly. We need to investigate in detail what is going wrong in 'Organize Imports'. In the attached example the imports get ignored because of AccessRules on the classpath. It seems organize imports respects plugin API boundries whereas the quickfix doesn't. *** This bug has been marked as a duplicate of bug 473921 *** |