-
-
Notifications
You must be signed in to change notification settings - Fork 760
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
Widget class cannot be in Groovy #340
Comments
@aznime It looks like a bug but I don't know how to reproduce it. Java client widget tests use objects with protected constructors and private/protected fields which are populated and everything is ok. |
@aznime |
Sorry for the late reply. I was trying to create a demo project for this purpose. You can find it here: https://github.com/aznime/jumbo-mobile-tests |
@aznime |
@aznime As a workaround I can advice you to change class modifiers to public. public class UICatalogWidget extends Widget {
...
} Can you do it and send a message about the result. |
@TikhomirovSergey |
@aznime |
The fix has been merged and it is going to be published |
Description
When creating a widget, code must be in Java. An illegal access exception is thrown if it is coded in Groovy.
Environment
Exception stacktraces
https://gist.github.com/aznime/54263754d2a312ffb1bc
The text was updated successfully, but these errors were encountered: