mbien commented on issue #7328: URL: https://github.com/apache/netbeans/issues/7328#issuecomment-2076441907
> In this error-prone-plugin, there is the dependency on auto-service that is marked as optional. After removed the `<optional>true</optional>`, recompiling the plugin and using the new version, I was able to open it in NetBeans without error \o/ > > This is just strange that we have no problem with the compilation and in other IDEs. First of all thanks for investigating, I did suspect that this might have something to do with the annotation processor path. I think we should leave the issue open since there is some room to improve the exception handling there I believe. NB could likely skip over that annotation and print a warning instead letting classloader exceptions propagate and the code scan task fail. -- 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
