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 220997 - 3.6s - ExplorerActionsImpl.attach() tries to access clipboard
Summary: 3.6s - ExplorerActionsImpl.attach() tries to access clipboard
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-10-29 09:09 UTC by Exceptions Reporter
Modified: 2012-11-16 07:07 UTC (History)
14 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192708


Attachments
nps snapshot (27.61 KB, application/nps)
2012-10-29 09:09 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-10-29 09:09:48 UTC
This issue was reported manually by musilt2.
It already has 33 duplicates 


Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
GUEST: Initial boot up and scanning projects

GUEST: abrindo um projeto  javafx criando em netbeans 7.2

hsileem: open NetBeans App

GUEST: I was opening simple helloWorld (1 almost empty class project)

GUEST: Opening a newly installed 7.3beta

Pranav_R: Opening IDE

GUEST: starting again after ide hang

shivkumarganesh: Slow System

GUEST: Opening an existing project that was being imported.

GUEST: Opening netbeans, from previous crash

GUEST: Loading 3 Zend PHP Projects

crazyjavahacking: On empty Beta startup



Maximum slowness yet reported was 6414 ms, average is 3879
Comment 1 Exceptions Reporter 2012-10-29 09:09:51 UTC
Created attachment 126701 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2012-10-29 10:39:29 UTC
org.netbeans.modules.openide.explorer.ExplorerActionsImpl.getClipboard()	62.87114	2 262 ms (62,9%)	0,000 ms	1

java.awt.datatransfer.Clipboard.addFlavorListener()	27.968279	1 006 ms (28%)	6,79 ms	1
Comment 3 Jaroslav Tulach 2012-11-06 08:55:20 UTC
ergonomics#f279bbfd89fc
Comment 4 Quality Engineering 2012-11-08 02:52:00 UTC
Integrated into 'main-golden', will be available in build *201211080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f279bbfd89fc
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #220997: Initialize clipboard flavor listener outside of EDT