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

Wrap method reference into @link tag only if the invoked method is not private #1106

Merged
merged 2 commits into from
Oct 6, 2022

Conversation

onewhl
Copy link
Member

@onewhl onewhl commented Oct 5, 2022

Description

Wrap method reference into @link tag only if the invoked method is not private.
Fixes the bug reported by @alisevych and @korifey.

Type of Change

  • Minor bug fix (non-breaking small changes)

How Has This Been Tested?

Manual Scenario

Run test generation for ArraysQuickSort#sort method.

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
  • All tests pass locally with my changes

@onewhl onewhl requested a review from amandelpie October 5, 2022 21:19
@onewhl onewhl merged commit d4f99a9 into main Oct 6, 2022
@onewhl onewhl deleted the zarina/links_to_private_methods branch October 6, 2022 09:11
@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
…t private (UnitTestBot#1106)

* Wrap method reference into @link tag only if the invoked method is not private

* Fix tests
AbdullinAM pushed a commit to AbdullinAM/UTBotJava that referenced this pull request Oct 17, 2022
…t private (UnitTestBot#1106)

* Wrap method reference into @link tag only if the invoked method is not private

* Fix tests
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.

3 participants