M9 Bug? [message #247386] |
Sun, 30 May 2004 22:30 |
Eclipse User |
|
|
|
Originally posted by: hani.naguib.info
Hi has anyone had any problems with the way M9 replaces typed package names and puts them into the import section?
Let me explaim
Say I am typing the following
public void myMethod(com.me.some.package.SomeClass
While I am typing the class name I get a popup showing me the packages available as I type. This is great!
If I then select the appropriate class it replaces my code with
public void myMethod(SomeClass
and places a 'import com.me.some.package.SomeClass' at the import section of my code.
Which is also great, except!!!
There are times I need to type the full version (for xdoclet to pick up the package). But because I am so
used to using the popup feature I find myself selecting it from the popup by mistake.
The bug happens here if I try to undo the action. M9 gets all confused and messes it up, replacing weird stuff
in the wrong place! I suspect it has something to do with the way imports are collapsed, since I am also having
cut/paste problems with that (not fingured that one yet).
Anyway, I know this is a tiny little problem and almost not worth me writting about, but I thought someone might
want to know (actually perhaps it is already known). I had a quick look at bugzilla but got completely lost
|
|
|
Powered by
FUDForum. Page generated in 0.03222 seconds