Groovy
Nested conditional expression
Warning
Code Style
Last modified: 03 December 2024Reports ternary conditional expressions that are nested inside other conditional expressions. Such nested conditionals may be very confusing. "Elvis" expressions are counted as conditionals for purpose of this inspection.
Example:
return (condition ? "result" : null) ?: "fail"
- 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.
GroovyNestedConditional
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Groovy, 243.23126 |
Thanks for your feedback!
Was this page helpful?