We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is some not needed code in generated app implementation:
@Override public void loadErrorPopUpController() { StringBuilder sb01 = new StringBuilder(); this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("no ErrorPopUpController found!°")); }
and shell creator impl:
@Override public void onFinishCreating(Object object) throws RoutingInterceptionException { ApplicationShell shell = (ApplicationShell) object; }
which can be removed.
The text was updated successfully, but these errors were encountered:
#149 - Remove not needed code in generated sources
6b30c17
Done
Sorry, something went wrong.
FrankHossfeld
No branches or pull requests
There is some not needed code in generated app implementation:
and shell creator impl:
which can be removed.
The text was updated successfully, but these errors were encountered: