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

Summary: Precise code-completion for Module's method
Product: ruby Reporter: Martin Krauskopf <mkrauskopf>
Component: Code CompletionAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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)