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 194699

Summary: Add hint for creating method in supertype for method with @Override
Product: java Reporter: jiri_pejchal <jiri_pejchal>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: -S1S-   
Hardware: PC   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:

Description jiri_pejchal 2011-01-25 16:50:41 UTC
If a method is marked with @Override and does not override or implement a method from a supertype, eclipse provides the following hints:

- create 'methodName()' in supertype 'SuperType'
- remove @Override annotation

It would be nice to have similar functionality in netbeans.