You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every line in code should be wrapped by the 100th character at the latest. There are some lines with the annotation @link in javadoc which contain more than 100 characters. See #82
The text was updated successfully, but these errors were encountered:
bonaparten
changed the title
Split by 100th character at the latest in javadocs
Split by the 100th character at the latest in javadoc
Nov 18, 2020
tyrasd
added
code quality
Topics around code quality, e.g. refactoring, better naming of methods/classes
and removed
documentation
Improvements or additions to documentation
labels
Nov 18, 2020
tyrasd
changed the title
Split by the 100th character at the latest in javadoc
Wrap all lines longer than 100 characters
Nov 18, 2020
So far I have not found a solution. In Eclipse, it is possible to wrap lines with the @link annotation (and the links still work) but saving, eclipse autocorrects the change unwrapping the lines. It could be possible to use @formatter:off to deactivate the formatter for selected code areas but I find this solution ugly.
Every line in code should be wrapped by the 100th character at the latest. There are some lines with the annotation
@link
in javadoc which contain more than 100 characters. See #82The text was updated successfully, but these errors were encountered: