You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2021/08/12 12:09:02 UTC

[netbeans] branch delivery updated (1111fa3 -> 8481e3c)

This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from 1111fa3  Merge pull request #3087 from DevCharly/delivery
     new 85dc251  Traverse through superinterfaces.
     new 6e3974b  Include inner classes in children. Util methods for simple and outer name.
     new 0ad9a40  Improve variable type resolution.
     new 29a6861  Sort meta-methods after normal ones.
     new 32663b1  Display simplenames for inner classes.
     new 43f2532  Tested presence of inner interface methods
     new 8855f69  Stop guessing after the CC point (leaf) is reached.
     new 8481e3c  Merge pull request #3091 from sdedic/groovy/completion-inner-classes3

The 5763 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../modules/groovy/editor/api/ASTUtils.java        |  42 +++++++-
 .../modules/groovy/editor/api/GroovyIndexer.java   |   5 +
 .../groovy/editor/api/StructureAnalyzer.java       |  10 +-
 .../editor/api/completion/CompletionItem.java      |   6 ++
 .../groovy/editor/api/elements/ast/ASTClass.java   |   5 +-
 .../groovy/editor/api/elements/ast/ASTField.java   |   3 +-
 .../groovy/editor/api/elements/ast/ASTMethod.java  |   8 +-
 .../completion/inference/MethodInference.java      |  21 +++-
 .../completion/inference/TypeInferenceVisitor.java | 114 +++++++++++++++------
 .../flow/reassignment/Reassignment.groovy          |   7 ++
 ...assignment.groovy.testReassignment_1.completion |   7 ++
 ...assignment.groovy.testReassignment_2.completion |   6 ++
 .../completion/method/methods4/Methods4.groovy     |  21 ++++
 .../Methods4.groovy.testMethods4.completion        |   6 ++
 .../groovy/editor/api/completion/FlowCCTest.java   |   8 ++
 .../groovy/editor/api/completion/MethodCCTest.java |   8 ++
 16 files changed, 230 insertions(+), 47 deletions(-)
 create mode 100644 groovy/groovy.editor/test/unit/data/testfiles/completion/flow/reassignment/Reassignment.groovy
 create mode 100644 groovy/groovy.editor/test/unit/data/testfiles/completion/flow/reassignment/Reassignment.groovy.testReassignment_1.completion
 create mode 100644 groovy/groovy.editor/test/unit/data/testfiles/completion/flow/reassignment/Reassignment.groovy.testReassignment_2.completion
 create mode 100644 groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods4/Methods4.groovy
 create mode 100644 groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods4/Methods4.groovy.testMethods4.completion

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists