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 134249

Summary: Add @Override Annotation problem on 6.1
Product: java Reporter: jrcampins <jrcampins>
Component: EditorAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description jrcampins 2008-04-30 13:14:03 UTC
After installing 6.1 I get the "Add @Override Annotation" warning for methods that do not override any method. It seems
to me it is a warning for every method that implements an interface method.
Comment 1 Jiri Prox 2008-04-30 13:32:48 UTC
this behavior depends on the project source level. Feel free to join the discussion in issue 118928

*** This issue has been marked as a duplicate of 118928 ***
Comment 2 jrcampins 2008-04-30 14:01:11 UTC
Thanks for your quick answer.