* which should be replaced by the completion.
  */
 
-import net.sourceforge.phpdt.internal.compiler.ast.*;
-import net.sourceforge.phpdt.internal.compiler.lookup.*;
+import net.sourceforge.phpdt.internal.compiler.ast.SingleNameReference;
+import net.sourceforge.phpdt.internal.compiler.lookup.BlockScope;
+import net.sourceforge.phpdt.internal.compiler.lookup.TypeBinding;
  
 public class CompletionOnSingleNameReference extends SingleNameReference {
 public CompletionOnSingleNameReference(char[] source, long pos) {