Bug 473

Summary: Cannot use Override on implementations with Java 1.5
Product: [JogAmp] Jogl Reporter: Andy Brown <adbrown85>
Component: coreAssignee: Sven Gothel <sgothel>
Status: VERIFIED FIXED    
Severity: normal CC: sgothel
Priority: ---    
Version: 2   
Hardware: All   
OS: all   
Type: --- SCM Refs:
Workaround: ---

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