[
https://issues.apache.org/jira/browse/GROOVY-11261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul King updated GROOVY-11261:
-------------------------------
Fix Version/s: 5.x
> 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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)