jglick opened a new pull request, #4994: URL: https://github.com/apache/netbeans/pull/4994
Fixes #4993 by code inspection, amending mistake introduced in #3833. Both call sites require the result to be non-null: https://github.com/apache/netbeans/blob/67393d2c6d8dc52aadb3477ac86b40bfc2dc4fef/java/maven.hints/src/org/netbeans/modules/maven/hints/pom/MavenSelectionHintsTask.java#L68-L69 https://github.com/apache/netbeans/blob/67393d2c6d8dc52aadb3477ac86b40bfc2dc4fef/ide/spi.editor.hints/src/org/netbeans/spi/editor/hints/HintsController.java#L72-L75 https://github.com/apache/netbeans/blob/67393d2c6d8dc52aadb3477ac86b40bfc2dc4fef/java/maven.hints/src/org/netbeans/modules/maven/hints/pom/LspMavenErrorProvider.java#L77-L81 -- 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
