eirikbakke opened a new pull request, #8917: URL: https://github.com/apache/netbeans/pull/8917
The ImageUtilities.loadImage(URL) method was [added](https://github.com/apache/netbeans/pull/8114) earlier to help migrate Toolkit.getImage(URL) calls to ImageUtilities-based loading (to support SVG icons etc.). As mentioned [here](https://github.com/apache/netbeans/pull/8239#issuecomment-2654826772), there are occasionally icon loading attempts with the special URL scheme "ergoloc", which caused some warnings in the IDE log. This PR suppresses said warning messages, while adding a softer INFO log entry for a more specific case that we have yet to observe. -- 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
