470deb3e15d96388049f2acb6278a2af4bc81155
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 23
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 2 | ||
Move And Rename Method public PasswordField(dataSource Property) from class com.vaadin.ui.PasswordField to public LegacyPasswordField(dataSource Property) from class com.vaadin.v7.ui.LegacyPasswordField | From | To | |
Move And Rename Method public PasswordField(caption String, dataSource Property) from class com.vaadin.ui.PasswordField to public LegacyPasswordField(caption String, dataSource Property) from class com.vaadin.v7.ui.LegacyPasswordField | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type userNameField : LegacyTextField to userNameField : TextField in method protected createContent(userNameField TextField, passwordField PasswordField, loginButton Button) : Component in class com.vaadin.ui.LoginForm | From | To | |
Move Method | 1 | ||
Move Method public clear() : void from class com.vaadin.ui.PasswordField to public clear() : void from class com.vaadin.v7.ui.LegacyPasswordField | From | To | |
Change Return Type | 3 | ||
Change Return Type LegacyTextField to TextField in method private getUsernameField() : TextField in class com.vaadin.ui.LoginForm | From | To | |
Change Return Type LegacyTextField to TextField in method protected createUsernameField() : TextField in class com.vaadin.ui.LoginForm | From | To | |
Change Return Type Class<PasswordField> to Class<LegacyPasswordField> in method protected getTestClass() : Class<LegacyPasswordField> in class com.vaadin.tests.components.passwordfield.PasswordFieldTest | From | To | |
Change Variable Type | 4 | ||
Change Variable Type tf : LegacyTextField to tf : TextField in method private createTextFieldWith(caption String, primaryStyleName String, inputPrompt String) : void in class com.vaadin.tests.components.uitest.components.TextFieldsCssTest | From | To | |
Change Variable Type def : LegacyAbstractTextField to def : AbstractTextField in method public writeDesign(design Element, designContext DesignContext) : void in class com.vaadin.ui.PasswordField | From | To | |
Change Variable Type password : PasswordField to password : LegacyPasswordField in method public LoginView(navigator Navigator, fragmentAndParameters String) in class com.vaadin.tests.minitutorials.v7b9.LoginView | From | To | |
Change Variable Type field : LegacyTextField to field : TextField in method protected createUsernameField() : TextField in class com.vaadin.ui.LoginForm | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type editPassword : PasswordField to editPassword : LegacyPasswordField in class com.vaadin.tests.components.absolutelayout.AbsoluteLayoutHideComponent | From | To | |
Change Attribute Type password : PasswordField to password : LegacyPasswordField in class com.vaadin.tests.minitutorials.v70.SimpleLoginView | From | To | |
Change Attribute Type username : LegacyTextField to username : TextField in class com.vaadin.tests.CustomLayoutDemo | From | To |