61e7ac1aba8f51aee3a86f264fc271955201eb3b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type foo : RawFunction<DirectoryFactory,LuceneIndexAccessor,IOException> to foo : IOFunction<DirectoryFactory,LuceneIndexAccessor> in method private arg(foo IOFunction<DirectoryFactory,LuceneIndexAccessor>) : IOFunction<DirectoryFactory,LuceneIndexAccessor>[] in class org.neo4j.kernel.api.impl.index.LuceneIndexAccessorTest | From | To | |
Change Return Type | 2 | ||
Change Return Type Collection<RawFunction<DirectoryFactory,LuceneIndexAccessor,IOException>[]> to Collection<IOFunction<DirectoryFactory,LuceneIndexAccessor>[]> in method public implementations() : Collection<IOFunction<DirectoryFactory,LuceneIndexAccessor>[]> in class org.neo4j.kernel.api.impl.index.LuceneIndexAccessorTest | From | To | |
Change Return Type RawFunction<DirectoryFactory,LuceneIndexAccessor,IOException>[] to IOFunction<DirectoryFactory,LuceneIndexAccessor>[] in method private arg(foo IOFunction<DirectoryFactory,LuceneIndexAccessor>) : IOFunction<DirectoryFactory,LuceneIndexAccessor>[] in class org.neo4j.kernel.api.impl.index.LuceneIndexAccessorTest | From | To | |
Extract Interface | 1 | ||
Extract Interface org.neo4j.function.IOFunction from classes [org.neo4j.kernel.impl.store.counts.CountsTrackerTest.Rotation] | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type IDENTITY : RawFunction<Reader,Reader,IOException> to IDENTITY : IOFunction<Reader,Reader> in class org.neo4j.csv.reader.Readables | From | To | |
Change Attribute Type FROM_FILE : RawFunction<File,Reader,IOException> to FROM_FILE : IOFunction<File,Reader> in class org.neo4j.csv.reader.Readables | From | To | |
Change Attribute Type accessorFactory : RawFunction<DirectoryFactory,LuceneIndexAccessor,IOException> to accessorFactory : IOFunction<DirectoryFactory,LuceneIndexAccessor> in class org.neo4j.kernel.api.impl.index.LuceneIndexAccessorTest | From | To |