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

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


    from 5aee750  Merge pull request #1721 from 
jGauravGupta/JEDDICT-322-friend-packages
     new ead2ab4  Update to Groovy 2.5.9 and enable groovy editor tests
     new 919745e  Remove Grails completion test, fixup code style
     new bad4471  Merge pull request #1886 from svenreimers/groovy-259-update

The 3538 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:
 .travis.yml                                        |  11 ++
 .../completion/inference/TypeInferenceVisitor.java |  50 +++++---
 ...Closure1.groovy.testInsideClosure1_1.completion |   1 -
 ...Closure1.groovy.testInsideClosure1_2.completion |   1 +
 ...llections1.groovy.testCollections1_5.completion |   2 +
 .../collectionLiterals1/CollectionLiterals1.groovy |  20 ++++
 ...ls1.groovy.testCollectionLiterals1_1.completion |  22 ++++
 ...ls1.groovy.testCollectionLiterals1_2.completion |   6 +
 ...ls1.groovy.testCollectionLiterals1_3.completion |   5 +
 .../collectionLiterals2/CollectionLiterals2.groovy |  26 +++++
 ...ls2.groovy.testCollectionLiterals2_1.completion |  22 ++++
 ...ls2.groovy.testCollectionLiterals2_2.completion |   6 +
 ...ls2.groovy.testCollectionLiterals2_3.completion |   5 +
 .../dataSourceClosure1/DataSourceClosure1.groovy   |  32 -----
 ...osure1.groovy.testDataSourceClosure1.completion | 129 ---------------------
 .../completion/inference/Inference1.groovy         |  10 +-
 .../Inference1.groovy.testInference2.completion    |  11 +-
 ...n1.groovy.testInterfaceCompletion1_1.completion |   1 -
 ...y.testCompletionInsideConstructor1_2.completion |   4 -
 ...groovy.testCompletionNoPrefixString1.completion |   5 +-
 ...groovy.testCompletionNoPrefixString2.completion |   5 +-
 ...structor.groovy.testEmptyConstructor.completion |   1 -
 ...ramsConstructor_AfterLeftParenthesis.completion |  50 +++++---
 ....testSpreadOperator1_stringArray_all.completion |   5 +-
 ...tSpreadOperator2_stringArray_sPrefix.completion |   1 +
 ...oovy.testAfterExtendsTypeCompletion1.completion |   1 -
 ...te1_interfaceDelegator_withoutPrefix.completion |   3 +
 .../groovy/editor/api/completion/FlowCCTest.java   |  25 ++++
 .../editor/api/completion/GrailsConfigsTest.java   |  42 -------
 .../editor/api/completion/GroovyCCTestBase.java    |   3 +-
 .../editor/api/completion/InferenceCCTest.java     |   2 +-
 groovy/libs.groovy/external/binaries-list          |   4 +-
 ...-2.5.2-license.txt => groovy-2.5.9-license.txt} |   4 +-
 ...vy-2.5.2-notice.txt => groovy-2.5.9-notice.txt} |   2 +-
 groovy/libs.groovy/manifest.mf                     |   2 +-
 groovy/libs.groovy/nbproject/project.properties    |   6 +-
 groovy/libs.groovy/nbproject/project.xml           |   4 +-
 .../netbeans/modules/libs/groovy/Bundle.properties |   4 +-
 .../netbeans/modules/libs/groovy/groovy-all.xml    |   4 +-
 ide/lexer/nbproject/project.properties             |   2 +-
 40 files changed, 263 insertions(+), 276 deletions(-)
 create mode 100644 
groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals1/CollectionLiterals1.groovy
 create mode 100644 
groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals1/CollectionLiterals1.groovy.testCollectionLiterals1_1.completion
 create mode 100644 
groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals1/CollectionLiterals1.groovy.testCollectionLiterals1_2.completion
 create mode 100644 
groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals1/CollectionLiterals1.groovy.testCollectionLiterals1_3.completion
 create mode 100644 
groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals2/CollectionLiterals2.groovy
 create mode 100644 
groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals2/CollectionLiterals2.groovy.testCollectionLiterals2_1.completion
 create mode 100644 
groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals2/CollectionLiterals2.groovy.testCollectionLiterals2_2.completion
 create mode 100644 
groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals2/CollectionLiterals2.groovy.testCollectionLiterals2_3.completion
 delete mode 100644 
groovy/groovy.editor/test/unit/data/testfiles/completion/grails/dataSourceClosure1/DataSourceClosure1.groovy
 delete mode 100644 
groovy/groovy.editor/test/unit/data/testfiles/completion/grails/dataSourceClosure1/DataSourceClosure1.groovy.testDataSourceClosure1.completion
 delete mode 100644 
groovy/groovy.editor/test/unit/src/org/netbeans/modules/groovy/editor/api/completion/GrailsConfigsTest.java
 rename groovy/libs.groovy/external/{groovy-2.5.2-license.txt => 
groovy-2.5.9-license.txt} (99%)
 rename groovy/libs.groovy/external/{groovy-2.5.2-notice.txt => 
groovy-2.5.9-notice.txt} (67%)


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

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

Reply via email to