Some Routines to convert from java.lang.Class to
org.apache.bcel.generic.Type . These get round some
inconsistencies with Class.getName() wrt primitives.
e.g.
Character.Type.getName() returns char.
I think it should return C. Don't know if this is a code bug. But there's a bug
on Bug Parade (#4369208) about the javadoc being misleading.
See Also: java.lang.Class.getName version: $Revision: 57209 $ author: Neale Swinnerton author: Jason Dillon |