]
Max Rydahl Andersen commented on JBIDE-17990:
---------------------------------------------
[~hwellmann] please check the error log when finding issues like this. They should reveal
a great deal about things that failed to load.
If you had "persistent container" it sounds like maven was not active at all and
thus explain why organize imports doesnt work at all.
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.