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

Changes

Summary

  1. Eclipse: Add swt-debug.jar to .classpath (details)
  2. FPSAnimator: Avoid NPE (details)
  3. Fix Bug460 test (details)
  4. Fix unnecessary NPE in case of unrealized GLCanvas (details)
  5. Promote GLDrawableFactory.getOrCreateSharedContext(..) to public. (details)
Commit ed79607e888dcb73f5ee17cde85149a3d963325b by Sven Gothel
Eclipse: Add swt-debug.jar to .classpath
The file was modified.classpath (diff)
Commit 14c193e2ec44f6bcff6dfffa85042518e364478c by Sven Gothel
FPSAnimator: Avoid NPE
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/FPSAnimator.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug460GLCanvasNPEAWT.java (diff)
Commit b9aa38f304d0a4726e3a0c64d8ce7adda315baf2 by Sven Gothel
Fix unnecessary NPE in case of unrealized GLCanvas (getRequestedCapabilities())
The file was modifiedsrc/jogl/classes/javax/media/opengl/awt/GLCanvas.java (diff)
Commit c2c22f185fcebe8927bc5766cb5f24cba8312cb2 by Sven Gothel
Promote GLDrawableFactory.getOrCreateSharedContext(..) to public.
The file was modifiedsrc/jogl/classes/javax/media/opengl/GLDrawableFactory.java (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLExtensionQueryOffscreen.java (diff)