mbien commented on PR #8235: URL: https://github.com/apache/netbeans/pull/8235#issuecomment-2654649787
@eirikbakke btw while testing I noticed those log lines: ``` WARNING [org.openide.util.ImageUtilities]: loadImage(URI) called with unusual URI: nbres:/org/netbeans/modules/form/resources/palette/panel_16.png ``` seems to come from the form designer palette window. the utility only accounts for `nbresloc` but not for [`nbres`](https://github.com/apache/netbeans/blob/c384b9a32790f03d3da28bbfa0f258ef5335d8f5/platform/core.startup/src/org/netbeans/core/startup/NbResourceStreamHandler.java#L41-L42). https://github.com/apache/netbeans/blob/c384b9a32790f03d3da28bbfa0f258ef5335d8f5/platform/openide.util.ui/src/org/openide/util/ImageUtilities.java#L234-L243 -- 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
