|
Change Parameter Type countStore : CountStore to countStore : InMemoryCountsStore in method public UpdateWorker(txId long, map Map<CountsKey,long[]>, countStore InMemoryCountsStore) in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreIntegrationTest.UpdateWorker |
From |
To |
|
Change Parameter Type diff : Map<CountsKey,long[]> to diff : ConcurrentHashMap<CountsKey,long[]> in method public applyDiffToMap(map ConcurrentHashMap<CountsKey,long[]>, diff ConcurrentHashMap<CountsKey,long[]>) : ConcurrentHashMap<CountsKey,long[]> in class org.neo4j.kernel.impl.store.countStore.IntermediateStateTestManager |
From |
To |
|
Change Parameter Type map : Map<CountsKey,long[]> to map : ConcurrentHashMap<CountsKey,long[]> in method public applyDiffToMap(map ConcurrentHashMap<CountsKey,long[]>, diff ConcurrentHashMap<CountsKey,long[]>) : ConcurrentHashMap<CountsKey,long[]> in class org.neo4j.kernel.impl.store.countStore.IntermediateStateTestManager |
From |
To |
|
Change Parameter Type map : Map<CountsKey,long[]> to map : ConcurrentHashMap<CountsKey,long[]> in method public getNextUpdateMap(map ConcurrentHashMap<CountsKey,long[]>) : int in class org.neo4j.kernel.impl.store.countStore.IntermediateStateTestManager |
From |
To |
|
Change Parameter Type snapshot : Snapshot to snapshot : CountsSnapshot in method public InMemoryCountsStore(snapshot CountsSnapshot) in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStore |
From |
To |
|
Change Parameter Type countStore : CountStore to countStore : InMemoryCountsStore in method public SnapshotWorker(txId int, intermediateStateTestManager IntermediateStateTestManager, countStore InMemoryCountsStore) in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreIntegrationTest.SnapshotWorker |
From |
To |
|
Change Parameter Type nextMap : ConcurrentHashMap<CountsKey,long[]> to nextMap : Map<CountsKey,long[]> in method private copyOfMap(nextMap Map<CountsKey,long[]>) : HashMap<CountsKey,long[]> in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStore |
From |
To |
|
Change Parameter Type map : ConcurrentHashMap<CountsKey,long[]> to map : Map<CountsKey,long[]> in method public CountsSnapshot(txId long, map Map<CountsKey,long[]>) in class org.neo4j.kernel.impl.store.countStore.CountsSnapshot |
From |
To |
|
Move Method public correctlySerializesEntityNode() : void from class org.neo4j.kernel.impl.store.countStore.CountStoreSnapshotSerializerTest to public correctlySerializesEntityNode() : void from class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreCountsSnapshotSerializerTest |
From |
To |
|
Move Method public correctlySerializesEntityRelationship() : void from class org.neo4j.kernel.impl.store.countStore.CountStoreSnapshotSerializerTest to public correctlySerializesEntityRelationship() : void from class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreCountsSnapshotSerializerTest |
From |
To |
|
Move Method public correctlySerializesIndexStatistics() : void from class org.neo4j.kernel.impl.store.countStore.CountStoreSnapshotSerializerTest to public correctlySerializesIndexStatistics() : void from class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreCountsSnapshotSerializerTest |
From |
To |
|
Move Method public correctlySerializesIndexSample() : void from class org.neo4j.kernel.impl.store.countStore.CountStoreSnapshotSerializerTest to public correctlySerializesIndexSample() : void from class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreCountsSnapshotSerializerTest |
From |
To |
|
Move Method private writeAndSerializeEntityRelationship(startId int, type int, endId int, count long) : void from class org.neo4j.kernel.impl.store.countStore.CountStoreSnapshotSerializerTest to private writeAndSerializeEntityRelationship(startId int, type int, endId int, count long) : void from class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreCountsSnapshotSerializerTest |
From |
To |
|
Move Method private writeAndSerializeEntityNode(labelId int, count long) : void from class org.neo4j.kernel.impl.store.countStore.CountStoreSnapshotSerializerTest to private writeAndSerializeEntityNode(labelId int, count long) : void from class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreCountsSnapshotSerializerTest |
From |
To |
|
Move Method public correctlySerializesTxId() : void from class org.neo4j.kernel.impl.store.countStore.CountStoreSnapshotSerializerTest to public correctlySerializesTxId() : void from class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreCountsSnapshotSerializerTest |
From |
To |
|
Move Method public correctlySerializesTxIdAndMapSize() : void from class org.neo4j.kernel.impl.store.countStore.CountStoreSnapshotSerializerTest to public correctlySerializesTxIdAndMapSize() : void from class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreCountsSnapshotSerializerTest |
From |
To |
|
Move Method private writeAndSerializeIndexSample(labelId int, propertyKeyId int, count long) : void from class org.neo4j.kernel.impl.store.countStore.CountStoreSnapshotSerializerTest to private writeAndSerializeIndexSample(labelId int, propertyKeyId int, count long) : void from class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreCountsSnapshotSerializerTest |
From |
To |
|
Move Method private writeAndSerializeIndexStatistics(labelId int, propertyKeyId int, count long) : void from class org.neo4j.kernel.impl.store.countStore.CountStoreSnapshotSerializerTest to private writeAndSerializeIndexStatistics(labelId int, propertyKeyId int, count long) : void from class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreCountsSnapshotSerializerTest |
From |
To |
|
Move Method public onlyHandleExpectedRecordTypes() : void from class org.neo4j.kernel.impl.store.countStore.CountStoreSnapshotSerializerTest to public onlyHandleExpectedRecordTypes() : void from class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreCountsSnapshotSerializerTest |
From |
To |
|
Rename Variable thirdSnapshot : Snapshot to thirdCountsSnapshot : CountsSnapshot in method public restoreFromSnapshot() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreTest |
From |
To |
|
Rename Variable snapshot : Snapshot to countsSnapshot : CountsSnapshot in method public sequentialWorkload() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreIntegrationTest |
From |
To |
|
Rename Variable snapshot : Snapshot to countsSnapshot : CountsSnapshot in method public restoreFromSnapshot() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreTest |
From |
To |
|
Rename Variable secondSnapshot : Snapshot to secondCountsSnapshot : CountsSnapshot in method public restoreFromSnapshot() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreTest |
From |
To |
|
Rename Variable snapshot : Snapshot to countsSnapshot : CountsSnapshot in method public smallWorkloadOnInMemoryLogTest() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreCountsSnapshotSerializerIntegrationTest |
From |
To |
|
Rename Variable snapshot : Snapshot to countsSnapshot : CountsSnapshot in method public run() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreIntegrationTest.SnapshotWorker |
From |
To |
|
Rename Variable snapshot : Snapshot to countsSnapshot : CountsSnapshot in method public emptyUpdate() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreTest |
From |
To |
|
Rename Variable snapshot : Snapshot to countsSnapshot : CountsSnapshot in method public largeWorkloadOnPhysicalLogTest() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreCountsSnapshotSerializerIntegrationTest |
From |
To |
|
Rename Variable snapshot : Snapshot to countsSnapshot : CountsSnapshot in method public validSnapshot() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreTest |
From |
To |
|
Rename Variable snapshot : Snapshot to countsSnapshot : CountsSnapshot in method public singleWriteTest() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreIntegrationTest |
From |
To |
|
Change Return Type Map<CountsKey,long[]> to ConcurrentHashMap<CountsKey,long[]> in method public applyDiffToMap(map ConcurrentHashMap<CountsKey,long[]>, diff ConcurrentHashMap<CountsKey,long[]>) : ConcurrentHashMap<CountsKey,long[]> in class org.neo4j.kernel.impl.store.countStore.IntermediateStateTestManager |
From |
To |
|
Change Return Type ConcurrentHashMap<CountsKey,long[]> to HashMap<CountsKey,long[]> in method private copyOfMap(nextMap Map<CountsKey,long[]>) : HashMap<CountsKey,long[]> in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStore |
From |
To |
|
Change Return Type ConcurrentHashMap<CountsKey,long[]> to Map<CountsKey,long[]> in method public getMap() : Map<CountsKey,long[]> in class org.neo4j.kernel.impl.store.countStore.CountsSnapshot |
From |
To |
|
Change Return Type ConcurrentHashMap<CountsKey,long[]> to Map<CountsKey,long[]> in method public simpleCountStoreMap(num int) : Map<CountsKey,long[]> in class org.neo4j.kernel.impl.store.countStore.CountsStoreMapGenerator |
From |
To |
|
Change Return Type Snapshot to CountsSnapshot in method public snapshot(txId long) : CountsSnapshot in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStore |
From |
To |
|
Change Variable Type countStore : CountStore to countStore : InMemoryCountsStore in method public validSnapshot() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreTest |
From |
To |
|
Change Variable Type countStore : CountStore to countStore : InMemoryCountsStore in method public emptyUpdate() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreTest |
From |
To |
|
Change Variable Type countStore : CountStore to countStore : InMemoryCountsStore in method public concurrentWorkload() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreIntegrationTest |
From |
To |
|
Change Variable Type snapshot : Snapshot to countsSnapshot : CountsSnapshot in method public restoreFromSnapshot() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreTest |
From |
To |
|
Change Variable Type snapshot : Snapshot to countsSnapshot : CountsSnapshot in method public run() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreIntegrationTest.SnapshotWorker |
From |
To |
|
Change Variable Type snapshot : Snapshot to countsSnapshot : CountsSnapshot in method public smallWorkloadOnInMemoryLogTest() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreCountsSnapshotSerializerIntegrationTest |
From |
To |
|
Change Variable Type snapshot : Snapshot to countsSnapshot : CountsSnapshot in method public emptyUpdate() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreTest |
From |
To |
|
Change Variable Type snapshot : Snapshot to countsSnapshot : CountsSnapshot in method public largeWorkloadOnPhysicalLogTest() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreCountsSnapshotSerializerIntegrationTest |
From |
To |
|
Change Variable Type snapshot : Snapshot to countsSnapshot : CountsSnapshot in method public sequentialWorkload() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreIntegrationTest |
From |
To |
|
Change Variable Type map : Map<CountsKey,long[]> to map : ConcurrentHashMap<CountsKey,long[]> in method public concurrentWorkload() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreIntegrationTest |
From |
To |
|
Change Variable Type map : ConcurrentHashMap<CountsKey,long[]> to map : Map<CountsKey,long[]> in method public smallWorkloadOnInMemoryLogTest() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreCountsSnapshotSerializerIntegrationTest |
From |
To |
|
Change Variable Type countStore : CountStore to countStore : InMemoryCountsStore in method public restoreFromSnapshot() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreTest |
From |
To |
|
Change Variable Type snapshot : Snapshot to countsSnapshot : CountsSnapshot in method public validSnapshot() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreTest |
From |
To |
|
Change Variable Type snapshot : Snapshot to countsSnapshot : CountsSnapshot in method public singleWriteTest() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreIntegrationTest |
From |
To |
|
Change Variable Type countStore : CountStore to countStore : InMemoryCountsStore in method public correctlyDeserializeTxIdAndMapSize() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreSnapshotDeserializerTest |
From |
To |
|
Change Variable Type newMap : ConcurrentHashMap<CountsKey,long[]> to newMap : HashMap<CountsKey,long[]> in method private copyOfMap(nextMap Map<CountsKey,long[]>) : HashMap<CountsKey,long[]> in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStore |
From |
To |
|
Change Variable Type map : ConcurrentHashMap<CountsKey,long[]> to map : Map<CountsKey,long[]> in method public largeWorkloadOnPhysicalLogTest() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreCountsSnapshotSerializerIntegrationTest |
From |
To |
|
Change Variable Type recovered : Snapshot to recovered : CountsSnapshot in method public smallWorkloadOnInMemoryLogTest() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreCountsSnapshotSerializerIntegrationTest |
From |
To |
|
Change Variable Type secondSnapshot : Snapshot to secondCountsSnapshot : CountsSnapshot in method public restoreFromSnapshot() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreTest |
From |
To |
|
Change Variable Type updateMap : Map<CountsKey,long[]> to updateMap : ConcurrentHashMap<CountsKey,long[]> in method public sequentialWorkload() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreIntegrationTest |
From |
To |
|
Change Variable Type countStore : CountStore to countStore : InMemoryCountsStore in method public getExpectedValue() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreTest |
From |
To |
|
Change Variable Type countStore : CountStore to countStore : InMemoryCountsStore in method public singleWriteTest() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreIntegrationTest |
From |
To |
|
Change Variable Type map : ConcurrentHashMap<CountsKey,long[]> to map : Map<CountsKey,long[]> in method public simpleCountStoreMap(num int) : Map<CountsKey,long[]> in class org.neo4j.kernel.impl.store.countStore.CountsStoreMapGenerator |
From |
To |
|
Change Variable Type recovered : Snapshot to recovered : CountsSnapshot in method public largeWorkloadOnPhysicalLogTest() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreCountsSnapshotSerializerIntegrationTest |
From |
To |
|
Change Variable Type updateMap : Map<CountsKey,long[]> to updateMap : ConcurrentHashMap<CountsKey,long[]> in method public singleWriteTest() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreIntegrationTest |
From |
To |
|
Change Variable Type thirdSnapshot : Snapshot to thirdCountsSnapshot : CountsSnapshot in method public restoreFromSnapshot() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreTest |
From |
To |
|
Change Variable Type countStore : CountStore to countStore : InMemoryCountsStore in method public neverSetKeyReturnsNull() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreTest |
From |
To |
|
Change Variable Type countStore : CountStore to countStore : InMemoryCountsStore in method public getNullKeyResultsInNPE() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreTest |
From |
To |
|
Change Variable Type countStore : CountStore to countStore : InMemoryCountsStore in method public sequentialWorkload() : void in class org.neo4j.kernel.impl.store.countStore.InMemoryCountsStoreIntegrationTest |
From |
To |