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

Summary: New suggestion "Change 'extends' to 'implements'"
Product: java Reporter: tomzi <tomzi>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker CC: emi, markiewb
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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