python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
jdt.core CodeFormatter - formatting blocks of comments
I am using org.eclipse.jdt.core.formatter.CodeFormatter class. I have problem with formatting properly comments.
Can anyone tell what options from DefaultCodeFormatterConstants should I use to format ...
wtomko
Votes: 0
Answers: 1
Unexpected behaviour when writing modifications by ASTNode.copySubtrees() to file
I am writing some Builder pattern insertion code and part of that involves copying fields from the top-level class to an autogenerated, nested Builder class. To do so, I call ASTNode.copySubtrees() to...
Alexander Kalinowski
Votes: 0
Answers: 0