Bug 465219 - JavaFX toolkit - Action Error (NPE) for a "drop" into a TreeTable
Summary: JavaFX toolkit - Action Error (NPE) for a "drop" into a TreeTable
Status: CLOSED FIXED
Alias: None
Product: Jubula (Archived)
Classification: Technology
Component: RC (show other bugs)
Version: 3.0   Edit
Hardware: All Windows All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Maissmaallsmyss Maulhs-Vvuillss CLA
QA Contact: Oliver Goetz CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 421595
  Show dependency tree
 
Reported: 2015-04-22 12:42 EDT by Maissmaallsmyss Maulhs-Vvuillss CLA
Modified: 2015-04-29 11:26 EDT (History)
3 users (show)

See Also:


Attachments
Log excerpts nad test results (3.85 KB, application/x-zip)
2015-04-22 12:42 EDT, Maissmaallsmyss Maulhs-Vvuillss CLA
no flags Details
Tests - OK (1.98 KB, application/x-zip)
2015-04-29 11:25 EDT, Maissmaallsmyss Maulhs-Vvuillss CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maissmaallsmyss Maulhs-Vvuillss CLA 2015-04-22 12:42:00 EDT
Created attachment 252643 [details]
Log excerpts nad test results

I get action error (NPE) for ub_tre_dropOnNode_byIndexpath, thoght ub_tre_dropOnNode_byTextpath with 0 ms Delay executes successfully.

In my case I have to use the drop action seperately, because I´m draging an entry from a list before to drop it into a TreeTable.

Jubula 8.1.1
TreeTable
Delay before drop: 0 Ms, 10 Ms

Error Description	Execution Error: "java.lang.NullPointerException
	at org.eclipse.jubula.rc.javafx.tester.adapter.TreeTableOperationContext$19.call(TreeTableOperationContext.java:542)
	at org.eclipse.jubula.rc.javafx.tester.adapter.TreeTableOperationContext$19.call(TreeTableOperationContext.java:1)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at com.sun.javafx.application.PlatformImpl.lambda$null$170(PlatformImpl.java:295)
	at com.sun.javafx.application.PlatformImpl$$Lambda$52/26753675.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$171(PlatformImpl.java:294)
	at com.sun.javafx.application.PlatformImpl$$Lambda$51/434693.run(Unknown Source)
	at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
	at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
	at com.sun.glass.ui.win.WinApplication.lambda$null$145(WinApplication.java:101)
	at com.sun....
Comment 1 Maissmaallsmyss Maulhs-Vvuillss CLA 2015-04-22 12:49:47 EDT
Jubula Version 8.1.2
Comment 2 Alexandra Schladebeck CLA 2015-04-23 06:24:59 EDT
A quick question - does the problem go away if you increase the delay before drop to e.g. 1000 ms?
Comment 3 Marcel Hein CLA 2015-04-24 02:16:26 EDT
This is caused by the same issue as Bug 461907 and therefore this should be fixed in the next release.
Comment 4 Maissmaallsmyss Maulhs-Vvuillss CLA 2015-04-29 11:25:58 EDT
Created attachment 252903 [details]
Tests - OK

Test results are successfull
Comment 5 Maissmaallsmyss Maulhs-Vvuillss CLA 2015-04-29 11:26:13 EDT
Closing due to comment 4