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 2019/11/24 02:07:00 UTC

[jira] [Updated] (GROOVY-9316) Improved toString for AnnotationNode

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

Paul King updated GROOVY-9316:
------------------------------
    Description: 
Currently normal Object toString is in play, e.g.:
 {{org.codehaus.groovy.ast.AnnotationNode@e8ff0}}
 After is:
 {{org.codehaus.groovy.ast.AnnotationNode@e8ff0[@Deprecated(since: 3.0.0, forRemoval: true)]}}

  was:
Before is normal Object toString, e.g.:
{{org.codehaus.groovy.ast.AnnotationNode@e8ff0}}
After is:
{{org.codehaus.groovy.ast.AnnotationNode@e8ff0[@Deprecated(since: 3.0.0, forRemoval: true)]}}


> Improved toString for AnnotationNode
> ------------------------------------
>
>                 Key: GROOVY-9316
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9316
>             Project: Groovy
>          Issue Type: Improvement
>            Reporter: Paul King
>            Assignee: Paul King
>            Priority: Minor
>             Fix For: 3.0.0-rc-2
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Currently normal Object toString is in play, e.g.:
>  {{org.codehaus.groovy.ast.AnnotationNode@e8ff0}}
>  After is:
>  {{org.codehaus.groovy.ast.AnnotationNode@e8ff0[@Deprecated(since: 3.0.0, forRemoval: true)]}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)