mercedes-benz / sechub-plugin-intellij

intellij plugin for sechub
MIT License
5 stars 4 forks source link

Handle deprecated method IconLoader.findIcon #44

Closed company-jcup closed 8 months ago

company-jcup commented 2 years ago

Situation

IconLoader.findIcon(String) has been marked as deprecated and must be replaced

see https://plugins.jetbrains.com/plugin/15424-sechub/versions/alpha/136692#verification-results

de-jcup commented 1 year ago

Hm.. the problem seems to be more serious.

A user has tested with PyCharm and Ultimate edition: the api is not only deprecated, but the installation of the plugin does no longer work at all - not clear if this because Icon loader (there is another deprecation) but this must be fixed soon.

de-jcup commented 9 months ago

Found inside sources of IconLoader:

@Deprecated("Use {@link #findIcon(String, ClassLoader)}.", level = DeprecationLevel.ERROR)
de-jcup commented 9 months ago

This is done with commit 110f2dc