﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2407	Invalid component reference for model hierarchy with identical names when using Inner/outer	Peter Aronsson	somebody	"The attached model (A very simple MultiBody example), produces the following line in the flat dae:


{{{
input Real pendulum.pendulum.specularCoefficient(min = 0.0) = pendulum.pendulum.world.defaultSpecularCoefficient
}}}
But there is no variable named 
{{{
pendulum.pendulum.world.defaultSpecularCoefficient
}}}

The correct name should be 

{{{
pendulum.world.defaultSpecularCoefficient
}}}

The problem can be avoided by changing the outermost instance to e.g. pendulum1.

"	defect	closed	critical	1.12.0	Frontend	trunk	worksforme		
