This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: PATCH: Minor signature fixes
- To: Warren Levy <warrenl at cygnus dot com>
- Subject: Re: PATCH: Minor signature fixes
- From: Tom Tromey <tromey at redhat dot com>
- Date: 03 Dec 2000 19:00:46 -0700
- Cc: Bryce McKinlay <bryce at albatross dot co dot nz>, Java Patch List <java-patches at sourceware dot cygnus dot com>
- References: <Pine.LNX.4.10.10012031510430.8825-100000@fencer.cygnus.com>
- Reply-To: tromey at redhat dot com
Warren> Take a look at the JCL 1.2 supplement and the online doc to
Warren> see what I mean. There are even some cases where I change the
Warren> order of things (e.g. the order of exceptions in a throws
Warren> clause or the interfaces in an implements clause) to reduce
Warren> the noise even though they are not strictly a problem.
We should fix the comparison script so that meaningless divergences
are simply not reported. Reordering exceptions like that seems
pointless.
Tom