________________________________
From: Flavio Junqueira
Sent: Saturday, May 31, 2008 2:27 AM
To: zookeeper-devel@yahoo-inc.com
Subject: bug on jute?
Hi, I found a small bug on jute, and I was wondering how to proceed with
fixing it. The problem is the following. If I declare "vector<int>",
then it generates a List<int> for java, and it should generate
"List<Integer>" instead.
I'm actually surprised that no one came across this same problem, so I
wonder if this is a feature and not a bug... =)
Any ideas or clarifications?
Thanks,
-Flavio