pouryafard75 / RM-ASTDiff

MIT License
2 stars 1 forks source link

MethodInvocation with different name (One with receiver and one without receiver) #60

Closed pouryafard75 closed 1 year ago

pouryafard75 commented 1 year ago

https://github.com/HdrHistogram/HdrHistogram/commit/0e65ac4da70c6ca5c67bb8418e67db914218042f

image
pouryafard75 commented 1 year ago

Proof of fix

image
pouryafard75 commented 1 year ago

As a result of this fix, one other case also must be updated: https://github.com/apache/hive/commit/999e0e3616525d77cf46c5865f9981b5a6b5609a Before: image_2023-03-23_22-49-16

After:

image

However, this case needs more validation but the problem related to method invocation is resolved.