81ef23979d0a51fe0a61566287df59da2581571b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public disposeAll() : void renamed to public close() : void in class org.neo4j.collection.pool.LinkedQueuePool | From | To | |
| Inline Method | 1 | ||
| Inline Method public disposeAll() : void inlined to public close() : void in class org.neo4j.collection.pool.MarshlandPool | From | To | |
| Rename Variable | 2 | ||
| Rename Variable obj : T to object : T in method public close() : void in class org.neo4j.collection.pool.MarshlandPool | From | To | |
| Rename Variable createdIds : AtomicIntegerArray to usedIds : SimpleBitSet in method public shouldBeAbleToReuseAllIdsInConcurrentCommitsWithRestart() : void in class org.neo4j.kernel.impl.store.id.ReuseExcessBatchIdsOnRestartIT | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute phantomReference : LocalSlotReference to slotWeakReference : LocalSlotReference in class org.neo4j.collection.pool.MarshlandPool.LocalSlot | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type createdIds : AtomicIntegerArray to usedIds : SimpleBitSet in method public shouldBeAbleToReuseAllIdsInConcurrentCommitsWithRestart() : void in class org.neo4j.kernel.impl.store.id.ReuseExcessBatchIdsOnRestartIT | From | To |