Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1146

ZK TreeModel getChildCount invoke too much times

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Normal
    • Resolution: Fixed
    • Affects Version/s: 5.0.11, 6.0.1
    • Fix Version/s: 6.0.2, 5.0.12
    • Component/s: Components
    • Security Level: Jimmy
    • Labels:
      None

      Description

      Modify Tree.java
      for(int i = 0; i < _model.getChildCount(node); i++) {
      shall use
      for(int i = 0, j = _model.getChildCount(node); i < j

        Attachments

          Activity

            People

            Assignee:
            MontyPan MontyPan
            Reporter:
            jimmyshiau jimmyshiau
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: