09b0928d7a4f026c07b193f94b180edbacc6a62d
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Replace Attribute | 1 | ||
Replace Attribute private spatials : ConcurrentHashMap<CoordinateReferenceSystem,T> from class org.neo4j.kernel.impl.index.schema.SpatialIndexCache with private cache : TemporalIndexCache<String> from class org.neo4j.kernel.impl.index.schema.TemporalIndexCacheTest.CacheStresser | From | To | |
Pull Up Method | 6 | ||
Pull Up Method package closeInstantiateCloseLock() : void from class org.neo4j.kernel.impl.index.schema.SpatialIndexCache to package closeInstantiateCloseLock() : void from class org.neo4j.kernel.impl.index.schema.IndexPartsCache | From | To | |
Pull Up Method public iterator() : Iterator<T> from class org.neo4j.kernel.impl.index.schema.SpatialIndexCache to public iterator() : Iterator<T> from class org.neo4j.kernel.impl.index.schema.IndexPartsCache | From | To | |
Pull Up Method private assertOpen() : void from class org.neo4j.kernel.impl.index.schema.TemporalIndexCache to package assertOpen() : void from class org.neo4j.kernel.impl.index.schema.IndexPartsCache | From | To | |
Pull Up Method public iterator() : Iterator<T> from class org.neo4j.kernel.impl.index.schema.TemporalIndexCache to public iterator() : Iterator<T> from class org.neo4j.kernel.impl.index.schema.IndexPartsCache | From | To | |
Pull Up Method package shutInstantiateCloseLock() : void from class org.neo4j.kernel.impl.index.schema.TemporalIndexCache to package closeInstantiateCloseLock() : void from class org.neo4j.kernel.impl.index.schema.IndexPartsCache | From | To | |
Pull Up Method protected assertOpen() : void from class org.neo4j.kernel.impl.index.schema.SpatialIndexCache to package assertOpen() : void from class org.neo4j.kernel.impl.index.schema.IndexPartsCache | From | To | |
Pull Up Attribute | 4 | ||
Pull Up Attribute private closed : boolean from class org.neo4j.kernel.impl.index.schema.TemporalIndexCache to private closed : boolean from class org.neo4j.kernel.impl.index.schema.IndexPartsCache | From | To | |
Pull Up Attribute private instantiateCloseLock : Lock from class org.neo4j.kernel.impl.index.schema.TemporalIndexCache to package instantiateCloseLock : Lock from class org.neo4j.kernel.impl.index.schema.IndexPartsCache | From | To | |
Pull Up Attribute private closed : boolean from class org.neo4j.kernel.impl.index.schema.SpatialIndexCache to private closed : boolean from class org.neo4j.kernel.impl.index.schema.IndexPartsCache | From | To | |
Pull Up Attribute private instantiateCloseLock : Lock from class org.neo4j.kernel.impl.index.schema.SpatialIndexCache to package instantiateCloseLock : Lock from class org.neo4j.kernel.impl.index.schema.IndexPartsCache | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.neo4j.kernel.impl.index.schema.IndexPartsCache from classes [org.neo4j.kernel.impl.index.schema.SpatialIndexCache, org.neo4j.kernel.impl.index.schema.TemporalIndexCache] | From | To |