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 158327 - XMLDataLoader registered for content/unknown mime type
Summary: XMLDataLoader registered for content/unknown mime type
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-10 16:44 UTC by Pavel Flaska
Modified: 2013-05-02 15:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch - used when trying to ensure performance gain (781 bytes, patch)
2009-02-10 16:48 UTC, Pavel Flaska
Details | Diff
Profiler Snapshot (218.62 KB, application/octet-stream)
2009-02-10 16:54 UTC, Pavel Flaska
Details
XMLDataObject (6.77 KB, image/png)
2009-02-10 16:58 UTC, Pavel Flaska
Details
XMLDataLoader (16.44 KB, image/png)
2009-02-10 17:00 UTC, Pavel Flaska
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Flaska 2009-02-10 16:44:38 UTC
In Lookup initialization XMLDataLoader creates DataObjects for content/unknown mime-type. Perhaps this is not needed and
it caused visible slow-down (in profiler).
Comment 1 Pavel Flaska 2009-02-10 16:48:06 UTC
Created attachment 76802 [details]
Patch - used when trying to ensure performance gain
Comment 2 Pavel Flaska 2009-02-10 16:54:15 UTC
Created attachment 76804 [details]
Profiler Snapshot
Comment 3 Pavel Flaska 2009-02-10 16:58:39 UTC
Created attachment 76805 [details]
XMLDataObject
Comment 4 Pavel Flaska 2009-02-10 17:00:38 UTC
Created attachment 76806 [details]
XMLDataLoader
Comment 5 Jaroslav Tulach 2009-04-23 08:27:56 UTC
The creation of this loader is unfortunate, but probably not cause for 157829, as has been originally thought.
Comment 6 Svata Dedic 2013-05-02 15:16:42 UTC
seems to work for a file with unknown extension (7.4dev)