You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
mylinhdao
changed the title
FIx the relation between accessors and their field fromTypes
Refactor: Fix the relation between accessors and their field fromTypesMay 16, 2024
Take a look at
AbstractCollector.getPublicAccessorsFromFile()
. The value of fieldfromTypes
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.The text was updated successfully, but these errors were encountered: