This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [gui][PATCH] Menu Items: fixed style and comments
- From: Michael Koch <konqueror at gmx dot de>
- To: Olga Rodimina <rodimina at redhat dot com>, java-patches at gcc dot gnu dot org
- Date: Mon, 26 Apr 2004 18:30:14 +0200
- Subject: Re: [gui][PATCH] Menu Items: fixed style and comments
- References: <1082996459.7980.69.camel@toby.toronto.redhat.com>
Am Montag, 26. April 2004 18:20 schrieb Olga Rodimina:
> Hi,
>
> I ran some of the menu item's files in javax/swing through JALOPY to
> fix the style and also removed unnecessary comments. I will be
> committing these changes to java-gui-branch.
What jalopy config file have you used ? The coding style jalopy produced
looks not right for us. E.g. we use no whitspaces in method
declarations between method name and (. I have attached my jalopy
config file which should be relatively complete (I got it from tromey
once and edited it slightly). Before we do any more jalopying we should
have a common jalopy config file and a jalopy versions that supports
all our features. Currently I use a patched jalopy 1.0.4 to get near to
our standard but there are still bugs with superlong lines.
Michael