Open GoogleCodeExporter opened 8 years ago
Another bug on {} matching is in Guice's TypeLiteral:
TypeLiteral<Map<Integer, String>> mapType
= new TypeLiteral<Map<Integer, String>>() {;
TypeLiteral keySetType
= mapType.getReturnType(Map.class.getMethod("keySet"));
System.out.println(keySetType); // prints "Set"}
http://google-guice.googlecode.com/svn/trunk/javadoc/com/google/inject/TypeLiter
al.html
Original comment by limpbizkit
on 5 Oct 2010 at 3:16
Original issue reported on code.google.com by
bjdod...@google.com
on 25 Aug 2010 at 10:22