Bonjour
Je suis nouveau avec le plugin checkstyle pour netbeans. Il me met une erreur que je n'arrive pas a comprendre.
class fan-out complexity is 26 ( max allowed 20)
Que veut vraiment dire cette erreurs ou plutôt ce warning?
Merci d'avance
Bonjour
Je suis nouveau avec le plugin checkstyle pour netbeans. Il me met une erreur que je n'arrive pas a comprendre.
class fan-out complexity is 26 ( max allowed 20)
Que veut vraiment dire cette erreurs ou plutôt ce warning?
Merci d'avance
Henry and Kafura (1981) [from Sommerville 1992] identified a form of the fan in - fan out complexity which maintains a count of the number of data flows from a component plus the number of global data structures that the program updates. The data flow count includes updated procedure parameters and procedures called from within a module.
Complexity = Length x (Fan-in x Fan-out)2![]()
Partager