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: Bryce McKinlay
Subject: Re: Merged all Error and Exception classes with libgcj
Date: Mon, 12 Mar 2001 17:55:47 +1300

Mark Wielaard wrote:

> I have merged all the Error and Exception classes with libgcj.

Cool - thanks!

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).

regards

  [ bryce ]





reply via email to

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