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
This could result in some issues when we'd like to have simple names that are more representative of the anonymous entities. For instance, using just numeric names for anonymous entities seems to have caused the following issue: SpoonLabs/gumtree-spoon-ast-diff#347 (see the discussion for more).
We can probably improve this anonymous naming convention. One idea could be to use the parent/super-class in generating the simple-name, among others.
The text was updated successfully, but these errors were encountered:
When processing an anonymous entity (such as an anonymous class), Spoon seems to rely on the following code:
(present here)
This results in a numeric "simple name" being generated and given to the anonymous entity (implementation here but is also present in snippet below).
This could result in some issues when we'd like to have simple names that are more representative of the anonymous entities. For instance, using just numeric names for anonymous entities seems to have caused the following issue: SpoonLabs/gumtree-spoon-ast-diff#347 (see the discussion for more).
We can probably improve this anonymous naming convention. One idea could be to use the parent/super-class in generating the simple-name, among others.
The text was updated successfully, but these errors were encountered: