Skip to content
New issue

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

Remove not needed code in generated sources #149

Closed
TDesjardins opened this issue Sep 16, 2020 · 1 comment
Closed

Remove not needed code in generated sources #149

TDesjardins opened this issue Sep 16, 2020 · 1 comment
Assignees
Milestone

Comments

@TDesjardins
Copy link
Collaborator

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.

@FrankHossfeld
Copy link
Collaborator

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants