You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by jwagenleitner <gi...@git.apache.org> on 2016/04/09 11:59:24 UTC

[GitHub] groovy pull request: GROOVY-7723 - propertyMissing(String,Object) ...

GitHub user jwagenleitner opened a pull request:

    https://github.com/apache/groovy/pull/307

    GROOVY-7723 - propertyMissing(String,Object) called for missing getter

    Looks like commit 97a45dfb3e3c5212c36 introduced [this change] (https://github.com/apache/groovy/commit/97a45dfb3e3c5212c3610cd90fe1e7434614b260#diff-c1354c0d7df171ad8cafcb3d1bf63857L535). The original code would not have delegated to the setter method. I don't think the intent of the commit was to change the behavior but resulted inadvertently due to the refactoring.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jwagenleitner/groovy GROOVY-7723

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/groovy/pull/307.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #307
    
----
commit 930c41d10d41cc9923db90afec53357e15b1d822
Author: John Wagenleitner <jw...@apache.org>
Date:   2016-04-09T09:56:08Z

    GROOVY-7723 - propertyMissing(String,Object) called for missing getter

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] groovy pull request: GROOVY-7723 - propertyMissing(String,Object) ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/groovy/pull/307


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---