static void showDiffDialog(DialogBuilder builder, Collection hints) {
   builder.showModal(!hints.contains(DiffTool.HINT_SHOW_NOT_MODAL_DIALOG));
 }