| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 8 | 3 | 0.960 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 125 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnnotationBinding.java |
| 2 | 3 | 887 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
| 3 | 3 | 2357 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java |
| 4 | 2 | 460 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
| 5 | 2 | 509 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
| 6 | 3 | 1935 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
| 7 | 3 | 933 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ConvertAnonymousToNestedRefactoring.java |
| 8 | 3 | 124 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/ParameterizedType.java |
| ||||
{
if ( !memberValuePairs[i].isEqualTo(otherMemberValuePairs[i]))
return false;
}
|
| ||||
{
if ( !firstAttributes[i].equals(secondAttributes[i]))
return false;
}
|
| ||||
{
if ( !otherClasspathWithOutput[i].equals(newClasspath[i]))
return false;
}
|
| ||||
{
if ( !a[i].equals(b[i])) return false;
}
|
| ||||
{
if ( !a[i].equals(b[i])) return false;
}
|
| ||||
{
if ( !compoundName[i].equalsIgnoreCase(prefix[i]))
return false;
}
|
| ||||
{
if ( !m1Params[i].equals(m2Params[i]))
return false;
}
|
| ||||
{
if ( !targetArguments[i].checkTypeArgument(sourceArguments[i]))
return false;
}
|
| |||
{
if ( ! [[#variable9ce56a80]][i]. [[#variable9ce56a60]]( [[#variable9ce56980]][i]))
return false;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9ce56a80]] | a |
| 1 | 2 | [[#9ce56a80]] | memberValuePairs |
| 1 | 3 | [[#9ce56a80]] | firstAttributes |
| 1 | 4 | [[#9ce56a80]] | otherClasspathWithOutput |
| 1 | 5 | [[#9ce56a80]] | compoundName |
| 1 | 6 | [[#9ce56a80]] | m1Params |
| 1 | 7 | [[#9ce56a80]] | targetArguments |
| 1 | 8 | [[#9ce56a80]] | a |
| 2 | 1 | [[#9ce56a60]] | equals |
| 2 | 2 | [[#9ce56a60]] | isEqualTo |
| 2 | 3 | [[#9ce56a60]] | equals |
| 2 | 4 | [[#9ce56a60]] | equals |
| 2 | 5 | [[#9ce56a60]] | equalsIgnoreCase |
| 2 | 6 | [[#9ce56a60]] | equals |
| 2 | 7 | [[#9ce56a60]] | checkTypeArgument |
| 2 | 8 | [[#9ce56a60]] | equals |
| 3 | 1 | [[#9ce56980]] | b |
| 3 | 2 | [[#9ce56980]] | otherMemberValuePairs |
| 3 | 3 | [[#9ce56980]] | secondAttributes |
| 3 | 4 | [[#9ce56980]] | newClasspath |
| 3 | 5 | [[#9ce56980]] | prefix |
| 3 | 6 | [[#9ce56980]] | m2Params |
| 3 | 7 | [[#9ce56980]] | sourceArguments |
| 3 | 8 | [[#9ce56980]] | b |