void setPathExtensionNoEquals(boolean pathExtNoEquals) { setProperty(new BooleanProperty(PATH_EXTENSION_NO_EQUALS, pathExtNoEquals)); } public void setPathExtensionNoQuestionmark(boolean pathExtNoQuestionmark) { setProperty(new BooleanProperty(PATH_EXTENSION_NO_QUESTIONMARK, pathExtNoQuestionmark)); } public void setShouldCache(boolean b) { setProperty(new BooleanProperty(SHOULD_CACHE, b));
void setPathExtension(boolean pathExt) { setProperty(new BooleanProperty(PATH_EXTENSION, pathExt)); } public void setPathExtensionNoEquals(boolean pathExtNoEquals) { setProperty(new BooleanProperty(PATH_EXTENSION_NO_EQUALS, pathExtNoEquals)); } public void setPathExtensionNoQuestionmark(boolean pathExtNoQuestionmark) { setProperty(new BooleanProperty(PATH_EXTENSION_NO_QUESTIONMARK, pathExtNoQuestionmark));
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/http/modifier/URLRewritingModifier.java File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/http/modifier/URLRewritingModifier.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
void setPathExtension(boolean pathExt) {
2
		setProperty(new BooleanProperty(PATH_EXTENSION, pathExt));
3
	}
1
void setPathExtensionNoEquals(boolean pathExtNoEquals) {
4
	public void setPathExtensionNoEquals(boolean pathExtNoEquals) {
2
		setProperty(new BooleanProperty(PATH_EXTENSION_NO_EQUALS, pathExtNoEquals));
5
		setProperty(new BooleanProperty(PATH_EXTENSION_NO_EQUALS, pathExtNoEquals));
3
	}
6
	}
4
	public void setPathExtensionNoQuestionmark(boolean pathExtNoQuestionmark) {
7
	public void setPathExtensionNoQuestionmark(boolean pathExtNoQuestionmark) {
5
		setProperty(new BooleanProperty(PATH_EXTENSION_NO_QUESTIONMARK, pathExtNoQuestionmark));
8
		setProperty(new BooleanProperty(PATH_EXTENSION_NO_QUESTIONMARK, pathExtNoQuestionmark));
6
	}
9
	
7
    public void setShouldCache(boolean b) {
8
        setProperty(new BooleanProperty(SHOULD_CACHE, b));
9
    
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0