Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parallelstream must not do an addAll to an ArrayList: it causes null entries #52

Open
udatny opened this issue Feb 14, 2019 · 1 comment

Comments

@udatny
Copy link

udatny commented Feb 14, 2019

edges.addAll(pEdges);

https://stackoverflow.com/questions/39093178/java-8-parallelstream-fill-arraylist

@miho
Copy link
Owner

miho commented Feb 15, 2019

Thanks for spotting this. There are probably a couple of other problematic locations.

miho added a commit that referenced this issue Aug 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants