Bug 4129

Summary: CDTParser adds functions twice to the DOM
Product: frysk Reporter: Rick Moseley <rmoseley>
Component: generalAssignee: Rick Moseley <rmoseley>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1633, 3392    

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.