You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by bu...@apache.org on 2008/10/03 23:31:53 UTC

DO NOT REPLY [Bug 45936] Workflow overview throws an error for too deep trees

https://issues.apache.org/bugzilla/show_bug.cgi?id=45936


Richard Frovarp <rf...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Richard Frovarp <rf...@apache.org>  2008-10-03 14:31:53 PST ---
Yeah, it existed under trunk as well. Resulted from a substring call that went
out of bounds. Stuck a Math.min around the second substring parameter to make
sure it won't go out of bounds. For some ridiculous reason a double is being
returned back, so that had to be wrapped with a Integer.valueOf.

Fixed in 701540.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org