On Sat, Feb 20, 2010 at 12:23 PM, Jake Mannix <jake.man...@gmail.com> wrote: > Personally I'm a fan of judicious use of static imports if readability is > good (esp. If there's only one class you're statically importing from), > because who writes java code without an ide? > > Just my two cents.
I agree, judicious is the key word here. In some cases it hampers readability to have them imported in other cases it hampers readability to >not< import them. So, in this case I didn't end up removing them all, but did remove most of them.