Comment #5 on issue 868 by tu...@tudorgirba.com: VerveineJ does not set the container of a ParameterizedType correctly http://code.google.com/p/moose-technology/issues/detail?id=868
public void someMethod() { ArrayList<String> var1; ArrayList<Integer> var2;
At the end, we should get two different ParameterizedTypes, based on the fully qualified name that should include the argument types, as well.
And yes, it would be cool if List<> would be marked with isInterface.