[cp-patches] Cleanup: remove unused casts

2008-01-09 Thread Stefan Huehner
Hi, remove a lot unused type casts. Some of these seem to come from a previous cleanup introducing typed containers (collections). Please comment/commit. Regards, Stefan 2008-01-09 Stefan Huehner stefan at huehner.org * examples/gnu/classpath

[cp-patches] Cleanup: const correctnes in native code

2008-01-09 Thread Stefan Huehner
Remove some casts which discard the const from strings when not needed. Found by compiling with -Wwrite-strings and -Wcast-qual 2008-01-09 Stefan Huehner stefan at huehner.org native/jni/java-io/java_io_VMObjectStreamClass.c, native/jni/java

[cp-patches] Cleanup: reduce temporary object creation

2008-01-09 Thread Stefan Huehner
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

Re: [cp-patches] Cleanup: Correct javadoc (resend)

2008-01-04 Thread Stefan Huehner
On Fri, Jan 04, 2008 at 07:11:15PM +0100, Stefan Huehner wrote: attached is the complete changelog of the patch as discussed with dalibor on irc. 2008-01-04 Stefan Huehner stefan at huehner.org * gnu/CORBA/BigDecimalHelper.java, * gnu/CORBA

Re: [cp-patches] Cleanup: Correct javadoc (resend)

2008-01-04 Thread Stefan Huehner
On Fri, Jan 04, 2008 at 06:18:20PM +, Andrew John Hughes wrote: On 04/01/2008, Stefan Huehner [EMAIL PROTECTED] wrote: This is a resend of my patch from 2006-12-11 updated to the current cvs HEAD. Thanks for your work Stefan. I'll take a look over the weekend. Do you have

Re: [cp-patches] Re: Cleanup: Correct javadoc

2006-12-11 Thread Stefan Huehner
On Mon, Dec 11, 2006 at 03:22:22PM +, Dalibor Topic wrote: Stefan Huehner stefan at huehner.org writes: Hi, attached patch correct some javadoc entries. Mostly renaming of parameters inside the at param tag to match the actual function parameters. Some at param statements