cf689683785bad18dafdad1736f83cad196633c0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable accessModifier : String to accessLevelCode : int in method public createAnnotationWithAccessLevel(annotationClass Class<? extends Annotation>, psiModifierListOwner PsiModifierListOwner) : PsiAnnotation in class de.plushnikov.intellij.plugin.util.LombokProcessorUtil | From | To | |
Change Variable Type | 1 | ||
Change Variable Type accessModifier : String to accessLevelCode : int in method public createAnnotationWithAccessLevel(annotationClass Class<? extends Annotation>, psiModifierListOwner PsiModifierListOwner) : PsiAnnotation in class de.plushnikov.intellij.plugin.util.LombokProcessorUtil | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type ACCESS_LEVEL_MAP : Map<String,AccessLevel> to ACCESS_LEVEL_MAP : Map<Integer,AccessLevel> in class de.plushnikov.intellij.plugin.util.LombokProcessorUtil | From | To |