| Package | Description |
|---|---|
| org.openstreetmap.josm.tools.bugreport |
Provides classes for the bug report system, allowing users to create tickets on issue tracker directly from JOSM.
|
| 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.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 |
| DebugTextDisplay
This is a text area that displays the debug text with scroll bars.
|
| ReportedException
This is a special exception that cannot be directly thrown.
|
| ReportedException.CauseTraceIterator
Iterates over the causes for this exception.
|
| ReportedException.Section |
| ReportedException.SectionEntry |