|
Change Variable Type exceptions : Collection<IgniteExceptionRegistry.IgniteExceptionInfo> to exceptions : Collection<IgniteExceptionRegistry.ExceptionInfo> in method public testOnException() : void in class org.apache.ignite.internal.util.IgniteExceptionRegistrySelfTest |
From |
To |
|
Change Variable Type errors : List<IgniteExceptionInfo> to errors : List<ExceptionInfo> in method package getErrors() : Collection<ExceptionInfo> in class org.apache.ignite.internal.util.IgniteExceptionRegistry |
From |
To |
|
Change Variable Type descIter : Iterator<IgniteExceptionInfo> to descIter : Iterator<ExceptionInfo> in method public printErrors() : void in class org.apache.ignite.internal.util.IgniteExceptionRegistry |
From |
To |
|
Change Variable Type e : IgniteExceptionRegistry.IgniteExceptionInfo to e : IgniteExceptionRegistry.ExceptionInfo in method public testOnException() : void in class org.apache.ignite.internal.util.IgniteExceptionRegistrySelfTest |
From |
To |
|
Change Variable Type entry : IgniteExceptionInfo to entry : ExceptionInfo in method package getErrors() : Collection<ExceptionInfo> in class org.apache.ignite.internal.util.IgniteExceptionRegistry |
From |
To |
|
Change Variable Type error : IgniteExceptionInfo to error : ExceptionInfo in method public printErrors() : void in class org.apache.ignite.internal.util.IgniteExceptionRegistry |
From |
To |