You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the source code present in osmarleandro/RefactoringMiner@00d45e1 commit, I applied a single Rename Method to isFinal() method in UMLAttribute class, but RefDiff yields Extract and Move Method instance.
EXTRACT_MOVE {Method toString() at src/gr/uom/java/xmi/diff/UMLAttributeDiff.java:78} {Method isFinal_RENAMED() at src/gr/uom/java/xmi/UMLAttribute.java:48})
Expected results
A single instance of the Rename Method refactoring applied to isFinal() method in UMLAttribute class.
The text was updated successfully, but these errors were encountered:
Summary
In the source code present in osmarleandro/RefactoringMiner@00d45e1 commit, I applied a single Rename Method to isFinal() method in UMLAttribute class, but RefDiff yields Extract and Move Method instance.
Code example
Diff fragment between the commit osmarleandro/RefactoringMiner@00d45e1 and their parent.
Environment details
RefDiff 2.0
Steps to reproduce
Actual results
Expected results
A single instance of the Rename Method refactoring applied to isFinal() method in UMLAttribute class.
The text was updated successfully, but these errors were encountered: