Skip to main content

All Questions

Filter by
Sorted by
Tagged with
8 votes
3 answers
1k views

Is it safe to rely on static analysis to "reproduce" concurrency bugs reliably?

I've inherited some Java code which I suspect harbours some concurrency bugs when synchronizing between a thread that queries data and an IO event that updates the same data. I'm trialling a static ...
doughgle's user avatar
  • 191