Inspection suppression annotation
Reports comments or annotations suppressing inspections.
This inspection can be useful when leaving suppressions intentionally for further review.
Example:
@SuppressWarnings("unused")
static Stream<String> stringProvider() {
return Stream.of("foo", "bar");
}
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
SuppressionAnnotation
Here you can find the description of settings available for the Inspection suppression annotation inspection, and the reference of their default values.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Java, 243.23126 |