@martinrinehart said:
Does anyone know if there is a relationship between Bug Splat reports and getting bugs fixed?
Everything that has been said in previous responses is true.
BugSplat tells us how often bugs occur that have the same signature. Therefore, if we set out with the aim to fix some of our most common bugs, we start at the top of the BugSplat list and work our way down. Every time we do a maintenance release or major release, we spend a fair bit of time fixing as many of the most frequently occurring issues as possible.
Also, if a specific bug comes to our attention and it seems like a very big problem when it does occur, even if it doesn't occur very often, we will concentrate some effort on trying to establish how to reproduce it and whether we have any BugSplat data to help us dig deeper.
Yes, there's a big correlation between BugSplat and bug fixing activities.
Andrew