useocl / use

Home of the UML-based Specification Environment (USE)
GNU General Public License v2.0
43 stars 18 forks source link

Remove useless @version documentation #56

Closed h-man2 closed 1 year ago

h-man2 commented 1 year ago

Describtion This issue solely improves the source code. In many files an old javadoc annotation @version $ProjectVersion: 0.393 $ can be found. This annotation is useless, because the version information is from an old version control system. Further, the information provided by the tag @version is more or less useless in the context of USE, because it can be extracted from the git history.

Expected behavior Remove all occurences of strings given by the regex ^.*\*.*@version.*\$.

h-man2 commented 1 year ago

Additional cleanup:

Remove lines that solely contain // $Id$. Regex for this: ^\/\/.*\$Id\$\n\n (Note: two new lines to remove one blank line)