Skip to content

Fix lambdas in concrete #1389

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

Merged
merged 2 commits into from
Nov 24, 2022
Merged

Fix lambdas in concrete #1389

merged 2 commits into from
Nov 24, 2022

Conversation

SBOne-Kenobi
Copy link
Collaborator

@SBOne-Kenobi SBOne-Kenobi commented Nov 17, 2022

Description

This fix is a temporary solution. The idea is creating fake lambda with nonexistent method.

Fixes #1334
Fixes #1035

Type of Change

Please delete options that are not relevant.

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

How Has This Been Tested?

Manual Scenario

Test described in issues #1334 and #1035

Checklist:

  • 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

@SBOne-Kenobi SBOne-Kenobi force-pushed the sbone/make-fake-lambda branch from 46654a5 to 44ade57 Compare November 24, 2022 05:45
@SBOne-Kenobi SBOne-Kenobi enabled auto-merge (squash) November 24, 2022 05:46
@SBOne-Kenobi SBOne-Kenobi merged commit 24f8f56 into main Nov 24, 2022
@SBOne-Kenobi SBOne-Kenobi deleted the sbone/make-fake-lambda branch November 24, 2022 06:05
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.

NoClassDefFoundError in IntelliJ plugin while trying to generate test ClassNotFoundException on lambda expression inside the method
2 participants