6cdd84a4037ac46c7a6d34675fcba19a98428d3e
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getCacheEntry() : CoarseSessionCacheEntry<L> renamed to public getMutableSessionEntry() : MutableCacheEntry<CoarseSessionCacheEntry<L>> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionEntry | From | To | |
| Change Parameter Type | 6 | ||
| Change Parameter Type entry : FineSessionCacheEntry<L> to entry : MutableCacheEntry<FineSessionCacheEntry<L>> in method public createSession(id String, entry MutableCacheEntry<FineSessionCacheEntry<L>>) : Session<L> in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionFactory | From | To | |
| Change Parameter Type cacheEntry : CoarseSessionCacheEntry<L> to sessionEntry : MutableCacheEntry<CoarseSessionCacheEntry<L>> in method public CoarseSessionEntry(sessionEntry MutableCacheEntry<CoarseSessionCacheEntry<L>>, attributesEntry MutableCacheEntry<Map<String,Object>>) in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionEntry | From | To | |
| Change Parameter Type attributes : MarshalledValue<Map<String,Object>,MarshallingContext> to attributes : Map<String,Object> in method public CoarseImmutableSessionAttributes(attributes Map<String,Object>) in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseImmutableSessionAttributes | From | To | |
| Change Parameter Type attributes : MarshalledValue<Map<String,Object>,MarshallingContext> to attributes : Map<String,Object> in method public CoarseSessionAttributes(attributes Map<String,Object>, mutator Mutator) in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionAttributes | From | To | |
| Change Parameter Type entry : FineSessionCacheEntry<L> to entry : MutableCacheEntry<FineSessionCacheEntry<L>> in method public createImmutableSession(id String, entry MutableCacheEntry<FineSessionCacheEntry<L>>) : ImmutableSession in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionFactory | From | To | |
| Change Parameter Type attributes : MarshalledValue<Map<String,Object>,MarshallingContext> to attributesEntry : MutableCacheEntry<Map<String,Object>> in method public CoarseSessionEntry(sessionEntry MutableCacheEntry<CoarseSessionCacheEntry<L>>, attributesEntry MutableCacheEntry<Map<String,Object>>) in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionEntry | From | To | |
| Rename Variable | 5 | ||
| Rename Variable value : MarshalledValue<Map<String,Object>,MarshallingContext> to attributesEntry : MutableCacheEntry<Map<String,Object>> in method public createImmutableSession(id String, entry CoarseSessionEntry<L>) : ImmutableSession in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory | From | To | |
| Rename Variable entry : FineSessionCacheEntry<L> to value : FineSessionCacheEntry<L> in method public createValue(id String) : MutableCacheEntry<FineSessionCacheEntry<L>> in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionFactory | From | To | |
| Rename Variable cacheEntry : CoarseSessionCacheEntry<L> to sessionEntry : MutableCacheEntry<CoarseSessionCacheEntry<L>> in method public createImmutableSession(id String, entry CoarseSessionEntry<L>) : ImmutableSession in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory | From | To | |
| Rename Variable map : Map<String,Object> to attributes : Map<String,Object> in method public createValue(id String) : CoarseSessionEntry<L> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory | From | To | |
| Rename Variable value : MarshalledValue<Map<String,Object>,MarshallingContext> to attributesEntry : MutableCacheEntry<Map<String,Object>> in method public createSession(id String, entry CoarseSessionEntry<L>) : Session<L> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory | From | To | |
| Change Return Type | 3 | ||
| Change Return Type FineSessionCacheEntry<L> to MutableCacheEntry<FineSessionCacheEntry<L>> in method public createValue(id String) : MutableCacheEntry<FineSessionCacheEntry<L>> in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionFactory | From | To | |
| Change Return Type FineSessionCacheEntry<L> to MutableCacheEntry<FineSessionCacheEntry<L>> in method public findValue(id String) : MutableCacheEntry<FineSessionCacheEntry<L>> in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionFactory | From | To | |
| Change Return Type CoarseSessionCacheEntry<L> to MutableCacheEntry<CoarseSessionCacheEntry<L>> in method public getMutableSessionEntry() : MutableCacheEntry<CoarseSessionCacheEntry<L>> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionEntry | From | To | |
| Merge Variable | 1 | ||
| Merge Variable [cacheEntry : CoarseSessionCacheEntry<L>, sessionMutator : Mutator] to sessionEntry : MutableCacheEntry<CoarseSessionCacheEntry<L>> in method public createSession(id String, entry CoarseSessionEntry<L>) : Session<L> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute attributes : MarshalledValue<Map<String,Object>,MarshallingContext> to attributesEntry : MutableCacheEntry<Map<String,Object>> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionEntry | From | To | |
| Rename Attribute cacheEntry : CoarseSessionCacheEntry<L> to sessionEntry : MutableCacheEntry<CoarseSessionCacheEntry<L>> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionEntry | From | To | |
| Extract Variable | 2 | ||
| Extract Variable key : SessionAttributesCacheKey in method public createValue(id String) : CoarseSessionEntry<L> from class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory | From | To | |
| Extract Variable key : SessionAttributesCacheKey in method public findValue(id String) : CoarseSessionEntry<L> from class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type cacheEntry : CoarseSessionCacheEntry<L> to sessionEntry : MutableCacheEntry<CoarseSessionCacheEntry<L>> in method public createImmutableSession(id String, entry CoarseSessionEntry<L>) : ImmutableSession in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory | From | To | |
| Change Variable Type value : MarshalledValue<Map<String,Object>,MarshallingContext> to attributesEntry : MutableCacheEntry<Map<String,Object>> in method public createSession(id String, entry CoarseSessionEntry<L>) : Session<L> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory | From | To | |
| Change Variable Type value : MarshalledValue<Map<String,Object>,MarshallingContext> to attributesEntry : MutableCacheEntry<Map<String,Object>> in method public createImmutableSession(id String, entry CoarseSessionEntry<L>) : ImmutableSession in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory | From | To | |
| Extract Method | 1 | ||
| Extract Method protected read(name String, value V) : Object extracted from public getAttribute(name String) : Object in class org.wildfly.clustering.web.infinispan.session.fine.FineImmutableSessionAttributes | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type cacheEntry : CoarseSessionCacheEntry<L> to sessionEntry : MutableCacheEntry<CoarseSessionCacheEntry<L>> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionEntry | From | To | |
| Change Attribute Type attributes : MarshalledValue<Map<String,Object>,MarshallingContext> to attributesEntry : MutableCacheEntry<Map<String,Object>> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionEntry | From | To | |
| Change Attribute Type attributes : MarshalledValue<Map<String,Object>,MarshallingContext> to attributes : Map<String,Object> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseImmutableSessionAttributes | From | To | |
| Extract And Move Method | 3 | ||
| Extract And Move Method protected read(name String, value V) : Object extracted from public getAttribute(name String) : Object in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributes & moved to class org.wildfly.clustering.web.infinispan.session.fine.FineImmutableSessionAttributes | From | To | |
| Extract And Move Method protected read(name String, value V) : Object extracted from public removeAttribute(name String) : Object in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributes & moved to class org.wildfly.clustering.web.infinispan.session.fine.FineImmutableSessionAttributes | From | To | |
| Extract And Move Method protected read(name String, value V) : Object extracted from public setAttribute(name String, attribute Object) : Object in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributes & moved to class org.wildfly.clustering.web.infinispan.session.fine.FineImmutableSessionAttributes | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter cacheEntry : CoarseSessionCacheEntry<L> to sessionEntry : MutableCacheEntry<CoarseSessionCacheEntry<L>> in method public CoarseSessionEntry(sessionEntry MutableCacheEntry<CoarseSessionCacheEntry<L>>, attributesEntry MutableCacheEntry<Map<String,Object>>) in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionEntry | From | To | |
| Rename Parameter attributes : MarshalledValue<Map<String,Object>,MarshallingContext> to attributesEntry : MutableCacheEntry<Map<String,Object>> in method public CoarseSessionEntry(sessionEntry MutableCacheEntry<CoarseSessionCacheEntry<L>>, attributesEntry MutableCacheEntry<Map<String,Object>>) in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionEntry | From | To |