Remove static instances from plugins

Registered by Monty Taylor

Static instance variables don't necessarily have their constructors run when they are dynamically opened via dlopen - so we can't count on any code running in that constructor if we don't run the constructor during the execution of initialize. For that matter, we need to ensure that we don't have any global static instances like that in any of the plugins - since they may fail, and possibly in bizarre ways.

Blueprint information

Status:
Complete
Approver:
None
Priority:
Medium
Drafter:
Monty Taylor
Direction:
Needs approval
Assignee:
Monty Taylor
Definition:
Approved
Series goal:
Accepted for dexter
Implementation:
Implemented
Milestone target:
milestone icon 2010-08-30
Started by
Lee Bieber
Completed by
Lee Bieber

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.