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 215686 - Endless(?) loop while doing D&D in Files tab
Summary: Endless(?) loop while doing D&D in Files tab
Status: RESOLVED DUPLICATE of bug 215472
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 7.2
Hardware: PC Linux
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-18 13:26 UTC by _ rkubacki
Modified: 2012-08-16 14:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (24.37 KB, text/plain)
2012-07-18 13:26 UTC, _ rkubacki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2012-07-18 13:26:58 UTC
Created attachment 122157 [details]
thread dump

Product Version: NetBeans IDE 7.2 RC1 (Build 201206272359)
Java: 1.6.0_32; Java HotSpot(TM) Server VM 20.7-b02
System: Linux version 3.2.0-3-amd64 running on i386; UTF-8; en_US (nb)
User directory: /home/radim/src/lmc/userdir
Cache directory: /home/radim/src/lmc/userdir/var/cache

I did D&D of some file in Files tab and the IDE started to consume almost 100% of one CPU and stopped to react. It was a file move of one file between directories in one project (Maven though I doubt it matters). I had to kill the IDE after minute or so.
Comment 1 _ rkubacki 2012-07-18 14:54:44 UTC
Same with copy and paste using actions (not only D&D). 

More details: I was copying directory structure (dir with some subdir each of them containing some file, ~20-30 files total).
Comment 2 Jaroslav Tulach 2012-08-16 14:32:06 UTC
Some problem in FolderChildren, I guess.

*** This bug has been marked as a duplicate of bug 215472 ***