Open
Bug 1639112
Opened 5 years ago
Consider making SecretaryTool a singleton
Categories
(Tree Management :: Perfherder, enhancement, P3)
Tree Management
Perfherder
Tracking
(Not tracked)
NEW
People
(Reporter: igoldan, Unassigned)
Details
SecretaryTool class has mostly static methods.
We should consider turning it into a singleton, to better protect the real critical resource its protecting. Namely, the PerformanceSettings
object.
You need to log in
before you can comment on or make changes to this bug.
Description
•