jborgers / PMD-jPinpoint-rules

PMD rule set for responsible Java and Kotlin coding: performance, sustainability, multi-threading, data mixup and more.
Apache License 2.0
41 stars 10 forks source link

added AvoidSimpleDateFormat for Kotlin #294

Closed stokpop closed 6 months ago

stokpop commented 6 months ago

Because of missing typeIs, the check is a little less strict and the testcase for Unknown class had to be separated from the XmlMapper and ObjectMapper tests.

Less strict: if there is an import of fasterxml.jackson packages and setDateFormat() is called, it is allowed.

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud