e3f10fa4179d092f77d3b337116c7d46ecc8704e
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 52
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getLongId() : long renamed to public getId() : long in class org.neo4j.consistency.store.synthetic.CountsEntry | From | To | |
Rename Method public getLongId() : long renamed to public getId() : long in class org.neo4j.legacy.consistency.store.synthetic.CountsEntry | From | To | |
Pull Up Method | 6 | ||
Pull Up Method public getLongId() : long from class org.neo4j.kernel.impl.store.record.AbstractRecord to public getId() : long from class org.neo4j.kernel.impl.store.record.AbstractBaseRecord | From | To | |
Pull Up Method public AbstractRecord(id int) from class org.neo4j.kernel.impl.store.record.AbstractRecord to protected AbstractBaseRecord(id long) from class org.neo4j.kernel.impl.store.record.AbstractBaseRecord | From | To | |
Pull Up Method public getId() : int from class org.neo4j.kernel.impl.store.record.AbstractRecord to public getIntId() : int from class org.neo4j.kernel.impl.store.record.AbstractBaseRecord | From | To | |
Pull Up Method public Abstract64BitRecord(id long) from class org.neo4j.kernel.impl.store.record.Abstract64BitRecord to protected AbstractBaseRecord(id long) from class org.neo4j.kernel.impl.store.record.AbstractBaseRecord | From | To | |
Pull Up Method public getId() : long from class org.neo4j.kernel.impl.store.record.Abstract64BitRecord to public getId() : long from class org.neo4j.kernel.impl.store.record.AbstractBaseRecord | From | To | |
Pull Up Method public setId(id long) : void from class org.neo4j.kernel.impl.store.record.Abstract64BitRecord to public setId(id long) : void from class org.neo4j.kernel.impl.store.record.AbstractBaseRecord | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type id : int to id : long in method protected AbstractBaseRecord(id long) in class org.neo4j.kernel.impl.store.record.AbstractBaseRecord | From | To | |
Change Parameter Type records : Collection<? extends Abstract64BitRecord> to records : Collection<? extends AbstractBaseRecord> in method private track(store RecordStore<?>, records Collection<? extends AbstractBaseRecord>) : void in class org.neo4j.kernel.impl.transaction.command.HighIdTransactionApplier | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private id : long from class org.neo4j.kernel.impl.store.record.Abstract64BitRecord to private id : long from class org.neo4j.kernel.impl.store.record.AbstractBaseRecord | From | To | |
Change Variable Type | 1 | ||
Change Variable Type record : Abstract64BitRecord to record : AbstractBaseRecord in method private track(store RecordStore<?>, records Collection<? extends AbstractBaseRecord>) : void in class org.neo4j.kernel.impl.transaction.command.HighIdTransactionApplier | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type CHECK_TYPES : CheckType<? extends Command,? extends Abstract64BitRecord>[] to CHECK_TYPES : CheckType<? extends Command,? extends AbstractBaseRecord>[] in class org.neo4j.tools.txlog.checktypes.CheckTypes | From | To |