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 91716 - Override annotation when overriding a method
Summary: Override annotation when overriding a method
Status: RESOLVED DUPLICATE of bug 55714
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P4 blocker with 1 vote (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-03 09:32 UTC by reibans
Modified: 2007-07-16 09:12 UTC (History)
1 user (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 reibans 2007-01-03 09:32:51 UTC
After choosing to override a method using the Override and Implement method the
method should be written with the annotation @Override as well if it is
overriding a method of one of its super classes and using JDK 5 or higher, and
currently isn't doing so.

Cheers!
Comment 1 bass 2007-07-13 19:07:25 UTC
I think this is a duplicate of bug #55714.
Comment 2 Jiri Prox 2007-07-16 09:12:39 UTC
Thanks for notification, this is really dupe if issue 55714. Moreover this is already implemented in 6.0

*** This issue has been marked as a duplicate of 55714 ***