180e814b081d3707c95641171d649b547db41a04
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type caught : Exception to caught : Throwable in method public evaluate(timeoutMillis int, caught Throwable) : Throwable in class org.apache.hadoop.test.LambdaTestUtils.GenerateTimeout | From | To | |
Change Parameter Type caught : Exception to caught : Throwable in method public evaluate(timeoutMillis int, caught Throwable) : Throwable in class org.apache.hadoop.test.LambdaTestUtils.TimeoutHandler | From | To | |
Change Return Type | 2 | ||
Change Return Type Exception to Throwable in method public evaluate(timeoutMillis int, caught Throwable) : Throwable in class org.apache.hadoop.test.LambdaTestUtils.GenerateTimeout | From | To | |
Change Return Type Exception to Throwable in method public evaluate(timeoutMillis int, caught Throwable) : Throwable in class org.apache.hadoop.test.LambdaTestUtils.TimeoutHandler | From | To | |
Change Variable Type | 2 | ||
Change Variable Type ex : Exception to ex : Throwable in method public await(timeoutMillis int, check Callable<Boolean>, retry Callable<Integer>, timeoutHandler TimeoutHandler) : int in class org.apache.hadoop.test.LambdaTestUtils | From | To | |
Change Variable Type ex : Exception to ex : Throwable in method public eventually(timeoutMillis int, eval Callable<T>, retry Callable<Integer>) : T in class org.apache.hadoop.test.LambdaTestUtils | From | To |