}
protected Object[] getProjectChildren(IProject project) {
ArrayList<Object> arrayList = new ArrayList<>();
if(project.isAccessible()) {
ProjectInfo projectInfo = getWorkspaceModel().getProjectInfo(project);
if(projectInfo != null) {
DubDependenciesContainer dubContainer = projectInfo.getDubContainer(project);
arrayList.add(dubContainer);
arrayList.add(new StdLibContainer(projectInfo.getCompilerInstall(), project));
}
// Add project children ourselves: this is so that children will be sorted by our own sorter.
// (otherwise only Platform Navigator sorter will be used)
// Navigator ResourceExtension will also add this, but they will not appear duplicated because they