NOTE: When debugging this issue in an IDE, the debugger can actually interfere with the reproduction of the bug. Bug only occurs when first PersistentBag::read() is after the PersistentBag::add(new Child()). If debugger evaluates functions like PersistentBag.size() ahead of the add(), this will trigger a ::read().
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
NOTE: When debugging this issue in an IDE, the debugger can actually interfere with the reproduction of the bug. Bug only occurs when first PersistentBag::read() is after the PersistentBag::add(new Child()). If debugger evaluates functions like PersistentBag.size() ahead of the add(), this will trigger a ::read().