Greetings, all, My FindBugs fixes actually did not remove all of the 'fail'-level warnings.
There were 4 Dead Local Store warnings generated from register allocations done by the JVM, which is something we really don't have control over at the source code level. This means that we need to move DLS warnings from "fail" to "monitor". Cedric, could you make that change, please? Also, I discovered a problem with the implementation of the WorkspaceRoot.equals() method. I've logged it as a bug in Jira [HACK-697] and assigned to Hongbing. Should hopefully be easy to fix. All in all, a very interesting exercise. I'm glad we're doing this! Cheers, Philip
