The default Eclipse formatter formats my Java code in a really funny way.
For example: hello.show().x().y() would oddly be formatted as x() and .y(), and be placed on a separate line.
Are there any other basic formatters that can do a better job?
Examples and links are very welcome.