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 106759 - New suggestion "Change 'extends' to 'implements'"
Summary: New suggestion "Change 'extends' to 'implements'"
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-15 09:15 UTC by tomzi
Modified: 2016-03-21 12:16 UTC (History)
2 users (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 tomzi 2007-06-15 09:15:00 UTC
.) Create a class and an interface
.) Make the class 'extend' the interface
-> An error occurs that no interface is expected here.

Since there exists an interface with the same name as expected there should be a hint suggesting
'Change 'extends' to 'implements'".