DevBoost / JaMoPP

JaMoPP can parse Java source and byte code into EMF-based models and vice versa. It preserves source formatting and can be used for code analysis and refactoring.
17 stars 18 forks source link

[CommentTemplate] Issue with JavaDoc comments #2

Closed DennisGrewe closed 11 years ago

DennisGrewe commented 11 years ago

Hi,

i read your article about "commentTemplate" in the new Javamagazin. Nice work, exactly what i need. I found out that if i tagged a method with a @CommentTemplate-Annotation and wrote in top of the method a javadoc comment i got no auto generated class of my source class. If i delete the comment i got one. Exists a workaround for that problem?

Dennis Grewe

jjohannes commented 11 years ago

I can reproduce the problem. It seems to be a bug. I will look into it.

Thanks for reporting!

jjohannes commented 11 years ago

Issue fixed in https://github.com/DevBoost/CommentTemplate/commit/2c5aadb416fa369276462dfaba53783d1221b3b6