Bug 3554 - DOM is not being properly populated for DOMFunction line numbers
Summary: DOM is not being properly populated for DOMFunction line numbers
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:
: 3478 (view as bug list)
Depends on:
Blocks: 3392
  Show dependency treegraph
 
Reported: 2006-11-21 11:36 UTC by Rick Moseley
Modified: 2006-11-22 19:23 UTC (History)
1 user (show)

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-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. ***