metrics: rename title of detect_variance_constraints
authorJean Privat <jean@pryen.org>
Fri, 6 Feb 2015 16:13:21 +0000 (23:13 +0700)
committerJean Privat <jean@pryen.org>
Sat, 7 Feb 2015 13:13:58 +0000 (20:13 +0700)
Signed-off-by: Jean Privat <jean@pryen.org>

src/metrics/detect_variance_constraints.nit

index 1f73fab..3665376 100644 (file)
@@ -50,7 +50,7 @@ private class DetectVarianceConstraintsPhase
        do
                if not toolcontext.opt_detect_variance_constraints.value and not toolcontext.opt_all.value then return
 
-               print "--- Metrics of covariance detection ---"
+               print "--- Detection of variance constraints on formal parameter types ---"
 
                var k = new DetectVarianceConstraints
                k.collect(mainmodule)