5ed9a93b970d7c4cf952f69ecff4876e90435e05
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public verifyTypeElement(psiTypeElement PsiTypeElement, holder ProblemsHolder) : void renamed to public verifyVariable(psiLocalVariable PsiLocalVariable, holder ProblemsHolder) : void in class de.plushnikov.intellij.plugin.processor.ValProcessor | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type psiTypeElement : PsiTypeElement to psiLocalVariable : PsiLocalVariable in method public verifyVariable(psiLocalVariable PsiLocalVariable, holder ProblemsHolder) : void in class de.plushnikov.intellij.plugin.processor.ValProcessor | From | To | |
| Rename Variable | 2 | ||
| Rename Variable e : val to d : val in method public test() : void in class de.plushnikov.val.ValInspection | From | To | |
| Rename Variable parent : PsiElement to typeParentParent : PsiElement in method public verifyVariable(psiLocalVariable PsiLocalVariable, holder ProblemsHolder) : void in class de.plushnikov.intellij.plugin.processor.ValProcessor | From | To | |
| Inline Method | 2 | ||
| Inline Method private isVal(psiTypeElement PsiTypeElement) : boolean inlined to public verifyVariable(psiLocalVariable PsiLocalVariable, holder ProblemsHolder) : void in class de.plushnikov.intellij.plugin.processor.ValProcessor | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter psiTypeElement : PsiTypeElement to psiLocalVariable : PsiLocalVariable in method public verifyVariable(psiLocalVariable PsiLocalVariable, holder ProblemsHolder) : void in class de.plushnikov.intellij.plugin.processor.ValProcessor | From | To |