Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Maxim Mossienko 
Subsystem
Code Formatting and Code Style 
Affected versions
Fixed in
Fixed in build
Next build 
Build
7590
Fixed in build
8231
Severity
0
  • Submitted by   Serge Baranov
    22 months ago (16 Mar 2008 16:31)
  • Updated by   root
    3 weeks ago (17 Jan 2010 19:58)
  • Jira: IDEA-43217
    (history, comments)

IDEA-43217

Long annotations are not wrapped

Suppose you have annotation and some parameter have multiple values (long list). Like this

@XmlType(name = "submissionData", propOrder = {"submissionId", "submitterId", ...[many other values]})

"Global code style"/"wrapping" seems to have no option to break such list, even when it grow up to 200-300 chars in length. Of course I could insert line breaks by hands, but next auto-formatting will ruin this: values will be arranged in single long line again.

Issue was resolved
Comments (0)
 
History (1)
 
Links
 
Issue has no comments