Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.8.5, 1.8.6
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:window 7, Linux
-
Number of attachments :
Description
class MyInnerClass {
static int myStaticInt = 3;
}
return MyInnerClass.myStaticInt;
will return 0
this works fine for short and long (and everything else). it also works if you have to evaluate the value like 3+1-1.
this also works in 1.8.4 but not later versions
Activity
Guillaume Laforge
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Description |
class MyInnerClass {
static int myStaticInt = 3; } return MyInnerClass.myStaticInt; will return 0 this works fine for short and long (and everything else). it also works if you have to evaluate the value like 3+1-1. this also works in 1.8.4 but not later versions |
{code}
class MyInnerClass { static int myStaticInt = 3; } return MyInnerClass.myStaticInt; {code} will return 0 this works fine for short and long (and everything else). it also works if you have to evaluate the value like 3+1-1. this also works in 1.8.4 but not later versions |
Guillaume Laforge
made changes -
| Component/s | GroovyScriptEngine [ 14484 ] |
Guillaume Laforge
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Guillaume Laforge [ guillaume ] | |
| Resolution | Cannot Reproduce [ 5 ] |
Paul King
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
I looked at some recent version of Groovy (2.0.0) and couldn't reproduce the issue.
Please reopen if this is still impacting you.