Description
The current implementation of java.lang.String#split in wrapper UtString is implicitly infinite recursive. Since we don't have a test for this method, we didn't notice this behavior in time. The implementation should be fixed, and
To Reproduce
Generate a test for code using the java.lang.String#split method.
Expected behavior
Tests should be generated in time.
Actual behavior
The generation can end only because of timeout.
Environment
Not applicable.
Additional context
Not applicable.
Description
The current implementation of
java.lang.String#splitin wrapperUtStringis implicitly infinite recursive. Since we don't have a test for this method, we didn't notice this behavior in time. The implementation should be fixed, andTo Reproduce
Generate a test for code using the
java.lang.String#splitmethod.Expected behavior
Tests should be generated in time.
Actual behavior
The generation can end only because of timeout.
Environment
Not applicable.
Additional context
Not applicable.