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 50816 - Fix imports doesn't work properly
Summary: Fix imports doesn't work properly
Status: CLOSED DUPLICATE of bug 50759
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-25 17:26 UTC by Roman Strobl
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 Roman Strobl 2004-10-25 17:26:15 UTC
[Netbeans 200410241800; JDS v.2; JDK 1.5.0_01-b04]

The following test fails:
1. Create a new class.
2. Write code: Vector v=new Vector(); in a method.
3. Invoke Fix Imports action.

There should appear a new import -
java.util.Vector, but it doesn't.
Comment 1 Daniel Prusa 2004-10-26 08:35:33 UTC

*** This issue has been marked as a duplicate of 50759 ***
Comment 2 Roman Strobl 2005-07-07 14:15:53 UTC
Verified in 200507061800.