spring-loaded
spring-loaded copied to clipboard
AbstractMethodError after fixing compile errors
- 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