> Wish #2: Wish i could create a JavaClass from java.lang.Class as shown below.
> Class clazz = Class.forName("XXXX");
> ClassParser parser = new ClassParser(clazz);
> JavaClass jclazz = parser.parse();

You can already do this: 
SyntheticRepository.getInstance().loadClass(clazz);

using the repository is the preferred way anyway.

> I can send in patches for both if anyone is interested.

Yes.

Cheers
 Markus
--
berlin.de - meine stadt im netz. Jetzt eigene eMail-adresse @berlin.de sichern!
http://webmail.berlin.de


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to