All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rules.ClassFanOutComplexity.md Maven / Gradle / Ivy


Restricts the number of other classes that a class can rely on to 20.

While `ClassDataAbstractionCoupling` limits the number of classes that are instantiated when the class is, this check counts all fields whether they are assigned a value or not.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy