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

Changes

Summary

  1. gluegen: MethodBinding implements clone() without implenting Clonable (details)
  2. IntBitfield: Fix ctor: min 1 unit; Fix getBitCount(): Use unsigned (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 modified src/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 modified src/java/com/jogamp/common/util/IntBitfield.java (diff)