checkSuperclassPropertyImplementation
Checks classdef
files to see if it implements
any superclass properties (if any). If this is the case, the class
cannot be instantiated and an error will be thrown indicating this
problem.
Limitations
If the classdef
file could not be analyzed due
to another problem, it could be that no violation is reported by this
check, depending on the nature of the other problem.
Exemption tag: %@ok<SUPPI>