Are you sure you have Eclipse set for 1.6 compatibility? I don't see any
warnings on my copy.
-Adrian
On 9/17/2012 10:04 AM, Jacques Le Roux wrote:
Yes thanks, I know that, I just wonder why Eclipse shows errors, maybe
an Eclipse setting in "Java/Compiler/Errors-Warnings" then?
Jacques
From: "Adrian Crum" <adrian.c...@sandglass-software.com>
@Override is useful in 1.6 and later. The compiler will warn you if
the super class or interface being overridden has changed.
-Adrian
On 9/17/2012 9:25 AM, Jacques Le Roux wrote:
Hi,
By chance I looked into Eclipse Problems View and I found a lot of
"errors" regarding @Override annotations
Are they supposed to be used later of simply left out there?
Thanks
Jacques