Re: PgJDBC: code reformat - Mailing list pgsql-jdbc

From Vladimir Sitnikov
Subject Re: PgJDBC: code reformat
Date
Msg-id CAB=Je-FEzqxq6BjG68hXQNYoZSPH8TGMVjjOAOTjQ57WongcXA@mail.gmail.com
Whole thread Raw
In response to Re: PgJDBC: code reformat  (Kevin Wooten <kdubb@me.com>)
Responses Re: PgJDBC: code reformat  (Kevin Wooten <kdubb@me.com>)
List pgsql-jdbc
>I actually did NOT vote for "braces on new line". In fact I hate that style and always have opening braces on the SAME
line

Markus, sorry for misreading your vote.

I've just opened
http://www.oracle.com/technetwork/java/javase/documentation/codeconventions-142311.html#449
and it indeed suggests placing opening braces on the SAME line.

In other words, two major guidelines (Sun & Google) suggest using the
same style as pgdbc-ng does.
Coincidence? I do not think so :)

So, what if we borrow style from -ng project?

Kevin,
Thanks for Eclipse hint.

Vladimir


pgsql-jdbc by date:

Previous
From: Kevin Wooten
Date:
Subject: Re: PgJDBC: code reformat
Next
From: Kevin Wooten
Date:
Subject: Re: PgJDBC: code reformat