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

UOE in ListChangeListener$Change.getAddedSubList

    XMLWordPrintable

Details

    Description

      Run the attached app and click any cell in the table. The following exception is thrown:

      java.lang.UnsupportedOperationException: Not supported.
      at com.sun.javafx.scene.control.model.ReadOnlyUnbackedObservableList.subList(ReadOnlyUnbackedObservableList.java:120)
      at javafx.collections.ListChangeListener$Change.getAddedSubList(ListChangeListener.java:141)
      at org.jemmy.client.TableViewTest$3.onChanged(TableViewTest.java:93)
      at com.sun.javafx.scene.control.model.ReadOnlyUnbackedObservableList.callObservers(ReadOnlyUnbackedObservableList.java:58)
      at javafx.scene.control.TableView$TableViewArrayListSelectionModel.select(TableView.java:1805)
      at javafx.scene.control.TableView$TableViewArrayListSelectionModel.clearAndSelect(TableView.java:1773)
      at com.sun.javafx.scene.control.behavior.TableCellBehavior.simpleSelect(TableCellBehavior.java:111)
      at com.sun.javafx.scene.control.behavior.TableCellBehavior.mousePressed(TableCellBehavior.java:99)
      at com.sun.javafx.scene.control.skin.SkinBase$4.handle(SkinBase.java:271)
      at com.sun.javafx.scene.control.skin.SkinBase$4.handle(SkinBase.java:265)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:55)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:161)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:114)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:44)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:33)
      at javafx.event.Event.fireEvent(Event.java:156)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:2345)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:2168)
      at javafx.scene.Scene$MouseHandler.access$1000(Scene.java:2140)
      at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1099)
      at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:1640)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:180)
      at com.sun.glass.ui.View.handleMouseEvent(View.java:252)
      at com.sun.glass.ui.View.notifyMouse(View.java:512)
      at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
      at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:29)
      at com.sun.glass.ui.win.WinApplication$1$1.run(WinApplication.java:49)
      at java.lang.Thread.run(Thread.java:662)

      Attachments

        Activity

          People

            jgiles Jonathan Giles
            mrkam Alexander Kuznetcov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: