Seems to be a problem with the line separators of your file. JAutodoc relies on \n at the end, when parsing the existing javadoc.
Are you working on a Mac (or one of your team) with \r as line separator? If so, the only solution at the moment is to convert the file to windows or unix style.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After some eclipse plugins update I have strange problem with update of existing Javadoc comment.
Before:
After:
I can't realize where is the problem.
Last edit: skybber 2014-08-25
Seems to be a problem with the line separators of your file. JAutodoc relies on \n at the end, when parsing the existing javadoc.
Are you working on a Mac (or one of your team) with \r as line separator? If so, the only solution at the moment is to convert the file to windows or unix style.