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 218273 - Opening a file from big project hangs IDE
Summary: Opening a file from big project hangs IDE
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-13 09:56 UTC by Egor Ushakov
Modified: 2012-09-14 02:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2012-09-13 09:56:30 UTC
From inacuracy tests, if we open file from the big unopened project it hangs IDE for very long time
Comment 1 Egor Ushakov 2012-09-13 09:58:30 UTC
When we open a file we wait in ClonableEditor$DoInitialize.initDocument and at the same time we read configuration of the unopened project.
Comment 2 Egor Ushakov 2012-09-13 10:22:26 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/ae9d54ff9c0c
Comment 3 Quality Engineering 2012-09-14 02:07:50 UTC
Integrated into 'main-golden', will be available in build *201209140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ae9d54ff9c0c
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #218273 - Opening a file from big project hangs IDE