public void setDebug(boolean f) {
debug = f;
}
/**
* query the debug flag
*
*@return true if debug is turned on
*/
public boolean getDebug() {
return debug
public void setDebug(boolean f) {
debug = f;
}
/**
* query the debug flag
*
*@return true if debug is turned on
*/
public boolean getDebug() {
return debug
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetCompile.java
|
|
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/Ilasm.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public void setDebug(boolean f) {↵ | | 1 | public void setDebug(boolean f) {↵
|
2 | debug = f;↵ | | 2 | debug = f;↵
|
3 | }↵ | | 3 | }↵
|
|
|
4 | /**↵ | | 4 | /**↵
|
5 | * query the debug flag↵ | | 5 | * query the debug flag↵
|
6 | *↵ | | 6 | *↵
|
7 | *@return true if debug is turned on↵ | | 7 | *@return true if debug is turned on↵
|
8 | */↵ | | 8 | */↵
|
9 | public boolean getDebug() {↵ | | 9 | public boolean getDebug() {↵
|
10 | return debug | | 10 | return debug
|
See real code fragment |
|
See real code fragment |
Summary
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 |