﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5738	Questionable warning with annotation(Evaluate = true) in the NF	Francesco Casella	Per Östlund	"Please check the following model with the NF.
{{{#!mo
model TestEvaluate
  parameter Real p annotation(Evaluate = true);
end TestEvaluate;
}}}
The NF reports:
{{{
[1] 23:52:47 Translation Warning
[TestEvaluate: 2:3-2:47]: Parameter p has annotation(Evaluate=true) and no binding.
}}}
I don't see why one should get a warning in this case. An error should be obtained when trying to run this model, but unless one wants to do that, there's nothing wrong with it, exactly as in the case of
{{{#!mo
model TestEvaluate
  parameter Real p;
end TestEvaluate;
}}}
which gives no error despite the lack of any binding. Aren't those two cases equivalent?
"	defect	closed	high	1.16.0	New Instantiation		fixed		
