Re: [picocontainer-dev] JSR330 work progress
Mark Hobson <[email protected]> Wed, 4 Aug 2010 16:07:17 +0100
| Newsgroups | gmane.comp.java.picocontainer.devel |
|---|---|
| Message-ID | <[email protected]> |
On 4 August 2010 15:52, Paul Hammant <[email protected]> wrote: > I don't want to look at=A0MyClass$1 in a debugger :) Not sure how IntelliJ works, but in Eclipse with: Generic<?> g1 =3D new Generic<List<String>>() {}; Generic<?> g2 =3D Generic.get(g1.getType()); I see: g1 Main$1 g2 Generic$DefaultGeneric<T> And clicking on both displays "java.util.List<java.lang.String>". So not much difference for me! Mark --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email