ecb6bc995c478f2d58df093b48421564449c38b2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type ioList : List<Class<? extends IOException>> to ioList : List<Class<? extends Exception>> in method private inspectIfAnyExceptionInChain(io Throwable, ioList List<Class<? extends Exception>>) : boolean in class org.apache.phoenix.query.ConnectionQueryServicesImpl | From | To | |
Change Parameter Type exception : Class<? extends IOException> to exception : Class<? extends Exception> in method private isExceptionInstanceOf(io Throwable, exception Class<? extends Exception>) : boolean in class org.apache.phoenix.query.ConnectionQueryServicesImpl | From | To | |
Change Variable Type | 1 | ||
Change Variable Type exception : Class<? extends IOException> to exception : Class<? extends Exception> in method private inspectIfAnyExceptionInChain(io Throwable, ioList List<Class<? extends Exception>>) : boolean in class org.apache.phoenix.query.ConnectionQueryServicesImpl | From | To |