7507561b9f497c76df05d5004eabb794bee82a30
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getPackageName() : String renamed to public getDirectoryName() : String in class de.plushnikov.intellij.plugin.lombokconfig.ConfigIndexKey | From | To | |
Rename Variable | 2 | ||
Rename Variable packageName : String to currentPath : String in method private discoverProperty(configKey ConfigKeys, canonicalPath String, project Project) : String in class de.plushnikov.intellij.plugin.lombokconfig.ConfigDiscovery | From | To | |
Rename Variable stopBublingProperty : String to stopBubblingProperty : String in method private discoverProperty(configKey ConfigKeys, canonicalPath String, project Project) : String in class de.plushnikov.intellij.plugin.lombokconfig.ConfigDiscovery | From | To | |
Rename Attribute | 1 | ||
Rename Attribute packageName : String to directoryName : String in class de.plushnikov.intellij.plugin.lombokconfig.ConfigIndexKey | From | To | |
Extract Method | 1 | ||
Extract Method private discoverProperty(configKey ConfigKeys, canonicalPath String, project Project) : String extracted from public getStringLombokConfigProperty(configKey ConfigKeys, psiClass PsiClass) : String in class de.plushnikov.intellij.plugin.lombokconfig.ConfigDiscovery | From | To | |
Rename Parameter | 2 | ||
Rename Parameter packageName : String to directoryName : String in method private readProperty(fileBasedIndex FileBasedIndex, searchScope GlobalSearchScope, directoryName String, configKey ConfigKeys) : String in class de.plushnikov.intellij.plugin.lombokconfig.ConfigDiscovery | From | To | |
Rename Parameter packageName : String to directoryName : String in method public ConfigIndexKey(directoryName String, configKey String) in class de.plushnikov.intellij.plugin.lombokconfig.ConfigIndexKey | From | To |