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 180827 - Overridden attribute is not properly refactored
Summary: Overridden attribute is not properly refactored
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-02-17 05:08 UTC by Alexandr Scherbatiy
Modified: 2010-03-09 09:05 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-02-17 05:08:33 UTC
Steps to reproduce:

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

- Open the javafxset.lang.html.HTMLBody class
- Refactor-> Rename the 'name' attribute to 'name2'
- Clean and build the project

JavaFXSet\src\javafxset\lang\html\HTML.fx:15: cannot find symbol
symbol  : variable name
location: class javafxset.lang.html.HTML
    override var name = "html";
JavaFXSet\src\javafxset\lang\html\HTMLHead.fx:14: cannot find symbol
symbol  : variable name
location: class javafxset.lang.html.HTMLHead
    override var name = "head";
JavaFXSet\src\javafxset\lang\html\HTMLTable.fx:15: cannot find symbol
symbol  : variable name
location: class javafxset.lang.html.HTMLTable
    override var name = "table";
JavaFXSet\src\javafxset\lang\html\HTMLTableRow.fx:15: cannot find symbol
symbol  : variable name
location: class javafxset.lang.html.HTMLTableRow
    override var name = "tr";
4 errors
Comment 1 Alexandr Scherbatiy 2010-02-17 05:08:53 UTC
NetBeans-JavaFX-Soma: #156

  Product Version         = NetBeans IDE Dev (Build 201002160200)
(#6c8c2438b925)
  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.
Comment 2 J Bachorik 2010-03-05 07:58:13 UTC
fixed http://hg.netbeans.org/javafx/rev/ac815b1f47cd
Comment 3 Alexandr Scherbatiy 2010-03-09 09:05:50 UTC
verified in NetBeans-JavaFX-Soma:  #179