Ted Yu created ACCUMULO-2958: -------------------------------- Summary: Potential null reference in ScanTask#get() Key: ACCUMULO-2958 URL: https://issues.apache.org/jira/browse/ACCUMULO-2958 Project: Accumulo Issue Type: Bug Reporter: Ted Yu Priority: Minor
{code} if (localRQ == null && state.get() == ADDED) throw new IllegalStateException("Tried to get result twice"); Object r = localRQ.poll(timeout, unit); {code} If state.get() is not ADDED, the poll() method call would result in NullPointerException -- This message was sent by Atlassian JIRA (v6.2#6252)