protected GoIntroduceVariableDialog(GoIntroduceOperation operation) {
    super(operation.getProject(), true);
    myOperation = operation;
    myOccurrencesCount = operation.getOccurrences().size();

    setTitle(RefactoringBundle.message("introduce.variable.title"));
    setModal(true);
    init();
  }