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

[Bug] in ParallelStream should compare with numberOfThreads instead of 0 #2

Open
DenisKnoepfle opened this issue Jul 14, 2019 · 0 comments

Comments

@DenisKnoepfle
Copy link

In the final comparison return collect.size() == 0; it should be return collect.size() == TestPrime.numberOfThread.intValue(); since the filter predicate lets all parts pass that succeeded the isPrime() test. So if all threads pass it, it's a prime.
Test it with a simple number, e.g. "19" and it would return false.

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

1 participant