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 40135 - Java parser can support incremental parsing
Summary: Java parser can support incremental parsing
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks: 48040
  Show dependency tree
 
Reported: 2004-02-16 15:49 UTC by Unknown
Modified: 2008-09-02 14:59 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Unknown 2004-02-16 15:49:12 UTC
The java reparsing should be made more incremental
e.g. reparsing just a changed method instead of
the full source. That would allow us to shorten
the time for auto reparsing or request the
reparsing synchronously prior completion invocation.
Comment 2 Martin Matula 2004-11-12 23:36:01 UTC
We should do something about this for promo-F.
Comment 3 Jan Becicka 2008-03-03 13:59:50 UTC
Fixed.
Comment 4 Karthikeyan Rajeswaran 2008-09-02 14:59:02 UTC
Verified