1fb945cd35816bf8e7d881d6e9fd0e7621380442
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 23
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Updated | |
| From org.apache.lucene:lucene-queryparser 5.4.0 To 5.3.1 | |
| From org.apache.lucene:lucene-analyzers-common 5.4.0 To 5.3.1 | |
| From org.apache.lucene:lucene-core 5.4.0 To 5.3.1 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 4 | ||
| Move And Rename Method public asList(iterator PrimitiveIntIterator) : List<Integer> from class org.neo4j.helpers.collection.IteratorUtil to public toList(iterator PrimitiveIntIterator) : List<Integer> from class org.neo4j.collection.primitive.PrimitiveIntCollections | From | To | |
| Move And Rename Method public toJavaIterator(primIterator PrimitiveLongIterator) : Iterator<Long> from class org.neo4j.helpers.collection.IteratorUtil to public toIterator(primIterator PrimitiveLongIterator) : Iterator<Long> from class org.neo4j.collection.primitive.PrimitiveLongCollections | From | To | |
| Move And Rename Method public asUniqueSet(iterator PrimitiveLongIterator) : Set<Long> from class org.neo4j.helpers.collection.IteratorUtil to public toSet(iterator PrimitiveIntIterator) : Set<Integer> from class org.neo4j.collection.primitive.PrimitiveIntCollections | From | To | |
| Move And Rename Method public asSet(iterator PrimitiveIntIterator) : Set<Integer> from class org.neo4j.helpers.collection.IteratorUtil to public toSet(iterator PrimitiveLongIterator) : Set<Long> from class org.neo4j.collection.primitive.PrimitiveLongCollections | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type iterator : PrimitiveIntIterator to iterator : PrimitiveLongIterator in method public toSet(iterator PrimitiveLongIterator) : Set<Long> in class org.neo4j.collection.primitive.PrimitiveLongCollections | From | To | |
| Change Parameter Type iterator : PrimitiveLongIterator to iterator : PrimitiveIntIterator in method public toSet(iterator PrimitiveIntIterator) : Set<Integer> in class org.neo4j.collection.primitive.PrimitiveIntCollections | From | To | |
| Move Method | 2 | ||
| Move Method public asList(iterator PrimitiveLongIterator) : List<Long> from class org.neo4j.helpers.collection.IteratorUtil to public asList(iterator PrimitiveLongIterator) : List<Long> from class org.neo4j.collection.primitive.PrimitiveLongCollections | From | To | |
| Move Method public resourceIterator(iterator PrimitiveLongIterator, resource Resource) : PrimitiveLongResourceIterator from class org.neo4j.helpers.collection.IteratorUtil to public resourceIterator(iterator PrimitiveLongIterator, resource Resource) : PrimitiveLongResourceIterator from class org.neo4j.collection.primitive.PrimitiveLongCollections | From | To | |
| Move Source Folder | 1 | ||
| Move Source Folder community/primitive-collections to community/collections | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Set<Long> to Set<Integer> in method public toSet(iterator PrimitiveIntIterator) : Set<Integer> in class org.neo4j.collection.primitive.PrimitiveIntCollections | From | To | |
| Change Return Type Set<Integer> to Set<Long> in method public toSet(iterator PrimitiveLongIterator) : Set<Long> in class org.neo4j.collection.primitive.PrimitiveLongCollections | From | To |