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 213678 - 4s - org.netbeans.modules.openfile.DefaultExternalDropHandler.handleDrop()
Summary: 4s - org.netbeans.modules.openfile.DefaultExternalDropHandler.handleDrop()
Status: RESOLVED DUPLICATE of bug 236114
Alias: None
Product: utilities
Classification: Unclassified
Component: Open File (show other bugs)
Version: 7.2
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-06-06 14:58 UTC by Exceptions Reporter
Modified: 2013-09-26 11:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189094


Attachments
nps snapshot (32.46 KB, application/nps)
2012-06-06 14:58 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-06 14:58:44 UTC
This bug was originally marked as duplicate of bug 189300, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.0-b11, Java(TM) SE Runtime Environment, 1.6.0_25-b06
OS: Windows 7
Maximum slowness yet reported was 4006 ms, average is 4006
Comment 1 Exceptions Reporter 2012-06-06 14:58:50 UTC
Created attachment 120436 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2012-06-07 09:45:39 UTC
The open action does a bunch of I/O from AWT thread. Possibly move outside of EDT and do most of the actions in a background thread.
Comment 3 Jaroslav Havlin 2013-09-26 11:43:43 UTC
Already fixed in bug 236114.
Thanks for reporting.

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