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 8515 - [Override Methods] Only abstract checkbox in Override methods dialog doesn't work, as I would expect
Summary: [Override Methods] Only abstract checkbox in Override methods dialog doesn't ...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 normal (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-22 13:01 UTC by Jan Becicka
Modified: 2007-09-26 09:14 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 Jan Becicka 2000-11-22 13:01:31 UTC
[1159]
1. There are no methods in Available methods list, if some interface is
selected in inherted classes list and Only abstract checkbox is checked. But
here should be all methods from this interface, because they must be
implemented.

2.1. Create class
2.2. Invoke Override methods dialog and override method clone(). Commit this
dialog.
2.3. Invoke Override methods dialog again. Check Only abstract checkbox. There
is clone() method in available methods list, but this method is not abstract
(clone() is even newly implemented in our class)
Comment 1 Svata Dedic 2000-11-30 12:45:59 UTC
There would be, in fact, abstract method clone(), if it weren't implemented in
the class itself. The view is OK although maybe not intuitive; it will be
redesigned as per request #7760 to show only those superclass methods, that
weren't already overriden/implemented in the target class (which covers this
situation as well).
Comment 2 Jan Becicka 2001-02-22 14:06:03 UTC
I have suggestion, how the "Only abstract" checkbox could work in override 
methods tool:
There should be all methods, which must be overriden, offered in listbox, 
if "only abstract" checkbox is checked. But only those, which must be overriden.
Comment 3 Jan Chalupa 2001-05-05 23:20:09 UTC
Target milestone -> 3.3
Comment 4 Jan Chalupa 2001-11-27 12:49:35 UTC
Target milestone -> 3.3.1.
Comment 5 Svata Dedic 2002-05-21 17:48:11 UTC
Cleaning up before 4.0 planning
Comment 6 Marek Grummich 2002-07-19 16:38:06 UTC
Target milestone was changed from not determined to TBD
Comment 7 Martin Matula 2004-11-11 16:39:49 UTC
AFAIK currently it works as requested. Please reopen if you don't
think so.