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

Summary: LowPerformance took 53673 ms.
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: ProjectAssignee: Maria Tishkova <mromashova>
Status: RESOLVED FIXED    
Severity: normal CC: soldatov
Priority: P3 Keywords: PERFORMANCE
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 194334
Attachments: nps snapshot

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