Oops, I opened the bug report at the same time of your post, sorry.

Btw, I don't know what I did in my tests yesterday, but today both of these
produce errors:

n2 : Node( v2 : value == ( new Float( v1 * r.getMetric() ) ) );

--> The operator < is undefined for the argument type(s) java.lang.Float,
java.lang.Float

and

n2 : Node( value -> (getValue() < n1.getValue() * r.getMetric()));

--> The operator * is undefined for the argument type(s) Float, float

now I begin to be confused...

Alberto


Reply via email to