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

Changes

Summary

  1. gluegen: MethodBinding implements clone() without implenting Clonable (details)
  2. IntBitfield: Fix ctor: min 1 unit; Fix getBitCount(): Use unsigned (details)
  3. Add TaskBase.flush(Throwsable): To propagate optional reason for flush ; (details)
  4. Bug 944 - Platform doesn't parse early-access java-version string (details)
  5. GlueGen: Add 'MethodJavadoc <method-name> comment-line..' configuration (details)
Commit fd3d0dcf4db9b84ae346653f438c7fe4d2e45fd9 by Harvey Harrison
gluegen: MethodBinding implements clone() without implenting Clonable

Just directly call the copy-constructor and avoid using clone.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
The file was modifiedsrc/java/com/jogamp/gluegen/MethodBinding.java (diff)
Commit 12fe6a6d8fcce42ccfec9e744e3b834aeaf9608b by Sven Gothel
IntBitfield: Fix ctor: min 1 unit; Fix getBitCount(): Use unsigned right-shift '>>>'
The file was modifiedsrc/java/com/jogamp/common/util/IntBitfield.java (diff)
Commit 6de214a403f4277dbfdff2e9cf974c964f1dcdbb by Sven Gothel
Add TaskBase.flush(Throwsable): To propagate optional reason for flush ; Deprecate flush()
The file was modifiedsrc/java/com/jogamp/common/util/TaskBase.java (diff)
Commit 2ce522b01cc5f85084d373cefbe21ae706238191 by Sven Gothel
Bug 944 - Platform doesn't parse early-access java-version string properly (JAVA_VERSION_UPDATE)

Fix JAVA_VERSION_UPDATE for early release versions.

Early access java versions are e.g. '1.7.0_60-ea'
where releases simply are named: '1.7.0_60'.
The file was modifiedsrc/java/jogamp/common/os/PlatformPropsImpl.java (diff)
The file was modifiedmake/scripts/runtest.sh (diff)
Commit d0acda31e866040d8dbf8e72f983b78bafcb243a by Sven Gothel
GlueGen: Add 'MethodJavadoc <method-name> comment-line..' configuration element, allowing to add custom API doc lines per method for the JavaMethodBindingEmitter
The file was modifiedsrc/java/com/jogamp/gluegen/JavaMethodBindingEmitter.java (diff)
The file was modifiedsrc/java/com/jogamp/gluegen/JavaConfiguration.java (diff)