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 believe that at line 43 of Collections3 testfile there is a typo: it should be ll1.addLast(s1); instead of ll2.addLast(s1);.
With the current implementationll1 is empty (and so LinkedList<String> c at line 46), hence there are no vulnerability at line 49 and line 51.
The text was updated successfully, but these errors were encountered:
I believe that at line 43 of Collections3 testfile there is a typo: it should be
ll1.addLast(s1);
instead ofll2.addLast(s1);
.With the current implementation
ll1
is empty (and soLinkedList<String> c
at line 46), hence there are no vulnerability at line 49 and line 51.The text was updated successfully, but these errors were encountered: