Modify ↓
Opened 14 years ago
Closed 14 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 Changed 14 years ago by
comment:2 Changed 14 years ago by
Keywords: | r-2010-01-blocker added |
---|
comment:4 Changed 14 years ago by
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.