Modify ↓
Opened 3 years ago
Closed 3 years ago
#4810 closed defect (fixed)
Plugin: exceptions from plugin constructor not handled properly
| Reported by: | Gubaer | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
If a plugin throws a runtime exception (i.e. an NPE) in its constructor it is silently dropped. No error message is displayed.
Needs to be fixed in PluginHandler::loadPlugin(...).
Attachments (0)
Change History (1)
comment:1 Changed 3 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



(In [3297]) fixed #4810 - error handling plugin exception