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 | Method and Description |
---|---|
BugReportQueue.SuppressionMode |
BugReportDialog.shouldSuppressFurtherErrors()
Check if the checkbox to suppress further errors was selected
|
static BugReportQueue.SuppressionMode |
BugReportDialog.showFor(ReportedException e,
int exceptionCounter)
Show the bug report for a given exception
|
Modifier and Type | Method and Description |
---|---|
private BugReportQueue.SuppressionMode |
BugReportQueue.displayFor(ReportedException e) |
BugReportQueue.SuppressionMode |
BugReportQueue.BugReportHandler.handle(ReportedException e,
int exceptionCounter)
Handle the bug report for a given exception
|
static BugReportQueue.SuppressionMode |
BugReportQueue.SuppressionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BugReportQueue.SuppressionMode[] |
BugReportQueue.SuppressionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
BugReportQueue.handleDialogResult(ReportedException e,
BugReportQueue.SuppressionMode suppress) |