2bfb89322473b6579a59d114b45eb6e9532df4d6
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type rsrc : Closeable to rsrc : AutoCloseable in method public close(rsrc AutoCloseable, log IgniteLogger) : void in class org.apache.ignite.internal.util.IgniteUtils | From | To | |
Change Variable Type | 2 | ||
Change Variable Type list : ArrayList<R> to list : List<R> in method public arrayList(c Iterable<T>, cap int, p IgnitePredicate<? super T>...) : List<R> in class org.apache.ignite.internal.util.IgniteUtils | From | To | |
Change Variable Type evt : GridTuple4<Integer,Long,ClusterNode,Collection<ClusterNode>> to evt : GridTuple5<Integer,Long,ClusterNode,Collection<ClusterNode>,Serializable> in method private body0() : void in class org.apache.ignite.internal.managers.discovery.GridDiscoveryManager.DiscoveryWorker | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type evts : BlockingQueue<GridTuple4<Integer,Long,ClusterNode,Collection<ClusterNode>>> to evts : BlockingQueue<GridTuple5<Integer,Long,ClusterNode,Collection<ClusterNode>,Serializable>> in class org.apache.ignite.internal.managers.discovery.GridDiscoveryManager.DiscoveryWorker | From | To | |
Rename Parameter | 1 | ||
Rename Parameter index : int to idx : int in method public toDigit(ch char, idx int) : int in class org.apache.ignite.internal.util.IgniteUtils | From | To |