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 223257 - org.netbeans.api.project.ProjectUtils$AnnotateIconProxyProjectInformation.annotatorsChanged: LowPerformance took 4256 ms.
Summary: org.netbeans.api.project.ProjectUtils$AnnotateIconProxyProjectInformation.ann...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: ERGONOMICS
Depends on:
Blocks:
 
Reported: 2012-12-04 13:56 UTC by Petr Jiricka
Modified: 2013-07-05 02:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176359


Attachments
nps snapshot (211.79 KB, application/nps)
2012-12-04 13:56 UTC, Petr Jiricka
Details
screenshot (211.50 KB, image/png)
2012-12-04 14:33 UTC, Milos Kleint
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2012-12-04 13:56:35 UTC
Build: NetBeans IDE Dev (Build web-main-9424-on-20121204)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b15
OS: Mac OS X

User Comments:
GUEST: 1. start new project -> php
2. typed echo "hello world";

pjiricka: Creating HTML5 project from template.



Maximum slowness yet reported was 7254 ms, average is 4719
Comment 1 Petr Jiricka 2012-12-04 13:56:41 UTC
Created attachment 128838 [details]
nps snapshot
Comment 2 Milos Kleint 2012-12-04 14:33:33 UTC
Created attachment 128840 [details]
screenshot

the generic project code is triggered by a file write in AWT, which should not be happening. multiple possible culprits marked on the screenshot.
Comment 3 Milos Kleint 2012-12-04 14:34:29 UTC
moving to project/libraries, that the code directly calling the file writing operation. please evaluate or more up the stack.
Comment 4 Tomas Zezula 2013-07-03 12:26:19 UTC
In fact the report from comment #2 reported by pjiricka is completely different from others (waiting in ProjectUtils.getInformation()). I've split it into different report.
Comment 5 Tomas Zezula 2013-07-03 15:15:52 UTC
After heroic fight with ergonomics I was able to find out a workaround.
Fixed jet-main 8b0f93e00883
Comment 6 Quality Engineering 2013-07-05 02:25:08 UTC
Integrated into 'main-silver', will be available in build *201307042300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8b0f93e00883
User: Tomas Zezula <tzezula@netbeans.org>
Log: #223257:org.netbeans.api.project.ProjectUtils$AnnotateIconProxyProjectInformation.annotatorsChanged: LowPerformance took 4256 ms.