...
Code Block | ||
---|---|---|
| ||
"title".toUpperCase(Locale.ENGLISH); |
This advice also applies to the String.equalsIgnoreCase()
method.
Risk Assessment
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
IDS16- J | medium | probable | medium | P8 | L2 |
...
...
Code Block | ||
---|---|---|
| ||
"title".toUpperCase(Locale.ENGLISH); |
This advice also applies to the String.equalsIgnoreCase()
method.
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
IDS16- J | medium | probable | medium | P8 | L2 |
...