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

Method getClassNameSysProp

java/jakarta/el/ExpressionFactory.java:375–381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

373 }
374
375 private static String getClassNameSysProp() {
376 String value = System.getProperty(PROPERTY_NAME);
377 if (value != null && !value.trim().isEmpty()) {
378 return value.trim();
379 }
380 return null;
381 }
382
383}

Callers 1

discoverClassNameMethod · 0.95

Calls 3

getPropertyMethod · 0.65
isEmptyMethod · 0.45
trimMethod · 0.45

Tested by

no test coverage detected