e441eb6bc73b26a8abe9e51e0c8d3ab1ac54b64f
Files Diff
- Added: 9
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public isEnabled(propertiesComponent PropertiesComponent) : boolean renamed to protected supportAnnotationVariant(psiAnnotation PsiAnnotation) : boolean in class de.plushnikov.intellij.plugin.processor.AbstractProcessor | From | To | |
| Pull Up Method | 1 | ||
| Pull Up Method public process(psiClass PsiClass) : List<? super PsiElement> from class de.plushnikov.intellij.plugin.processor.AbstractProcessor to public process(psiClass PsiClass) : List<? super PsiElement> from class de.plushnikov.intellij.plugin.processor.Processor | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type propertiesComponent : PropertiesComponent to psiAnnotation : PsiAnnotation in method protected supportAnnotationVariant(psiAnnotation PsiAnnotation) : boolean in class de.plushnikov.intellij.plugin.processor.AbstractProcessor | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter propertiesComponent : PropertiesComponent to psiAnnotation : PsiAnnotation in method protected supportAnnotationVariant(psiAnnotation PsiAnnotation) : boolean in class de.plushnikov.intellij.plugin.processor.AbstractProcessor | From | To |