eirikbakke opened a new pull request, #8362: URL: https://github.com/apache/netbeans/pull/8362
As reported at https://github.com/apache/netbeans/issues/8358 , the icons for abstract classes and interfaces had regressed to becoming the regular class icon. This was caused by the introduction of SVG icons for these and many others in https://github.com/apache/netbeans/pull/8083 . The bug was due to a special piece of logic in JavaNode that actually checked for the file name of the icon. Since the file name now ends with ".svg", the behavior changed. I could not immediately find any other similar cases. -- 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