f2564a48514eca7ef43d0b8ab009f2c1485a886e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public closeAll(throwableClass Class<E>, closeables T...) : void renamed to public close(constructor BiFunction<String,Throwable,E>, closeables T...) : void in class org.neo4j.io.IOUtils | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type cause : Exception to cause : Throwable in method public AuxiliaryTransactionStateCloseException(message String, cause Throwable) in class org.neo4j.kernel.api.txstate.aux.AuxiliaryTransactionStateCloseException | From | To | |
Change Parameter Type throwableClass : Class<E> to constructor : BiFunction<String,Throwable,E> in method public close(constructor BiFunction<String,Throwable,E>, closeables T...) : void in class org.neo4j.io.IOUtils | From | To | |
Change Variable Type | 1 | ||
Change Variable Type closeThrowable : Throwable to closeThrowable : E in method public close(constructor BiFunction<String,Throwable,E>, closeables T...) : void in class org.neo4j.io.IOUtils | From | To | |
Rename Parameter | 1 | ||
Rename Parameter throwableClass : Class<E> to constructor : BiFunction<String,Throwable,E> in method public close(constructor BiFunction<String,Throwable,E>, closeables T...) : void in class org.neo4j.io.IOUtils | From | To |