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/google-maps-services-java@d07ed8e commit, I identify a Pull Up Method refactoring applied to shouldRetry(Response) method in OkHttpPendingResult class. RefDiff yields a single Move Method refactoring as result. Is it possible to infer that the Move Method to SuperType is a Pull Up Method refactoring? If yes, why this refactoring instance was not detected?
MOVE {Method shouldRetry(Response) at src/main/java/com/google/maps/internal/OkHttpPendingResult.java:330} {Method shouldRetry(OkHttpPendingResult, Response) at src/main/java/com/google/maps/PendingResult.java:85})
Expected results
An instance of the Pull Up refactoring applied to shouldRetry(Response) method in OkHttpPendingResult class.
The text was updated successfully, but these errors were encountered:
osmarleandro
changed the title
Is the Pull Up Method a missing refactoring?
Missing Pull Up Method refactoring
Jan 27, 2021
Summary
In the source code of osmarleandro/google-maps-services-java@d07ed8e commit, I identify a Pull Up Method refactoring applied to shouldRetry(Response) method in OkHttpPendingResult class. RefDiff yields a single Move Method refactoring as result. Is it possible to infer that the Move Method to SuperType is a Pull Up Method refactoring? If yes, why this refactoring instance was not detected?
Code example
Diff fragment between the commit osmarleandro/google-maps-services-java@d07ed8e and their parent.
Environment details
RefDiff 2.0
Steps to reproduce
Actual results
Expected results
An instance of the Pull Up refactoring applied to shouldRetry(Response) method in OkHttpPendingResult class.
The text was updated successfully, but these errors were encountered: