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
EgorkaKulikov
changed the title
NullPointerException when calling the deepEquals method
Incorrect setting collection field to null leads to further problems with iterator
Nov 16, 2023
Generate tests in the following configuration:
An failing test:
Let's pay attention to the line:
setField(treeSet, "java.util.TreeSet", "m", null);
During the
deepEquals
method call,NullPointerException
occurs.The text was updated successfully, but these errors were encountered: