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