mbien opened a new pull request #3395:
URL: https://github.com/apache/netbeans/pull/3395
- version enums cause problems if the enum value can not be resolved
- shorter
With nb-javac 17 installed by default, having a version check API like
https://github.com/apache/netbeans/pull/3274 became less of a priority. However
the same issue still persists for rule files. Loading a rule file with a JDK 18
version check on nb-javac 17 would throw an exception and no hints are shown.
Comparing versions without the enum would avoid this issue entirely.
--
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