Bug 3438

Summary: CDTParser does not handle multiple source files for an image
Product: frysk Reporter: Rick Moseley <rmoseley>
Component: generalAssignee: Rick Moseley <rmoseley>
Status: RESOLVED FIXED    
Severity: normal CC: ajocksch, mcvet
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 3392    

Description Rick Moseley 2006-10-31 19:41:52 UTC
Right now the CDTParser just gets one source file and parses it and sticks it in
the DOM.  It should handle all source files associated with the executable.
Comment 1 Rick Moseley 2006-11-22 19:25:50 UTC
This has been fixed in the DOMFactory.java class.  A loop was added to process
all the source files associated with an executable and place their information
into the DOM.