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
Hello,
Code that has Overloaded Methods and two of the method have same parameters, but one has varargs is causing inconsistencies on diffj's output, here is an example:
Hello,
Code that has Overloaded Methods and two of the method have same parameters, but one has varargs is causing inconsistencies on diffj's output, here is an example:
When running this class against itself on diffj:
the following output is returned:
I think this is happening because diffj is considering those two methods are same, and it is comparing them with each other.
The text was updated successfully, but these errors were encountered: