d2ec7d0d24275b245a535d96a7a9bb514e84f0b2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type q : ReferenceQueue<? super LocalSlot> to q : ReferenceQueue<? super LocalSlot<T>> in method private LocalSlotReference(referent LocalSlot<T>, q ReferenceQueue<? super LocalSlot<T>>) in class org.neo4j.collection.pool.MarshlandPool.LocalSlotReference | From | To | |
Change Parameter Type monitor : Monitor to monitor : Monitor<R> in method public LinkedQueuePool(minSize int, factory Factory<R>, strategy CheckStrategy, monitor Monitor<R>) in class org.neo4j.collection.pool.LinkedQueuePool | From | To | |
Change Parameter Type referent : LocalSlot to referent : LocalSlot<T> in method private LocalSlotReference(referent LocalSlot<T>, q ReferenceQueue<? super LocalSlot<T>>) in class org.neo4j.collection.pool.MarshlandPool.LocalSlotReference | From | To | |
Rename Variable | 1 | ||
Rename Variable object : T to obj : T in method public acquire() : T in class org.neo4j.collection.pool.MarshlandPool | From | To | |
Rename Attribute | 2 | ||
Rename Attribute object : T to localSlotObject : T in class org.neo4j.collection.pool.MarshlandPool.LocalSlot | From | To | |
Rename Attribute pool : Pool<T> to delegate : Pool<T> in class org.neo4j.collection.pool.MarshlandPool | From | To | |
Change Variable Type | 1 | ||
Change Variable Type slotReference : LocalSlotReference to slotReference : LocalSlotReference<T> in method public close() : void in class org.neo4j.collection.pool.MarshlandPool | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type slotReferences : Set<LocalSlotReference> to slotReferences : Set<LocalSlotReference<T>> in class org.neo4j.collection.pool.MarshlandPool | From | To | |
Change Attribute Type monitor : Monitor to monitor : Monitor<R> in class org.neo4j.collection.pool.LinkedQueuePool | From | To | |
Change Attribute Type slotWeakReference : LocalSlotReference to slotWeakReference : LocalSlotReference<T> in class org.neo4j.collection.pool.MarshlandPool.LocalSlot | From | To |