Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
QSR 1.2
-
None
Description
Capacity tests reveal that if QML file has 128 items in the root level, and the states and transitions are in the root level, then there are negative consequences:
- Managing the states become rather complex when compared to case where the states and transitions are inside the safe QML type
- The memory consumption increases significantly and constraints must be edited for that.
Update the documentation and recommend approach