Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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 Adeel Asghar, 9 years ago

Cc: Adrian Pop added
Owner: changed from perost, adrpo to Per Östlund
Status: newassigned

comment:2 by Per Östlund, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed in cd8c3a1.

comment:3 by Martin Sjölund, 9 years ago

Milestone: 1.9.41.9.4-1.9.x

Milestone renamed

comment:4 by Martin Sjölund, 9 years ago

Milestone: 1.9.4-1.9.x1.9.4

Milestone renamed

Note: See TracTickets for help on using tickets.