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 192452

Summary: Marking of unimpllemented methods
Product: java Reporter: Chiana
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: Chiana
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Chiana 2010-11-25 09:02:52 UTC
[ BUILD # : 101124 ]
[ JDK VERSION : 1.6.22 ]

When you implement an interface on a class and then find a suitable spot for
the actual implementation you can get a list of methods/fields by pressing
<ctr-space>. I think you should be able to easy spot unimplemented methods in
this list by having them grouped at the top. This should make it easier when
you as I do group code according to functionallity, that is I have is...() on
one place and doLengthyCalculations() on an other place in the source code.