File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/http/control/Cookie.java | File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/java/sampler/BSFSampler.java | |||
Method name:
|
Method name:
|
|||
Number of AST nodes: 0 | Number of AST nodes: 0 | |||
1 | String getValue() {↵ | 1 | String getParameters() {↵ | |
2 | return getPropertyAsString(VALUE);↵ | 2 | return this.getPropertyAsString(PARAMETERS);↵ | |
3 | }↵ | 3 | }↵ | |
4 | /**↵ | 4 | ↵ | |
5 | * set the value for this object.↵ | |||
6 | */↵ | |||
7 | public synchronized void setValue(String value) {↵ | |||
8 | this.setProperty(VALUE, value);↵ | |||
9 | }↵ | |||
10 | /**↵ | |||
11 | * get the domain for this object.↵ | |||
12 | */↵ | |||
13 | public synchronized String getDomain↵ | 5 | public void setParameters(String newScript) {↵ | |
6 | this.setProperty(PARAMETERS, newScript);↵ | |||
7 | }↵ | |||
14 | () {↵ | 8 | public String getScriptLanguage() {↵ | |
15 | return getPropertyAsString(DOMAIN);↵ | 9 | return this.getPropertyAsString(LANGUAGE);↵ | |
16 | | 10 |
| |
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 |