RefactoringMiner icon indicating copy to clipboard operation
RefactoringMiner copied to clipboard

Advanced assertion migrations

Open tsantalis opened this issue 9 months ago • 1 comments

https://github.com/spring-projects/spring-framework/commit/bed36890019a1764f1ed846ec1c94325a2ac5c72 @victorgveloso

tsantalis avatar Mar 28 '25 15:03 tsantalis

Even more advanced https://github.com/apache/flink/commit/62f44e0118539c1ed0dedf47099326f97c9d0427 https://github.com/mockito/mockito/commit/6b818baa1006338501a5fde5ba368593475cee9c

tsantalis avatar Jun 05 '25 21:06 tsantalis

Hi Professor @tsantalis, I have been exploring around this project. I was looking for potential issues I can work on and found this. Is this being worked on, or is it still open? If not, I would like to work on it.

thromel avatar Dec 23 '25 07:12 thromel

@thromel The issue is still open. Try to run these commits with our AST diff visualization, and you will see there are some advanced assertion migrations for which the relevant code is not properly matched. However, the fix is not so simple. You can give it a try as a way to get familiar with the codebase (debugging).

tsantalis avatar Dec 23 '25 11:12 tsantalis