Modify ↓
Opened 3 years ago
Closed 3 years ago
#4269 closed defect (fixed)
Exception does not lead to bug report window
| Reported by: | bastiK | Owned by: | team |
|---|---|---|---|
| Priority: | major | Component: | Core |
| Version: | latest | Keywords: | r-2010-01-blocker |
| Cc: |
Description
When throwing IllegalStateException or RuntimeException, a small window pops up with 'ok' and 'help'.
Instead the window with the text "this is always a coding error" should show up, allowing to report the bug.
Attachments (0)
Change History (4)
comment:1 Changed 3 years ago by stoecker
comment:2 Changed 3 years ago by Gubaer
- Keywords r-2010-01-blocker added
comment:3 Changed 3 years ago by Gubaer
fixed in r2980
comment:4 Changed 3 years ago by Gubaer
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



These are only exceptions during file loading stage. There is another exception handler for these. Maybe that exception handler should be changed, so it offers a "report as bug" option.