You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/10/05 19:57:00 UTC

[jira] [Commented] (GROOVY-10783) propertyMissing of category does not work when indy enabled

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

ASF GitHub Bot commented on GROOVY-10783:
-----------------------------------------

sonatype-lift[bot] commented on PR #1788:
URL: https://github.com/apache/groovy/pull/1788#issuecomment-1264751269

   :warning: **170 God Classes** were detected by Lift in this project. [Visit the Lift web console](https://lift.sonatype.com/results/github.com/apache/groovy/01GEDB1FZ925X61XR6Z0ERVG0B?tab=technical-debt&utm_source=github.com&utm_campaign=lift-comment&utm_content=apache\%20groovy) for more details.




> propertyMissing of category does not work when indy enabled
> -----------------------------------------------------------
>
>                 Key: GROOVY-10783
>                 URL: https://issues.apache.org/jira/browse/GROOVY-10783
>             Project: Groovy
>          Issue Type: Bug
>            Reporter: Daniel Sun
>            Assignee: Daniel Sun
>            Priority: Major
>             Fix For: 5.0.0-alpha-1, 4.0.6
>
>
> {code:java}
>             class X{ def bar(){1}}
>             class XCat4{ static propertyMissing(X x, String name) {"works"}}
>             def x = new X()
>             use(XCat4) {
>                 assert x.baz == "works"
>             }
> {code}
> The above code will blame {{baz}} property not found when indy is enabled



--
This message was sent by Atlassian Jira
(v8.20.10#820010)