Re: [picocontainer-dev] JSR330 work progress
Mauro Talevi <[email protected]> Wed, 4 Aug 2010 19:12:39 +0200
| Newsgroups | gmane.comp.java.picocontainer.devel |
|---|---|
| Message-ID | <[email protected]> |
--Apple-Mail-7--160430130 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Lazy geezer, you are ... :-) On 4 Aug 2010, at 19:09, Paul Hammant <[email protected]> wrote: > Aye, but I want to do it without a click or a hover-over :) > > On Wed, Aug 4, 2010 at 10:07 AM, Mark Hobson <[email protected]> wrote: > On 4 August 2010 15:52, Paul Hammant <[email protected]> wrote: > > I don't want to look at MyClass$1 in a debugger :) > > Not sure how IntelliJ works, but in Eclipse with: > > Generic<?> g1 = new Generic<List<String>>() {}; > Generic<?> g2 = 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 > > > --Apple-Mail-7--160430130 Content-Transfer-Encoding: 7bit Content-Type: text/html; charset=utf-8 <html><body bgcolor="#FFFFFF"><div>Lazy geezer, you are ... :-)<br><br></div><div>On 4 Aug 2010, at 19:09, Paul Hammant <<a href="mailto:[email protected]">[email protected]</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div>Aye, but I want to do it without a click or a hover-over :)<br><br><div class="gmail_quote">On Wed, Aug 4, 2010 at 10:07 AM, Mark Hobson <span dir="ltr"><<a href="mailto:[email protected]"><a href="mailto:[email protected]">[email protected]</a></a>></span> wrote:<br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On 4 August 2010 15:52, Paul Hammant <<a href="mailto:[email protected]"><a href="mailto:[email protected]">[email protected]</a></a>> wrote:<br> > I don't want to look at MyClass$1 in a debugger :)<br> <br> </div>Not sure how IntelliJ works, but in Eclipse with:<br> <br> Generic<?> g1 = new Generic<List<String>>() {};<br> Generic<?> g2 = Generic.get(g1.getType());<br> <br> I see:<br> <br> g1 Main$1<br> g2 Generic$DefaultGeneric<T><br> <br> And clicking on both displays "java.util.List<java.lang.String>". So<br> not much difference for me!<br> <div><div></div><div class="h5"><br> Mark<br> <br> ---------------------------------------------------------------------<br> To unsubscribe from this list, please visit:<br> <br> <a href="http://xircles.codehaus.org/manage_email" target="_blank"><a href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a></a><br> <br> <br> </div></div></blockquote></div><br> </div></blockquote></body></html> --Apple-Mail-7--160430130--