7ff59e5af09b2d389733b9830b1b48e720f72095
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 47
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type compressor : GzipCompressorInputStream to compressor : InputStream in method private openArchiveIn(archive Path) : ArchiveInputStream in class org.neo4j.dbms.archive.Loader | From | To | |
Extract Variable | 2 | ||
Extract Variable pathPredicate : Predicate<Path> in method private dump(database String, databaseLayout DatabaseLayout, transactionalLogsDirectory Path, archive Path) : void from class org.neo4j.commandline.dbms.DumpCommand | From | To | |
Extract Variable out : OutputStream in method private openArchiveOut(archive Path, format CompressionFormat) : ArchiveOutputStream from class org.neo4j.dbms.archive.Dumper | From | To |