File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/http/util/HTTPResultConverter.java | File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/http/util/HTTPResultConverter.java | |||
Method name: void retrieveHTTPItem(HierarchicalStreamReader, UnmarshallingContext, HTTPSampleResult, Object)
|
Method name: void retrieveHTTPItem(HierarchicalStreamReader, UnmarshallingContext, HTTPSampleResult, Object)
|
|||
Number of AST nodes: 4 | Number of AST nodes: 2 | |||
1 | if (reader.getNodeName().equals(TAG_QUERY_STRING)) {↵ | |||
2 | res.setQueryString((String) subItem);↵ | 1 | res.setCookies((String) subItem);↵ | |
3 | } else if (reader.getNodeName().equals(TAG_REDIRECT_LOCATION)) {↵ | 2 | } else if (reader.getNodeName().equals(TAG_↵ | |
4 | res.setRedirectLocation↵ | 3 | METHOD)) {↵ | |
5 | ((String) subItem);↵ | 4 | res.setHTTPMethod((String) subItem); | |
6 | } | |||
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 | Clones are in the same method |
Number of node comparisons | 0 |