Hi guys,

Is TypeOracle.getType, which the JavaDoc says 'finds a type given its
fully qualified name', meant to work with parameterized qualified
names?

I've got a Generator that does...

typeOracle.getType( myType.getQualifiedSourceName() )

...and it works fine, but when I change it to...

typeOracle.getType( myType.getParameterizedQualifiedSourceName() )

...which in my case is more accurate, I get zero results.

Is this not implemented? Is it meant to be?

Thanks,

Richard.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to