Community
Participate
Working Groups
if (!graph.contains(removedBundle)) {
graph.addElement(removedBundle);
changed = true;
AbstractBundle[] dependents = removedLoaderProxy.getDependentBundles();
}
for (int k = 0; k < dependents.length; k++) {
if (!graph.contains(dependents[k])) {
graph.addElement(dependents[k]);