kkevlar / section-searcher

Project for CSC 308 and 309
1 stars 0 forks source link

Verify no classes call ClassDB constructor #164

Closed kkevlar closed 5 years ago

kkevlar commented 5 years ago

146 aims to make ClassDB a singleton.

In order to verify that this succeeded, need to check the call heiarchy of each of ClassDB's constructors to verify they instead call getInstance()

Verify call heiarchy by right clicking on constructor definition and clicking show call heiarchy