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

Summary: [perf] redundant parsing after file saving
Product: java Reporter: _ rkubacki <rkubacki>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: issues
Priority: P3 Keywords: PERFORMANCE
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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