- Notifications
You must be signed in to change notification settings - Fork45
Capitalize method names properly#504
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
onewhl commentedJul 12, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I don't know why tests in |
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Please do something with the isLegitSymbolForFunctionName function
8f32d68 toafdfc4fCompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
Description
PR fixes the way UTBot capitalizes method names.
Now it capitalizes all parts of the method name properly.
Fixes#485
Type of Change
How Has This Been Tested?
Automated Testing
See tests in
SummaryReturnExampleTest.kt, for example,SummaryReturnExampleTest.testCompareChar().UTBot generated these names before the fix:
And these names after the fix:
Checklist (remove irrelevant options):