b6c5b2bba520dec745298021cf2f70929f6130a9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable slot : Slot to counter : AtomicLong in method public add(item Type) : void in class org.neo4j.concurrent.RecentK | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute index : ConcurrentHashMap<Type,Slot> to recentItems : ConcurrentHashMap<Type,AtomicLong> in class org.neo4j.concurrent.RecentK | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type slot : Slot to counter : AtomicLong in method public add(item Type) : void in class org.neo4j.concurrent.RecentK | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type index : ConcurrentHashMap<Type,Slot> to recentItems : ConcurrentHashMap<Type,AtomicLong> in class org.neo4j.concurrent.RecentK | From | To |