30c4d534683b6904235fe438aee3359d9c6ea2c0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 4 | ||
Change Variable Type entry : Entry<VALUE> to entry : Entry in method public run() : void in class org.neo4j.kernel.impl.util.collection.TimedRepository | From | To | |
Change Variable Type entry : Entry<VALUE> to entry : Entry in method public release(key KEY) : void in class org.neo4j.kernel.impl.util.collection.TimedRepository | From | To | |
Change Variable Type entry : Entry<VALUE> to entry : Entry in method public acquire(key KEY) : VALUE in class org.neo4j.kernel.impl.util.collection.TimedRepository | From | To | |
Change Variable Type entry : Entry<VALUE> to entry : Entry in method public end(key KEY) : void in class org.neo4j.kernel.impl.util.collection.TimedRepository | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type repo : ConcurrentMap<KEY,Entry<VALUE>> to repo : ConcurrentMap<KEY,Entry> in class org.neo4j.kernel.impl.util.collection.TimedRepository | From | To |