You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by paulk-asert <gi...@git.apache.org> on 2018/08/09 08:15:35 UTC

[GitHub] groovy pull request #781: GROOVY-8732: @CompileStatic refers to private fiel...

GitHub user paulk-asert opened a pull request:

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

    GROOVY-8732: @CompileStatic refers to private field in parent class

    Currently JavaBean style getters aren't recognised
    before some preliminary provisions are made for the
    case of accessing the private field in places where that
    is allowed. The change is just not to proceed with those
    provisions if the JavaBean getter is detected.

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

    $ git pull https://github.com/paulk-asert/groovy groovy8732

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

    https://github.com/apache/groovy/pull/781.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 #781
    
----
commit 2b4c33317f34d52c5fbeb0846639597a5f6b86fe
Author: Paul King <pa...@...>
Date:   2018-08-09T08:12:08Z

    GROOVY-8732: @CompileStatic refers to private field in parent class
    Currently JavaBean style getters aren't recognised
    before some preliminary provisions are made for the
    case of accessing the private field in places where that
    is allowed. The change is just not to proceed with those
    provisions if the JavaBean getter is detected.

----


---

[GitHub] groovy pull request #781: GROOVY-8732: @CompileStatic refers to private fiel...

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

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


---