pouryafard75 / RM-ASTDiff

MIT License
2 stars 1 forks source link

Support for AnnotationTypeDeclaration #93

Closed tsantalis closed 8 months ago

tsantalis commented 8 months ago

https://github.com/junit-team/junit4/commit/1273a35689bdcb3304f6634cdc3889c61f9b1b1f src/main/java/org/junit/experimental/categories/Category.java

It seems AnnotationTypeDeclaration is not supported in the AST diff.

tsantalis commented 8 months ago

Commits https://github.com/tsantalis/RefactoringMiner/commit/0c44557fdf6b60debef46bbcd29ef71c3e005f1f https://github.com/tsantalis/RefactoringMiner/commit/14abb1ecb448c1754176ec4db907bb3a36077659 resolve the issue to some extent.

pouryafard75 commented 8 months ago

@tsantalis Thanks for the fix, Can we close the issue?