This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] for Review: SelectorImpl.wakeup() + Synchronization
Andrew Haley wrote:
We don't want to have a different Java coding convention from everyone
else.
Er, the GNU coding conventions are different from everybody else's.
The GNU Java convention is based on the GNU C/C++ conventions, with
some minor enhancments and changes. Specifically, we remove the
space before the parenthesis of a method call to avoid things like:
x.foo ().bar (). baz ()
which creates a visual grouping at odds with the logical grouping.
--
--Per Bothner
per@bothner.com http://per.bothner.com/