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 - Add hint for creating method in supertype for method with @Override
Summary: Add hint for creating method in supertype for method with @Override
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: -S1S-
Hardware: PC Other
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-25 16:50 UTC by jiri_pejchal
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 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.