Jim I think you said you recently switched to IDEA and I think that resulted in some "import ...*;" declarations creeping in during your refactor.
I thought this came with the code style template but there is an option on the "Imports" tab where you can set the number of imports to allow before it switches over to "import *" - IIRC the default is 5, I increase it to 9999 to avoid this problem. Thanks -- Jeremy
