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 151136 - [65cat] Broken code completion for objects
Summary: [65cat] Broken code completion for objects
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker with 1 vote (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-23 13:12 UTC by misterm
Modified: 2008-10-23 13:13 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 misterm 2008-10-23 13:12:03 UTC
[ BUILD # : 200810181401 ]
[ JDK VERSION : 1.6.0_04 ]

If there is an object O - imported or in the same package -, and in
another class C you type:

def m = O.

code completion shows members for C instead of O.