96b6809aaf439aa119d00673941bca1c9829c04b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type cache : SpatialIndexCache<String,Exception> to cache : SpatialIndexCache<String> in method package CacheStresser(cache SpatialIndexCache<String>, shouldContinue AtomicBoolean) in class org.neo4j.kernel.impl.index.schema.SpatialIndexCacheTest.CacheStresser | From | To | |
Change Parameter Type factory : Factory<T,E> to factory : Factory<T> in method package SpatialIndexCache(factory Factory<T>) in class org.neo4j.kernel.impl.index.schema.SpatialIndexCache | From | To | |
Change Parameter Type indexCache : SpatialIndexCache<T,E> to indexCache : SpatialIndexCache<T> in method package loadExistingIndexes(indexCache SpatialIndexCache<T>) : void in class org.neo4j.kernel.impl.index.schema.SpatialIndexFiles | From | To | |
Rename Variable | 1 | ||
Rename Variable t : Exception to e : IOException in method package uncheckedSelect(crs CoordinateReferenceSystem) : T in class org.neo4j.kernel.impl.index.schema.SpatialIndexCache | From | To | |
Rename Attribute | 1 | ||
Rename Attribute r : Random to random : Random in class org.neo4j.kernel.impl.index.schema.SpatialIndexCacheTest.CacheStresser | From | To | |
Extract Variable | 1 | ||
Extract Variable partPopulator : PartPopulator in method public add(updates Collection<? extends IndexEntryUpdate<?>>) : void from class org.neo4j.kernel.impl.index.schema.SpatialIndexPopulator | From | To | |
Change Variable Type | 2 | ||
Change Variable Type t : Exception to e : IOException in method package uncheckedSelect(crs CoordinateReferenceSystem) : T in class org.neo4j.kernel.impl.index.schema.SpatialIndexCache | From | To | |
Change Variable Type cache : SpatialIndexCache<String,Exception> to cache : SpatialIndexCache<String> in method public stressCache() : void in class org.neo4j.kernel.impl.index.schema.SpatialIndexCacheTest | 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.SpatialIndexCache | From | To | |
Change Attribute Type cache : SpatialIndexCache<String,Exception> to cache : SpatialIndexCache<String> in class org.neo4j.kernel.impl.index.schema.SpatialIndexCacheTest.CacheStresser | From | To |