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

Parser is missing dependencies at new #1

Open
3 tasks
pvassil opened this issue Oct 22, 2022 · 0 comments
Open
3 tasks

Parser is missing dependencies at new #1

pvassil opened this issue Oct 22, 2022 · 0 comments
Labels
priority:high High priority status:help wanted Extra attention is needed type:bug Something isn't working

Comments

@pvassil
Copy link
Member

pvassil commented Oct 22, 2022

Whenever a method doStuff() of class Clientcontains a statement of form Server vrbl = new ServerImpl(params) there is a dependency between Client and (a) Server, (b) ServerImpl (possibly Server and ServerImpl are the same class).

The parser is missing this dependency and must be expanded by an extra pass from the code, for this particular type of dependency.

Also must make sure that a dependency exists

  • at the aforementioned local new,
  • whenever a classifier is the type of a method parameter of Client,
  • whenever a classifier is the return type of a method of Client
@pvassil pvassil added type:bug Something isn't working priority:high High priority status:help wanted Extra attention is needed labels Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:high High priority status:help wanted Extra attention is needed type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant