acd61ec6a70035d2f4f7970a8dfbcabdb125daa6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getRecord() : RelationshipGroupRecord renamed to public getBefore() : RelationshipGroupRecord in class org.neo4j.kernel.impl.transaction.command.Command.RelationshipGroupCommand | From | To | |
| Rename Variable | 1 | ||
| Rename Variable record : RelationshipGroupRecord to before : RelationshipGroupRecord in method private visitRelationshipGroupCommand(channel ReadableLogChannel) : Command in class org.neo4j.kernel.impl.transaction.command.PhysicalLogCommandReaderV3_0 | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute record : RelationshipGroupRecord to before : RelationshipGroupRecord in class org.neo4j.kernel.impl.transaction.command.Command.RelationshipGroupCommand | From | To | |
| Extract Method | 2 | ||
| Extract Method private readRelationshipGroupRecord(id long, channel ReadableLogChannel) : RelationshipGroupRecord extracted from private visitRelationshipGroupCommand(channel ReadableLogChannel) : Command in class org.neo4j.kernel.impl.transaction.command.PhysicalLogCommandReaderV3_0 | From | To | |
| Extract Method private writeRelationshipGroupRecord(record RelationshipGroupRecord) : void extracted from public visitRelationshipGroupCommand(command Command.RelationshipGroupCommand) : boolean in class org.neo4j.kernel.impl.transaction.log.CommandWriter | From | To | |
| Rename Parameter | 4 | ||
| Rename Parameter group : RelationshipGroupRecord to before : RelationshipGroupRecord in method public update(before RelationshipGroupRecord, after RelationshipGroupRecord) : void in class org.neo4j.legacy.consistency.checking.GraphStoreFixture.TransactionDataBuilder | From | To | |
| Rename Parameter group : RelationshipGroupRecord to before : RelationshipGroupRecord in method public add(before RelationshipGroupRecord, after RelationshipGroupRecord) : void in class org.neo4j.legacy.consistency.checking.TransactionWriter | From | To | |
| Rename Parameter group : RelationshipGroupRecord to before : RelationshipGroupRecord in method public add(before RelationshipGroupRecord, after RelationshipGroupRecord) : void in class org.neo4j.consistency.checking.TransactionWriter | From | To | |
| Rename Parameter group : RelationshipGroupRecord to before : RelationshipGroupRecord in method public update(before RelationshipGroupRecord, after RelationshipGroupRecord) : void in class org.neo4j.consistency.checking.GraphStoreFixture.TransactionDataBuilder | From | To |