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
I will get in this case 3 method calls (List, Integer, Long) in a "random" order and not the order of declaration plus the getSourceCodeLocation().getLineNumber() for all of them will be line 3 instead of 3, 4 and 5.
Thanks
The text was updated successfully, but these errors were encountered:
Code sample:
Now if I check the constructor calls from self on the
getValues()
Set<JavaConstructorCall> constructorCallsFromSelf = javaMethod.getConstructorCallsFromSelf();
I will get in this case 3 method calls (List, Integer, Long) in a "random" order and not the order of declaration plus the
getSourceCodeLocation().getLineNumber()
for all of them will be line 3 instead of 3, 4 and 5.Thanks
The text was updated successfully, but these errors were encountered: