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 100452 - CC in def context
Summary: CC in def context
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: 2007-04-10 12:07 UTC by Martin Schovanek
Modified: 2011-01-28 20:10 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 Schovanek 2007-04-10 12:07:59 UTC
[#200704091800, jdk1.5.0]

to reproduce:
-------------
1) type in a .rb file
class S
  def S.|
2) invoke CC
ERROR: CC offers all class methods, but they are useless in the def context.
Comment 1 Jiri Kovalsky 2007-07-03 14:14:50 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 2 Torbjorn Norbye 2007-08-09 23:12:21 UTC
Confirmed
Comment 3 Erno Mononen 2009-02-11 10:47:17 UTC
Now it seems to offer global constants, which is also not too helpful. But I don't think there is anything that 
meaningful to display in the CC list in this context, so I'm downgrading this to P4.