415da4c20d682a7ca148cfadae5d1c4752871761
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public copy(original PrimitiveIntObjectMap<T>) : PrimitiveIntObjectMap<T> renamed to public copyTransform(original PrimitiveIntObjectMap<T>, transform Function<T,T>) : PrimitiveIntObjectMap<T> in class org.neo4j.collection.primitive.PrimitiveIntCollections | From | To | |
Rename Method public copyMap() : void renamed to public copyTransformMap() : void in class org.neo4j.collection.primitive.PrimitiveIntCollectionsTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type originalMap : PrimitiveIntObjectMap<Object> to originalMap : PrimitiveIntObjectMap<String> in method public copyTransformMap() : void in class org.neo4j.collection.primitive.PrimitiveIntCollectionsTest | From | To |