shortDescription <- ': methods are excessively longthis usually indicates that the method is doing more than its name/signature might suggest. They also become challenging for others to digest since excessive scrolling causes readers to lose focus'
name <- 'ExcessiveClassLength',
shortDescription <- ': class file lengths are usually indications that the class may be burdened with excessive responsibilities that could be provided by external classes or functions'
),
measurement: smm!DirectMeasurement (
error <- w.originalCompilationUnit.name+ 'has a methode with more than 1000 line of code per a method it may need a separation in the code'
error <- w.originalCompilationUnit.name+ 'has a block with more than 1000 line of code per a method it may need a separation in the code'