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

Do not suggest methods from nested interfaces #1418 #1450

Merged
merged 2 commits into from
Dec 9, 2022

Conversation

volivan239
Copy link
Collaborator

Description

Fixed a bug that lead to members from nested interfaces/abstract classes to be shown in members list

Fixes #1418

Type of Change

Please delete options that are not relevant.

  • Minor bug fix (non-breaking small changes)

How Has This Been Tested?

Manual Scenario

Tested on example from issue -- works as expected (nested interface is still shown in member list even though it has no appropriate methods, because we still don't go deeper at this stage).

Checklist (remove irrelevant options):

This is the author self-check list

  • 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

@volivan239 volivan239 marked this pull request as ready for review December 2, 2022 13:27
@volivan239 volivan239 merged commit 7ba93d6 into main Dec 9, 2022
@volivan239 volivan239 deleted the volivan239/fix_nested_interface branch December 9, 2022 10:35
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.

Test generation is available for non-static methods of nested interface
2 participants