Community
Participate
Working Groups
// Retrieve the corresponding contribution item from SWT's
// data.
if (sourceIndex < coolItems.length) {
if (sourceIndex < coolItems.length && !coolItems[sourceIndex].isDisposed()) {
destinationItem = (IContributionItem) coolItems[sourceIndex]
.getData();
} else {