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 181909 - Java method renaming is not propagated to JavaFX in some cases
Summary: Java method renaming is not propagated to JavaFX in some cases
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: 173077
  Show dependency tree
 
Reported: 2010-03-12 06:04 UTC by Alexandr Scherbatiy
Modified: 2010-03-15 11:49 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-03-12 06:04:57 UTC
NetBeans-JavaFX-Soma: #182

  Product Version         = NetBeans IDE Dev (Build 201003110200) (#aa36e2701e0e)
  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:

- Open the attached project
http://netbeans.org/bugzilla/attachment.cgi?id=95034

- Go to the mathematics.multidimensional package
- Open the IMDVector class
- Refactor->Rename the getDim() method to getDim2
- Clean and build the project

MultiDim\src\mathematics\multidimensional\shape\MDNode.fx:43: function getDim() declared 'override' but does not override another function.
    override function getDim(){ dim };

MultiDim\src\mathematics\multidimensional\shape\MDNode.fx:19: mathematics.multidimensional.shape.MDNode is not abstract and does not override abstract method getDim2() in mathematics.multidimensional.IMDVector
public class MDNode extends MDShape, AMDVector{

2 errors
Comment 1 J Bachorik 2010-03-12 09:55:59 UTC
fixed in http://hg.netbeans.org/javafx/rev/a55f5c2bb595
Comment 2 Alexandr Scherbatiy 2010-03-15 11:49:05 UTC
verified in NetBeans-JavaFX-Soma: #185