| Package | Description |
|---|---|
| org.openstreetmap.josm.gui.bugreport |
Provides GUI classes for the bug report system, allowing users to create tickets on issue tracker directly from JOSM.
|
| 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.
|
| Class and Description |
|---|
| BugReport
This class contains utility methods to create and handle a bug report.
|
| BugReportQueue.SuppressionMode
The suppression mode that should be used after the dialog was closed.
|
| BugReportSender.BugReportSendingHandler
Called during bug submission to JOSM bugtracker.
|
| ReportedException
This is a special exception that cannot be directly thrown.
|
| Class and Description |
|---|
| BugReport
This class contains utility methods to create and handle a bug report.
|
| BugReport.BugReportListener
A listener that listens to changes to this report.
|
| BugReportQueue
This class handles the display of the bug report dialog.
|
| BugReportQueue.BugReportHandler
Class that handles reporting a bug to the user.
|
| BugReportQueue.SuppressionMode
The suppression mode that should be used after the dialog was closed.
|
| BugReportSender
This class handles sending the bug report to JOSM website.
|
| BugReportSender.BugReportSenderException |
| BugReportSender.BugReportSendingHandler
Called during bug submission to JOSM bugtracker.
|
| ReportedException
This is a special exception that cannot be directly thrown.
|
| ReportedException.CauseTraceIterator
Iterates over the causes for this exception.
|
| ReportedException.Section |
| ReportedException.SectionEntry |