da477166610c7a71101292a8085d50d1186f57c3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 25
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getRecord() : RECORD renamed to public getBefore() : RECORD in class org.neo4j.kernel.impl.transaction.command.Command.TokenCommand | From | To | |
Rename Variable | 3 | ||
Rename Variable record : PropertyKeyTokenRecord to before : PropertyKeyTokenRecord in method private visitPropertyKeyTokenCommand(channel ReadableLogChannel) : Command in class org.neo4j.kernel.impl.transaction.command.PhysicalLogCommandReaderV3_0 | From | To | |
Rename Variable record : RelationshipTypeTokenRecord to before : RelationshipTypeTokenRecord in method public visitRelationshipTypeTokenCommand(command Command.RelationshipTypeTokenCommand) : boolean in class org.neo4j.kernel.impl.transaction.log.CommandWriter | From | To | |
Rename Variable record : LabelTokenRecord to before : LabelTokenRecord in method public visitLabelTokenCommand(command Command.LabelTokenCommand) : boolean in class org.neo4j.kernel.impl.transaction.log.CommandWriter | From | To | |
Rename Attribute | 1 | ||
Rename Attribute record : RECORD to before : RECORD in class org.neo4j.kernel.impl.transaction.command.Command.TokenCommand | From | To | |
Extract Variable | 1 | ||
Extract Variable before : LabelTokenRecord in method public shouldMarshallTokenRequest() : void from class org.neo4j.coreedge.raft.replication.CoreReplicatedContentMarshalTest | From | To | |
Extract Method | 6 | ||
Extract Method private writeLabelTokenRecord(record LabelTokenRecord) : void extracted from public visitLabelTokenCommand(command Command.LabelTokenCommand) : boolean in class org.neo4j.kernel.impl.transaction.log.CommandWriter | From | To | |
Extract Method private writePropertyKeyTokenRecord(record PropertyKeyTokenRecord) : void extracted from public visitPropertyKeyTokenCommand(command Command.PropertyKeyTokenCommand) : boolean in class org.neo4j.kernel.impl.transaction.log.CommandWriter | From | To | |
Extract Method private readLabelTokenRecord(id int, channel ReadableLogChannel) : LabelTokenRecord extracted from private visitLabelTokenCommand(channel ReadableLogChannel) : Command in class org.neo4j.kernel.impl.transaction.command.PhysicalLogCommandReaderV3_0 | From | To | |
Extract Method private readPropertyKeyTokenRecord(id int, channel ReadableLogChannel) : PropertyKeyTokenRecord extracted from private visitPropertyKeyTokenCommand(channel ReadableLogChannel) : Command in class org.neo4j.kernel.impl.transaction.command.PhysicalLogCommandReaderV3_0 | From | To | |
Extract Method private readRelationshipTypeTokenRecord(id int, channel ReadableLogChannel) : RelationshipTypeTokenRecord extracted from private visitRelationshipTypeTokenCommand(channel ReadableLogChannel) : Command in class org.neo4j.kernel.impl.transaction.command.PhysicalLogCommandReaderV3_0 | From | To | |
Extract Method private writeRelationshipTypeRecord(record RelationshipTypeTokenRecord) : void extracted from public visitRelationshipTypeTokenCommand(command Command.RelationshipTypeTokenCommand) : boolean in class org.neo4j.kernel.impl.transaction.log.CommandWriter | From | To | |
Rename Parameter | 6 | ||
Rename Parameter record : PropertyKeyTokenRecord to before : PropertyKeyTokenRecord in method public add(before PropertyKeyTokenRecord, after PropertyKeyTokenRecord) : void in class org.neo4j.legacy.consistency.checking.TransactionWriter | From | To | |
Rename Parameter record : RelationshipTypeTokenRecord to before : RelationshipTypeTokenRecord in method public add(before RelationshipTypeTokenRecord, after RelationshipTypeTokenRecord) : void in class org.neo4j.legacy.consistency.checking.TransactionWriter | From | To | |
Rename Parameter record : RelationshipTypeTokenRecord to before : RelationshipTypeTokenRecord in method public add(before RelationshipTypeTokenRecord, after RelationshipTypeTokenRecord) : void in class org.neo4j.consistency.checking.TransactionWriter | From | To | |
Rename Parameter record : PropertyKeyTokenRecord to before : PropertyKeyTokenRecord in method public add(before PropertyKeyTokenRecord, after PropertyKeyTokenRecord) : void in class org.neo4j.consistency.checking.TransactionWriter | From | To | |
Rename Parameter labelToken : LabelTokenRecord to before : LabelTokenRecord in method public update(before LabelTokenRecord, after LabelTokenRecord) : void in class org.neo4j.legacy.consistency.checking.TransactionWriter | From | To | |
Rename Parameter labelToken : LabelTokenRecord to before : LabelTokenRecord in method public update(before LabelTokenRecord, after LabelTokenRecord) : void in class org.neo4j.consistency.checking.TransactionWriter | From | To |