Bug 473 - Cannot use Override on implementations with Java 1.5
Summary: Cannot use Override on implementations with Java 1.5
Status: VERIFIED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 2
Hardware: All all
: --- normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2011-02-14 23:52 CET by Andy Brown
Modified: 2011-02-25 05:16 CET (History)
1 user (show)

See Also:
Type: ---
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Brown 2011-02-14 23:52:29 CET
Using the @Override annotation on methods that implement Interface methods was not introduced until Java 1.6, which is beyond JOGL's current compliance level.  After changing the compliance level to 1.5 in Eclipse, it reports 23 errors.
Comment 1 Andy Brown 2011-02-15 00:29:50 CET
Can submit a pull request for this, but will wait until a few other requests have been closed so can base it off of a clean master branch.
Comment 2 Sven Gothel 2011-02-25 05:16:55 CET
thank you, merged