| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.994 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 1461 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
| 2 | 2 | 1463 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
| ||||
{
return new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_cannotNestEntryInEntry, new String[] {
entryPath.makeRelative().toString(), otherEntry.getPath().makeRelative().toString(), exclusionPattern
} ));
}
|
| ||||
{
return new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_cannotNestEntryInEntryNoExclusion, new String[] {
entryPath.makeRelative().toString(), otherEntry.getPath().makeRelative().toString(), exclusionPattern
} ));
}
|
| |||
{
return new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages. [[#variable930279e0]], new String[] {
entryPath.makeRelative().toString(),
otherEntry.getPath().makeRelative().toString(),
exclusionPattern
} ));
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#930279e0]] | classpath_cannotNestEntryInEntry |
| 1 | 2 | [[#930279e0]] | classpath_cannotNestEntryInEntryNoExclusion |