MCPcopy Index your code
hub / github.com/apache/tomcat / isArray

Method isArray

java/org/apache/el/parser/AstFunction.java:198–203  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

196
197
198 private boolean isArray(Object obj) {
199 if (obj == null) {
200 return false;
201 }
202 return obj.getClass().isArray();
203 }
204
205
206 public void setLocalName(String localName) {

Callers 15

getValueMethod · 0.95
introspecthelperMethod · 0.80
isBeanCompatibleMethod · 0.80
echoResultMethod · 0.80
createPropertyMethod · 0.80
dumpBeansMethod · 0.80
coerceToTypeMethod · 0.80
invokeMethod · 0.80
getMethodMethod · 0.80
getTypeMethod · 0.80
getValueMethod · 0.80
setValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected