AbstractMethodError after fixing compile errors
Open
Artur-
opened this issue 10 years ago
•
0 comments
- Use https://github.com/Artur-/spring-boot-loaded-vaadin
- Remove the listener code in MyUI.java
- Run using
mvn install spring-boot:run
- Open http://localhost:8080/
- Add the listener code back but leave imports out, creating a broken inner class
- Reload the page and click the button - you will get an AbstractMethodError
- Go back and add the imports
- Reload the page and click the button - you still get an AbstractMethodError