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 90340

Summary: Editor popup actions invoked in a Java file should make an ElementHandle available
Product: java Reporter: Andrei Badea <abadea>
Component: SourceAssignee: Rastislav Komara <moonko>
Status: NEW ---    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Andrei Badea 2006-11-30 11:21:12 UTC
Some editor popup actions invoked in a Java file need to generate code in that
Java file at or near the place that was right-clicked. These action should make
an ElementHandle available containing either the closest element (of any type)
or the closest type element.
Comment 1 Rastislav Komara 2009-02-03 10:54:02 UTC
Overtake.