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 135624 - Display unimplemented methods for implementing on the top
Summary: Display unimplemented methods for implementing on the top
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-22 16:11 UTC by deniss
Modified: 2013-09-02 14:24 UTC (History)
0 users

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 deniss 2008-05-22 16:11:56 UTC
Display unimplemented methods on the top of the inside class completion dialog. 

I want to implement a method in the specific position in the class by invoking completion dialog, but because there is a
lot of methods in the super class it is a problem, so I think that unimplemented methods should have highest priority in
the completion window.