AST diff not showing moved methods in case of Split Class
Closed this issue · 3 comments
tsantalis commented
checkstyle/checkstyle@0076988
checkstyle/checkstyle@cdf3e56
The commits above have Split Class scenarios.
However, the moved methods are not shown properly.
tsantalis commented
@pouryafard75
Strangely, it only works well for the first method being moved between the two file.
pouryafard75 commented
@tsantalis The first method is processed due to the rename method refactoring.
tsantalis commented
@pouryafard75
The parameters are not getting matched!!