[jbosstools-issues] [JBoss JIRA] (ERT-386) code formatter inserts line breaks after const qualifier [EBZ#399501]

Friendly Jira Robot (JIRA) issues at jboss.org
Tue Aug 16 11:26:00 EDT 2016


Friendly Jira Robot created ERT-386:
---------------------------------------

             Summary: code formatter inserts line breaks after const qualifier [EBZ#399501]
                 Key: ERT-386
                 URL: https://issues.jboss.org/browse/ERT-386
             Project: Eclipse Release Train
          Issue Type: Task
          Components: JSDT
            Reporter: Friendly Jira Robot
            Priority: Trivial


for a code line like

const FOO = "bar";

the code formatter inserts a line break after the const keyword, resulting in

const
FOO = "bar";

While this simply looks ugly (to me) code verification reports a warning "Missing semicolon", so I get many nasty m,arkers on source files.

Please remove those line breaks or make them settable in the formatter settings.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list