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

Changes

Summary

  1. Fix ClassCastException when debug logging enabled (details)
  2. Fix code style (details)
  3. NB source level bump 1.5 (details)
Commit ac03851ea77e02c36bdffab461e4a0d2a1971f2d by Wade Walker
Fix ClassCastException when debug logging enabled

The debug logging code puts a null reference into a list,
then tries to cast it to a WGLGLCapabilities object.
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLGraphicsConfigurationFactory.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfigurationFactory.java (diff)
Commit e247b39fcf455a9599d759b31be3614eaf46452f by Sven Gothel
NB source level bump 1.5
The file was modifiednbproject/project.xml (diff)