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

Added a fix for resolving names to static inner classes #1212

Merged
merged 4 commits into from
Oct 31, 2022

Conversation

amandelpie
Copy link
Collaborator

@amandelpie amandelpie commented Oct 21, 2022

Description

In the existing solution, we could get the symbol $ in the class names of the parameters due to the canonical name of java classes. But this symbol can not be used in JavaDoc and should be replaced with the dot symbol.

Also some tests were added and related to the cases submitted by @alisevych and @EgorkaKulikov

Fixes #1172

Type of Change

  • Minor bug fix (non-breaking small changes)

How Has This Been Tested?

Automated Testing

Manual Scenario

Run the proposed solution on the example from the module utbot-sample/org.utbot.examples.unsafe/UnsafeWithField and see the resolved names in JavaDocs for @methodUnderTest tag

@amandelpie amandelpie force-pushed the amandelpie/feature-1172 branch from a9bbba9 to 115132a Compare October 25, 2022 11:22
@amandelpie amandelpie marked this pull request as ready for review October 28, 2022 08:16
@amandelpie amandelpie merged commit 684c56a into main Oct 31, 2022
@amandelpie amandelpie deleted the amandelpie/feature-1172 branch October 31, 2022 09:41
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.

Java docs with tags. Link to UnsafeWithField.setField is not resolved
2 participants