-
When I try to add a line comment to a Java class code I am trying to generate, the roaster library removes the comment and gives just the code. My intention is to generate a code like this: What have I tried:
Your help is very appreciated. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
gastaldi
Nov 7, 2022
Replies: 1 comment 1 reply
-
@panderior Thanks for your question. Looks like comments are ignored by the JDT parser somehow, I'm investigating why that is happening. I created #268 to track this |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gastaldi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@panderior Thanks for your question. Looks like comments are ignored by the JDT parser somehow, I'm investigating why that is happening. I created #268 to track this