The following code is not changed when running "Reformat Code"..:
object.method().method()
.method();
What "Reformat code" should do here, is to remove the line wrap and keep it all on one line, since the length of the line does not exceed the max line length!
This is a feature that Eclipse has had for a long time and I am a bit ashamed to say that I envy Eclipse users...... :-|
Regards,
BTJ