Package org.openstreetmap.josm.tools.bugreport
Provides core classes for the bug report system, allowing to save technical information used later in tickets on issue tracker.
-
Interface Summary Interface Description BugReport.BugReportListener A listener that listens to changes to this report.BugReportQueue.BugReportHandler Class that handles reporting a bug to the user.BugReportSender.BugReportSendingHandler Called during bug submission to JOSM bugtracker. -
Class Summary Class Description BugReport This class contains utility methods to create and handle a bug report.BugReportExceptionHandler An exception handler that asks the user to send a bug report.BugReportQueue This class handles the display of the bug report dialog.BugReportSender This class handles sending the bug report to JOSM website.ReportedException.Section ReportedException.SectionEntry -
Enum Summary Enum Description BugReportQueue.SuppressionMode The suppression mode that should be used after the dialog was closed. -
Exception Summary Exception Description BugReportSender.BugReportSenderException ReportedException This is a special exception that cannot be directly thrown.