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 105764

Summary: [REFACTORING] rename on instance variables does not work
Product: ruby Reporter: Tomas Danek <musilt2>
Component: CodeAssignee: Torbjorn Norbye <tor>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Tomas Danek 2007-06-05 16:22:01 UTC
Product Version: NetBeans IDE Dev (Build 200706050000) Java: 1.6.0_01; Java
HotSpot(TM) Client VM 1.6.0_01-b06 System: Linux version 2.6.20-15-generic
running on i386; UTF-8; en_US (nb)
-----------------------------------
- have code:

class Foo
  
  def a
    @aa
  end
  
  def b
    puts @aa
  end
  
end

- invoke rename on @aa (its first occurrence)
- type type some new name
- hit preview -> 0 occurrences -> "do refactoring" does nothing
Comment 1 Tomas Danek 2007-06-06 14:57:04 UTC
unable to reproduce today, was it fixed by
http://deadlock.nbextras.org/fisheye/changelog/netbeans/scripting/ruby?cs=MAIN:tor:20070605225948
??
Comment 2 Torbjorn Norbye 2007-06-06 16:44:12 UTC
Yes, it was fixed last night
Comment 3 Jiri Kovalsky 2007-07-03 13:59:00 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 4 Jiri Kovalsky 2007-07-03 14:42:42 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.
Comment 5 Tomas Danek 2007-10-23 16:22:54 UTC
works fine (however i filed issue 119804). verified 20071023.