public String getReferenceDelimiter() {
return ";";
}
/**
* This method indicates the filename extension for C# files.
* @return the file extension for C#, i.e., "cs" (without the dot).
*/
public String getFileExtension() {
return "cs"
public String getReferenceDelimiter() {
return ";";
}
/**
* Get the extension of filenames to compile.
* @return The string extension of files to compile.
*/
public String getFileExtension() {
return ".java"
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/CSharp.java
|
|
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/JSharp.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public String getReferenceDelimiter() {↵ | | 1 | public String getReferenceDelimiter() {↵
|
2 | return ";";↵ | | 2 | return ";";↵
|
3 | }↵ | | 3 | }↵
|
|
|
4 | /**↵ | | 4 | /**↵
|
5 | * This method indicates the filename extension for C# files.↵ | | 5 | * Get the extension of filenames to compile.↵
|
6 | * @return the file extension for C#, i.e., "cs" (without the dot).↵ | | 6 | * @return The string extension of files to compile.↵
|
7 | */↵ | | 7 | */↵
|
8 | public String getFileExtension() {↵ | | 8 | public String getFileExtension() {↵
|
9 | return "cs" | | 9 | return ".java"
|
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 |