MCPcopy Create free account
hub / github.com/apache/ant / findBaseClass

Method findBaseClass

src/main/org/apache/tools/ant/AntClassLoader.java:1420–1422  ·  view source on GitHub ↗

Finds a system class (which should be loaded from the same classloader as the Ant core). For JDK 1.1 compatibility, this uses the findSystemClass method if no parent classloader has been specified. @param name The name of the class to be loaded. Must not be null . @return

(final String name)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

forceLoadSystemClassMethod · 0.95
loadClassMethod · 0.95

Calls 1

loadClassMethod · 0.45

Tested by

no test coverage detected