tsantalis/RefactoringMiner

Reporting deletion/addition for the unchenged tokens

Closed this issue · 3 comments

During extracting additions from this commit, RM reports deletion and addition for exactly the same modifier and simpleName while it could match their surroundings.

image

@pouryafard75
It seems we don't support sealed and permits.

@tsantalis The issue is on the core actually (probably even the visitor), I update diff wrappers accordingly after you introduce the API for classDiff.

@maorethians @pouryafard75

The issue has been fixed

image