} catch (ReviewboardException e) {
MessageDialog.openError(getShell(), RbSubclipseMessages.getString("ERROR_INFORMATION_LABLE"), e.getMessage()); //$NON-NLS-1$
return false;
}
GeneratePostMultiDiffOperation generatePostCommitDiffOperation = new GeneratePostMultiDiffOperation(
mainPageSelectedResources, startAndStop[0], startAndStop[1]);
getContainer().run(true, true, generatePostCommitDiffOperation);
fileDiffs = generatePostCommitDiffOperation.getFileDiffs();
Map<String, StringBuilder> diffContentSBByCharset = generatePostCommitDiffOperation.getDiffContentSBByCharset();
if( null != diffContentSBByCharset && !diffContentSBByCharset.isEmpty() && diffContentSBByCharset.size() > 1){
boolean isConfirm = MessageDialog.openConfirm(getShell(),
RbSubclipseMessages.getString("WARNING_LABLE"),
RbSubclipseMessages.getString("PROMPTING_ENCODING_0"));
if(!isConfirm){