243244245246247248249250251252253
if (project.isInBundleClasspath(root)) { list.add(root); if (list.size() >= UPDATE_BATCH_SIZE) { dialog.addElements(list); list.clear(); } } } if (!list.isEmpty())
250251252253254255256257258259260
} } } if (!list.isEmpty()) { dialog.addElements(list); } return Status.OK_STATUS; } catch (JavaModelException e) {