#3460 closed defect (fixed)
getComponents fails if base class is not defined
Reported by: | Adeel Asghar | Owned by: | Adrian Pop |
---|---|---|---|
Priority: | high | Milestone: | 1.9.4 |
Component: | Interactive Environment | Version: | |
Keywords: | Cc: | Martin Sjölund |
Description
If a model extends from class which is not defined then calling getComponents
returns Error.
Attachments (2)
Note:
See TracTickets
for help on using tickets.
Does getComponents really need to return the fully qualified types of the components? Because that seems to be the only reason why we instantiate the class, and then look up the components types in the resulting environment (which might cause more instantiation).