[jira] [Updated] (GROOVY-8447) It is allowed to define local variable of void type

2022-05-22 Thread Eric Milles (Jira)


 [ 
https://issues.apache.org/jira/browse/GROOVY-8447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Milles updated GROOVY-8447:

Labels: ClassFormatError  (was: )

> It is allowed to define local variable of void type
> ---
>
> Key: GROOVY-8447
> URL: https://issues.apache.org/jira/browse/GROOVY-8447
> Project: Groovy
>  Issue Type: Bug
>Affects Versions: 2.4.13
>Reporter: Daniil Ovchinnikov
>Assignee: Daniel Sun
>Priority: Major
>  Labels: ClassFormatError
> Fix For: 2.6.0-alpha-3, 3.0.0-alpha-2
>
>
> {code:title=bugs.groovy}
> void ff = 1
> println ff
> {code}
> {noformat}
> java.lang.ClassFormatError: Field "ff" in class bugs has illegal signature "V"
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (GROOVY-8447) It is allowed to define local variable of void type

2018-01-12 Thread Daniil Ovchinnikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/GROOVY-8447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniil Ovchinnikov updated GROOVY-8447:
---
Description: 
{code:title=bugs.groovy}
void ff = 1
println ff
{code}

{noformat}
java.lang.ClassFormatError: Field "ff" in class playground has illegal 
signature "V"
{noformat}


  was:

{noformat}
java.lang.ClassFormatError: Field "ff" in class playground has illegal 
signature "V"
{noformat}



> It is allowed to define local variable of void type
> ---
>
> Key: GROOVY-8447
> URL: https://issues.apache.org/jira/browse/GROOVY-8447
> Project: Groovy
>  Issue Type: Bug
>Affects Versions: 2.4.13
>Reporter: Daniil Ovchinnikov
>
> {code:title=bugs.groovy}
> void ff = 1
> println ff
> {code}
> {noformat}
> java.lang.ClassFormatError: Field "ff" in class playground has illegal 
> signature "V"
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (GROOVY-8447) It is allowed to define local variable of void type

2018-01-12 Thread Daniil Ovchinnikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/GROOVY-8447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniil Ovchinnikov updated GROOVY-8447:
---
Description: 
{code:title=bugs.groovy}
void ff = 1
println ff
{code}

{noformat}
java.lang.ClassFormatError: Field "ff" in class bugs has illegal signature "V"
{noformat}


  was:
{code:title=bugs.groovy}
void ff = 1
println ff
{code}

{noformat}
java.lang.ClassFormatError: Field "ff" in class playground has illegal 
signature "V"
{noformat}



> It is allowed to define local variable of void type
> ---
>
> Key: GROOVY-8447
> URL: https://issues.apache.org/jira/browse/GROOVY-8447
> Project: Groovy
>  Issue Type: Bug
>Affects Versions: 2.4.13
>Reporter: Daniil Ovchinnikov
>
> {code:title=bugs.groovy}
> void ff = 1
> println ff
> {code}
> {noformat}
> java.lang.ClassFormatError: Field "ff" in class bugs has illegal signature "V"
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)