This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]