OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:callerloader
(Results
1 - 1
of
1
) sorted by null
/external/emma/core/java12/com/vladium/util/
ClassLoaderResolver.java
157
final ClassLoader
callerLoader
= caller.getClassLoader ();
159
// if '
callerLoader
' and 'contextLoader' are in a parent-child
162
// SF BUG 975080: change the sibling case to use '
callerLoader
'
165
if (isChild (
callerLoader
, contextLoader))
168
result =
callerLoader
;
Completed in 125 milliseconds