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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists