]
Fred Bricon reassigned JBIDE-17990:
-----------------------------------
Assignee: Snjezana Peco (was: Fred Bricon)
assigning to [~snjeza] for investigation, while I'm away
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
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.