Code Inspection: Ternary expression can be replaced with condition
Reports the ternary expressions specified as condition ? true : false
that can be safely replaced with just condition
.
Last modified: 08 March 2021
Reports the ternary expressions specified as condition ? true : false
that can be safely replaced with just condition
.