Eclipse formatter to keep One-Liners.

Posted by Dennetik on Stack Overflow See other posts from Stack Overflow or by Dennetik
Published on 2010-05-20T23:22:22Z Indexed on 2010/05/21 0:30 UTC
Read the original article Hit count: 296

Can Eclipse Formatter be configured to keep:

public Long getId() { return this.id; }

And maybe to format small (one line) definitions as one-liners?

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse