classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] Suggested formatting for javax.swing.timer: third versi


From: Michael Koch
Subject: Re: [cp-patches] Suggested formatting for javax.swing.timer: third version
Date: Sat, 26 Feb 2005 09:41:18 +0100
User-agent: mutt-ng 1.5.8i (Debian)

On Sat, Feb 26, 2005 at 12:31:14AM +0100, Meskauskas Audrius wrote:
> This path replaces "documentme" with documentation comments.
> 
> >From the previous discussion it seems that it is problematic to discuss the
> whitespace using pathes. Instead, the complete java file with suggested
> comments and formatting is attached. This path does not alter the code
> itself. It is verified against regression with the three Mauve tests I
> currently have. As it was suggested, the @see is replaced by @link.

We put spaces around operators. This implies a space after the "!"
operator. E.g.:

if (! someBoolean)
...

and not

if (!someBoolean)
...


The javadoc for queueLock is a bit suspicios. Perhaps it should better
read as "Locking object for the queue.".


Michael




reply via email to

[Prev in Thread] Current Thread [Next in Thread]