e715c5601e2e8bb69fc73d25efbb152fa6f54e3e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type indexCache : TemporalIndexCache<T,E> to indexCache : TemporalIndexCache<T> in method package loadExistingIndexes(indexCache TemporalIndexCache<T>) : void in class org.neo4j.kernel.impl.index.schema.TemporalIndexFiles | From | To | |
Change Parameter Type cache : TemporalIndexCache<String,Exception> to cache : TemporalIndexCache<String> in method package CacheStresser(cache TemporalIndexCache<String>) in class org.neo4j.kernel.impl.index.schema.TemporalIndexCacheTest.CacheStresser | From | To | |
Change Parameter Type factory : Factory<T,E> to factory : Factory<T> in method package TemporalIndexCache(factory Factory<T>) in class org.neo4j.kernel.impl.index.schema.TemporalIndexCache | From | To | |
Change Variable Type | 2 | ||
Change Variable Type cache : TemporalIndexCache<String,Exception> to cache : TemporalIndexCache<String> in method public shouldIterateOverCreatedParts() : void in class org.neo4j.kernel.impl.index.schema.TemporalIndexCacheTest | From | To | |
Change Variable Type cache : TemporalIndexCache<String,Exception> to cache : TemporalIndexCache<String> in method public stressCache() : void in class org.neo4j.kernel.impl.index.schema.TemporalIndexCacheTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type factory : Factory<T,E> to factory : Factory<T> in class org.neo4j.kernel.impl.index.schema.TemporalIndexCache | From | To | |
Change Attribute Type cache : TemporalIndexCache<String,Exception> to cache : TemporalIndexCache<String> in class org.neo4j.kernel.impl.index.schema.TemporalIndexCacheTest.CacheStresser | From | To |