4332c7e65256be90e808c1eae3d3a8952b39c374
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type cacheConfiguration : CacheConfiguration<K,V> to cacheConfiguration : CacheConfiguration<?,?> in method public setCacheConfiguration(cacheConfiguration CacheConfiguration<?,?>) : void in class org.apache.camel.component.ehcache.EhcacheComponent | From | To | |
Change Parameter Type cacheConfiguration : CacheConfiguration<K,V> to cacheConfiguration : CacheConfiguration<?,?> in method public setCacheConfiguration(cacheConfiguration CacheConfiguration<?,?>) : void in class org.apache.camel.component.ehcache.springboot.EhcacheComponentConfiguration | From | To | |
Change Return Type | 2 | ||
Change Return Type CacheConfiguration<K,V> to CacheConfiguration<?,?> in method public getCacheConfiguration() : CacheConfiguration<?,?> in class org.apache.camel.component.ehcache.EhcacheComponent | From | To | |
Change Return Type CacheConfiguration<K,V> to CacheConfiguration<?,?> in method public getCacheConfiguration() : CacheConfiguration<?,?> in class org.apache.camel.component.ehcache.springboot.EhcacheComponentConfiguration | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type cacheConfiguration : CacheConfiguration<K,V> to cacheConfiguration : CacheConfiguration<?,?> in class org.apache.camel.component.ehcache.springboot.EhcacheComponentConfiguration | From | To |