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 74485 - Fix imports doesn't remove unexisted or deleted classes
Summary: Fix imports doesn't remove unexisted or deleted classes
Status: VERIFIED DUPLICATE of bug 66227
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-06 10:22 UTC by ehucka
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 ehucka 2006-04-06 10:22:01 UTC
to reproduce
add e.g. 

import java.util.Foo; 

to your source file and invoke Fix import
Comment 1 Daniel Prusa 2006-05-09 15:50:12 UTC
This behaviour is intensional, see issue 66227.

*** This issue has been marked as a duplicate of 66227 ***
Comment 2 ehucka 2006-09-14 10:53:36 UTC
v