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 41856 - Saving of modified XML file does not scale
Summary: Saving of modified XML file does not scale
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 41857
  Show dependency tree
 
Reported: 2004-04-08 14:16 UTC by _ rkubacki
Modified: 2006-03-24 09:47 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-04-08 14:16:24 UTC
Build 200404011800, Linux, PIII 800MHz, 512MB,
JDK1.4.2_03

Time to save XML document depends on file size and
sometimes takes more 2-4sec with
openide/api/doc/apichanges.xml file.
Comment 1 Milan Kuchtiak 2004-07-14 12:25:05 UTC
You mean to change the cursor icon while saving, right ?

Isn't this the same with whatever document (java source, txt file) ?
Should we solve that in xml module ?
Comment 2 Milan Kuchtiak 2004-07-14 15:20:44 UTC
The Reload XML document action initialized not necessary TAX model
generation.
Fixing that impoved performance of Save/Close actions because if TAX
model doesn't exist for the document it is not updated.
Comment 3 dmladek 2004-09-16 11:30:52 UTC
Tested with mentioned XML file. Saving, Reloading, Closing was always
very fast (less then 1 sec, not mesuarable by hand)
Comment 4 Antonin Nebuzelsky 2004-09-16 12:17:39 UTC
Measuring short actions by hand is a nonsence. Please use our jdk hack
for such measurings. If you don't know how to use it, come to ask me
or Radim. Thanks.