﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4244	"Redeclared models ""loose"" their connectors"	Christian Kral <dr.christian.kral@…>	Adeel Asghar	"Please consider the model attached to this ticket. Each of the second connector of {{{ComponentA}}} and {{{ComponentB}}} is created through extends of a single connector class {{{BaseConnectorA}}} and {{{BaseConnectorB}}}, respectively, and adding an additional connector.

In the example model {{{ExampleAB}}} a base class is used. {{{componentA}}} and {{{componentB}} are redeclared from the base class model by {{{ComponentA}}} and {{{ComponentB}}}, respectively. In the example modelel {{{ExampleAB}}} the two extended connectors do not appear. When checking the model OpenModelica complains:

{{{
Scripting Error
Unable to find component componentA.port_b while parsing 
connection {componentA.port_b,componentB.port_a, """"}.
}}}

However, the model simulates without problems. Nevertheless this kind of configurations seems to be problematic, as a more complex variant of this applications refuses to compile in OpenModelica... However, the two ""missing"" connectors are shown in the result variable browser.

"	defect	new	high	Future	OMEdit				a.haumer@…
