> I'm with Peter on this one. I'm vastly more in favour of explicit imports than > promiscous * imports, for exactly the reasons Peter describes. In our project we use explicit imports. Sometimes you end up with importing over 20 classes. I think gives way to much import lines. Personally I use the rule to explicitely import when having less than 4 classes from one package. Maurice le Rutte.