173972f180f711255e43f6002144149132d9bfb6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private dbSpecificPageCacheMemory(storeDir File) : String renamed to private sumIndexFiles(file File, filter FilenameFilter) : long in class org.neo4j.commandline.dbms.MemoryRecommendationsCommand | From | To | |
Rename Variable | 2 | ||
Rename Variable expectedSize : long to expectedSizes : long[] in method public mustPrintMinimalPageCacheMemorySettingForConfiguredDb() : void in class org.neo4j.commandline.dbms.MemoryRecommendationsCommandTest | From | To | |
Rename Variable total : MutableLong to pageCacheTotal : MutableLong in method private calculatePageCacheFileSize(storeDir File) : long[] in class org.neo4j.commandline.dbms.MemoryRecommendationsCommandTest | From | To | |
Inline Method | 2 | ||
Inline Method private sumNativeIndexFiles(file File, filter FilenameFilter) : long inlined to private sumIndexFiles(file File, filter FilenameFilter) : long in class org.neo4j.commandline.dbms.MemoryRecommendationsCommand | From | To | |
Change Return Type | 2 | ||
Change Return Type String to long in method private sumIndexFiles(file File, filter FilenameFilter) : long in class org.neo4j.commandline.dbms.MemoryRecommendationsCommand | From | To | |
Change Return Type long to long[] in method private calculatePageCacheFileSize(storeDir File) : long[] in class org.neo4j.commandline.dbms.MemoryRecommendationsCommandTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type expectedSize : long to expectedSizes : long[] in method public mustPrintMinimalPageCacheMemorySettingForConfiguredDb() : void in class org.neo4j.commandline.dbms.MemoryRecommendationsCommandTest | From | To | |
Extract Variable | 1 | ||
Extract Variable memrecString : String in method public mustPrintMinimalPageCacheMemorySettingForConfiguredDb() : void from class org.neo4j.commandline.dbms.MemoryRecommendationsCommandTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter storeDir : File to file : File in method private sumIndexFiles(file File, filter FilenameFilter) : long in class org.neo4j.commandline.dbms.MemoryRecommendationsCommand | From | To |