jtulach commented on pull request #3715: URL: https://github.com/apache/netbeans/pull/3715#issuecomment-1080197658
> set the source level in the test to some very high level '9999' ... crashes the test ... with a NPE at JavacParser:963. Or source level `19`, just like OpenJDK, right? Addressed in https://github.com/apache/netbeans/pull/3715/commits/fdea3e515c13e392c540ac3569c733982179a9cc - returning `null`, if the `Source` level cannot be looked up. The goal for `useRelease` method is to be conservative and only offer _use of --release_ when it has a chance to be useful - I'll do my best to reach such state - e.g. to fix [NETBEANS-5829](https://issues.apache.org/jira/browse/NETBEANS-5829), but not break other important use-cases. -- 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
