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 183113

Summary: [69cat][ruby] Refactoring doesn't change symbols.
Product: ruby Reporter: esmithbss <esmithbss>
Component: RefactoringAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description esmithbss 2010-03-29 17:30:13 UTC
Product Version = NetBeans IDE Dev (Build 201003290201)
Operating System = Linux version 2.6.32-17-generic running on i386
Java; VM; Vendor = 1.6.0_18
Runtime = Java HotSpot(TM) Client VM 16.0-b13

When refactoring to rename a model class, the direct references to the class were identified, but the symbols used for the class in association declarations were not.

The associations need to be included.
Comment 1 Erno Mononen 2010-04-06 14:40:14 UTC
Good catch, this should be doable as we already have code for figuring out classes referenced from AR associations.