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

Changes

Summary

  1. gluegen: use parseInt, parseLong to avoid boxing unboxing an (details)
  2. gluegen: avoid appending Strings in a loop, pull out a Stringbuilder we (details)
Commit 0f9fb62d90c27312dfd6e98acbf78a2f70061d1a by Harvey Harrison
gluegen: use parseInt, parseLong to avoid boxing unboxing an Integer/Long

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
The file was modifiedsrc/java/com/jogamp/common/util/PropertyAccess.java (diff)
Commit 274dbc38e4b671579a07cce8bf7ecab6520e22d6 by Harvey Harrison
gluegen: avoid appending Strings in a loop, pull out a Stringbuilder we can reuse

Reuse a single stringbuilder to build all the comment strings and emit them if required.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
The file was modifiedsrc/java/com/jogamp/gluegen/GlueGen.java (diff)