return ;
}
if( null != compareEditorInput ){
try {
compareEditorInput.run( new NullProgressMonitor() );
} catch (Exception e) {
e.printStackTrace();
}
compareViewerPane.setInput(compareEditorInput.getCompareResult());
compareViewerPane.setTitleArgument( RbSubclipseMessages.getString("COMPARE.dialogTitle_1")