37e74f53bd426354e842dc9a41a9b96cdff8db65
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 40
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable writeBatch : WriteBatch to batch : WriteBatch in method public writeBatch(marshalledEntries Iterable<MarshalledEntry<? extends K,? extends V>>) : void in class org.infinispan.persistence.rocksdb.RocksDBStore | From | To | |
| Merge Parameter | 1 | ||
| Merge Parameter [purgeOnStartup : boolean, fetchPersistentState : boolean, ignoreModifications : boolean, preload : boolean, shared : boolean, properties : Properties] to attributes : AttributeSet in method package DeployedStoreConfiguration(attributes AttributeSet, async AsyncStoreConfiguration, singletonStore SingletonStoreConfiguration, persistenceConfigurationBuilder PersistenceConfigurationBuilder) in class org.jboss.as.clustering.infinispan.cs.configuration.DeployedStoreConfiguration | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable writeBatch : WriteBatch to batch : WriteBatch in method private writeBatch(batch WriteBatch) : void in class org.infinispan.persistence.rocksdb.RocksDBStore | From | To | |
| Extract Method | 1 | ||
| Extract Method private writeBatch(batch WriteBatch) : void extracted from public writeBatch(marshalledEntries Iterable<MarshalledEntry<? extends K,? extends V>>) : void in class org.infinispan.persistence.rocksdb.RocksDBStore | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type batchSize : Attribute<Integer> to batchSize : int in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration | From | To | |
| Change Attribute Type customStoreClassName : String to customStoreClassName : Attribute<String> in class org.jboss.as.clustering.infinispan.cs.configuration.DeployedStoreConfiguration | From | To |