* NOTE: The ReleaseSnapshot to load is determined by the release time stamp or, if no time stamp exist,
* by the creation time of the revision belonging to the release.
* For the future, we assume that the release info is bundled with the project.
*/
fMonitor.subTask("fetching snapshot data");
final DAForJavaEditorInput editorInput = new DAForJavaEditorInput(fSelection);
fMonitor.worked(15);
if (fMonitor.isCanceled()) {
System.out.println("Initializing Graph aborted.");
return Status.CANCEL_STATUS;