deec9de47e434d881d1965c3c4fc609724482686
Files Diff
- Added: 8
- Removed: 3
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type self : DiffApplyingPrimitiveIntIterator to self : DiffApplyingIntIterator in method package abstract fetchNext(self DiffApplyingIntIterator) : boolean in class org.neo4j.kernel.impl.util.diffsets.DiffApplyingIntIterator.Phase | From | To | |
| Change Parameter Type addedElements : Set<?> to addedElements : PrimitiveLongSet in method package DiffApplyingPrimitiveLongIterator(source PrimitiveLongIterator, addedElements PrimitiveLongSet, removedElements PrimitiveLongSet) in class org.neo4j.kernel.impl.util.diffsets.DiffApplyingPrimitiveLongIterator | From | To | |
| Change Parameter Type removedElements : Set<?> to removedElements : PrimitiveLongSet in method package DiffApplyingPrimitiveLongIterator(source PrimitiveLongIterator, addedElements PrimitiveLongSet, removedElements PrimitiveLongSet) in class org.neo4j.kernel.impl.util.diffsets.DiffApplyingPrimitiveLongIterator | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.neo4j.kernel.impl.util.DiffApplyingPrimitiveIntIterator moved and renamed to org.neo4j.kernel.impl.util.diffsets.DiffApplyingIntIterator | From | To | |
| Move Class | 2 | ||
| Move Class org.neo4j.kernel.impl.util.DiffApplyingRelationshipIterator moved to org.neo4j.kernel.impl.util.diffsets.DiffApplyingRelationshipIterator | From | To | |
| Move Class org.neo4j.kernel.impl.util.DiffApplyingPrimitiveLongIterator moved to org.neo4j.kernel.impl.util.diffsets.DiffApplyingPrimitiveLongIterator | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.neo4j.kernel.impl.util.diffsets.DiffApplyingLongIterator from classes [org.neo4j.kernel.impl.util.diffsets.DiffApplyingRelationshipIterator] | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type addedElements : Set<?> to addedElements : PrimitiveLongSet in class org.neo4j.kernel.impl.util.diffsets.DiffApplyingPrimitiveLongIterator | From | To | |
| Change Attribute Type removedElements : Set<?> to removedElements : PrimitiveLongSet in class org.neo4j.kernel.impl.util.diffsets.DiffApplyingPrimitiveLongIterator | From | To | |
| Change Attribute Type addedElementsIterator : Iterator<?> to addedElementsIterator : PrimitiveLongIterator in class org.neo4j.kernel.impl.util.diffsets.DiffApplyingPrimitiveLongIterator | From | To |