a61500219f7a7d6be30c2fcc002ea3bd20718f98
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type maps : ConcurrentMap<Object,LocalMap<?,?>> to maps : ConcurrentMap<String,LocalMap<?,?>> in method package LocalMapImpl(name String, maps ConcurrentMap<String,LocalMap<?,?>>) in class io.vertx.core.shareddata.impl.LocalMapImpl | From | To | |
Inline Variable | 1 | ||
Inline Variable theCounter : Counter in method private getLocalCounter(name String, resultHandler Handler<AsyncResult<Counter>>) : void from class io.vertx.core.shareddata.impl.SharedDataImpl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type maps : ConcurrentMap<Object,LocalMap<?,?>> to maps : ConcurrentMap<String,LocalMap<?,?>> in class io.vertx.core.shareddata.impl.LocalMapImpl | From | To | |
Change Attribute Type localMaps : ConcurrentMap<Object,LocalMap<?,?>> to localMaps : ConcurrentMap<String,LocalMap<?,?>> in class io.vertx.core.shareddata.impl.SharedDataImpl | From | To |