ZK TreeModel getChildCount invoke too much times

XMLWordPrintable

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

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

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

              Created:
              Updated:
              Resolved: