This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Interpreted debugging with gcj/gij
Keith Seitz wrote:
Classpath appears to depart from GNU in one major aspect: putting spaces
between function names, e.g., "myfunction()" instead of the (more
standard) "myfunction ()".
We modified the "GNU standard" for Java because many of us feel that:
foo ().bar ().baz ()
looks awkward, since it suggests counter-factual grouping.
We do suggest a space in the method declaration.
--
--Per Bothner
per@bothner.com http://per.bothner.com/