41b823be7e
I have seen a NPE in a few unit tests that were caused by currenDelivery changing between these two steps: i - if (currentDelivery != null) ii - .... currentDelivery.getPos(); instead of adding extra synchronization I'm caching the currentValue what would been enough on this case. This is just to avoid NPEs |
||
---|---|---|
.. | ||
src | ||
pom.xml |