Opened 9 years ago

Closed 9 years ago

Last modified 8 years ago

#3581 closed defect (fixed)

getComponents fails with no error message

Reported by: adeas31 Owned by: perost
Priority: high Milestone: 1.9.4
Component: Interactive Environment Version:
Keywords: Cc: mayr19@…, adrpo

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 Changed 9 years ago by adeas31

  • Cc adrpo added
  • Owner changed from perost, adrpo to perost
  • Status changed from new to assigned

comment:2 Changed 9 years ago by perost

  • Resolution set to fixed
  • Status changed from assigned to closed

Fixed in cd8c3a1.

comment:3 Changed 8 years ago by sjoelund.se

  • Milestone changed from 1.9.4 to 1.9.4-1.9.x

Milestone renamed

comment:4 Changed 8 years ago by sjoelund.se

  • Milestone changed from 1.9.4-1.9.x to 1.9.4

Milestone renamed

Note: See TracTickets for help on using tickets.