|
The file was modified | src/java/com/jogamp/gluegen/cgram/TNode.java (diff) |
Commit
36aa8b04410c3915c57dae66ad8fca930f854393
by Harvey Harrisongluegen: 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) |
|
The file was modified | src/java/com/jogamp/common/util/IOUtil.java (diff) |
|
The file was modified | src/java/com/jogamp/common/util/IOUtil.java (diff) |
Commit
8a3fe617f28bbdfafede3bc6aa474b3b3bc2142a
by Harvey Harrisongluegen: 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) |
|
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) |