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 155379 - Register XmlFileEncodingQueryImpl in the MimeLookup
Summary: Register XmlFileEncodingQueryImpl in the MimeLookup
Status: RESOLVED FIXED
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: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2008-12-12 16:34 UTC by Andrey Yamkovoy
Modified: 2011-09-15 14:34 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 Andrey Yamkovoy 2008-12-12 16:34:50 UTC
In order to improve performance of the Datasystems API and as a result of General Queries API I requesting the following
changes which prevents to create DataObject for getting it's encoding:
- Register XmlFileEncodingQueryImpl in the MimeLookup.
- Remove registration of XmlFileEncodingQueryImpl from the XML DataObject lookup.
Comment 1 Alexei Mokeev 2008-12-15 07:16:52 UTC
Please see also #155380 where this situation is described in full scope.
http://www.netbeans.org/issues/show_bug.cgi?id=155380
Comment 2 Sergey Lunegov 2009-05-08 14:46:02 UTC
Alex, this request comes from Andrey Yamkovoy. This is not for the 6.7 but please take a look.
Comment 3 Svata Dedic 2011-09-15 14:34:10 UTC
Seems fixed now, XMLDO.lookup(FEQI.class) returns null.