ea3ff177e761c926e0c2709832d11ccbec7ebfb7
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type progressPrinter : ProgressPrinter to progressPrinter : ArchiveProgressPrinter in method public copy(in InputStream, out OutputStream, progressPrinter ArchiveProgressPrinter) : void in class org.neo4j.dbms.archive.Utils | From | To | |
Change Parameter Type operation : ThrowingAction<IOException> to operation : ThrowingConsumer<ArchiveOutputStream,IOException> in method private withEntry(operation ThrowingConsumer<ArchiveOutputStream,IOException>, root Path, file Path) : void in class org.neo4j.dbms.archive.Dumper | From | To | |
Change Parameter Type operation : ThrowingAction<IOException> to operation : ThrowingConsumer<ArchiveOutputStream,IOException> in method private ArchiveOperation(operation ThrowingConsumer<ArchiveOutputStream,IOException>, root Path, file Path) in class org.neo4j.dbms.archive.Dumper.ArchiveOperation | From | To | |
Rename Variable | 2 | ||
Rename Variable line_sep : char to lineSep : char in method package printProgress() : void in class org.neo4j.dbms.archive.ArchiveProgressPrinter | From | To | |
Rename Variable compressor : InputStream to decompressor : InputStream in method private openArchiveIn(archive Path) : ArchiveInputStream in class org.neo4j.dbms.archive.Loader | From | To | |
Rename Class | 2 | ||
Rename Class org.neo4j.dbms.archive.ProgressPrinterTest renamed to org.neo4j.dbms.archive.ArchiveProgressPrinterTest | From | To | |
Rename Class org.neo4j.dbms.archive.ProgressPrinter renamed to org.neo4j.dbms.archive.ArchiveProgressPrinter | From | To | |
Change Variable Type | 1 | ||
Change Variable Type progressPrinter : ProgressPrinter to progressPrinter : ArchiveProgressPrinter in method package progressOutput() : void in class org.neo4j.dbms.archive.ArchiveProgressPrinterTest | From | To | |
Extract Variable | 1 | ||
Extract Variable compress : OutputStream in method private openArchiveOut(archive Path, format CompressionFormat) : ArchiveOutputStream from class org.neo4j.dbms.archive.Dumper | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type progressPrinter : ProgressPrinter to progressPrinter : ArchiveProgressPrinter in class org.neo4j.dbms.archive.Dumper | From | To | |
Change Attribute Type operation : ThrowingAction<IOException> to operation : ThrowingConsumer<ArchiveOutputStream,IOException> in class org.neo4j.dbms.archive.Dumper.ArchiveOperation | From | To |