Message12092

Author ucguy
Recipients ucguy
Date 2018-09-05.10:28:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536143337.72.0.56676864532.issue2702@psf.upfronthosting.co.za>
In-reply-to
Content
I get this error when I am doing following : 

    return (T) object.__tojava__(clazz);

and clazz is MyEnum[].class and MyEnum is an Java Enum. 

Note that it works for String[] but not for Enum array. 

As a workaround, I used String[] and some reflection bits to make it work but it would be good to listen about this.
History
Date User Action Args
2018-09-05 10:28:57ucguysetrecipients: + ucguy
2018-09-05 10:28:57ucguysetmessageid: <1536143337.72.0.56676864532.issue2702@psf.upfronthosting.co.za>
2018-09-05 10:28:57ucguylinkissue2702 messages
2018-09-05 10:28:56ucguycreate