ObservableList getAddedSubList() throws java.lang.IndexOutOfBoundsException

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P4
    • fx2.0
    • Affects Version/s: fx2.0
    • Component/s: javafx
    • Environment:

      win7 amd64

      listner call
      observableList.addListener(new ListChangeListener<Player>() {

                  @Override
                  public void onChanged(Change<? extends Player> c) {

                      update(c.getAddedSubList(), c.getRemoved());
                  }
              });

      throws sometimes
      java.lang.IndexOutOfBoundsException
      at com.sun.javafx.collections.ObservableListWrapper$ObservableSubList.<init>(ObservableListWrapper.java:359)
      at com.sun.javafx.collections.ObservableListWrapper.subList(ObservableListWrapper.java:256)
      at javafx.collections.ListChangeListener$Change.getAddedSubList(ListChangeListener.java:144)

            Assignee:
            Jonathan Giles
            Reporter:
            J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: