[
https://issues.apache.org/jira/browse/GROOVY-11261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17803709#comment-17803709
]
ASF GitHub Bot commented on GROOVY-11261:
-----------------------------------------
paulk-asert merged PR #2025:
URL: https://github.com/apache/groovy/pull/2025
> Provide a custom type checker for format strings
> ------------------------------------------------
>
> Key: GROOVY-11261
> URL: https://issues.apache.org/jira/browse/GROOVY-11261
> Project: Groovy
> Issue Type: New Feature
> Reporter: Paul King
> Assignee: Paul King
> Priority: Major
> Fix For: 5.x
>
>
> Should cover at least:
> {code:groovy}
> String.format('format', ...)
> sprintf('format', ...)
> printf('format', ...)
> System.out.printf('format', ...)
> {code}
> Should find:
> * invalid conversion characters
> * missing parameters
> * incorrect types
> * invalid flags
--
This message was sent by Atlassian Jira
(v8.20.10#820010)