Community
Participate
Working Groups
return getSourceChildren(((NamespaceGroup) parentElement).getJavaScriptUnit(), true, ((NamespaceGroup) parentElement));
}
return super.getChildren(parentElement);
} catch (JavaScriptModelException e) {
//ignore, caused by trying to get children of files in libraries
return NO_CHILDREN;
} catch (CoreException e) {
e.printStackTrace();