fe603c7e063e4355d932f49eca77a6617820a46f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method package assignIfNotAssigned(obj T) : T moved from class org.neo4j.collection.pool.MarshlandPool.LocalSlot to class org.neo4j.collection.pool.MarshlandPool & inlined to public acquire() : T | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type referent : LocalSlot<T> to referent : LocalSlot in method private LocalSlotReference(referent LocalSlot, q ReferenceQueue<? super LocalSlot>) in class org.neo4j.collection.pool.MarshlandPool.LocalSlotReference | From | To | |
Change Parameter Type q : ReferenceQueue<? super LocalSlot<T>> to q : ReferenceQueue<? super LocalSlot> in method private LocalSlotReference(referent LocalSlot, q ReferenceQueue<? super LocalSlot>) in class org.neo4j.collection.pool.MarshlandPool.LocalSlotReference | From | To | |
Change Variable Type | 1 | ||
Change Variable Type slotReference : LocalSlotReference<T> to slotReference : LocalSlotReference in method public disposeAll() : void in class org.neo4j.collection.pool.MarshlandPool | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type phantomReference : LocalSlotReference<T> to phantomReference : LocalSlotReference in class org.neo4j.collection.pool.MarshlandPool.LocalSlot | From | To | |
Change Attribute Type slotReferences : Set<LocalSlotReference<T>> to slotReferences : Set<LocalSlotReference> in class org.neo4j.collection.pool.MarshlandPool | From | To |