Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.969 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 161 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/ToolFactory.java |
2 | 1 | 850 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java |
| ||||
String entryName = org.eclipse.jdt.internal.core.util.Util.concatWith(packageFragment.names, classFileName, '/'); |
| ||||
String name = org.eclipse.jdt.internal.core.util.Util.concatWith(pkgFrag.names, simpleSourceFileName, '/'); |
| |||
String [[#variable58871760]]= org.eclipse.jdt.internal.core.util.Util.concatWith( [[#variable588716c0]].names, [[#variable58871640]], '/'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58871760]] | entryName |
1 | 2 | [[#58871760]] | name |
2 | 1 | [[#588716c0]] | packageFragment |
2 | 2 | [[#588716c0]] | pkgFrag |
3 | 1 | [[#58871640]] | classFileName |
3 | 2 | [[#58871640]] | simpleSourceFileName |