Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

idl2java and generics?

2 views
Skip to first unread message

Earl Purple

unread,
Jul 3, 2007, 5:56:11 AM7/3/07
to
Is there no way to get idl2java to create code using generics properly
instead of
generating code like this:

---------------

private static java.util.Dictionary _methods = new
java.util.Hashtable();

static {
_methods.put("notify", new int[] { 0, 0 });

---------------

It should be using Dictionary< String, int[] > and Hashtable< String,
int[] >

Earl Purple

unread,
Jul 3, 2007, 5:58:33 AM7/3/07
to

I should add this is using vbrokerj 6.0 on Solaris. And Eclipse is
generating hundreds of warnings.


0 new messages