#3581 closed defect (fixed)
getComponents fails with no error message
Reported by: | Adeel Asghar | Owned by: | Per Östlund |
---|---|---|---|
Priority: | high | Milestone: | 1.9.4 |
Component: | Interactive Environment | Version: | |
Keywords: | Cc: | mayr19@…, Adrian Pop |
Description
If multiple parameters are defined in one line e.g,
model M parameter Real r1 = 0.1 annotation(Dialog(group = "Group", tab = "Tab")), r2; end M;
then calling getComponents(M)
returns an empty string without any error message. See also #3400.
Change History (4)
comment:1 by , 9 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in cd8c3a1.