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 148002 - Precise code-completion for Module's method
Summary: Precise code-completion for Module's method
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-23 11:15 UTC by Martin Krauskopf
Modified: 2011-01-28 20:12 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 Martin Krauskopf 2008-09-23 11:15:44 UTC
Quoting part of:

   http://www.netbeans.org/nonav/issues/show_bug.cgi?id=110267#desc5

========
Note that really precise code-completion should not offer just:

  METHOD     class_variable_defined?(symbol             Module
  METHOD     class_variables                            Module

for Kernel.class_variable|, since other two are private. But I think that this is not fixable with current indexes,
since they do not bring such information as far as I understand.
========

See the discussion to see how to fix this (note for me in the case I'll handle this in the future)
Comment 1 Martin Krauskopf 2008-09-23 11:22:02 UTC
Not that important according to other issues for 6.5 with issue 110267 fixed (TM -> Future)