Jute spits out "java.util.ArrayList<Integer>", which is correct.
> -----Original Message----- > From: Runping Qi [mailto:[EMAIL PROTECTED] > Sent: Monday, June 02, 2008 10:38 AM > To: [email protected] > Subject: FW: bug on jute? > > > > > > ________________________________ > > From: Flavio Junqueira [mailto:[EMAIL PROTECTED] > Sent: Saturday, May 31, 2008 2:27 AM > To: [EMAIL PROTECTED] > 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 > >
