}
else if (modifierList.hasModifierProperty(PsiModifier.PACKAGE_LOCAL)) {
setVisibilityIcon(PsiUtil.ACCESS_LEVEL_PACKAGE_LOCAL, baseIcon);
}
else {
Icon emptyIcon = new EmptyIcon(Icons.PUBLIC_ICON.getIconWidth(), Icons.PUBLIC_ICON.getIconHeight());
baseIcon.setIcon(emptyIcon, 1);
}
}
else if (Icons.PUBLIC_ICON != null) {
Icon emptyIcon = new EmptyIcon(Icons.PUBLIC_ICON.getIconWidth(), Icons.PUBLIC_ICON.getIconHeight());
baseIcon.setIcon(emptyIcon, 1);
}
}