|
Change Parameter Type cache : Cache<SessionAttributeKey,MarshalledValue<Object,MarshallingContext>> to namesCache : Cache<SessionAttributeNamesKey,Map.Entry<AtomicInteger,ConcurrentMap<String,Integer>>> in method public FineSessionAttributesFactory(namesCache Cache<SessionAttributeNamesKey,Map.Entry<AtomicInteger,ConcurrentMap<String,Integer>>>, attributeCache Cache<SessionAttributeKey,MarshalledValue<Object,MarshallingContext>>, marshaller Marshaller<Object,MarshalledValue<Object,MarshallingContext>,MarshallingContext>, properties CacheProperties) in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributesFactory |
From |
To |
|
Change Parameter Type attribute : String to attributeId : int in method protected createKey(attributeId int) : SessionAttributeKey in class org.wildfly.clustering.web.infinispan.session.fine.FineImmutableSessionAttributes |
From |
To |
|
Change Parameter Type value : Object to entry : Map.Entry<AtomicInteger,ConcurrentMap<String,Integer>> in method public createImmutableSessionAttributes(id String, entry Map.Entry<AtomicInteger,ConcurrentMap<String,Integer>>) : ImmutableSessionAttributes in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributesFactory |
From |
To |
|
Change Parameter Type attribute : String to attributeId : int in method public SessionAttributeKey(sessionId String, attributeId int) in class org.wildfly.clustering.web.infinispan.session.fine.SessionAttributeKey |
From |
To |
|
Rename Parameter cache : Cache<SessionAttributeKey,MarshalledValue<Object,MarshallingContext>> to namesCache : Cache<SessionAttributeNamesKey,Map.Entry<AtomicInteger,ConcurrentMap<String,Integer>>> in method public FineSessionAttributesFactory(namesCache Cache<SessionAttributeNamesKey,Map.Entry<AtomicInteger,ConcurrentMap<String,Integer>>>, attributeCache Cache<SessionAttributeKey,MarshalledValue<Object,MarshallingContext>>, marshaller Marshaller<Object,MarshalledValue<Object,MarshallingContext>,MarshallingContext>, properties CacheProperties) in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributesFactory |
From |
To |
|
Rename Parameter attribute : String to attributeId : int in method protected createKey(attributeId int) : SessionAttributeKey in class org.wildfly.clustering.web.infinispan.session.fine.FineImmutableSessionAttributes |
From |
To |
|
Rename Parameter cache : Cache<SessionAttributeKey,MarshalledValue<Object,MarshallingContext>> to attributeCache : Cache<SessionAttributeKey,MarshalledValue<Object,MarshallingContext>> in method public FineSessionAttributesFactory(namesCache Cache<SessionAttributeNamesKey,Map.Entry<AtomicInteger,ConcurrentMap<String,Integer>>>, attributeCache Cache<SessionAttributeKey,MarshalledValue<Object,MarshallingContext>>, marshaller Marshaller<Object,MarshalledValue<Object,MarshallingContext>,MarshallingContext>, properties CacheProperties) in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributesFactory |
From |
To |
|
Rename Parameter value : Object to entry : Map.Entry<AtomicInteger,ConcurrentMap<String,Integer>> in method public createImmutableSessionAttributes(id String, entry Map.Entry<AtomicInteger,ConcurrentMap<String,Integer>>) : ImmutableSessionAttributes in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributesFactory |
From |
To |
|
Rename Parameter attribute : String to attributeId : int in method public SessionAttributeKey(sessionId String, attributeId int) in class org.wildfly.clustering.web.infinispan.session.fine.SessionAttributeKey |
From |
To |
|
Rename Parameter id : String to sessionId : String in method public SessionAttributeKey(sessionId String, attributeId int) in class org.wildfly.clustering.web.infinispan.session.fine.SessionAttributeKey |
From |
To |