|
|
|
[
Permlink
| « Hide
]
Dmitry Avdeev - 04 Apr 07 13:07
but what do you expect?
I think I expect CodeStyleManager#shortenClassReferences call?
so you expect
public class MapBean { instead? Dmitry, your example is the same as mine
What I would expect is: import java.util.Map; public class MapBean { public void setSomeMap(Map someMap) { } } I think regular 'create missing method' QuickFix in Java editor adds unambiguous imports automatically. So I think when I invoke a similar QuickFix from spring xml it should do the same thing. This is still present in #7330. I assume the fix is relatively simple?
|
|||||||||||||||||||||||||||||||||||||||||||||