Unnecessary 'sealed' modifier
Reports unnecessary sealed
modifiers which used on methods, fields, or variables.
This modifier has effect only on classes, interfaces and traits.
Example:
sealed boolean foo() {} // modifier is unnecessary
sealed Object bar // modifier is unnecessary
// modifier is required and therefore not highlighted
sealed class A {}
- 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.
GrUnnecessarySealedModifier
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Groovy, 243.23126 |