[ 
https://issues.apache.org/jira/browse/GROOVY-6792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15885983#comment-15885983
 ] 

Daniel Sun commented on GROOVY-6792:
------------------------------------

>  I suspect the easiest thing for now would just be to disallow dots for the 
> time being and give a friendly error message.
agreed :)

> 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)

Reply via email to