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

Method getReader

java/org/apache/jasper/compiler/JspUtil.java:925–929  ·  view source on GitHub ↗
(String fname, String encoding, Jar jar, JspCompilationContext ctxt,
            ErrorDispatcher err)

Source from the content-addressed store, hash-verified

923 }
924
925 static InputStreamReader getReader(String fname, String encoding, Jar jar, JspCompilationContext ctxt,
926 ErrorDispatcher err) throws JasperException, IOException {
927
928 return getReader(fname, encoding, jar, ctxt, err, 0);
929 }
930
931 static InputStreamReader getReader(String fname, String encoding, Jar jar, JspCompilationContext ctxt,
932 ErrorDispatcher err, int skip) throws JasperException, IOException {

Callers 2

doParseMethod · 0.95
JspReaderMethod · 0.95

Calls 4

getInputStreamMethod · 0.95
readMethod · 0.65
closeMethod · 0.65
jspErrorMethod · 0.65

Tested by

no test coverage detected