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 108363

Summary: Code Completion does not work for Java classes
Product: ruby Reporter: Martin Krauskopf <mkrauskopf>
Component: Code CompletionAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker CC: bleonard, ckutler
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Martin Krauskopf 2007-06-28 08:47:27 UTC
Type e.g.

====
require 'java'

import 'java.util.Currency'
import 'java.util.Locale'

puts Currency.getInstance(Locale.new("cs", "CZ")).curren|
====

I would expect 'currency_code' to be offered.

This is rather RFE for me, it depends.... Just in the case you are able to fix it for 6.0, leaving as a bug ;)
Comment 1 Jiri Kovalsky 2007-07-03 14:03:12 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 2 Torbjorn Norbye 2007-08-10 01:32:24 UTC
Sorry, won't be able to get this done for 6.0...