Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8256022

JavaFX: ListChangeListener example does not conform to the description note

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • jfx15
    • javafx
    • generic
    • generic

      A DESCRIPTION OF THE PROBLEM :
      Here - https://openjfx.io/javadoc/15/javafx.base/javafx/collections/ListChangeListener.Change.html#getFrom()
      The statement: "Note: in case the change contains multiple changes of different type, these changes must be in the following order: permutation change(s), add or remove changes, update changes" is illogical in relaton to the example. (The order in example: permutation, update, add/remove | The order in the node: permutation, add/remove, update)


            kcr Kevin Rushforth
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: