History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-25323
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Serge Baranov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Long annotations are not wrapped

Created: 16 Mar 08 16:31   Updated: 17 Mar 08 16:20
Component/s: Code Formatting and Code Style
Fix Version/s: Diana 8243, Selena 7.0.4

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Java Archive File settings.jar (18 kb)
2. Java Source File SubmissionData.java (0.8 kb)


Build: 7,590
Fixed in build: 8,231
Severity: Medium


 Description  « Hide
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.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.