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 of osmarleandro/RefactoringMiner@d67f4b4 commit, I applied a single Rename Class refactoring to VariableDeclarationProvider class. RefDiff yields a single Move Method refactoring as result. Why is the Rename Class refactoring instance not detected?
MOVE {Method getVariableDeclaration() at src/gr/uom/java/xmi/VariableDeclarationProvider.java:6} {Method getVariableDeclaration() at src/gr/uom/java/xmi/VariableDeclarationProvider_RENAMED.java:6})
Expected results
A single instance of the Rename Class refactoring applied to VariableDeclarationProvider class.
The text was updated successfully, but these errors were encountered:
Summary
In the source code of osmarleandro/RefactoringMiner@d67f4b4 commit, I applied a single Rename Class refactoring to VariableDeclarationProvider class. RefDiff yields a single Move Method refactoring as result. Why is the Rename Class refactoring instance not detected?
Code example
Diff fragment between the commit osmarleandro/RefactoringMiner@d67f4b4 and their parent.
Environment details
RefDiff 2.0
Steps to reproduce
Actual results
Expected results
A single instance of the Rename Class refactoring applied to VariableDeclarationProvider class.
The text was updated successfully, but these errors were encountered: