Direct Variable Accesses
Measures the number of methods that reference an instance, class, or class instance variable (excluding basic accessors).
This metric helps determine how variables are used in a class. Accessors can help preserve the encapsulation principle of objectoriented programming. Direct accesses can also cause increased maintenance or limit the ability of a subclass to extend or refine the behavior of the class.
Last modified date: 09/19/2019