b2ca23a589565c1fc0895bc5ff87cecc867c8cea
Files Diff
- Added: 6
- Removed: 4
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method public testBuilderRightType() : void from class de.plushnikov.intellij.plugin.InspectionTest to public testBuilderRightType() : void from class de.plushnikov.intellij.plugin.inspection.BuilderInspectionTest | From | To | |
| Move Method public testBuilderInvalidIdentifier() : void from class de.plushnikov.intellij.plugin.InspectionTest to public testBuilderInvalidIdentifier() : void from class de.plushnikov.intellij.plugin.inspection.BuilderInspectionTest | From | To | |
| Extract Class | 1 | ||
| Extract Class de.plushnikov.intellij.plugin.inspection.BuilderInspectionTest from class de.plushnikov.intellij.plugin.InspectionTest | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute public BUILDER_OBTAIN_VIA_ANNOTATION : String in class de.plushnikov.intellij.plugin.processor.handler.BuilderHandler | From | To | |
| Move And Rename Class | 2 | ||
| Move And Rename Class BuilderEnumError moved and renamed to BuilderInvalidUse.AlsoInvalid | From | To | |
| Move And Rename Class BuilderExample moved and renamed to BuilderInvalidUse.BuilderInvalidUseBuilder | From | To | |
| Move Class | 5 | ||
| Move Class BuilderOnNormalMethod moved to BuilderEnumError.BuilderOnNormalMethod | From | To | |
| Move Class BuilderWithPredefinedClassAnnotation moved to BuilderEnumError.BuilderWithPredefinedClassAnnotation | From | To | |
| Move Class BuilderInterfaceError moved to BuilderEnumError.BuilderInterfaceError | From | To | |
| Move Class BuilderOnConstructor moved to BuilderEnumError.BuilderOnConstructor | From | To | |
| Move Class BuilderOnStaticMethod moved to BuilderEnumError.BuilderOnStaticMethod | From | To |