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

Changes

Summary

  1. gluegen: remove trailing whitespace from URIQueryProps (details)
  2. gluegen: loop over entries in HashMap directly rather than looping over (details)
  3. JavaDoc Stylescheet: Less glowing blue links: 4444ff -> 4444cc (details)
Commit c47bac817d39fda74f757da79f781190fe3ca581 by Harvey Harrison
gluegen: remove trailing whitespace from URIQueryProps

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
The file was modified src/java/com/jogamp/common/net/URIQueryProps.java (diff)
Commit 2ebb8363effaa205972ba7f056aa6435a7fa8d62 by Harvey Harrison
gluegen: loop over entries in HashMap directly rather than looping over keys

This saves repeated lookups of the value mapped to each key by just looping
over the entries directly.

Also remove the URIException clause as this method never can throw that exception.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
The file was modified src/java/com/jogamp/common/net/URIQueryProps.java (diff)
Commit 80187d258eeda0f0ddbb9469c84270a0c920b1a0 by Sven Gothel
JavaDoc Stylescheet: Less glowing blue links: 4444ff -> 4444cc
The file was modified make/doc/javadoc/stylesheet.css (diff)