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 183356 - Refactor->Copy does not properly update imports
Summary: Refactor->Copy does not properly update imports
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-01 13:54 UTC by Alexandr Scherbatiy
Modified: 2010-04-16 10:52 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 Alexandr Scherbatiy 2010-04-01 13:54:31 UTC
NetBeans-JavaFX-Soma: #205

  Product Version         = NetBeans IDE Dev (Build 201003290201) (#1cf56aeaf085)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_15; Java HotSpot(TM) Client VM 14.1-b02; Sun Microsystems Inc.


Steps to reproduce:

- Create a JavaFX project with Main file
- Create 'test' package 
- Copy the  Main file and paste it to the test directory


Now the Main file under the 'javafxapplication1' directory
has the 'test' package and visa verse.
Comment 1 J Bachorik 2010-04-06 15:42:57 UTC
Thanks for catching this
Fixed in http://hg.netbeans.org/javafx/rev/ceb96b16971c
Comment 2 Alexandr Scherbatiy 2010-04-16 10:52:36 UTC
verified in NetBeans-JavaFX-Soma: #221