Bug 3554

Summary: DOM is not being properly populated for DOMFunction line numbers
Product: frysk Reporter: Rick Moseley <rmoseley>
Component: generalAssignee: Rick Moseley <rmoseley>
Status: RESOLVED FIXED    
Severity: normal CC: mcvet
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 3392    

Description Rick Moseley 2006-11-21 11:36:48 UTC
The DOM is not being properly populated with the beginning and ending line
numbers for each DOMFunction.  This is causing a problem with SourceWindow.java
not being able to find the proper function for a particular line number as it
tries to find what function the most current frame is in by doing a line
comparison in getFunctionXXX.
Comment 1 Rick Moseley 2006-11-22 19:13:20 UTC
Added functionality to the exitFunctionBody method in CDTParser.java to set the
ending line/character numbers.  New methods were added to DOMFunction.java to
allow this.
Comment 2 Rick Moseley 2006-11-22 19:23:57 UTC
*** Bug 3478 has been marked as a duplicate of this bug. ***