Defect IDEADEV-25320 partially fixed in build 7782
Thank you for working on this defect. I see that you have made some progress in build 7782, however there is still one defect remaining.
You fixed the function signature in tld when the return type uses generics (example below).
<function-signature>
java.util.Set getSomeStuff(blah.blah.MyClass)
</function-signature>
ut you did NOT fix function signature in tld when a method argument uses generics (example below)
<function-signature>
blah.blah.MyClass getSomeStuff(java.util.Set)
</function-signature>
Can you please create another JIRA task to fix this issue?
Thank you,
Michael
Please sign in to leave a comment.
Thank you, should be fine in next 7.0.4 eap build