-
Bug
-
Resolution: Done
-
Minor
-
7.1.0.DR8
Coverity static-analysis scan found unnecessary code in the DigestQuote.quoteNeeded() method on line 43 (currently).
One part of the condition is ch >= 0, which is always true, because the ch parameter has char type.
Suggested improvement
Remove the useless ch >= 0 from the expression.
- is cloned by
-
ELY-737 Coverity static analysis: Operands don't affect result in Elytron
- Resolved