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

Changes

Summary

  1. - generified com.jogamp.common.nio.Buffers. (details)
  2. moved struct and buffer test to its nio friends, cleaned up imports (details)
  3. junit test NB mapping. (details)
  4. improved BuffersTest.slice(). (details)
  5. Fix: Remove unused argument ClassLoader (details)
Commit 7a1e5564a4ad86d0b122c056a71373bbeb472be6 by Michael Bien
 - generified com.jogamp.common.nio.Buffers.
- class is now final (change it back on demand)
- added concurrency warning to slice() method doc
The file was modified src/java/com/jogamp/common/nio/Buffers.java (diff)
Commit 21e0b226492fe1db0126528c5fddfb29d222a9cd by Michael Bien
moved struct and buffer test to its nio friends, cleaned up imports
The file was addedsrc/junit/com/jogamp/common/nio/TestStructAccessorEndian.java (diff)
The file was addedsrc/junit/com/jogamp/common/nio/TestPointerBufferEndian.java (diff)
The file was removedsrc/junit/com/jogamp/gluegen/test/junit/runtime/TestStructAccessorEndian.java (diff)
The file was removedsrc/junit/com/jogamp/gluegen/test/junit/runtime/TestPointerBufferEndian.java (diff)
The file was modified nbproject/project.xml (diff)
Commit 092467f806af49846e3f7beb1f44bbbf4ff02891 by Michael Bien
improved BuffersTest.slice().
The file was modified src/junit/com/jogamp/common/nio/BuffersTest.java (diff)
Commit f92907da4946b29ca3b0132743f1cf0b7d59e080 by Sven Gothel
Fix: Remove unused argument ClassLoader
The file was modified src/java/com/jogamp/common/util/ReflectionUtil.java (diff)