Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unsat states from invokes #1071

Merged
merged 1 commit into from
Oct 5, 2022

Conversation

CaelmBleidd
Copy link
Member

@CaelmBleidd CaelmBleidd commented Oct 4, 2022

Description

When we process an invocation, we should resolve parameters for a call. During the resolve, our state might become UNSAT (how is it possible is another question).

Fixes #107

Type of Change

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

How Has This Been Tested?

Automated Testing

org.utbot.examples.collections.MapsPart1Test#testMapOperator

Manual Scenario

Run idea on the added method for auto testing and check it in plugin with 300s time limit. We should not have any errors

Checklist (remove irrelevant options):

  • The change followed the style guidelines of the UTBot project
  • Self-review of the code is passed
  • The change contains enough commentaries, particularly in hard-to-understand areas
  • New documentation is provided or existed one is altered
  • No new warnings
  • New tests have been added
  • All tests pass locally with my changes

@CaelmBleidd CaelmBleidd force-pushed the caelmbleidd/error_with_wrappers_and_query branch from 08bb161 to b46f461 Compare October 4, 2022 09:44
@CaelmBleidd CaelmBleidd force-pushed the caelmbleidd/error_with_wrappers_and_query branch from b46f461 to a9ae8af Compare October 4, 2022 12:28
@CaelmBleidd CaelmBleidd merged commit a97bda1 into main Oct 5, 2022
@CaelmBleidd CaelmBleidd deleted the caelmbleidd/error_with_wrappers_and_query branch October 5, 2022 07:54
@alisevych alisevych added this to the 2022.10.1 Release milestone Oct 7, 2022
AbdullinAM pushed a commit to AbdullinAM/UTBotJava that referenced this pull request Oct 17, 2022
AbdullinAM pushed a commit to AbdullinAM/UTBotJava that referenced this pull request Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NullPointerException: null when invoking CollectionWrappersKt.constructKeysAndValues
3 participants