2b7c813f71e901e8fc7ec3290211ceaecdba75f9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public count(iterator Iterator<T>, filter Predicate<T>) : int extracted from public count(iterator Iterator<T>) : int in class org.neo4j.helpers.collection.IteratorUtil | From | To | |
Extract Method public count(iterable Iterable<T>, filter Predicate<T>) : int extracted from public count(iterable Iterable<T>) : int in class org.neo4j.helpers.collection.IteratorUtil | From | To |