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 - Marking of unimpllemented methods
Summary: Marking of unimpllemented methods
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: PC All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-25 09:02 UTC by Chiana
Modified: 2011-01-03 17:50 UTC (History)
1 user (show)

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 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.