QuackatronHQ / Gigarepo

Iterator hasNext should not invoke next JAVA-E0409
Bug risk
Critical
1 occurrence in this check
22
23  @Override
24  public boolean hasNext() {
25    return next() != null;26  }
27
28  // Original intent may have been to have params stored in a List,