set.add(sourceModule.getResource().getLocation().toOSString());
ISourceModule includedSourceModule = FileNetworkUtility
.findSourceModule(sourceModule, includeVisitor.getFile(),
set);
if (includedSourceModule != null) {
return new IHyperlink[] { new ModelElementHyperlink(
includeVisitor.getSelectRegion(), includedSourceModule,
new OpenAction(editor)) };
}
}
return null;