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

Method getSmapString

java/org/apache/jasper/compiler/SmapStratum.java:328–335  ·  view source on GitHub ↗

Generates the complete SMAP string representation of this stratum. @return the SMAP string @throws IllegalStateException if the output file name has not been set

()

Source from the content-addressed store, hash-verified

326 * @throws IllegalStateException if the output file name has not been set
327 */
328 public String getSmapString() {
329
330 if (outputFileName == null) {
331 throw new IllegalStateException();
332 }
333
334 return getSmapStringInternal();
335 }
336
337
338 private String getSmapStringInternal() {

Callers 3

test01Method · 0.95
generateSmapMethod · 0.95
installSmapMethod · 0.80

Calls 1

getSmapStringInternalMethod · 0.95

Tested by 1

test01Method · 0.76