tsantalis / RefactoringMiner

MIT License
374 stars 140 forks source link

Reporting deletion/addition for the unchenged tokens #806

Closed maorethians closed 1 week ago

maorethians commented 1 week ago

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

tsantalis commented 1 week ago

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

pouryafard75 commented 1 week ago

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

tsantalis commented 1 week ago

@maorethians @pouryafard75

The issue has been fixed

image