Bug 3698

Summary: Have getSrcFiles/getIncludePaths in DOMFactory use ArrayList instead of String[]
Product: frysk Reporter: Rick Moseley <rmoseley>
Component: generalAssignee: Rick Moseley <rmoseley>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1633, 3392    

Description Rick Moseley 2006-12-11 18:44:11 UTC
It has become apparent that I should have used ArrayLists in the
getIncludePaths/getSrcFiles methods in DOMFactory.  This became more prominent
to me as I was puttin the finishing touches on the standalone parser.
Comment 1 Rick Moseley 2006-12-11 18:45:38 UTC
Ooops, forgot to add blockers.
Comment 2 Rick Moseley 2006-12-14 15:37:20 UTC
The appropriate changes have been made to DOMFactory and the callers of those
methods too.