return result;
}
public static List<ExportDescriptionWrapper> collectEligibleExportsFromUsed(ImportDescriptionWrapper targetImport, CheckPoint checkPoint)
{
BoundHost resolving = checkPoint.getResolving();
String importPackage = targetImport.getPackageName();
List<ExportDescriptionWrapper> results = new ArrayList<ExportDescriptionWrapper>();
for (CandidateBundle candidateBundle : checkPoint.getUsed())
{