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 31978

Summary: Improve XML module architecture and document it
Product: xml Reporter: _ pkuzel <pkuzel>
Component: CodeAssignee: issues@xml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 28009, 18777, 27930, 28736    
Bug Blocks: 32048    

Description _ pkuzel 2003-03-13 15:58:24 UTC
ARCH process proposed by Sun requires each module
to document and improve it's architecture. It
forces developers to:

  - avoid duplicit code (e.g. two Xerces versions)
  - control all persistent data (e.g. no-serialiation)
  - identify all dependencies
  - minimize hacks&workarounds
  - document it
Comment 1 _ pkuzel 2003-03-17 14:00:25 UTC
Another duplicit bytecode:

 - resolver_nb and xml-commons' resolver-1.0
 - Xalan and JRE 1.4 (JAXP implementation detail)

Open dependency:

 - XNI
Comment 2 _ pkuzel 2003-03-17 19:13:48 UTC
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9264
tracks resolver patch.