sdedic commented on a change in pull request #3414:
URL: https://github.com/apache/netbeans/pull/3414#discussion_r780805767



##########
File path: platform/openide.util.ui/src/org/openide/util/FilteredIcon.java
##########
@@ -87,4 +89,8 @@ protected Image createAndPaintImage(
         return Toolkit.getDefaultToolkit().createImage(
                 new FilteredImageSource(img.getSource(), filter));
     }
+    
+    public String getFilterType() {
+        return filterType;

Review comment:
       This is a leftover from an additional feature I am not able to deliver 
atm because of time constraints; will follow up in another PR. There should be 
something as 'image composition' for images merged by `ImageUtiltiies` - now 
after adjustments that would be represented as a String[]. That would allow 
clients to really distinguish bare and decorated images, should they need so 
(the LSP client may need, since the badges change semantic that may be 
represented differently by the LSP client).
   
   Removed in 6c944b9




-- 
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

Reply via email to