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.
|
Modifier and Type | Field and Description |
---|---|
private java.util.function.BiFunction<ReportedException,java.lang.Integer,BugReportQueue.SuppressionMode> |
BugReportQueue.bugReportHandler |
Modifier and Type | Method and Description |
---|---|
private BugReportQueue.SuppressionMode |
BugReportQueue.displayFor(ReportedException e) |
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
|
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 static java.util.function.BiFunction<ReportedException,java.lang.Integer,BugReportQueue.SuppressionMode> |
BugReportQueue.getBestHandler() |
Modifier and Type | Method and Description |
---|---|
private void |
BugReportQueue.handleDialogResult(ReportedException e,
BugReportQueue.SuppressionMode suppress) |