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 172165

Summary: Classes are not refactored after the extends keyword
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-14 12:44:55 UTC
netbeans-trunk-nightly-200909132344-javafx-full.zip 

  Product Version         = NetBeans IDE Dev (Build 200909132344) (#a16a818453db)
  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:
-----------------------------------
class A{
}

class B extends A{
}
-----------------------------------

- Rename the name of the 'A' class to 'D'

- Build the project:

D.fx:13: cannot find symbol
symbol  : class A
location: class javafxapplication15.D
class B extends A{
1 error
Comment 1 J Bachorik 2009-09-22 11:29:14 UTC
fixed in http://hg.netbeans.org/javafx/rev/c0e19767f4d9
Comment 2 Alexandr Scherbatiy 2009-09-23 09:38:30 UTC
verified in netbeans-trunk-nightly-200909221401-javafx-full.zip