File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/http/control/Header.java | File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/jms/sampler/JMSSampler.java | |||
Method name:
|
Method name:
|
|||
Number of AST nodes: 0 | Number of AST nodes: 0 | |||
1 | String getName() {↵ | 1 | String getReceiveQueue() {↵ | |
2 | return getPropertyAsString(HNAME);↵ | 2 | return getPropertyAsString(↵ | |
3 | }↵ | |||
4 | /**↵ | |||
5 | * Set the name for this object.↵ | |||
6 | */↵ | |||
7 | public synchronized void setNam↵ | 3 | RECEIVE_QUEUE);↵ | |
4 | }↵ | |||
8 | e(String name) {↵ | 5 | public void setReceiveQueue(String name) {↵ | |
9 | this.setProperty(HNAME, name);↵ | 6 | setProperty(RECEIVE_QUEUE, name);↵ | |
10 | }↵ | 7 | }↵ | |
11 | /**↵ | 8 | ↵ | |
12 | * Get the value for this object.↵ | |||
13 | */↵ | |||
14 | public synchronized String getValue() {↵ | 9 | public String getContent() {↵ | |
15 | return getPropertyAsString(VALUE);↵ | 10 | return getPropertyAsString(XML_DATA);↵ | |
16 | | 11 |
| |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |