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

Method getText

test/org/apache/el/parser/TesterBeanB.java:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 private String text;
22
23 public String getText() {
24 return text;
25 }
26
27 public void setText(String text) {
28 this.text = text;

Callers 4

testNull01Method · 0.95
visitMethod · 0.45
testBug54240Method · 0.45
actionPerformedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected