a366928f84be9b04393c15fbaf1f5e2fd3ca1dcb
Files Diff
- Added: 1
 - Removed: 0
 - Renamed: 0
 - Modified: 8
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable entry : ExceptionInfo to error : ExceptionInfo in method public getErrors(order long) : List<ExceptionInfo> in class org.apache.ignite.internal.util.IgniteExceptionRegistry | From | To | |
| Rename Variable exceptions : Collection<IgniteExceptionRegistry.ExceptionInfo> to errors : Collection<IgniteExceptionRegistry.ExceptionInfo> in method public testOnException() : void in class org.apache.ignite.internal.util.IgniteExceptionRegistrySelfTest | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Collection<ExceptionInfo> to List<ExceptionInfo> in method public getErrors(order long) : List<ExceptionInfo> in class org.apache.ignite.internal.util.IgniteExceptionRegistry.DummyRegistry | From | To | |
| Change Return Type Collection<ExceptionInfo> to List<ExceptionInfo> in method public getErrors(order long) : List<ExceptionInfo> in class org.apache.ignite.internal.util.IgniteExceptionRegistry | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter exception : Throwable to error : Throwable in method public ExceptionInfo(order long, error Throwable, msg String, threadId long, threadName String, time long) in class org.apache.ignite.internal.util.IgniteExceptionRegistry.ExceptionInfo | From | To | |
| Rename Parameter g : IgniteEx to ignite : IgniteEx in method private scheduleCleanupJob(ignite IgniteEx) : void in class org.apache.ignite.internal.visor.compute.VisorComputeMonitoringHolder | From | To |