

Especially when you consider that big rewards are not offered when detectives can figure things out pretty easily. The ante goes up with severity and difficulty. I’m sure there was a reward for Osama bin Laden, but I wasn’t not turning him in because the reward was too small or I didn’t believe I’d get paid. I just didn’t know where the dude was, let alone how I could get him turned in
If it counts, I encountered a Java file that, unbeknownst to me at the time, was duplicated across two different places. The project was essentially abandoned for years, and the file was one that didn’t change much so I left it alone for a year or so.
Eventually I had to add a method to it. Compiled just fine, runtime threw a no such method error. Turned out Eclipse was using one, but when Maven did its build it used the old duplicate I didn’t know existed.
Took me a while to find that one!