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 A64B5200C34 for ; Mon, 27 Feb 2017 15:47:50 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A4F23160B6C; Mon, 27 Feb 2017 14:47:50 +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 064D6160B60 for ; Mon, 27 Feb 2017 15:47:49 +0100 (CET) Received: (qmail 20200 invoked by uid 500); 27 Feb 2017 14:47:49 -0000 Mailing-List: contact notifications-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 notifications@groovy.apache.org Received: (qmail 20185 invoked by uid 99); 27 Feb 2017 14:47:49 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2017 14:47:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id D803FC0ABA for ; Mon, 27 Feb 2017 14:47:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.347 X-Spam-Level: X-Spam-Status: No, score=-2.347 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-2.999, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id OsbBZnQ5Krec for ; Mon, 27 Feb 2017 14:47:48 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 8FF685FAF7 for ; Mon, 27 Feb 2017 14:47:47 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 34799E0A32 for ; Mon, 27 Feb 2017 14:47:46 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 8A0E824148 for ; Mon, 27 Feb 2017 14:47:45 +0000 (UTC) Date: Mon, 27 Feb 2017 14:47:45 +0000 (UTC) From: "Paul King (JIRA)" To: notifications@groovy.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GROOVY-6792) ClassFormatError if a method has dots within its name MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 27 Feb 2017 14:47:50 -0000 [ https://issues.apache.org/jira/browse/GROOVY-6792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15885878#comment-15885878 ] Paul King commented on GROOVY-6792: ----------------------------------- I fixed what I believe was the typo in the original description. > ClassFormatError if a method has dots within its name > ----------------------------------------------------- > > Key: GROOVY-6792 > URL: https://issues.apache.org/jira/browse/GROOVY-6792 > Project: Groovy > Issue Type: Bug > Components: Compiler > Affects Versions: 2.2.1, 2.4.0-rc-1 > Reporter: Maxim Medvedev > > I've got a ClassFormatError trying to run something like this: > {code} > class ATest extends TestCase { > void 'test methods with dots within its name.dot'() {} > } > {code} > Original source is https://github.com/JetBrains/intellij-community/blob/master/java/java-tests/testSrc/com/intellij/refactoring/RenameSuggestionsTest.groovy > Currently, the code at the above link works because all dots are replaced with underscores. > Reproduced on Win 8 with Java 1.8 and Groovy 2.2.1. Can't reproduce on Mac with any Java. > -- This message was sent by Atlassian JIRA (v6.3.15#6346)