Modify ↓
Opened 16 years ago
Closed 16 years ago
#4269 closed defect (fixed)
Exception does not lead to bug report window
| Reported by: | bastiK | Owned by: | team |
|---|---|---|---|
| Priority: | major | Milestone: | |
| 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 by , 16 years ago
comment:2 by , 16 years ago
| Keywords: | r-2010-01-blocker added |
|---|
comment:4 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → 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.