error <- 'do not declare an EmptyInitializer, EmptyInitializer is detected in ' + w.originalCompilationUnit.name + ' this block need to be deleted'
error <- ' class '+w.originalCompilationUnit.name +' hase an emptyInitializer! do not declare an EmptyInitializer, EmptyInitializer! this block need to be deleted'
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 block with more than 1000 line of code per a method it may need a separation in the code'
error <- ' class '+w.originalCompilationUnit.name+ 'has a block with more than 1000 line of code per a method it may need a separation in the code'