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 221176 - LowPerformance took 53673 ms.
Summary: LowPerformance took 53673 ms.
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-10-31 13:14 UTC by Alexander Simon
Modified: 2012-11-30 02:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194334


Attachments
nps snapshot (59.57 KB, application/nps)
2012-10-31 13:14 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2012-10-31 13:14:47 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 20121030-622e5e0a98e9)
VM: Java HotSpot(TM) Client VM, 20.8-b03, Java(TM) SE Runtime Environment, 1.6.0_33-b03
OS: SunOS

User Comments:
alexvsimon: cancel new project wizard

alexvsimon: create new project



Maximum slowness yet reported was 53673 ms, average is 21059
Comment 1 Alexander Simon 2012-10-31 13:14:49 UTC
Created attachment 126855 [details]
nps snapshot
Comment 2 Egor Ushakov 2012-10-31 15:18:33 UTC
*** Bug 220999 has been marked as a duplicate of this bug. ***
Comment 3 Maria Tishkova 2012-11-29 13:27:21 UTC
fixed in http://hg.netbeans.org/cnd-main/rev/4b4b7e3c5808
Comment 4 Quality Engineering 2012-11-30 02:40:53 UTC
Integrated into 'main-golden', will be available in build *201211300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4b4b7e3c5808
User: Maria Tishkova <mromashova@netbeans.org>
Log: fixed bz#221176 - LowPerformance took 53673 ms.
fixed bz#220999 - exception in messages.log if user calls New Project wizard
fixed bz#222957 - NullPointerException at org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.findResource

intoruced ValidationWorker which will check in background filesystem
to fix LowPerformance on Back store settings store FSPath for projectFolder only if wizard is valid, otherwise we will store project folder as a string.
New Bundle message added to show that Validating is in progress