boolean collapseCode = true;
switch (element.getElementType()) {
case IJavaElement.IMPORT_CONTAINER: {
IImportContainer importContainer = (IImportContainer) element;
IRegion projectionRegion = computeImportProjectionRanges(importContainer, ctx);
if (projectionRegion != null) {
JavaImportPosition importPosition = new JavaImportPosition(projectionRegion,
importContainer);