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 21919 - Import Management Tool does not handle ambiguous references correct
Summary: Import Management Tool does not handle ambiguous references correct
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-27 13:37 UTC by Falk Tintemann
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Falk Tintemann 2002-03-27 13:37:46 UTC
If the setting for the number of full qualified names in source code is set to 0, the Import Management Tool remove also necessary full qualified names. 
Necessary full qualified names means class names with the same class name but different package names. After running the tool the before correct 
code is not compilable.
Comment 1 Jan Becicka 2002-03-27 15:38:54 UTC
Code corruption should have at least priority P2 IMO.
Comment 2 Tomas Hurka 2002-04-04 11:36:04 UTC
Started
Comment 3 Tomas Hurka 2002-04-08 17:02:31 UTC
Fixed in trunk. Simple name is now allowed only for one of the
ambiguous class names. Others are automatically switched to use FQN.
Comment 4 Jan Becicka 2002-06-27 13:22:42 UTC
Verified
Comment 5 Quality Engineering 2003-07-01 13:14:55 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.