diff options
author | Adam Domurad <[email protected]> | 2012-05-25 11:44:13 -0400 |
---|---|---|
committer | Adam Domurad <[email protected]> | 2012-05-25 11:44:13 -0400 |
commit | 1705caf0db175cb9537313e5c1d9df14186f5bea (patch) | |
tree | 53e206445b682f387d27f3ba762eb70899caefa3 /ChangeLog | |
parent | ef79a2eab042f66aa10a2356d9a6f80f5b8d544f (diff) |
Changed for-loops over iterators and indices to for-each loops if they
were sufficient and clearer.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2012-05-25 Adam Domurad <[email protected]> + + Changed for-loops over iterators and indices to for-each loops if they + were sufficient and clearer. + * netx/net/sourceforge/jnlp/JNLPFile.java: Changed for-loops that could + be expressed more clearly as for-each loops. + * netx/net/sourceforge/jnlp/PluginBridge.java: Same + * netx/net/sourceforge/jnlp/ResourcesDesc.java: Same + * netx/net/sourceforge/jnlp/cache/CacheUtil.java: Same + * netx/net/sourceforge/jnlp/cache/DefaultDownloadIndicator.java: Same + * netx/net/sourceforge/jnlp/cache/Resource.java: Same + * netx/net/sourceforge/jnlp/cache/ResourceTracker.java: Same + * netx/net/sourceforge/jnlp/runtime/AppletEnvironment.java: Same + * netx/net/sourceforge/jnlp/runtime/ApplicationInstance.java: Same + * plugin/icedteanp/java/netscape/javascript/JSObject.java: Same + * plugin/icedteanp/java/sun/applet/JavaConsole.java: Same + * plugin/icedteanp/java/sun/applet/PluginAppletViewer.java: Same + 2012-05-23 Adam Domurad <[email protected]> Removed instances of snprintf where buffer size was not known. Added buffer size constant for allocating buffers for numeric conversions. |