Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 1 | 0.971 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 375 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/CSharp.java |
2 | 10 | 100 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/JSharp.java |
| |||||
// end execute /** * Returns the delimiter which C# uses to separate references, i.e., a semi colon. * @return the delimiter. */ 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"; } |
| |||||
/** * Get the delimiter that the compiler uses between references. * For example, c# will return ";"; VB.NET will return "," * @return The string delimiter for the reference string. */ public String getReferenceDelimiter() { return ";"; } /** * Get the extension of filenames to compile. * @return The string extension of files to compile. */ public String getFileExtension() { return ".java"; } |
| |||
/** * Get the delimiter that the compiler uses between references. * For example, c# will return ";"; VB.NET will return "," * @return The string delimiter for the reference string. */ // end execute /** * Returns the delimiter which C# uses to separate references, i.e., a semi colon. * @return the delimiter. */ public String getReferenceDelimiter() { return ";"; } /** * Get the extension of filenames to compile. * @return The string extension of files to compile. */ /** * 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 [[#variable11284ca0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11284ca0]] | "cs" |
1 | 2 | [[#11284ca0]] | ".java" |