Thanks, Nicolas.
Cheers,
Doru
On 17 May 2011, at 17:11, Nicolas Anquetil wrote:
thank you for reporting.
Will look at it ASAP, but it will probably have to wait for next week.
Let me take the opportunity to thank also Doru for the other bug reports. (and same
answer goes to him :-) )
nicolas
De: "Matthias Junker" <junker.matt(a)gmail.com>
À: "Moose-related development" <moose-dev(a)iam.unibe.ch>
Envoyé: Mardi 17 Mai 2011 14:36:46
Objet: [Moose-dev] VerveineJ and Collections
Hello,
i tried parsing a simple project with VerveineJ with only one class as follows:
import java.util.ArrayList;
import java.util.List;
public class Bla {
public static void main(String[] arg){
List list = new ArrayList();
Arrays.asList("abc");
}
}
When i load the mse in Moose, i only have the following model classes:
Object, Bla, String, CharSequence, Serializable, Arrays
However the List related classes (List, ArrayList, Collection,...) seem to be missing.
It's weird, because the class Arrays is in the same jar/package as List (java.util)
but doesn't get parsed. Could this be a problem with Generics?
Cheers,
Matt
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev