Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testImplementation
Method · 0.95
doTest
Method · 0.95
property
Method · 0.95
Calls
1
createInstance
Method · 0.95
Tested by
2
testImplementation
Method · 0.76
doTest
Method · 0.76