- Remove final modifier from private method - Use StandardCharsets - Remove unnecessary toString calls - Remove unnecessary static modifiers - Refactor to use enhanced switch - Replace concatenated strings with text blocks - Rely on auto-boxing where appropriate - Remove unnecessary code - Fix imports in Kotlin test classes Closes gh-29413