FindBugs and Code Cleanup
Yesterday, I ran FindBugs against a portion of the code base, and not surprisingly for a project this large, quite a number of errors and bugs came up. I was wondering if any would mind if I went in and cleaned up some of the more mundane and obvious amongst them in the name of code cleanliness, bug prevention, and the slight possibility of a performance boost. I wouldn't mess with anything that would affect the behavior of the code, just a couple of bugs and implementation details such as accidentally comparing two different types with .equals() and the like.
On a separate note, sorry for popping up every 5 seconds to ask permission to do something.
On a separate note, sorry for popping up every 5 seconds to ask permission to do something.