All Questions
Tagged with static-analysis debugging
1 question
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 ...