d8c16041445a0296789c68e225073f69750dbc90
Files Diff
- Added: 0
- Removed: 7
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type mapFunction : FunctionFromPrimitiveLong<T> to mapFunction : LongFunction<T> in method public map(mapFunction LongFunction<T>, source PrimitiveLongIterator) : Iterator<T> in class org.neo4j.collection.primitive.PrimitiveLongCollections | From | To | |
| Change Parameter Type mapFunction : FunctionFromPrimitiveInt<T> to mapFunction : IntFunction<T> in method public map(mapFunction IntFunction<T>, source PrimitiveIntIterator) : Iterator<T> in class org.neo4j.collection.primitive.PrimitiveIntCollections | From | To |