[ 
https://issues.apache.org/jira/browse/GROOVY-10415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17459971#comment-17459971
 ] 

Eric Milles commented on GROOVY-10415:
--------------------------------------

Yes, that is probably a good transition design.  I just wanted to get this 
written down so I didn't forget, but Groovy 5 is the minimum target that I had 
in mind.

> ClassNode isStaticClass/setStaticClass should be deprecated and phased out
> --------------------------------------------------------------------------
>
>                 Key: GROOVY-10415
>                 URL: https://issues.apache.org/jira/browse/GROOVY-10415
>             Project: Groovy
>          Issue Type: Technical Debt
>            Reporter: Eric Milles
>            Priority: Minor
>
> {{org.codehaus.groovy.ast.ClassNode}} has field {{staticClass}}, 
> {{isStaticClass()}} and {{setStaticClass(boolean)}} probably for legacy 
> reasons.  These should be replaced by use of {{getModifiers()}} and 
> {{setModifiers(int)}}.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to