Added Java comment should be shown
Context: https://github.com/JabRef/jabref/pull/11399
GitHub:
RefactoringMiner:
@koppor Thank you for reporting this issue.
This is actually an inline comment, not Javadoc.
The reason I make this distinction is because the Eclipse JDT Parser we use, represent Javadoc as AST nodes, but inline comments are not represented as AST nodes. This makes it impossible for us to show any changes for inline comments.
I will discuss with @pouryafard75 if there is any way to solve this issue.
@koppor @pouryafard75 Once this PR get merged, we will be able to support inline comment diff.
@pouryafard75 PR merged.
@tsantalis I beleive they have a CI pipeline for publishing to maven central. So as soon as new release get published in maven, we migrate to it. If they dont publish a new release, I will find a workaround for it.
@koppor @tsantalis
@koppor Comment diff is still under development. If you see anything strange related to comments, please report it to us. I will close this issue, as it is fixed. We have created a new issue #785 related to comments.