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/spring-boot@9576873 commit, I applied a single Inline Method to applyAdvisors() method in DiscoveredOperationsFactory class, and RefDiff does not detect it.
Summary
In the source code present in osmarleandro/spring-boot@9576873 commit, I applied a single Inline Method to applyAdvisors() method in DiscoveredOperationsFactory class, and RefDiff does not detect it.
Code example
Diff fragment between the commit osmarleandro/spring-boot@9576873 and their parent.
Environment details
RefDiff 2.0
Steps to reproduce
Actual results
RefDiff yields an empty set of refactorings.
Expected results
A single instance of the Inline Method refactoring applied to applyAdvisors() method in DiscoveredOperationsFactory class.
The text was updated successfully, but these errors were encountered: