You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand correctly, Instability counts incorrectly for abstract classes with inheritors. Since the classes are abstract, we get Affererent Coupling = 0, even though the class has descendants that are explicitly linked to the abstract class. Because of this, abstract classes are placed in the zone of useless classes.
Or am I wrong?
The text was updated successfully, but these errors were encountered:
Bug report
PhpMetrics 3.0.0rc6
If I understand correctly, Instability counts incorrectly for abstract classes with inheritors. Since the classes are abstract, we get
Affererent Coupling = 0
, even though the class has descendants that are explicitly linked to the abstract class. Because of this, abstract classes are placed in the zone of useless classes.Or am I wrong?
The text was updated successfully, but these errors were encountered: