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

Method initInternal

java/org/apache/catalina/valves/ValveBase.java:144–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142
143
144 @Override
145 protected void initInternal() throws LifecycleException {
146 Container container = getContainer();
147 if (container == null) {
148 throw new IllegalStateException(sm.getString("valveBase.noContainer"));
149 }
150 super.initInternal();
151 containerLog = container.getLogger();
152 }
153
154
155 /**

Callers

nothing calls this directly

Calls 3

getContainerMethod · 0.95
getLoggerMethod · 0.95
getStringMethod · 0.65

Tested by

no test coverage detected