cef5227afb48638c1c4aa0ce26eaaa2244a5edc1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type qryType : CacheQueryType to qryType : String in method public CacheQueryExecutedEvent(node ClusterNode, msg String, type int, qryType String, cacheName String, clsName String, clause String, scanQryFilter IgniteBiPredicate<K,V>, contQryFilter CacheEntryEventSerializableFilter<K,V>, args Object[], subjId UUID, taskName String) in class org.apache.ignite.events.CacheQueryExecutedEvent | From | To | |
Change Parameter Type qryType : CacheQueryType to qryType : String in method public CacheQueryReadEvent(node ClusterNode, msg String, type int, qryType String, cacheName String, clsName String, clause String, scanQryFilter IgniteBiPredicate<K,V>, contQryFilter CacheEntryEventSerializableFilter<K,V>, args Object[], subjId UUID, taskName String, key K, val V, oldVal V, row Object) in class org.apache.ignite.events.CacheQueryReadEvent | From | To | |
Change Return Type | 2 | ||
Change Return Type CacheQueryType to String in method public queryType() : String in class org.apache.ignite.events.CacheQueryReadEvent | From | To | |
Change Return Type CacheQueryType to String in method public queryType() : String in class org.apache.ignite.events.CacheQueryExecutedEvent | From | To | |
Change Variable Type | 2 | ||
Change Variable Type qe : CacheQueryReadEvent<UUID,Person> to qe : CacheQueryExecutedEvent in method public apply(evt Event) : boolean in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest.testTextQueryEvents.localListen | From | To | |
Change Variable Type qe : CacheQueryReadEvent<Integer,Integer> to qe : CacheQueryExecutedEvent in method public apply(evt Event) : boolean in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest.checkScanQueryEvents.localListen | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type qryType : CacheQueryType to qryType : String in class org.apache.ignite.events.CacheQueryExecutedEvent | From | To | |
Change Attribute Type qryType : CacheQueryType to qryType : String in class org.apache.ignite.events.CacheQueryReadEvent | From | To |