We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
zk/zkbind/src/main/java/org/zkoss/bind/init/ViewModelAnnotationResolvers.java
Line 116 in 9b5cf71
This method is supposed to return the computed value m, not the input parameter method! (Possibly method as fallback?)
m
method
The text was updated successfully, but these errors were encountered:
Fix zkoss#3179: ViewModelAnnotationResolvers::getOriginalMethod() ign…
fb3eef6
…ores computed value
No branches or pull requests
zk/zkbind/src/main/java/org/zkoss/bind/init/ViewModelAnnotationResolvers.java
Line 116 in 9b5cf71
This method is supposed to return the computed value
m
, not the input parametermethod
! (Possiblymethod
as fallback?)The text was updated successfully, but these errors were encountered: