You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@msridhar Yes in the sample it would be good to have more methods. On the wiki it would help to explain MethodRef and why it has this format. If there is an easy way to generate the correct text for a method that would help too.
I think the library models feature is really awesome and helpful for applications with troublesome dependencies like JsonObject.
msridhar
changed the title
LibraryModels does not work with overloaded methods
Improve documentation for LibraryModels usage with overloaded methods
Aug 19, 2024
I am running into an issue where a LibraryModels is not detecting a null parameter in an overloaded method.
I have created a complete example project for this issue here.
This is an issue with version 0.11.1.
These are the overloaded methods from the external-module project.
The model returns both methods.
The methods are called in the example-project.
This results in a compile error for
method(String)
only, but I expect an error formethod(String, String)
as well.When I fix the error the class compiles but it shouldn't.
The text was updated successfully, but these errors were encountered: