2cf41ebc5703809c095ba96694947ee955491af0
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public handle(committed LogRecord<?>, current LogRecord<?>) : void renamed to public reportInconsistentCommand(committed RecordInfo<?>, current RecordInfo<?>) : void in class org.neo4j.tools.txlog.CheckTxLogsTest.CapturingInconsistenciesHandler | From | To | |
Rename Method public handle(committed LogRecord<?>, current LogRecord<?>) : void renamed to public reportInconsistentCommand(committed RecordInfo<?>, current RecordInfo<?>) : void in class org.neo4j.tools.txlog.PrintingInconsistenciesHandler | From | To | |
Rename Method public handle(committed LogRecord<?>, current LogRecord<?>) : void renamed to public reportInconsistentCommand(committed RecordInfo<?>, current RecordInfo<?>) : void in class org.neo4j.tools.txlog.InconsistenciesHandler | From | To | |
Change Parameter Type | 8 | ||
Change Parameter Type committed : LogRecord<?> to committed : RecordInfo<?> in method public reportInconsistentCommand(committed RecordInfo<?>, current RecordInfo<?>) : void in class org.neo4j.tools.txlog.PrintingInconsistenciesHandler | From | To | |
Change Parameter Type current : LogRecord<?> to current : RecordInfo<?> in method public reportInconsistentCommand(committed RecordInfo<?>, current RecordInfo<?>) : void in class org.neo4j.tools.txlog.InconsistenciesHandler | From | To | |
Change Parameter Type committed : LogRecord<?> to committed : RecordInfo<?> in method public reportInconsistentCommand(committed RecordInfo<?>, current RecordInfo<?>) : void in class org.neo4j.tools.txlog.CheckTxLogsTest.CapturingInconsistenciesHandler | From | To | |
Change Parameter Type current : LogRecord<?> to current : RecordInfo<?> in method public reportInconsistentCommand(committed RecordInfo<?>, current RecordInfo<?>) : void in class org.neo4j.tools.txlog.CheckTxLogsTest.CapturingInconsistenciesHandler | From | To | |
Change Parameter Type committed : LogRecord<?> to committed : RecordInfo<?> in method package RecordInconsistency(committed RecordInfo<?>, current RecordInfo<?>) in class org.neo4j.tools.txlog.CheckTxLogsTest.RecordInconsistency | From | To | |
Change Parameter Type committed : LogRecord<?> to committed : RecordInfo<?> in method public reportInconsistentCommand(committed RecordInfo<?>, current RecordInfo<?>) : void in class org.neo4j.tools.txlog.InconsistenciesHandler | From | To | |
Change Parameter Type current : LogRecord<?> to current : RecordInfo<?> in method package RecordInconsistency(committed RecordInfo<?>, current RecordInfo<?>) in class org.neo4j.tools.txlog.CheckTxLogsTest.RecordInconsistency | From | To | |
Change Parameter Type current : LogRecord<?> to current : RecordInfo<?> in method public reportInconsistentCommand(committed RecordInfo<?>, current RecordInfo<?>) : void in class org.neo4j.tools.txlog.PrintingInconsistenciesHandler | From | To | |
Change Return Type | 1 | ||
Change Return Type LogRecord<R> to RecordInfo<R> in method public get(id long) : RecordInfo<R> in class org.neo4j.tools.txlog.CommittedRecords | From | To | |
Rename Class | 2 | ||
Rename Class org.neo4j.tools.txlog.CheckTxLogsTest.Inconsistency renamed to org.neo4j.tools.txlog.CheckTxLogsTest.RecordInconsistency | From | To | |
Rename Class org.neo4j.tools.txlog.LogRecord renamed to org.neo4j.tools.txlog.RecordInfo | From | To | |
Rename Attribute | 1 | ||
Rename Attribute inconsistencies : List<Inconsistency> to recordInconsistencies : List<RecordInconsistency> in class org.neo4j.tools.txlog.CheckTxLogsTest.CapturingInconsistenciesHandler | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type committed : LogRecord<?> to committed : RecordInfo<?> in class org.neo4j.tools.txlog.CheckTxLogsTest.RecordInconsistency | From | To | |
Change Attribute Type recordsById : Map<Long,LogRecord<R>> to recordsById : Map<Long,RecordInfo<R>> in class org.neo4j.tools.txlog.CommittedRecords | From | To | |
Change Attribute Type current : LogRecord<?> to current : RecordInfo<?> in class org.neo4j.tools.txlog.CheckTxLogsTest.RecordInconsistency | From | To | |
Change Attribute Type inconsistencies : List<Inconsistency> to recordInconsistencies : List<RecordInconsistency> in class org.neo4j.tools.txlog.CheckTxLogsTest.CapturingInconsistenciesHandler | From | To |