Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Aborted

Changes

Summary

  1. Fix bug 473: Override on implementations with 1.5 (details)
Commit c0dc6dd0571684e74b08ab28b5558df47e40ff7d by Sven Gothel
Fix bug 473: Override on implementations with 1.5

Using @Override on implementations of interface methods wasn't
introduced until Java 1.6.  After changing the compliance level to
1.5 in Eclipse, it reports 23 errors.

This fix comments out the annotations rather than deleting them
altogether thinking it may be easier if JOGL ever targets 1.6
in the future.
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/glsl/TestShaderCompilationBug459AWT.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTAWT01GLn.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug463ScaleImageMemoryAWT.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/util/AWTFocusAdapter.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug461OffscreenSupersamplingSwingAWT.java (diff)