c560a456344909ec60174671a659fffecbc5b438
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute errorHandler : ErrorHandler to throwables : List<Throwable> in method public execute(throwingRunnable ThrowingRunnable) : void in class org.neo4j.causalclustering.helper.ErrorHandler | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable action : ThrowingRunnable to throwingRunnable : ThrowingRunnable in method public execute(throwingRunnable ThrowingRunnable) : void in class org.neo4j.causalclustering.helper.ErrorHandler | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type errorHandler : ErrorHandler to throwables : List<Throwable> in method public execute(throwingRunnable ThrowingRunnable) : void in class org.neo4j.causalclustering.helper.ErrorHandler | From | To | |
| Extract Method | 1 | ||
| Extract Method public execute(throwingRunnable ThrowingRunnable) : void extracted from public runAll(description String, actions ThrowingRunnable...) : void in class org.neo4j.causalclustering.helper.ErrorHandler | From | To |