Interpreted debugging with gcj/gij

Per Bothner per@bothner.com
Thu May 26 18:54:00 GMT 2005


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/



More information about the Java mailing list