- Notifications
You must be signed in to change notification settings - Fork45
Provide references to invoked methods in summary#476
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
| * to render the reference. | ||
| */ | ||
| protectedfuninvokeDescription(className:String,methodName:String)="$className::$methodName"//TODO SAT-1311 | ||
| protectedfuninvokeDescription(className:String,methodName:String,methodParameterTypes:List<Type>):String { |
amandelpieJul 18, 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.
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.
I have a simple note for the future (let's cover this functionality with the unit tests located in the summary module itself)
I'm going to merge first test with DBSCAN#345 issue and you could create a ticket to cover it with the unit functionality without test generation from scratch.
I suggest to cover all known builders, it will be easier to see if something broken there. Also you could use UTBot or Fuzzer to generate these unit tests@onewhl
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.
Sounds awesome, I've created a separate ticket for it:#543
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.
LGTM for me
Uh oh!
There was an error while loading.Please reload this page.
Description
Provide references to invoked methods in summary to make it possible to navigate to them by click.
Fixes#462
Type of Change
Please delete options that are not relevant.
How Has This Been Tested?
Automated Testing
I fixed the tests affected by the change and added them to this PR.
Manual Scenario
I ran the plugin on several code snippets to make sure that the links the plugin shows are correct.
Checklist (remove irrelevant options):