Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » M9 Bug?
M9 Bug? [message #247386] Sun, 30 May 2004 22:30
Eclipse UserFriend
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
Previous Topic:OSGi - references cannot be resolved
Next Topic:Why my first Java Project can't work?
Goto Forum:
  


Current Time: Thu Oct 10 23:29:01 GMT 2024

Powered by FUDForum. Page generated in 0.05570 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top