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

Method isSmapSuppressed

java/org/apache/jasper/Options.java:96–96  ·  view source on GitHub ↗

Returns whether generation of SMAP (Source Map for Debugging) information is suppressed. @return true to suppress generation of SMAP info for JSR45 debugging.

()

Source from the content-addressed store, hash-verified

94 * @return <code>true</code> to suppress generation of SMAP info for JSR45 debugging.
95 */
96 boolean isSmapSuppressed();
97
98 /**
99 * This setting is ignored if suppressSmap() is <code>true</code>.

Callers 5

getSmapMethod · 0.65
generateJavaMethod · 0.65
generateClassMethod · 0.65
generateClassMethod · 0.65
generateClassMethod · 0.65

Implementers 2

JspCjava/org/apache/jasper/JspC.java
EmbeddedServletOptionsjava/org/apache/jasper/EmbeddedServlet

Calls

no outgoing calls

Tested by

no test coverage detected