42f6ce84e5b4e19b4f1afd9ccaf54d7016134a88
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type logs : File[] to storeDirectory : File in method public checkAll(storeDirectory File) : boolean in class org.neo4j.tools.txlog.CheckTxLogs | From | To | |
Change Parameter Type logs : File[] to storeDirectory : File in method package scan(storeDirectory File, check CheckType<C,R>, handler InconsistenciesHandler) : boolean in class org.neo4j.tools.txlog.CheckTxLogs | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable log : File to storeDirectory : File in method package scan(storeDirectory File, check CheckType<C,R>, handler InconsistenciesHandler) : boolean in class org.neo4j.tools.txlog.CheckTxLogs | From | To | |
Extract Variable | 1 | ||
Extract Variable fs : FileSystemAbstraction in method public main(args String[]) : void from class org.neo4j.tools.txlog.CheckTxLogs | From | To | |
Extract Method | 1 | ||
Extract Method private openLogEntryCursor(fs FileSystemAbstraction, firstFile File, versionBridge LogVersionBridge) : LogEntryCursor extracted from public openLog(fs FileSystemAbstraction, log File) : LogEntryCursor in class org.neo4j.test.LogTestUtils | From | To | |
Rename Parameter | 3 | ||
Rename Parameter log : File to firstFile : File in method private openLogEntryCursor(fs FileSystemAbstraction, firstFile File, versionBridge LogVersionBridge) : LogEntryCursor in class org.neo4j.test.LogTestUtils | From | To | |
Rename Parameter logs : File[] to storeDirectory : File in method public checkAll(storeDirectory File) : boolean in class org.neo4j.tools.txlog.CheckTxLogs | From | To | |
Rename Parameter logs : File[] to storeDirectory : File in method package scan(storeDirectory File, check CheckType<C,R>, handler InconsistenciesHandler) : boolean in class org.neo4j.tools.txlog.CheckTxLogs | From | To |