JCSG icon indicating copy to clipboard operation
JCSG copied to clipboard

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

Open udatny opened this issue 6 years ago • 1 comments

https://github.com/miho/JCSG/blob/5801d917460012438412d0cd8e5fa2c2697c1bd4/src/main/java/eu/mihosoft/jcsg/Edge.java#L609

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

udatny avatar Feb 14 '19 15:02 udatny

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

miho avatar Feb 15 '19 21:02 miho