shortDescription <- 'Thread.notify() awakens a thread monitoring the object. If more than one thread is monitoring, then only one is chosen. The thread chosen is arbitrary; thus its usually safer to call notifyAll() instead.'
),
measurement: smm!DirectMeasurement (
error <- 'Used notify() instead of notifyAll() in Class : ' + method.originalCompilationUnit.name