Skip to content

Commit

Permalink
update kotlin progress table
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Paul Bakker committed Mar 12, 2024
1 parent fbb0652 commit ac8957a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/EvaluateRulesForKotlin.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Evaluation of Java PMD rules for use as Kotlin rules
| 5. | PP-6 | AvoidImplicitlyRecompilingRegex | Yes | High | Yes | High | Not found | Kotlin has own String/regex, also occurs here? support both? |
| 6. | JB-1-M | AvoidInMemoryStreamingDefaultConstructor | Yes | Low | Yes | High | Not found | Kotlin types? -> No |
| 7. | JB-5 | AvoidMultipleConcatStatements | Yes | Medium | Yes | High | Not found | How concat in Kotlin? Seems like Java |
| 8. | PP-3-WIP | AvoidRecompilingPatterns | Yes | Low/Medium | Yes | High | Not found | Kotlin version? |
| 8. | PP-3-PR | AvoidRecompilingPatterns | Yes | Low/Medium | Yes | High | Not found | Kotlin version? |
| 9. | JB-3-WIP | AvoidRecompilingXPathExpression | Yes | Low | Yes | Medium/High | Not found | Good example ThreadLocal in Kotlin? |
| 10. | PP-4 | AvoidRecreatingDateTimeFormatter | Yes | Medium | Yes | High | Not found | - |
| 10. | PP-4-WIP | AvoidRecreatingDateTimeFormatter | Yes | Medium | Yes | High | Not found | - |
| 11. | | AvoidReflectionInToStringAndHashCode | Yes | Low/Medium | Yes | Low/Medium | Not found | - |
| 12. | PP-2-PR | AvoidSimpleDateFormat | Yes | Low | Yes | Medium | Not found | |
| 12. | PP-2-M | AvoidSimpleDateFormat | Yes | Low | Yes | Medium | Not found | |
| 13. | JB-2-M | AvoidStringBuffer | Yes | Low | Yes | Low/Medium | Not found | |
| 14. | JB-7 | AvoidUnconditionalBuiltLogStrings | Yes | High | Yes | Medium | Not found | |
| 15. | PP-5 | AvoidWideScopeXPathExpression | Yes | Low | Yes | Medium | Not found | |
Expand Down

0 comments on commit ac8957a

Please sign in to comment.