|
Change Return Type DataExternalizer<String> to DataExternalizer<ConfigValue> in method public getValueExternalizer() : DataExternalizer<ConfigValue> in class de.plushnikov.intellij.plugin.lombokconfig.LombokConfigIndex |
From |
To |
|
Change Return Type ID<ConfigIndexKey,String> to ID<ConfigIndexKey,ConfigValue> in method public getName() : ID<ConfigIndexKey,ConfigValue> in class de.plushnikov.intellij.plugin.lombokconfig.LombokConfigIndex |
From |
To |
|
Change Return Type DataIndexer<ConfigIndexKey,String,FileContent> to DataIndexer<ConfigIndexKey,ConfigValue,FileContent> in method public getIndexer() : DataIndexer<ConfigIndexKey,ConfigValue,FileContent> in class de.plushnikov.intellij.plugin.lombokconfig.LombokConfigIndex |
From |
To |
|
Change Return Type String to ConfigValue in method private readProperty(fileBasedIndex FileBasedIndex, searchScope GlobalSearchScope, directoryName String, configKey ConfigKey) : ConfigValue in class de.plushnikov.intellij.plugin.lombokconfig.ConfigDiscovery |
From |
To |
|
Change Variable Type property : String to configValue : ConfigValue in method private discoverProperties(configKey ConfigKey, canonicalPath String, project Project) : List<String> in class de.plushnikov.intellij.plugin.lombokconfig.ConfigDiscovery |
From |
To |
|
Change Variable Type result : Map<ConfigIndexKey,String> to result : Map<ConfigIndexKey,ConfigValue> in method public map(inputData FileContent) : Map<ConfigIndexKey,ConfigValue> in class de.plushnikov.intellij.plugin.lombokconfig.LombokConfigIndex.getIndexer |
From |
To |
|
Change Variable Type values : List<String> to values : List<ConfigValue> in method private readProperty(fileBasedIndex FileBasedIndex, searchScope GlobalSearchScope, directoryName String, configKey ConfigKey) : ConfigValue in class de.plushnikov.intellij.plugin.lombokconfig.ConfigDiscovery |
From |
To |
|
Change Variable Type property : String to configValue : ConfigValue in method private discoverProperty(configKey ConfigKey, canonicalPath String, project Project) : String in class de.plushnikov.intellij.plugin.lombokconfig.ConfigDiscovery |
From |
To |