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

Changes

Summary

  1. IOUtil's getTempRoot()'s Fix chicken-egg problem ; Adding proper API doc (details)
  2. Enhance ReflectionUtil getConstructor(..) w/ 2nd attempt of cstr look-up (details)
Commit 774b7196b6d3a7787e37703fa161e565afa380e0 by Sven Gothel
IOUtil's getTempRoot()'s Fix chicken-egg problem ; Adding proper API doc

IOUtil's getTempRoot():
- Fix chicken-egg problem w/ Platform init,
   using Android.isavailable;
The file was modifiedmake/scripts/runtest.sh (diff)
The file was modifiedsrc/java/com/jogamp/common/util/IOUtil.java (diff)
Commit 9d7a9a6b6c11f3affe850da4ea01a55af6d14b16 by Sven Gothel
Enhance ReflectionUtil getConstructor(..) w/ 2nd attempt of cstr look-up w/ assignable types
The file was modifiedsrc/java/com/jogamp/common/util/ReflectionUtil.java (diff)