ea9ff3965d9c657b5b7bd2d969e075f430635c47
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method package checkedOk(fileName String, timestamp long) : void renamed to package put(fileName String, timestamp long) : void in class com.puppycrawl.tools.checkstyle.PropertyCacheFile | From | To | |
Rename Method package destroy() : void renamed to package persist() : void in class com.puppycrawl.tools.checkstyle.PropertyCacheFile | From | To | |
Rename Method package alreadyChecked(fileName String, timestamp long) : boolean renamed to package inCache(fileName String, timestamp long) : boolean in class com.puppycrawl.tools.checkstyle.PropertyCacheFile | From | To | |
Rename Attribute | 1 | ||
Rename Attribute detailsFile : String to fileName : String in class com.puppycrawl.tools.checkstyle.PropertyCacheFile | From | To | |
Rename Parameter | 2 | ||
Rename Parameter currentConfig : Configuration to config : Configuration in method package PropertyCacheFile(config Configuration, fileName String) in class com.puppycrawl.tools.checkstyle.PropertyCacheFile | From | To | |
Rename Parameter configuration : Serializable to object : Serializable in method private getConfigHashCode(object Serializable) : String in class com.puppycrawl.tools.checkstyle.PropertyCacheFile | From | To |