Does anyone know of any style checkers or build tools that would flag autoboxing and unboxing from the build server?
I already have the eclipse option to flag it on my end, but not everyone in the project uses the same IDE or same settings. Finding it on the build side seems the only way to detect where it might creep into the project.