Community
Participate
Working Groups
I20081125-0840 While doing the dead-code analysis I found this code in org.eclipse.ui.internal.actions.ModifyWorkingSetDelegate.getItems(): for (int k = 0; k < adaptables.length; k++) { if (existingElements.contains(adaptables[k])) visible = true; // show if any element // is present in removal break; } Looks like the braces got missing.
Hitesh, could you take a look at this and make sure there's nothing else bone-headed going on here?
Created attachment 119897 [details] Patch 1 Going by the code comment there and looking at the class, the braces need to be added to that if statement. Other than that, the class looks fine to me.
*** Bug 260747 has been marked as a duplicate of this bug. ***
Will this be released anytime soon ? The sooner, the better.
*** Bug 261069 has been marked as a duplicate of this bug. ***
Done. Committed in >20090115. Applied the patch...
Target milestone is not set. Done now.
Verified in I20090126-1800.