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

Newly Generated Project does not import required classes #40

Open
InfoSec812 opened this issue Jan 10, 2019 · 1 comment
Open

Newly Generated Project does not import required classes #40

InfoSec812 opened this issue Jan 10, 2019 · 1 comment
Labels

Comments

@InfoSec812
Copy link

I generated a new project as a ServiceProxy implementation and in the MainVerticle class, the ArrayList class was not imported as needed:

  private void startServices() {
    this.serviceBinder = new ServiceBinder(vertx);
    this.registeredConsumers = new ArrayList<>();
@cvgaviao
Copy link

In my case also the RouterFactoryOptions class was not imported.

@slinkydeveloper slinkydeveloper self-assigned this Feb 26, 2019
@slinkydeveloper slinkydeveloper removed their assignment Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants