ded6fd2233012d1e931cc2696fe9b9bcb59d1317
Files Diff
- Added: 4
- Removed: 3
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public makeNestedObject() : Map<String,Map<int[],String>> renamed to public makeNestedMap() : Map<String,Map<String,int[]>> in class org.opentripplanner.common.diff.GenericObjectDifferTest | From | To | |
| Rename Method private compareCollectionItems(propertyName String, collectionLeft Collection, collectionRight Collection, differences List<Difference>, ignoreIdentifiers Set<Object>, reverse boolean, genericDiffConfig GenericDiffConfig) : void renamed to private compareMaps(a MapComparisonWrapper, b MapComparisonWrapper) : void in class org.opentripplanner.common.diff.GenericObjectDiffer | From | To | |
| Rename Variable | 2 | ||
| Rename Variable itemRightIdentifier : Object to aValue : Object in method private compareMaps(a MapComparisonWrapper, b MapComparisonWrapper) : void in class org.opentripplanner.common.diff.GenericObjectDiffer | From | To | |
| Rename Variable itemLeftIdentifier : Object to bValue : Object in method private compareMaps(a MapComparisonWrapper, b MapComparisonWrapper) : void in class org.opentripplanner.common.diff.GenericObjectDiffer | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Map<int[],String> to Map<String,int[]> in method public getMap(start int, size int) : Map<String,int[]> in class org.opentripplanner.common.diff.GenericObjectDifferTest | From | To | |
| Change Return Type Map<String,Map<int[],String>> to Map<String,Map<String,int[]>> in method public makeNestedMap() : Map<String,Map<String,int[]>> in class org.opentripplanner.common.diff.GenericObjectDifferTest | From | To | |
| Move Attribute | 2 | ||
| Move Attribute protected depth : int from class org.opentripplanner.common.diff.GenericDiffConfig to private depth : int from class org.opentripplanner.common.diff.GenericObjectDiffer | From | To | |
| Move Attribute protected ignoreFields : Set<String> from class org.opentripplanner.common.diff.GenericDiffConfig to protected ignoreFields : Set<String> from class org.opentripplanner.common.diff.GenericObjectDiffer | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type result : Map<String,Map<int[],String>> to result : Map<String,Map<String,int[]>> in method public makeNestedMap() : Map<String,Map<String,int[]>> in class org.opentripplanner.common.diff.GenericObjectDifferTest | From | To | |
| Change Variable Type result : Map<int[],String> to result : Map<String,int[]> in method public getMap(start int, size int) : Map<String,int[]> in class org.opentripplanner.common.diff.GenericObjectDifferTest | From | To |