This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 90746 - NPE during dragging a TC
Summary: NPE during dragging a TC
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2006-12-07 12:36 UTC by Martin Krauskopf
Modified: 2008-12-22 10:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE (2.16 KB, text/plain)
2006-12-07 12:36 UTC, Martin Krauskopf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2006-12-07 12:36:26 UTC
own fresh build, linux, jdk60-b104

It happens during dragging Projects tab from left to right. Probably attached
NPE says more.
Comment 1 Martin Krauskopf 2006-12-07 12:36:54 UTC
Created attachment 36546 [details]
NPE
Comment 2 Stanislav Aubrecht 2007-01-03 10:44:21 UTC
maybe a delayed 'dragExit' event...

fixed in trunk

Checking in TreeViewDropSupport.java;
/cvs/openide/explorer/src/org/openide/explorer/view/TreeViewDropSupport.java,v 
<--  TreeViewDropSupport.java
new revision: 1.15; previous revision: 1.14
done