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 178377 - Copying class to the same package does not update class name
Summary: Copying class to the same package does not update class name
Status: VERIFIED DUPLICATE of bug 154231
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-09 07:56 UTC by Alexandr Scherbatiy
Modified: 2010-01-14 03:28 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 2009-12-09 07:56:19 UTC
Steps to reproduce:

- Create 'pack' package
- Create A JavaFX class
- Copy the class and paste it to the same package
- The A_1.fx file is created
- Open the A_1.fx file
The source is:
------------------------------------------
package pack;

public class A {   // Class name is not refactored

}
------------------------------------------
Comment 1 J Bachorik 2009-12-10 02:57:14 UTC
This feature has not yet been implemented. So you are testing a simple file copy.

*** This bug has been marked as a duplicate of bug 154231 ***
Comment 2 Alexandr Scherbatiy 2009-12-21 03:22:02 UTC
verified as duplicate
Comment 3 Alexandr Scherbatiy 2010-01-14 03:28:47 UTC
verified as duplicate