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

Summary: Java method renaming is not propagated to JavaFX in some cases
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: UnsupportedAssignee: J Bachorik <yardus>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 173077    

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