MCPcopy Index your code
hub / github.com/beanshell/beanshell / normalizeClassName

Method normalizeClassName

src/bsh/StringUtil.java:84–87  ·  view source on GitHub ↗

Hack - The real method is in Reflect.java which is not public.

( Class type )

Source from the content-addressed store, hash-verified

82 Hack - The real method is in Reflect.java which is not public.
83 */
84 public static String normalizeClassName( Class type )
85 {
86 return Reflect.normalizeClassName( type );
87 }
88}

Callers

nothing calls this directly

Calls 1

normalizeClassNameMethod · 0.95

Tested by

no test coverage detected