b9317d99b9df0cc06871f32743290e3f4c1c138a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getRecord() : NeoStoreRecord renamed to public getBefore() : NeoStoreRecord in class org.neo4j.kernel.impl.transaction.command.Command.NeoStoreCommand | From | To | |
Rename Variable | 1 | ||
Rename Variable record : NeoStoreRecord to before : NeoStoreRecord in method private visitNeoStoreCommand(channel ReadableLogChannel) : Command in class org.neo4j.kernel.impl.transaction.command.PhysicalLogCommandReaderV3_0 | From | To | |
Rename Attribute | 1 | ||
Rename Attribute record : NeoStoreRecord to before : NeoStoreRecord in class org.neo4j.kernel.impl.transaction.command.Command.NeoStoreCommand | From | To | |
Extract Method | 3 | ||
Extract Method private readNeoStoreRecord(channel ReadableLogChannel) : NeoStoreRecord extracted from private visitNeoStoreCommand(channel ReadableLogChannel) : Command in class org.neo4j.kernel.impl.transaction.command.PhysicalLogCommandReaderV3_0 | From | To | |
Extract Method private writeNeoStoreRecord(record NeoStoreRecord) : void extracted from public visitNeoStoreCommand(command Command.NeoStoreCommand) : boolean in class org.neo4j.kernel.impl.transaction.log.CommandWriter | From | To | |
Rename Parameter | 6 | ||
Rename Parameter record : NeoStoreRecord to before : NeoStoreRecord in method public add(before NeoStoreRecord, after NeoStoreRecord) : void in class org.neo4j.legacy.consistency.checking.TransactionWriter | From | To | |
Rename Parameter record : NeoStoreRecord to before : NeoStoreRecord in method public add(before NeoStoreRecord, after NeoStoreRecord) : void in class org.neo4j.consistency.checking.TransactionWriter | From | To | |
Rename Parameter record : NeoStoreRecord to before : NeoStoreRecord in method public update(before NeoStoreRecord, after NeoStoreRecord) : void in class org.neo4j.consistency.checking.GraphStoreFixture.TransactionDataBuilder | From | To | |
Rename Parameter record : NeoStoreRecord to before : NeoStoreRecord in method public update(before NeoStoreRecord, after NeoStoreRecord) : void in class org.neo4j.consistency.checking.TransactionWriter | From | To | |
Rename Parameter record : NeoStoreRecord to before : NeoStoreRecord in method public update(before NeoStoreRecord, after NeoStoreRecord) : void in class org.neo4j.legacy.consistency.checking.TransactionWriter | From | To | |
Rename Parameter record : NeoStoreRecord to before : NeoStoreRecord in method public update(before NeoStoreRecord, after NeoStoreRecord) : void in class org.neo4j.legacy.consistency.checking.GraphStoreFixture.TransactionDataBuilder | From | To |