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

Refactor: Fix the relation between accessors and their field fromTypes #357

Open
mylinhdao opened this issue May 16, 2024 · 0 comments
Open

Comments

@mylinhdao
Copy link
Collaborator

mylinhdao commented May 16, 2024

Take a look at AbstractCollector.getPublicAccessorsFromFile(). The value of field fromTypes for every generated accessor is the same: the array of all types in the file. This is not correct. We this field should only contains the type the accessor belongs to.

@mylinhdao mylinhdao changed the title FIx the relation between accessors and their field fromTypes Refactor: Fix the relation between accessors and their field fromTypes May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant