What steps will reproduce the problem?
1.create a vector, e.g., var v:Vector.<User> = new Vector.<User>();
2.var type:Type = Type.forInstance( v );
What is the expected output? What do you see instead?
expected 'Vector' but got ClassNotFoundError thrown from ClassUtils.forName()
line 84.
What version of the product are you using? On what operating system?
lang-0.3.swc, reflect-1.3.swc
Please provide any additional information below.
Original issue reported on code.google.com by 1426char...@gmail.com on 26 Oct 2010 at 11:40
Original issue reported on code.google.com by
1426char...@gmail.com
on 26 Oct 2010 at 11:40