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
VaadinHotswapper defines methods that take several parameters, like VaadinService, set of changed classes, redefine flag.
It would be good to refactor them to take a single parameter that encapsulates all the required information, to simplify refactorings avoiding breaking changes.
Existing methods can be deprecated, and the default implementation of new methods can delegate to them until they are removed.
VaadinHotswapper
defines methods that take several parameters, like VaadinService, set of changed classes, redefine flag.It would be good to refactor them to take a single parameter that encapsulates all the required information, to simplify refactorings avoiding breaking changes.
Existing methods can be deprecated, and the default implementation of new methods can delegate to them until they are removed.
The text was updated successfully, but these errors were encountered: