]
Snjezana Peco commented on JBIDE-17990:
---------------------------------------
It would be also good if you could start the org.eclipse.m2e.jdt plugin as follows:
- open the Console view
- click the view's "Open Console" menu and select "Host OSGi
Console"
- enter
start org.eclipse.m2e.jdt
- if there is an output, copy it
Organize imports does not work for Maven dependencies
-----------------------------------------------------
Key: JBIDE-17990
URL:
https://issues.jboss.org/browse/JBIDE-17990
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven, upstream
Affects Versions: 4.2.0.Beta3
Environment: Oracle JDK 1.8.0_05, Eclipse Luna
Reporter: Harald Wellmann
Assignee: Snjezana Peco
Fix For: 4.2.0.CR1
After upgrading from 4.2.0.Beta2 to Beta3 to test the fix for JBIDE-17724, Organize
Imports is broken in my workspace. More precisely, I'm referring to the capability of
finding the package a class lives in and generating the {{import}} directive with the
FQCN.
The corresponding Quick Fix is also broken.
It only works for class names from sources in the workspace, it no longer works for class
names from a Maven dependency in the local repository.
This is even worse than JBIDE-17724, I'll have to revert to Beta2.