Skip to content

Conversation

@Damtev
Copy link
Member

@Damtev Damtev commented Jan 3, 2023

Description

Fixed infinite recursion in the implementation of java.lang.String#split method in wrapper UtString (with using concrete execution) and added a test for this method.

Fixes #1614.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Automated Testing

org.utbot.examples.strings.StringExamplesTest#testSplitExample

Checklist (remove irrelevant options):

  • The change followed the style guidelines of the UTBot project
  • Self-review of the code is passed
  • No new warnings
  • New tests have been added
  • All tests pass locally with my changes

@Damtev Damtev requested a review from CaelmBleidd January 3, 2023 03:08
@Damtev Damtev enabled auto-merge (squash) January 3, 2023 05:45
@Damtev Damtev merged commit b6c89b8 into main Jan 3, 2023
@Damtev Damtev deleted the damtev/split_wrapper_implementation_fix branch January 3, 2023 05:59
tamarinvs19 pushed a commit that referenced this pull request Jan 9, 2023
@alisevych alisevych added ctg-bug-fix PR is fixing a bug comp-symbolic-engine Issue is related to the symbolic execution engine labels Jan 23, 2023
@alisevych alisevych added this to the 2023.03 Release milestone Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp-symbolic-engine Issue is related to the symbolic execution engine ctg-bug-fix PR is fixing a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Infinite recursion in wrapper for String#split

4 participants