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 140991 - Parser hangs on Loki
Summary: Parser hangs on Loki
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: nnnnnk
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-07-21 13:24 UTC by soldatov
Modified: 2008-11-28 12:47 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 soldatov 2008-07-21 13:24:00 UTC
Scenario:
- Open Loki project in IDE
==> parser hangs
Comment 1 nnnnnk 2008-07-22 11:07:56 UTC
fixed
http://hg.netbeans.org/main?cmd=changeset;node=ec0ef9f5eb97

The problem was with parsing of /include/loki/Sequence.h
Parsing of this file used to take several minutes.
The reason of this bug was change that makes parsing more accurate for templates.

Now it's parsed for about 4.5 seconds. 
Comment 2 soldatov 2008-11-28 12:47:29 UTC
verified (NetBeans IDE Dev (Build 200811271718))