NetBeans IDE 12.4 (Java AdoptOpenJDK 11) displays dozens of warnings "This anonymous inner class creation can be turned into a lambda expression" in its ActionItems docked window. Simultaneously it locks this code (locks body of initComponents of jFrame to protect it against modification) making it impossible to change these anonymous to lambdas to get rid of display these warnings. Any changes in Tools/Options/Editor/Hints options does not affect these specific warnings.
So I have unuseful warnings. In practice means that I do not pay attention to any warnings anymore.
However, I wish I could find warning messages list in ActionItems window useful.
Can something be done about it?
(revised and supplemented)