Hi Ian, On Tue, 2008-02-05 at 14:59 +0000, Ian Rogers wrote: > Log message: > 2008-02-05 Ian Rogers <[EMAIL PROTECTED]> > > * gnu/java/lang/reflect/TypeSignature.java > * java/io/BufferedReader.java > * java/io/DataInputStream.java > * java/lang/StackTraceElement.java > * java/lang/Throwable.java > * java/lang/reflect/Proxy.java > * java/net/URI.java > * java/net/URLClassLoader.java > * java/net/URLEncoder.java > * java/text/SimpleDateFormat.java > * java/util/AbstractMap.java > * java/util/Calendar.java > * java/util/Date.java > * java/util/Hashtable.java > Use StringBuilder in preference to StringBuffer > * java/util/Calendar.java > * java/util/Hashtable.java > Make private fields that can be final, final > * java/net/URI.java > Avoid creating Integer objects for the sake of comparison > * java/lang/reflect/Proxy.java > * java/text/SimpleDateFormat.java > Swap use of "new Character/Integer" to use of valueOf methods
I like this and think it should just go in. But I didn't see the actual patch come by on classpath-patches. Please do send everything, even trivially correct patches to the list. It makes it much simpler for others to keep up with the changes. And you might be surprised how often a quick scan by some others turn up something valuable. Thanks, Mark
