Bug 3698 - Have getSrcFiles/getIncludePaths in DOMFactory use ArrayList instead of String[]
Summary: Have getSrcFiles/getIncludePaths in DOMFactory use ArrayList instead of String[]
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Rick Moseley
URL:
Keywords:
Depends on:
Blocks: 1633 3392
  Show dependency treegraph
 
Reported: 2006-12-11 18:44 UTC by Rick Moseley
Modified: 2006-12-14 15:37 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.