IconUtil.colorize change breaks verification agains the latest 252.21735.32

This change made a backward incompatible change in com.intellij.util.IconUtil which break byte-level compatibility:

RejectAllChangesAction.(java.lang.String initialText, com.intellij.openapi.vfs.VirtualFile targetFile, com.augmentcode.api.SmartPasteResolution resolutionContainer) contains an invokestatic instruction referencing an unresolved method com.intellij.util.IconUtil.colorize$default(javax.swing.Icon, java.awt.Color, boolean, int, java.lang.Object) : javax.swing.Icon. This can lead to NoSuchMethodError exception at runtime.

Workaround is to use ColorizeProxyIcon.Simple(icon, color)

Hello, I have notified the corresponding team about this incompatible API change.

In addition, an issue with default methods method detection has been filed for Plugin Verifier.