e63b5b4e328b98c5b344fb54ffce8abdae1e2433
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Attribute Type | 1 | ||
Change Attribute Type lombokProcessors : Map<String,Processor> to lombokProcessors : Map<String,Collection<Processor>> in class de.plushnikov.intellij.plugin.provider.LombokProcessorProvider | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getProcessors(psiAnnotation PsiAnnotation) : Collection<Processor> extracted from public visitAnnotation(annotation PsiAnnotation) : void in class de.plushnikov.intellij.plugin.inspection.LombokInspection.LombokElementVisitor & moved to class de.plushnikov.intellij.plugin.provider.LombokProcessorProvider | From | To |