I have a Java code line where IntelliJ displays a warning. How do I silence the warning in that particular line, without affecting warnings displayed in other lines?
//noinspection unchecked,ConstantConditions
@SuppressWarnings does not work in every place