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
The cohesion calculation should also be for classes that contain either no methods or only static, class or abstract methods, because the cohesion will be 0 %. This is annoying when dealing with abstract classes that will implement methods on subclasses.
The text was updated successfully, but these errors were encountered:
The cohesion calculation should also be for classes that contain either no methods or only static, class or abstract methods, because the cohesion will be 0 %. This is annoying when dealing with abstract classes that will implement methods on subclasses.
The text was updated successfully, but these errors were encountered: