1fa5a795f0697d3b73cdf167faeaaf8b66d19425
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type indexDir : File to indexDir : Path in method private getLockFactory(indexDir Path, properties Properties) : LockFactory in class org.infinispan.hibernate.search.spi.InfinispanDirectoryProvider | From | To | |
Change Return Type | 1 | ||
Change Return Type List<IndexManager> to Iterable<IndexManager> in method private getIndexManagerForModifications(luceneWork LuceneWork) : Iterable<IndexManager> in class org.infinispan.query.affinity.AffinityUpdateCommand | From | To | |
Change Variable Type | 2 | ||
Change Variable Type verifiedIndexDir : File to verifiedIndexDir : Path in method public initialize(directoryProviderName String, properties Properties, context BuildContext) : void in class org.infinispan.hibernate.search.spi.InfinispanDirectoryProvider | From | To | |
Change Variable Type indexManagers : List<IndexManager> to indexManagers : Iterable<IndexManager> in method public invokeAsync() : CompletableFuture<Object> in class org.infinispan.query.affinity.AffinityUpdateCommand | From | To |