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

Comments in empty method bodies are not serialized #4

Closed jjohannes closed 11 years ago

jjohannes commented 11 years ago

Example:

public irgendwas () {

// ein kommentar

/ noch ein kommentar / }

JavaResourceUtil.getText() does not print the comments.

mirkoseifert commented 11 years ago

This was fixed in EMFText by commit 165d5147a9721b08ff480e8ef60ad376120a0582.