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

Key: IDEA-12073
Type: Bug Bug
Status: Open Open
Assignee: Maxim Shafirov
Reporter: Serge Baranov
Votes: 0
Watchers: 0
Operations

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

Some comment lines do not wrap when reformatting

Created: 21 Mar 07 17:45   Updated: 27 Mar 07 15:45
Component/s: Code Formatting and Code Style

Build: 6,148
Severity: Medium


 Description  « Hide
Support feedback:

I have the two following comment lines in my code. I have a right margin set at 80 characters. When I reformat my code using
Ctrl-Alt-L all of the code wraps inside the right margin but some, not all comment lines do not wrap. Comments lines with // never
seem to wrap and javadoc /** */ lines often, but not always wrap.

Here are examples of two javadoc lines that do not wrap within an 80 character margin.

/** Filtered list model with delegate. See http://www-128.ibm.com/developerworks/java/library/j-filters. */

// The list of unfiltered indicies in unfiltered model. This could be a int[] but performance testing did not reveal significant
difference.


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