| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private BugReport |
BugReportDialog.report |
| Constructor and Description |
|---|
BugReportDialog(BugReport report)
Create a new dialog.
|
BugReportSettingsPanel(BugReport report)
Creates the new settings panel.
|
DebugTextDisplay(BugReport report)
Creates a new text area that displays the bug report data
|
| Modifier and Type | Method and Description |
|---|---|
void |
BugReport.BugReportListener.bugReportChanged(BugReport report)
Called whenever this bug report was changed, e.g.
|