Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Later
-
None
-
None
-
None
-
None
Description
if (localRQ == null && state.get() == ADDED) throw new IllegalStateException("Tried to get result twice"); Object r = localRQ.poll(timeout, unit);
If state.get() is not ADDED, the poll() method call would result in NullPointerException
Attachments
Issue Links
- is superceded by
-
ACCUMULO-3643 Find more bugs with findbugs
- Resolved