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 51956 - Fixing import utility wipes out import statments for annotations
Summary: Fixing import utility wipes out import statments for annotations
Status: RESOLVED DUPLICATE of bug 48440
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-01 06:18 UTC by neoinsanity
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 neoinsanity 2004-12-01 06:18:45 UTC
Let's assume some file like - 

package myPackage

// this import statement gets deleted by
// alt+shift+f
import com.annotation.AnnotationInterface;

class myClass{
  @AnnotationInterface public string myStr;
}

I believe this is a bug.

thxs,
neoinsanity
Comment 1 ehucka 2004-12-01 09:30:11 UTC
moving to java module
Comment 2 Tomas Hurka 2004-12-01 13:05:05 UTC
Already fixed in NB 4.0

*** This issue has been marked as a duplicate of 48440 ***
Comment 3 Quality Engineering 2007-09-20 10:02:49 UTC
Reorganization of java component