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 172739

Summary: Variable renaming is not propagated to source
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: UnsupportedAssignee: J Bachorik <yardus>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 173077    

Description Alexandr Scherbatiy 2009-09-22 09:35:40 UTC
netbeans-trunk-nightly-200909211401-javafx-full.zip 

  Product Version         = NetBeans IDE Dev (Build 200909211401) (#e182103ba789)
  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:
- Copy the code to the editor:
-----------------------------------
public var a = 10;
public var b = a + 10;
-----------------------------------
- Rename the 'a' attribute to 'c'
- Build the code


Main.fx:10: cannot find symbol
symbol  : variable a
location: class javafxapplication13.Main
public var b = a + 10;
1 error
Comment 1 J Bachorik 2009-10-02 07:26:53 UTC
It is fixed in http://hg.netbeans.org/javafx/rev/fdc2c724e9fb
Comment 2 Alexandr Scherbatiy 2009-10-02 12:34:57 UTC
verified in netbeans-trunk-nightly-200910010513-javafx-full.zip