This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 52144 - Fix imports feature incorrect behavior
Summary: Fix imports feature incorrect behavior
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-07 10:04 UTC by emenaceb
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (19.60 KB, text/plain)
2004-12-07 10:28 UTC, emenaceb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emenaceb 2004-12-07 10:04:04 UTC
The  fix imports feature imports classes within the
same package.
Comment 1 Martin Matula 2004-12-07 10:14:54 UTC
Could you please attach your messages.log? Or at least tell us what
build you are using?
Dane, please look at it.
Comment 2 emenaceb 2004-12-07 10:28:36 UTC
Created attachment 19171 [details]
messages.log
Comment 3 Daniel Prusa 2004-12-09 16:15:43 UTC
I am not able reproduce this problem. In your case, does it occure
every time you try it ? Or, possibly, does it occure for any file that
uses a class residing in the same package ? Can you attach source
files on which it can be reproduced, please ?
Comment 4 emenaceb 2004-12-09 19:26:51 UTC
I can't reproduce the problem now. :-S

I think it might be a initialization problem or some like that. It
appeared just after the installation of Netbeans 4.0 RC2 and mevenide
0.4 modules.

I was trying the very nice "Alt + Shift + F" and "Alt + Sift + I"
features and I saw a new "import foo.A ;" in a class "B" in "foo"
package. I deleted the import, pressed the "magic keys" again an it
reappeared.

I will try to reproduce it......




Comment 5 Daniel Prusa 2005-01-19 14:44:35 UTC
Closing as worksforme. If it occurs again, feel free to reopen it.