Bug 4129 - CDTParser adds functions twice to the DOM
Summary: CDTParser adds functions twice to the DOM
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: 2007-03-05 13:30 UTC by Rick Moseley
Modified: 2007-03-05 20:23 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 2007-03-05 13:30:17 UTC
After modifying the CDTParser to perform 2 types of parses to achieve complete
markup of the code, functions are now being added to the DOM twice.
Comment 1 Rick Moseley 2007-03-05 20:23:42 UTC
Fixed in cvs HEAD.

I alsi fixed a problem in the enterFunctionBody method where it was substringing
off of the end of the line for some functions it found.  Could not find a good
rhyme or reason for it.  Now it does a check and sets the length to the line
length if that problem occurs.