[
https://issues.jboss.org/browse/ROASTER-53?page=com.atlassian.jira.plugin...
]
Kai Müller commented on ROASTER-53:
-----------------------------------
Hi,
Roaster relies on the eclipse jdt core library for formatting. Maybe you could use the
FORMATTER_COMMENT_FORMAT_BLOCK_COMMENT preference to avoid formatting of block statements.
Otherwise please look through the options defined in
org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants. In the case you don't
find a good option, please request it the eclipse jdt project.
Best regards,
Kai
Javadoc could be format on 1 line
---------------------------------
Key: ROASTER-53
URL:
https://issues.jboss.org/browse/ROASTER-53
Project: Roaster
Issue Type: Enhancement
Affects Versions: 2.11.1.Final
Reporter: Nicolas Challut
Assignee: Kai Müller
Priority: Minor
On field, we prefer to have javadoc on 1 line.
{code}
/** Customer id. */
private String id;
{code}
instead of
{code}
/**
Customer id.
*/
private String id;
{code}
Currently, Roaster doesn't allow us to do it
--
This message was sent by Atlassian Jira
(v7.12.1#712002)