polystat / odin

Object Dependency Inspector
10 stars 2 forks source link

Detecting direct access to base class state (4th defect type) #47

Closed Leosimetti closed 2 years ago

Leosimetti commented 2 years ago

This PR contains the following changes:

  1. Implementation of the analyzer for the 4th defect type;
  2. Corresponding Unit-tests of the functionality;
  3. API for polystat.

More detailed information about the problem statement and implementation is available here.