byte[] is initialized with -1
-----------------------------

                 Key: MGROOVY-155
                 URL: http://jira.codehaus.org/browse/MGROOVY-155
             Project: GMaven
          Issue Type: Bug
          Components: build
    Affects Versions: 1.0-rc-2
            Reporter: Peter Horn
            Assignee: Jason Dillon


I have a byte[] in my groovy class:
byte[] foo
which gets initialized with -1 in the generated java stub:
byte[] foo = -1;
and this -- obviously -- won't compile.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to