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
Extract And Move Method public tryParse(string String, radix int) : Long extracted from package tryParse(string String, radix int) : Integer in class com.google.common.primitives.Ints & moved to class com.google.common.primitives.Longs
Description
There is only one block statement reported in the nonMappedInnerNodesT2. According to the manual validation and the discussion we had in the meeting, the reported refactoring is correct. Even though the tryParse method already exist within the destination class, it's not a perfect match for the target method. In fact, the method tryParse(string String, radix int) is truly extracted and moved from Ints to Longs class.
The text was updated successfully, but these errors were encountered:
Problem
Missing a block mapping within an Extract and Move Method refactoring
Commit
google/guava@31fc192
Refactoring
Extract And Move Method public tryParse(string String, radix int) : Long extracted from package tryParse(string String, radix int) : Integer in class com.google.common.primitives.Ints & moved to class com.google.common.primitives.Longs
Description
There is only one block statement reported in the nonMappedInnerNodesT2. According to the manual validation and the discussion we had in the meeting, the reported refactoring is correct. Even though the tryParse method already exist within the destination class, it's not a perfect match for the target method. In fact, the method
tryParse(string String, radix int)
is truly extracted and moved from Ints to Longs class.The text was updated successfully, but these errors were encountered: