c78b2fa99a22e2b268c1ebe8d36136a264a973ab
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private creationTimes(dir File) : Map<File,FileTime> renamed to private fileKeys(dir File) : Map<File,Object> in class org.neo4j.causalclustering.backup.ClusterSeedingIT | From | To | |
| Rename Method private assertCreationTimesUnchanged(creationTimes Map<File,FileTime>) : void renamed to private assertFileKeysAreTheSame(fileKeys Map<File,Object>) : void in class org.neo4j.causalclustering.backup.ClusterSeedingIT | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type creationTimes : Map<File,FileTime> to fileKeys : Map<File,Object> in method private assertFileKeysAreTheSame(fileKeys Map<File,Object>) : void in class org.neo4j.causalclustering.backup.ClusterSeedingIT | From | To | |
| Rename Variable | 1 | ||
| Rename Variable oldTime : FileTime to oldKey : Object in method private assertFileKeysAreTheSame(fileKeys Map<File,Object>) : void in class org.neo4j.causalclustering.backup.ClusterSeedingIT | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Map<File,FileTime> to Map<File,Object> in method private fileKeys(dir File) : Map<File,Object> in class org.neo4j.causalclustering.backup.ClusterSeedingIT | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type e : Map.Entry<File,FileTime> to e : Map.Entry<File,Object> in method private assertFileKeysAreTheSame(fileKeys Map<File,Object>) : void in class org.neo4j.causalclustering.backup.ClusterSeedingIT | From | To | |
| Change Variable Type map : Map<File,FileTime> to map : Map<File,Object> in method private fileKeys(dir File) : Map<File,Object> in class org.neo4j.causalclustering.backup.ClusterSeedingIT | From | To | |
| Change Variable Type oldTime : FileTime to oldKey : Object in method private assertFileKeysAreTheSame(fileKeys Map<File,Object>) : void in class org.neo4j.causalclustering.backup.ClusterSeedingIT | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter creationTimes : Map<File,FileTime> to fileKeys : Map<File,Object> in method private assertFileKeysAreTheSame(fileKeys Map<File,Object>) : void in class org.neo4j.causalclustering.backup.ClusterSeedingIT | From | To |