Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 39587200C01 for ; Thu, 19 Jan 2017 12:01:39 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 37EE1160B54; Thu, 19 Jan 2017 11:01:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 81FF2160B42 for ; Thu, 19 Jan 2017 12:01:38 +0100 (CET) Received: (qmail 70280 invoked by uid 500); 19 Jan 2017 11:01:32 -0000 Mailing-List: contact dev-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 dev@groovy.apache.org Received: (qmail 70144 invoked by uid 99); 19 Jan 2017 11:01:32 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2017 11:01:32 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 1465E1A0428 for ; Thu, 19 Jan 2017 11:01:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.472 X-Spam-Level: *** X-Spam-Status: No, score=3.472 tagged_above=-999 required=6.31 tests=[FORGED_HOTMAIL_RCVD2=1.187, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id hObxj0CcrYfW for ; Thu, 19 Jan 2017 11:01:30 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 6104C5F3BC for ; Thu, 19 Jan 2017 11:01:30 +0000 (UTC) Received: from static.162.255.23.22.macminivault.com (unknown [162.255.23.22]) by mbob.nabble.com (Postfix) with ESMTP id 620AF3AB5183 for ; Thu, 19 Jan 2017 02:43:45 -0800 (PST) Date: Thu, 19 Jan 2017 04:01:18 -0700 (MST) From: Daniel Sun To: dev@groovy.incubator.apache.org Message-ID: <1484823678362-5737824.post@n5.nabble.com> In-Reply-To: References: <1484810017573-5737808.post@n5.nabble.com> <1484810544777-5737809.post@n5.nabble.com> <5fb74fe8-f2d1-b8e7-6840-d3ea8ff0d3e7@gmx.org> <1484814172876-5737813.post@n5.nabble.com> Subject: Re: The order of modifiers and annotations MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Thu, 19 Jan 2017 11:01:39 -0000 I verified that the new parser Parrot does not have the issue( GROOVY-4757 ), the following test case was added in the parrot branch. And I'll resolve the JIRA issue later. https://github.com/apache/groovy/commit/348465a1b193703c43aafeaabf2b286657d8493b Cheers, Daniel.Sun -- View this message in context: http://groovy.329449.n5.nabble.com/The-order-of-modifiers-and-annotations-tp5737808p5737824.html Sent from the Groovy Dev mailing list archive at Nabble.com.