9c6a6f3ad9219f6b19f6828eee82122bcc3a0e43
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private containsMethod(definedMethods Collection<PsiMethod>, methodName String, paramTypes List<PsiType>) : boolean renamed to private findExistedMethod(definedMethods Collection<PsiMethod>, methodName String, paramTypes List<PsiType>) : PsiMethod in class de.plushnikov.intellij.plugin.processor.clazz.constructor.AbstractConstructorClassProcessor | From | To | |
Change Return Type | 1 | ||
Change Return Type boolean to PsiMethod in method private findExistedMethod(definedMethods Collection<PsiMethod>, methodName String, paramTypes List<PsiType>) : PsiMethod in class de.plushnikov.intellij.plugin.processor.clazz.constructor.AbstractConstructorClassProcessor | From | To |