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 95416 - CC does not show "static" methods for local class
Summary: CC does not show "static" methods for local class
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
: 95421 95423 95426 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-13 14:38 UTC by Tomas Danek
Modified: 2007-07-03 14:40 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-02-13 14:38:30 UTC
#104
-----------------------
if you define class:

class Foo
  def self.foo
  end
end

and invoke CC
Foo.| 
,i can't see foo method in list..

This works for e.g. File, Date, etc (btw.very nice;-))
Comment 1 Tomas Danek 2007-02-13 15:26:53 UTC
*** Issue 95421 has been marked as a duplicate of this issue. ***
Comment 2 Torbjorn Norbye 2007-02-14 17:27:07 UTC
*** Issue 95423 has been marked as a duplicate of this issue. ***
Comment 3 Torbjorn Norbye 2007-02-14 17:27:22 UTC
*** Issue 95426 has been marked as a duplicate of this issue. ***
Comment 4 Torbjorn Norbye 2007-02-14 19:16:39 UTC
Fixed.

Checking in ruby/editing/src/org/netbeans/modules/ruby/CodeCompleter.java;
/cvs/scripting/ruby/editing/src/org/netbeans/modules/ruby/CodeCompleter.java,v 
<--  CodeCompleter.java
new revision: 1.9; previous revision: 1.8
done
Checking in ruby/editing/src/org/netbeans/modules/ruby/RubyIndexer.java;
/cvs/scripting/ruby/editing/src/org/netbeans/modules/ruby/RubyIndexer.java,v 
<--  RubyIndexer.java
new revision: 1.7; previous revision: 1.6
done
Checking in gsf/src/org/netbeans/modules/retouche/source/usages/LuceneIndex.java;
/cvs/scripting/gsf/src/org/netbeans/modules/retouche/source/usages/LuceneIndex.java,v
 <--  LuceneIndex.java
new revision: 1.2; previous revision: 1.1
done
Comment 5 Tomas Danek 2007-02-15 14:17:35 UTC
great! verified.
Comment 6 Jiri Kovalsky 2007-07-03 13:56:35 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 7 Jiri Kovalsky 2007-07-03 14:40:03 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.