fa506cbf50759f6f1d40144756dbb5e7b902b355
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type value : String to value : long in method public setProperty(key String, value long) : TypedProperties in class org.infinispan.commons.util.TypedProperties | From | To | |
| Move Method | 3 | ||
| Move Method public setProperty(key String, value String) : TypedProperties from class org.infinispan.client.hotrod.impl.TypedProperties to public setProperty(key String, value long) : TypedProperties from class org.infinispan.commons.util.TypedProperties | From | To | |
| Move Method public getEnumProperty(key String, enumClass Class<T>, defaultValue T) : T from class org.infinispan.client.hotrod.impl.TypedProperties to public getEnumProperty(key String, enumClass Class<T>, defaultValue T) : T from class org.infinispan.commons.util.TypedProperties | From | To | |
| Move Method public getEnumProperty(key String, enumClass Class<T>, defaultValue T, doStringReplace boolean) : T from class org.infinispan.client.hotrod.impl.TypedProperties to public getEnumProperty(key String, enumClass Class<T>, defaultValue T, doStringReplace boolean) : T from class org.infinispan.commons.util.TypedProperties | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Pattern to String in method public getNearCacheNamePattern() : String in class org.infinispan.client.hotrod.impl.ConfigurationProperties | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type properties : Properties to properties : TypedProperties in method public properties() : Properties in class org.infinispan.client.hotrod.configuration.Configuration | From | To | |
| Extract Method | 1 | ||
| Extract Method public setServerList(serverList String) : void extracted from public ConfigurationProperties(serverList String) in class org.infinispan.client.hotrod.impl.ConfigurationProperties | From | To |