Modify ↓
Opened 16 years ago
Closed 16 years ago
#4810 closed defect (fixed)
Plugin: exceptions from plugin constructor not handled properly
| Reported by: | Gubaer | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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)
Note:
See TracTickets
for help on using tickets.



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