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 79451 - Code-complete fails inside anonymous classes
Summary: Code-complete fails inside anonymous classes
Status: RESOLVED DUPLICATE of bug 3549
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-29 20:20 UTC by _ gtzabari
Modified: 2007-09-26 09:14 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 _ gtzabari 2006-06-29 20:20:21 UTC
dev build 200606281800
Mustang b89

When I attempt to code-complete inside an anonymous class it only shows the
methods from the enclosing class. In fact, if I issue "this." code-complete will
treat "this" as the enclosing class.

I am expecting to see a union of the anonymous class and enclosing classes.
Comment 1 Jiri Prox 2006-06-30 09:09:00 UTC
You're right, unfortunatelly it's problem which is present in NetBeans for a
very long time.

*** This issue has been marked as a duplicate of 3549 ***