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

ZK TreeModel getChildCount invoke too much times

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.0.2, 5.0.12
    • 5.0.11, 6.0.1
    • Components
    • Security Level: Jimmy
    • 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

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

              Created:
              Updated:
              Resolved: