.net proparse is hung when meets 12 nested IF...THEN...ELSE functions

Project:Proparse Project
Component:Code
Category:bug report
Priority:normal
Assigned:john
Status:active
Description

.net proparse is hung with the code below:

DISP (IF FALSE THEN ""
ELSE IF FALSE THEN ""
ELSE IF FALSE THEN ""
ELSE IF FALSE THEN ""
ELSE IF FALSE THEN ""
ELSE IF FALSE THEN ""
ELSE IF FALSE THEN ""
ELSE IF FALSE THEN ""
ELSE IF FALSE THEN ""
ELSE IF FALSE THEN ""
ELSE IF FALSE THEN ""
ELSE IF FALSE THEN ""
ELSE "").


Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
john's picture

#1

Assigned to:Anonymous» john

Thanks Andrey I made a note to add a unit test for this next time I'm updating Proparse.


#2

Any update on this issue?