KacerCZ commented on pull request #2242: URL: https://github.com/apache/netbeans/pull/2242#issuecomment-655134851
@tmysik @junichi11 There is problem if method has native return type `self` than `@return` annotation is not considered. Objects `MethodScopeImpl` has set return type to `\self' and I can't find place where to use value from `@return`. Method `FunctionScopeImpl::getReturnTypesDescriptor()` returns different value than in case when method has not native `self` return type. Any advice how to fix this issue? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
