Menu

#99 Hangs when exporting

2.3.13
closed-fixed
8
2008-12-17
2008-10-07
No

When attempting to export select package that has no class definitions Modeler hangs forever. Should report no class(s) present and return.

Discussion

  • Waiki Wright

    Waiki Wright - 2008-10-22

    The problem happened during check & repair when collecting all the classes from the model. 3 types of classes(classes without parents, classes which don't have a parent in the same package, all the child classes)need to be collected but only 2 types are collected. Therefore it never satisfied the do-while condition and hung right there.
    Correct the problem by adding additional code to complete the collection for all 3 types of classes.

     
  • Waiki Wright

    Waiki Wright - 2008-10-22
    • milestone: 808005 --> 2.3.13
    • status: open --> pending-fixed
     
  • Waiki Wright

    Waiki Wright - 2008-12-17
    • status: pending-fixed --> closed-fixed
     

Log in to post a comment.