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 45027 - [perf] redundant parsing after file saving
Summary: [perf] redundant parsing after file saving
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-06-16 16:19 UTC by _ rkubacki
Modified: 2007-09-26 09:14 UTC (History)
1 user (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 _ rkubacki 2004-06-16 16:19:33 UTC
JavaEditor listens to editor events and reparses
source from
org.netbeans.modules.java.JavaEditor$2.run(JavaEditor.java:230)
when there is a delay in typing. After CTRL-S it
is parsed again (from
org.netbeans.modules.javacore.RepositoryUpdater.updateResource(RepositoryUpdater.java:77))
even if there is no additional change.
Comment 1 Martin Matula 2004-07-19 16:06:23 UTC
Fixed some time ago.
Comment 2 Quality Engineering 2007-09-20 11:50:02 UTC
Reorganization of java component