JDeprScan should support JLS-defined binary names (JLS 13.1) instead of the JVMS "internal form" of binary names (JVMS 4.2.1). Essentially this uses dots instead of slashes, but still uses $ to separate member types. For example: java.lang.Thread$State
|