c9df98f8a647067d139cbd26f591e505bbfeada5
Files Diff
- Added: 14
- Removed: 16
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable ctx : ServiceContextImpl to svcCtx : ServiceContextImpl in method private cancel(ctxs Iterable<ServiceContextImpl>, cancelCnt int) : void in class org.apache.ignite.internal.processors.service.GridServiceProcessor | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class org.apache.ignite.examples.computegrid.ComputeExecutorServiceExample moved and renamed to org.apache.ignite.examples.datastructures.IgniteExecutorServiceExample | From | To | |
Move And Rename Class org.apache.ignite.examples.java8.computegrid.ComputeContinuousMapperExample moved and renamed to org.apache.ignite.examples.java8.messaging.MessagingPingPongExample | From | To | |
Move Class | 2 | ||
Move Class org.apache.ignite.examples.java8.computegrid.ComputeScheduleExample moved to org.apache.ignite.examples.java8.misc.schedule.ComputeScheduleExample | From | To | |
Move Class org.apache.ignite.examples.computegrid.ComputeScheduleExample moved to org.apache.ignite.examples.misc.schedule.ComputeScheduleExample | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type map : Map<K,V> to map : IgniteCache<K,V> in class org.apache.ignite.examples.servicegrid.SimpleMapServiceImpl | From | To |