33810e6faad9e3b990a703959da41ff9512e5dca
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getDefaultRrdFile(config Config) : File renamed to private getRrdFile(db GraphDatabaseAPI, rrdDir File) : File in class org.neo4j.server.rrd.RrdFactory | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type directoryUsed : String to directoryUsed : File in method private assertSubdirectoryExists(directoryThatShouldExist String, directoryUsed File) : void in class org.neo4j.server.rrd.RrdFactoryTest | From | To | |
Rename Variable | 2 | ||
Rename Variable rrdStore : File to tempFile : File in method protected tempRrdDir() : File in class org.neo4j.server.rrd.RrdFactory | From | To | |
Rename Variable rrdFile : File to rrdDir : File in method public createRrdDbAndSampler(db Database, scheduler JobScheduler) : RrdDbWrapper in class org.neo4j.server.rrd.RrdFactory | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable rrdStore : File to rrdDir : File in method private getRrdFile(db GraphDatabaseAPI, rrdDir File) : File in class org.neo4j.server.rrd.RrdFactory | From | To | |
Inline Variable | 1 | ||
Inline Variable rrdFilePath : String in method public shouldMoveAwayInvalidRrdFile() : void from class org.neo4j.server.rrd.RrdFactoryTest | From | To | |
Extract Method | 1 | ||
Extract Method protected tempRrdDir() : File extracted from private getDefaultRrdFile(config Config) : File in class org.neo4j.server.rrd.RrdFactory | From | To | |
Rename Parameter | 1 | ||
Rename Parameter inDirectory : File to rrdFile : File in method protected createRrdb(rrdFile File, ephemeral boolean, sampleables Sampleable...) : RrdDbWrapper in class org.neo4j.server.rrd.RrdFactoryTest.TestableRrdFactory | From | To |