You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (Jira)" <ji...@apache.org> on 2024/01/06 00:43:00 UTC

[jira] [Resolved] (GROOVY-11261) Provide a custom type checker for format strings

     [ https://issues.apache.org/jira/browse/GROOVY-11261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul King resolved GROOVY-11261.
--------------------------------
    Fix Version/s: 5.0.0-alpha-5
                       (was: 5.x)
       Resolution: Fixed

Proposed PR merged

> 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.0.0-alpha-5
>
>
> 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)