MPS issue job003725

TitleClasses are not checked
Statusclosed
Prioritynice
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionWe have functions ArenaClassCheck, BufferClassCheck, etc., but we don't call them everywhere we should.
AnalysisThey should be called:
* at the end of each DEFINE_CLASS;
* in the Check function;
* in Create and Init methods.
How foundinspection
EvidenceNone.
Created byGareth Rees
Created on2014-04-02 14:17:06
Last modified byGareth Rees
Last modified on2014-04-04 12:51:07
History2014-04-02 GDR Created.

Fixes

Change Effect Date User Description
185228 closed 2014-04-04 12:51:07 Gareth Rees Check classes after defining them.