30ddb0b6abe72e11de3f109d418a243b52424e87
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public shouldThrowAnExceptionIfTheIndexIsNotOnline() : void renamed to public shouldThrowAnExceptionIfTheIndexHasFailed() : void in class org.neo4j.kernel.builtinprocs.AwaitIndexProcedureTest | From | To | |
Extract Method | 3 | ||
Extract Method public tryAwaitEx(condition ThrowingSupplier<Boolean,EXCEPTION>, timeout long, timeoutUnit TimeUnit, pollInterval long, pollUnit TimeUnit) : boolean extracted from public tryAwait(condition Supplier<Boolean>, timeout long, timeoutUnit TimeUnit, pollInterval long, pollUnit TimeUnit) : boolean in class org.neo4j.function.Predicates | From | To | |
Extract Method public awaitEx(condition ThrowingSupplier<Boolean,EXCEPTION>, timeout long, unit TimeUnit) : void extracted from public await(condition Supplier<Boolean>, timeout long, unit TimeUnit) : void in class org.neo4j.function.Predicates | From | To | |
Extract Method public awaitEx(condition ThrowingSupplier<Boolean,EXCEPTION>, timeout long, unit TimeUnit, pollInterval long, pollUnit TimeUnit) : void extracted from public await(condition Supplier<Boolean>, timeout long, timeoutUnit TimeUnit, pollInterval long, pollUnit TimeUnit) : void in class org.neo4j.function.Predicates | From | To | |
Rename Parameter | 2 | ||
Rename Parameter timeoutUnit : TimeUnit to unit : TimeUnit in method public awaitEx(condition ThrowingSupplier<Boolean,EXCEPTION>, timeout long, unit TimeUnit, pollInterval long, pollUnit TimeUnit) : void in class org.neo4j.function.Predicates | From | To | |
Rename Parameter labelName : String to indexDescription : String in method private getState(indexDescription String, index IndexDescriptor) : InternalIndexState in class org.neo4j.kernel.builtinprocs.AwaitIndexProcedure | From | To |