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 196267 - slow parsing in Full Remote
Summary: slow parsing in Full Remote
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-04 00:50 UTC by Vladimir Voskresensky
Modified: 2011-03-05 05:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
expensive creation of file buffer under lock (93.09 KB, text/plain)
2011-03-04 00:51 UTC, Vladimir Voskresensky
Details
include dir entry takes big block into sync block (43.50 KB, text/plain)
2011-03-04 01:03 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2011-03-04 00:50:43 UTC
there are some places in model impl which slows down parsing of remote projects due to expensive code inside shared sync blocks
Comment 1 Vladimir Voskresensky 2011-03-04 00:51:36 UTC
Created attachment 106682 [details]
expensive creation of file buffer under lock
Comment 2 Vladimir Voskresensky 2011-03-04 01:03:42 UTC
Created attachment 106685 [details]
include dir entry takes big block into sync block
Comment 4 Quality Engineering 2011-03-05 05:48:45 UTC
Integrated into 'main-golden', will be available in build *201103050000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/16387fb43323
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixing #196267 -  slow parsing in Full Remote
-- create buffer out of sync block, because it involves a lot of remote fs operations