protected void reportAliasForNS(ICompletionReporter reporter,
String suffix, AbstractCompletionContext abstractContext,
IModuleSource module, final Map<String, UsePart> result)
throws BadLocationException {
SourceRange replacementRange = getReplacementRange(abstractContext);
IDLTKSearchScope scope = createSearchScope();
for (Entry<String, UsePart> entry : result.entrySet()) {
String fullName = entry.getValue().getNamespace()
.getFullyQualifiedName();
IType[] elements = PhpModelAccess.getDefault().findTypes(null,