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 - [REFACTORING] rename on instance variables does not work
Summary: [REFACTORING] rename on instance variables does not work
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-05 16:22 UTC by Tomas Danek
Modified: 2007-10-23 16:22 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 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.