Logs show 'NoSuchMethod' for DarculaUIUtil.paintFocusRing
Answered
I'm currently sorting through some firewall issues that is preventing IJ from being able to connect for updates/git etc, and notice the logs in 2021.1.3 (Ultimate) have lots of entries like this:
2021-07-27 09:43:55,710 [2264403] WARN - mmon.utils.BackCompatibleUtils - Failed to find DarculaUIUtil.paintFocusRing() method
java.lang.NoSuchMethodException: com.intellij.ide.ui.laf.darcula.DarculaUIUtil.paintFocusRing(java.awt.Graphics, int, int, int, int)
Whilst they're only WARN level, and only in the logs, is this indicative of an issue (and is there some way of resolving them, so the logs aren't flooded with them).
Please sign in to leave a comment.
This message is from a plugin. The plugin tries to invoke a method via reflection that no longer exists in 2021.1. Probably this is the Azure DevOps plugin.
Bas
Hi Chris,
Could you attach the entire idea.log file (Help | Show Log in...)? Or upload it securely to https://uploads.jetbrains.com
I do have the Azure plugin installed - I expect that's the answer, and MS aren't doing enough to maintain it.
Thanks!