﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6011	OMEdit does not correctly add redeclare statements	Francesco Casella	Adrian Pop	"Please consider the attached test package:
- activate replaceable support
- open the package in OMEdit
- open model {{{S}}}
- double-click on {{{m}}}
- select {{{TestReplaceablePar.RM2}}}
- click ok

The following code is obtained
{{{
TestReplaceablePar.M m(
  RM = TestReplaceablePar.BM / TestReplaceablePar.RM2) 
  annotation(...);
}}}

I would have expected
{{{
TestReplaceablePar.M m(
  redeclare model RM = TestReplaceablePar.RM2) 
  annotation(...);
}}}

"	defect	closed	blocker	1.16.0	OMEdit		fixed		Adrian Pop
