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 151216 - Duplicate stage.* imports added
Summary: Duplicate stage.* imports added
Status: VERIFIED WORKSFORME
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P2 blocker (vote)
Assignee: Rastislav Komara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-23 20:57 UTC by Lark Fitzgerald
Modified: 2008-10-27 15:18 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 Lark Fitzgerald 2008-10-23 20:57:55 UTC
Product Version: NetBeans IDE 6.5 RC1 (Build 200810171318)
Java: 1.5.0_13; Java HotSpot(TM) Client VM 1.5.0_13-119
System: Mac OS X version 10.5.4 running on i386; MacRoman; en_US (nb)
Promoted Installer build 10 - contains SDK 43

1. paste source:

import javafx.stage.*;

Stage{
    scene: Scene{}
}

2. Fix imports

End up with:
import javafx.scene.Scene;
import javafx.stage.*;
import javafx.stage.*;


This happens consistently across mac, vista 1.5 and 1.6
Comment 1 Rastislav Komara 2008-10-24 09:13:54 UTC
http://hg.netbeans.org/javafx/rev/9e8859e0ce80
Comment 2 Alexandr Scherbatiy 2008-10-27 15:18:39 UTC
verified in 2008-10-27_03-01-09.zip