classpath
[Top][All Lists]
Advanced

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

Re: Merged all Error and Exception classes with libgcj


From: Mark Wielaard
Subject: Re: Merged all Error and Exception classes with libgcj
Date: Mon, 12 Mar 2001 07:43:34 +0100
User-agent: Mutt/1.3.15i

Hi,

On Mon, Mar 12, 2001 at 05:55:47PM +1300, Bryce McKinlay wrote:
> 
> I don't want to sound too picky, but some of the merged classes have incorrect
> formatting. For example:
> 
>   public NullPointerException()
>     {
>       super();
>     }
> 
> The braces for methods, classes, and blocks should not be indented, but rather
> alligned with the declaration (admittedly this is probibly still wrong in 
> libgcj
> in a few places).

Running indent over all Exceptions is on my TODO list.
I didn't want to do a code merge and reindenting at the same time.

Cheers,

Mark
-- 
Stuff to read:
    <http://www.toad.com/gnu/whatswrong.html>
  What's Wrong with Copy Protection, by John Gilmore



reply via email to

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