...
Tool | Version | Checker | Description | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
The Checker Framework |
| Tainting Checker | Trust and security errors (see Chapter 8) | |||||||||||||
CodeSonarParasoft Jtest |
| CERT. | I18N.DM_CONVERT_CASESTR02.CCL CERT.STR02.CTLC | Use the optional java.util.Locale parameter Do not call 'Character.toLowerCase(char)' or 'Character.toUpperCase(char)' in an internationalized environment | ||||||||||||
Consider using Locale parameterized version of invoked method Reliance on default encoding Simple date format needs Locale Use Locale with case conversions | Parasoft Jtest | |||||||||||||||
Include Page | Parasoft_V | Parasoft_V | INTER.{CCL,CTLC} | Implemented | SonarQube |
| S1449 | Locale should be used in String operations |
Android Implementation Details
...