b422f3ed2468b38ccb63df947978eefaae79ec17
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public validateIsConstructorDefined(psiClass PsiClass, staticConstructorName String, params Collection<PsiField>, builder ProblemBuilder) : boolean renamed to public validateIsConstructorNotDefined(psiClass PsiClass, staticConstructorName String, params Collection<PsiField>, builder ProblemBuilder) : boolean in class de.plushnikov.intellij.plugin.processor.clazz.constructor.AbstractConstructorClassProcessor | From | To | |
Extract Method | 1 | ||
Extract Method private shouldGenerateRequiredArgsConstructor(psiClass PsiClass, staticName String) : boolean extracted from protected generatePsiElements(psiClass PsiClass, psiAnnotation PsiAnnotation, target List<? super PsiElement>) : void in class de.plushnikov.intellij.plugin.processor.clazz.DataProcessor | From | To |