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

Changes

Summary

  1. gluegen: remove unneeded casts to TNode (details)
  2. gluegen: annotate Hastable of attributes as Hashtable<String, Object> (details)
  3. gluegen: remove redundant assignment of tmpBaseDir (details)
  4. gluegen: remove redundant test for null relativePath (details)
  5. gluegen: remove implied use of StringBuffer while appending to (details)
  6. gluegen: remove unneeded casts to JarEntry (details)
Commit caeddfc52d7cd7d06c7a9599298bca1e1c37fa62 by Harvey Harrison
gluegen: remove unneeded casts to TNode

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
The file was modified src/java/com/jogamp/gluegen/cgram/TNode.java (diff)
Commit 36aa8b04410c3915c57dae66ad8fca930f854393 by Harvey Harrison
gluegen: annotate Hastable of attributes as Hashtable<String, Object>

- use copy-constructor rather than clone to suppress type warnings
- annotate a Class as Class<?>

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
The file was modified src/java/com/jogamp/gluegen/cgram/TNode.java (diff)
Commit 9fc9765b67f3ef47904e26154d6ef1519a565e41 by Harvey Harrison
gluegen: remove redundant assignment of tmpBaseDir

- can only be null here, remove the entire else condition

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
The file was modified src/java/com/jogamp/common/util/IOUtil.java (diff)
Commit e18597bade3aff84f35614dd3207990cfbb530ff by Harvey Harrison
gluegen: remove redundant test for null relativePath

We are inside a block where relativePath must be non-null, remove the redundant check

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
The file was modified src/java/com/jogamp/common/util/IOUtil.java (diff)
Commit 8a3fe617f28bbdfafede3bc6aa474b3b3bc2142a by Harvey Harrison
gluegen: remove implied use of StringBuffer while appending to StringBuilder

- call append on the StringBuilder we are using rather than using String concatenation, which
uses StringBuffer.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
The file was modified src/java/com/jogamp/gluegen/cgram/CSymbolTable.java (diff)
Commit af1f56c6f4a962720f5d63397e65505a29d6b0cb by Harvey Harrison
gluegen: remove unneeded casts to JarEntry

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
The file was modified src/java/com/jogamp/common/util/JarUtil.java (diff)
The file was modified src/java/com/jogamp/common/util/cache/TempJarCache.java (diff)