599f6fa601f9cd8cd025061eb97b3e521c5b65c2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private assertTextArea(layout VerticalLayout) : void renamed to private assertPasswordField(layout VerticalLayout) : void in class com.vaadin.tests.design.ParseLayoutTest | From | To | |
Rename Variable | 1 | ||
Rename Variable ta : TextArea to pf : PasswordField in method private assertPasswordField(layout VerticalLayout) : void in class com.vaadin.tests.design.ParseLayoutTest | From | To | |
Change Return Type | 1 | ||
Change Return Type LegacyTextField to TextField in method public getShouldNotBeMapped() : TextField in class com.vaadin.tests.design.InvalidLayoutTemplate | From | To | |
Change Variable Type | 1 | ||
Change Variable Type ta : TextArea to pf : PasswordField in method private assertPasswordField(layout VerticalLayout) : void in class com.vaadin.tests.design.ParseLayoutTest | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type customField : LegacyTextField to customField : TextField in class com.vaadin.tests.design.designroot.ExtendedDesignWithEmptyAnnotation | From | To | |
Change Attribute Type customField : LegacyTextField to customField : TextField in class com.vaadin.tests.design.designroot.ExtendedDesignWithAnnotation | From | To | |
Change Attribute Type shouldNotBeMapped : LegacyTextField to shouldNotBeMapped : TextField in class com.vaadin.tests.design.InvalidLayoutTemplate | From | To |