Is there a way to suppress the warning indicating ...
# announcements
n
Is there a way to suppress the warning indicating that a function can be private? I checked the
DefaultErrorMessages.java
but didn't see anything there
google 1
i
Press Alt+Enter on a function name, there will be a menu item
Make 'fun_name' private
, and there will be a submenu with a plenty of options: from turning off the inspection to inserting
Suppress
annotation in various scopes.
n
Unfortunately that doesn't seem to be an option. I've seen that on other warnings, but not for this one.
i
So what do you see when you expand sub-menu (where the right arrow points)?
n
🤦🏻‍♂️ welp, there it is.. thanks! I though hitting enter on that would show the other options (or just perform the action if there were no other options), since the arrow is already highlighted