Closed SimonHuber closed 8 years ago
Can one of the admins verify this patch?
In Eclipse you can prevent the author tag in new java files by applying the Code Templates. To do so go to Window->Preferences...
If you have merge conflicts like this:
Using the following regex in eclipse helps to delete these lines and thus resolve merge conflicts:
<* HEAD.\r\n.\@author.\r\n.\r\n>.\r\n
The next version of oasp-ide comes pre configured with this change to prevent the generation of the @author tags.
:+1: Thanks
All lines containing '@author' removed using the regex ' @author.\r\n'