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 70576 - XMLUtil.write uses a hardcoded class name
Summary: XMLUtil.write uses a hardcoded class name
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks: 66563 68942 146082
  Show dependency tree
 
Reported: 2005-12-19 08:50 UTC by Jan Lahoda
Modified: 2008-12-22 11:26 UTC (History)
0 users

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 Jan Lahoda 2005-12-19 08:50:27 UTC
See issue #68942 for more details. The XMLUtil.write uses a hardcoded class name
("org.netbeans.core.startup.SAXFactoryImpl"), although it should use
System.getProperty("javax.xml.parsers.SAXParserFactory") to get the class name.
Comment 1 Jesse Glick 2008-09-11 03:34:12 UTC
Deleting some obsolete workarounds. core-main #647881c96e9c
Comment 2 Quality Engineering 2008-09-11 17:38:30 UTC
Integrated into 'main-golden', will be available in build *200809111401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/647881c96e9c
User: Jesse Glick <jglick@netbeans.org>
Log: #70576: deleting some more stuff obsoleted by the fix for #146082.