Stefan Huehner schrieb:
Patch minimizes the number of temporary objects which are created and
disposed of at the same time


2008-01-09 Stefan Huehner <stefan at huehner.org>
        * gnu/classpath/jdwp/event/ExceptionEvent.java,
        * gnu/java/awt/peer/gtk/GtkMainThread.java:
        use Boolean.TRUE|FALSE instead of new Boolean(true|false)
        * gnu/java/rmi/server/ConnectionRunnerPool.java,
        * gnu/xml/aelfred2/XmlParser.java,
        * gnu/xml/libxmlj/dom/GnomeXPathResult.java,
        * gnu/xml/stream/XIncludeFilter.java:
        use Integer|Double|Charater.toString(var) instead of
        new Integer|Double|Character(var).toString()
Thank you, Stefan, your patch looks fine to me.

cheers,
dalibor topic

Reply via email to