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

Changes

Summary

  1. gluegen: remove unused imports, unneeded semicolons, add missing (details)
  2. gluegen: remove the unused reverse map from TypeDictionary (details)
  3. gluegen: relax private variable access to package-private for members (details)
Commit e774abd1a18ee53caa2c550718179f0567d45323 by Harvey Harrison
gluegen: remove unused imports, unneeded semicolons, add missing @Override annotations
The file was modified src/java/com/jogamp/common/util/Bitstream.java (diff)
The file was modified src/java/com/jogamp/common/util/IntIntHashMap.java (diff)
The file was modified src/java/com/jogamp/gluegen/JavaEmitter.java (diff)
The file was modified src/java/com/jogamp/gluegen/cgram/CSymbolTable.java (diff)
The file was modified src/java/com/jogamp/common/util/JogampVersion.java (diff)
The file was modified src/java/com/jogamp/common/util/ReflectionUtil.java (diff)
Commit 908822aa64c03ec4e8ca9fd3202f740c3e844bbd by Harvey Harrison
gluegen: remove the unused reverse map from TypeDictionary
The file was modified src/java/com/jogamp/gluegen/cgram/types/TypeDictionary.java (diff)
Commit 37f76d17cdf90a8dded8beba99651b19a8795c54 by Harvey Harrison
gluegen: relax private variable access to package-private for members accessed from inner class

Otherwise the compiler has to fill in a wrapping access function for the inner
class to call, which is less efficient.
The file was modified src/java/com/jogamp/common/util/IntIntHashMap.java (diff)
The file was modified src/java/com/jogamp/common/os/DynamicLibraryBundle.java (diff)