public static final String FLAG_COMMENT = "-c";
/**
* -cfile flag -- file containing a comment to attach to the file
*/
public static final String FLAG_COMMENTFILE = "-cfile";
/**
* -nc flag -- no comment is specified
*/
public static final String FLAG_NOCOMMENT = "-nc"
public static final String FLAG_COMMENT = "-c";
/**
* -cfile flag -- file containing a comment to attach to the file
*/
public static final String FLAG_COMMENTFILE = "-cfile";
/**
* -nc flag -- no comment is specified
*/
public static final String FLAG_NOCOMMENT = "-nc"
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCMkattr.java
|
|
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCMklbtype.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public static final String FLAG_COMMENT = "-c";↵ | | 1 | public static final String FLAG_COMMENT = "-c";↵
|
2 | /**↵ | | 2 | /**↵
|
3 | * -cfile flag -- file containing a comment to attach to the file↵ | | 3 | * -cfile flag -- file containing a comment to attach to the file↵
|
4 | */↵ | | 4 | */↵
|
5 | public static final String FLAG_COMMENTFILE = "-cfile";↵ | | 5 | public static final String FLAG_COMMENTFILE = "-cfile";↵
|
6 | /**↵ | | 6 | /**↵
|
7 | * -nc flag -- no comment is specified↵ | | 7 | * -nc flag -- no comment is specified↵
|
8 | */↵ | | 8 | */↵
|
9 | public static final String FLAG_NOCOMMENT = "-nc" | | 9 | public static final String FLAG_NOCOMMENT = "-nc"
|
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 |