imports.add(s.substring(6).trim());
});
// use the EmptyImportCustomizer because it doesn't come with static initializers containing
// existing imports.
this.importCustomizerProvider = new EmptyImportCustomizerProvider(
this.importCustomizerProvider, imports, staticImports);
reset();
}