Groovy
Unnecessary 'non-sealed' modifier
Warning
Code Style
New
Last modified: 03 December 2024Reports unnecessary non-sealed
modifiers which used on methods, fields, or variables.
This modifier has effect only on classes, interfaces and traits.
Example:
non-sealed boolean foo() {} // modifier is unnecessary
non-sealed Object bar // modifier is unnecessary
// modifier is required and therefore not highlighted
non-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.
GrUnnecessaryNonSealedModifier
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Groovy, 243.23126 |
Thanks for your feedback!
Was this page helpful?