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 52609 - Repetitive activation of nodes A, B, A, B,... always does parsing
Summary: Repetitive activation of nodes A, B, A, B,... always does parsing
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: David Simonek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-12-17 14:36 UTC by Antonin Nebuzelsky
Modified: 2006-03-24 12:56 UTC (History)
2 users (show)

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 Antonin Nebuzelsky 2004-12-17 14:36:43 UTC
Repetitive activation of nodes A, B, A, B,...
always does parsing of the activated node,
although the file did not change at all.
Comment 1 David Simonek 2004-12-22 19:32:14 UTC
Situation now alot better. Parsing is still being done, but now
parsing is 4x faster and doesn't block AWT anymore, so I believe no
caching is needed and bad impact of this bug is gone.

Re to Tim: As you already know, blocking was during Navigator's
painting, due to complexity and frequency of JMI calls done at that time.
Comment 2 Antonin Nebuzelsky 2004-12-23 11:01:48 UTC
I agree that caching in this case is not needed.