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 - Code Completion does not work for Java classes
Summary: Code Completion does not work for Java classes
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-28 08:47 UTC by Martin Krauskopf
Modified: 2011-01-28 20:10 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...