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 72942 - wrong hint logic
Summary: wrong hint logic
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 5.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-22 16:35 UTC by Milos Kleint
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 Milos Kleint 2006-02-22 16:35:03 UTC
steps to reproduce:

create an class, let it implement Interface1.
the ide offers a hint to implement it's methods.
then add an abstract methods -> need to make the class abstract as well.
then decide to implement Interface2 -> ERROR no hints offered.

a workaround is to: remove the abstract keywork and comment out the abstract method.

I think the ide should not take the abstractness of the class into account when
 suggesting hints. (or at least the "Implement methods" hint)
Comment 1 Jan Lahoda 2007-01-08 14:05:44 UTC
Sorry, but I do not think we can call this a defect - it is currently as designed.