5d291961604be26f8be1228e2bf68ab39eec30ed
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public stripException(throwableToStrip Throwable, typeToStrip Class<? extends Throwable>) : Throwable extracted from public stripCompletionException(throwable Throwable) : Throwable in class org.apache.flink.util.ExceptionUtils | From | To | |
Extract Method public stripException(throwableToStrip Throwable, typeToStrip Class<? extends Throwable>) : Throwable extracted from public stripExecutionException(throwable Throwable) : Throwable in class org.apache.flink.util.ExceptionUtils | From | To | |
Rename Parameter | 2 | ||
Rename Parameter throwable : Throwable to throwableToStrip : Throwable in method public stripException(throwableToStrip Throwable, typeToStrip Class<? extends Throwable>) : Throwable in class org.apache.flink.util.ExceptionUtils | From | To |