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

makePublic() and other refactoring methods do not preserve comments #5

Open jjohannes opened 11 years ago

jjohannes commented 11 years ago

Layout information (including comments) is removed with elements (e.g., modifiers). Instead, the layout information should be transferred to another element.