MCPcopy Create free account
hub / github.com/apache/tomcat / getInstance

Method getInstance

java/jakarta/el/BeanSupport.java:61–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 static BeanSupport getInstance() {
62 if (beanSupport == null) {
63 return createInstance();
64 }
65 return beanSupport;
66 }
67
68 abstract BeanProperties getBeanProperties(Class<?> type);
69}

Callers 3

testImplementationMethod · 0.95
doTestMethod · 0.95
propertyMethod · 0.95

Calls 1

createInstanceMethod · 0.95

Tested by 2

testImplementationMethod · 0.76
doTestMethod · 0.76