Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix compilation after textfield renaming #1600

Merged
merged 1 commit into from
Feb 1, 2023
Merged

Conversation

ZheSun88
Copy link
Contributor

@ZheSun88 ZheSun88 commented Feb 1, 2023

Copy link
Member

@Artur- Artur- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, does not work?

@@ -24,7 +24,7 @@
*/
@Tests({ TextField.class, PasswordField.class, EmailField.class,
BigDecimalField.class })
public class TextFieldTester<T extends InternalFieldBase<T, V>, V>
public class TextFieldTester<T extends TextFieldBase<T, V>, V>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class import is missing?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting.. locally it builds for me.. aww.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, it failed on other part.. for this line, it doesn't need extra class import

/opt/agent/work/ef9ade89d4c3cefd/vaadin-testbench-unit-junit5/src/test/java/com/vaadin/testbench/unit/ComponentQueryTest.java:[28,43] cannot find symbol
[11:30:05]	[Step 4/5] [ERROR]   symbol:   class InternalFieldBase
[11:30:05]	[Step 4/5] [ERROR]   location: package com.vaadin.flow.component.textfield
[11:30:05]	[Step 4/5] [ERROR] /opt/agent/work/ef9ade89d4c3cefd/vaadin-testbench-unit-junit5/src/test/java/com/vaadin/testbench/unit/ComponentQueryTest.java:[496,19] cannot find symbol
[11:30:05]	[Step 4/5] [ERROR]   symbol:   class InternalFieldBase
[11:30:05]	[Step 4/5] [ERROR]   location: class com.vaadin.testbench.unit.ComponentQueryTest
[11:30:05]	[Step 4/5] [ERROR] -> [Help 1]

@ZheSun88
Copy link
Contributor Author

ZheSun88 commented Feb 1, 2023

there is another usage for the old InternalFieldBase.
now it has been updated

@ZheSun88 ZheSun88 merged commit d110378 into master Feb 1, 2023
@ZheSun88 ZheSun88 deleted the fix-compilation branch February 1, 2023 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants