From commits-return-8876-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Sun Jul 7 11:01:12 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 07CC818063F for ; Sun, 7 Jul 2019 13:01:11 +0200 (CEST) Received: (qmail 91918 invoked by uid 500); 7 Jul 2019 11:01:11 -0000 Mailing-List: contact commits-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list commits@groovy.apache.org Received: (qmail 91904 invoked by uid 99); 7 Jul 2019 11:01:11 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Jul 2019 11:01:11 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 59A1987AD7; Sun, 7 Jul 2019 11:01:11 +0000 (UTC) Date: Sun, 07 Jul 2019 11:01:11 +0000 To: "commits@groovy.apache.org" Subject: [groovy] branch GROOVY_2_5_X updated (58ad2e3 -> 57ac9e8) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156249727103.30483.16571346112613203987@gitbox.apache.org> From: paulk@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: groovy X-Git-Refname: refs/heads/GROOVY_2_5_X X-Git-Reftype: branch X-Git-Oldrev: 58ad2e31dbfb78d9da1e72eefc45f6f92893dee5 X-Git-Newrev: 57ac9e8c80bd18a079e4832dcd71c42b06b07cf8 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. paulk pushed a change to branch GROOVY_2_5_X in repository https://gitbox.apache.org/repos/asf/groovy.git. from 58ad2e3 GROOVY-9184: reinstate dangling comma case new 67089c5 Override getText() in DeclarationExpression to provide type info new 57ac9e8 Fix test cases affected by declaration expression getText() change The 2 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: .../groovy/ast/expr/DeclarationExpression.java | 92 +++++++++++++++------- .../ast/expr/DeclarationExpressionTest.groovy | 69 ++++++++++++++++ .../swingui/ScriptToTreeNodeAdapterTest.groovy | 23 ++---- 3 files changed, 142 insertions(+), 42 deletions(-) create mode 100644 src/test/org/codehaus/groovy/ast/expr/DeclarationExpressionTest.groovy