matthiasblaesing commented on PR #7692: URL: https://github.com/apache/netbeans/pull/7692#issuecomment-2307499253
What is the intention here? I see two use sites for `SourceCache#getResult`: 1. `TaskProcessor.RequestPerformer#run` 2. `RequestIterator#getParserResult` (1) explicitly handles the null case and (2) explicity states that the result for `getParserResult` may be `null` -- 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. To unsubscribe, e-mail: [email protected] 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
