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

Changes

Summary

  1. Speed up Eclipse build (details)
  2. Speed up Eclipse build (details)
  3. ReflectionUtil: split up createInstance() / use var-args where possible (details)
  4. Primitive HashMap: Add deep clone(); Fix containsValue() in case of (details)
Commit 2c758a3f2defcc06e0c5bb29bb5549b45dce194d by Sven Gothel
Speed up Eclipse build

Changes Eclipse's build settings to reduce the amount of stuff
rebuilt by the build.xml flow.
The file was added.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch (diff)
Commit c35b9df4b3f25003b34b04108473744232ce1650 by Sven Gothel
Speed up Eclipse build

Changes Eclipse's build settings to reduce the amount of stuff
rebuilt by the build.xml flow.
The file was modified .classpath (diff)
The file was modified .externalToolBuilders/gluegen builder.launch (diff)
The file was modified .project (diff)
Commit 684b4342d96fb16255928132c6c886a446f36f0a by Sven Gothel
ReflectionUtil: split up createInstance() / use var-args where possible w/o change
The file was modified src/java/com/jogamp/common/util/ReflectionUtil.java (diff)
Commit 0b25e90d700d0c036883bebba4be8969584d68d0 by Sven Gothel
Primitive HashMap: Add deep clone(); Fix containsValue() in case of Object values (using equals(Object)); Adding junit tests for clone(), capacity and IntObjectHashMap
The file was modified src/junit/com/jogamp/common/util/IntIntHashMapTest.java (diff)
The file was addedsrc/junit/com/jogamp/common/util/IntObjectHashMapTest.java (diff)
The file was modified src/java/com/jogamp/common/util/IntIntHashMap.java (diff)