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 101106 - Duplicated JAXP classes
Summary: Duplicated JAXP classes
Status: RESOLVED INCOMPLETE
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 102410
  Show dependency tree
 
Reported: 2007-04-16 09:51 UTC by _ rkubacki
Modified: 2009-05-25 21:06 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 2007-04-16 09:51:58 UTC
Packages like org/xml/sax/* or javax/xml/parsers/ are part of required platform
(currently JDK1.5+) and there is no reason to bundle another copy into our
modules. It just increases download size, makes cloassloading more difficult and
affects footprint (mainly on Linux/Solaris with JDK5).
Comment 1 Sergey Petrov 2008-10-31 14:21:00 UTC
can you check if it's still an issue in 6.5 or provide details where it was in uml before?