You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the PR #8, a static initialization block uses reflection to access the method of the class. This approach is prone to errors if the method signature in the Vaadin framework changes. It is suggested to add a unit test to ensure this method remains accessible and correctly functional. This issue is to track the implementation of such a test and any necessary adjustments to the reflection usage.
The text was updated successfully, but these errors were encountered:
In the PR #8, a static initialization block uses reflection to access the method of the class. This approach is prone to errors if the method signature in the Vaadin framework changes. It is suggested to add a unit test to ensure this method remains accessible and correctly functional. This issue is to track the implementation of such a test and any necessary adjustments to the reflection usage.
The text was updated successfully, but these errors were encountered: