Example usage for com.intellij.openapi.diagnostic ErrorReportSubmitter subclass-usage

List of usage examples for com.intellij.openapi.diagnostic ErrorReportSubmitter subclass-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.diagnostic ErrorReportSubmitter subclass-usage.

Usage

From source file bazaar4idea.util.BzrErrorReportSubmitter.java

/**
 * @author Patrick Woodworth
 */
@SuppressWarnings({ "JavaDoc" })
public class BzrErrorReportSubmitter extends ErrorReportSubmitter {

From source file com.android.tools.idea.diagnostics.error.ErrorReporter.java

/** Sends crash reports to Google. Patterned after {@link com.intellij.diagnostic.ITNReporter} */
public class ErrorReporter extends ErrorReportSubmitter {
    @Override
    public String getReportActionText() {
        return AndroidBundle.message("error.report.to.google.action");
    }

From source file com.atlassian.theplugin.idea.BlameAtlassian.java

public class BlameAtlassian extends ErrorReportSubmitter {
    public String getReportActionText() {
        return "Create error report in Atlassian JIRA";
    }

    public SubmittedReportInfo submit(IdeaLoggingEvent[] ideaLoggingEvents, Component component) {

From source file com.google.cloud.tools.intellij.feedback.GoogleFeedbackErrorReporter.java

/**
 * This class hooks into IntelliJ's error reporting framework.  It's based off of <a
 * href="https://android.googlesource.com/platform/tools/adt/idea/+/studio-master-dev/android/src/com/android/tools/idea/diagnostics/error/ErrorReporter.java">
 * ErrorReporter.java </a> in Android Studio.
 */
public class GoogleFeedbackErrorReporter extends ErrorReportSubmitter {

From source file com.intellij.diagnostic.ITNReporter.java

/**
 * @author Jon S Akhtar
 * @since 11:35:35 AM Oct 19, 2010
 */
@Logger
public class ITNReporter extends ErrorReportSubmitter {

From source file com.intellij.diagnostic.ITNReporter2.java

/**
 * @author max
 */
public class ITNReporter2 extends ErrorReportSubmitter {
    private static int previousExceptionThreadId = 0;
    private static boolean wasException = false;

From source file com.perl5.errorHandler.YoutrackErrorHandler.java

/**
 * @author Jon S Akhtar
 * @since 11:35:35 AM Oct 19, 2010
 */

public class YoutrackErrorHandler extends ErrorReportSubmitter {

From source file com.sylvanaar.idea.errorreporting.BugzReport.java

/**
 * Created by IntelliJ IDEA.
 * User: Jon S Akhtar
 * Date: Sep 23, 2010
 * Time: 1:20:24 PM
 */

From source file com.sylvanaar.idea.errorreporting.YouTrackBugReporter.java

/**
 * Created by IntelliJ IDEA.
 * User: Jon S Akhtar
 * Date: Oct 19, 2010
 * Time: 11:35:35 AM
 */

From source file com.urswolfer.intellij.plugin.gerrit.errorreport.PluginErrorReportSubmitter.java

/**
 * @author Urs Wolfer
 */
public class PluginErrorReportSubmitter extends ErrorReportSubmitter {

    private static final String ERROR_REPORT_URL = "http://urswolfer.com/gerrit-intellij-plugin/service/error-report/";