Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.974 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1375 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
2 | 2 | 1383 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
| ||||
{ return new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_cannotNestOutputInOutput, new String[] { customOutput.makeRelative().toString(), outputLocations[index].makeRelative().toString() } )); } |
| ||||
{ return new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_cannotNestOutputInOutput, new String[] { potentialNestedOutput.makeRelative().toString(), outputLocations[0].makeRelative().toString() } )); } |
| |||
{ return new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_cannotNestOutputInOutput, new String[] { [[#variable9a4a9660]].makeRelative().toString(), outputLocations[ [[#variable9a4a9740]]].makeRelative().toString() } )); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9a4a9660]] | customOutput |
1 | 2 | [[#9a4a9660]] | potentialNestedOutput |
2 | 1 | [[#9a4a9740]] | index |
2 | 2 | [[#9a4a9740]] | 0 |