﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1989	Fix propagation of modifiers in new instantiation	Per Östlund	Per Östlund	"The propagation of modifications in the new instantiation doesn't work in cases like this:
{{{
model A
  Real x;
end A;

model B
  extends A;
  Real x;
end B;

model C
  extends B(x = 5);
end C;
}}}
The propagation of modifications to elements is also very inefficient, and should be rewritten to use e.g. a hashtable or something."	defect	closed	high	1.9.4	New Instantiation	trunk	fixed		
