6c06be907c0041bec3ced5b74c1fe8eae5bb872c
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public build(target ServiceTarget) : ServiceBuilder<Configuration> from class org.jboss.as.clustering.infinispan.subsystem.DistributedCacheBuilder to public build(target ServiceTarget) : ServiceBuilder<Configuration> from class org.jboss.as.clustering.infinispan.subsystem.SegmentedCacheBuilder | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute private consistentHashStrategy : ConsistentHashStrategy from class org.jboss.as.clustering.infinispan.subsystem.DistributedCacheBuilder to private consistentHashStrategy : ConsistentHashStrategy from class org.jboss.as.clustering.infinispan.subsystem.SegmentedCacheBuilder | From | To | |
Pull Up Attribute private global : ValueDependency<GlobalConfiguration> from class org.jboss.as.clustering.infinispan.subsystem.DistributedCacheBuilder to private global : ValueDependency<GlobalConfiguration> from class org.jboss.as.clustering.infinispan.subsystem.SegmentedCacheBuilder | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable i : int to index : int in method private parseSegmentedCacheAttribute(reader XMLExtendedStreamReader, index int, address PathAddress, operations Map<PathAddress,ModelNode>) : void in class org.jboss.as.clustering.infinispan.subsystem.InfinispanSubsystemXMLReader | From | To | |
Extract Superclass | 2 | ||
Extract Superclass org.jboss.as.clustering.infinispan.subsystem.SegmentedCacheBuilder from classes [org.jboss.as.clustering.infinispan.subsystem.DistributedCacheBuilder] | From | To | |
Extract Superclass org.jboss.as.clustering.infinispan.subsystem.SegmentedCacheResourceDefinition from classes [org.jboss.as.clustering.infinispan.subsystem.DistributedCacheResourceDefinition] | From | To | |
Rename Attribute | 1 | ||
Rename Attribute consistentHashStrategy : ConsistentHashStrategy to capacityFactor : int in class org.jboss.as.clustering.infinispan.subsystem.DistributedCacheBuilder | From | To | |
Extract Method | 3 | ||
Extract Method private writeSegmentedCacheAttributes(writer XMLExtendedStreamWriter, name String, cache ModelNode) : void extracted from public writeContent(writer XMLExtendedStreamWriter, context SubsystemMarshallingContext) : void in class org.jboss.as.clustering.infinispan.subsystem.InfinispanSubsystemXMLWriter | From | To | |
Extract Method private parseSegmentedCacheAttribute(reader XMLExtendedStreamReader, index int, address PathAddress, operations Map<PathAddress,ModelNode>) : void extracted from private parseDistributedCache(reader XMLExtendedStreamReader, containerAddress PathAddress, operations Map<PathAddress,ModelNode>) : void in class org.jboss.as.clustering.infinispan.subsystem.InfinispanSubsystemXMLReader | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type consistentHashStrategy : ConsistentHashStrategy to capacityFactor : int in class org.jboss.as.clustering.infinispan.subsystem.DistributedCacheBuilder | From | To |