| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 4 | 4 | 0.971 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 146 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ProblemLocation.java |
| 2 | 5 | 152 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ProblemLocation.java |
| 3 | 5 | 158 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ProblemLocation.java |
| 4 | 5 | 164 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ProblemLocation.java |
| ||||
if ((code& IProblem.TypeRelated) != 0) {
buf.append("TypeRelated + "); //$NON-NLS-1$
}
if ((code& IProblem.FieldRelated) != 0) {
buf.append("FieldRelated + "); //$NON-NLS-1$
}
|
| ||||
if ((code& IProblem.ConstructorRelated) != 0) {
buf.append("ConstructorRelated + "); //$NON-NLS-1$
}
if ((code& IProblem.MethodRelated) != 0) {
buf.append("MethodRelated + "); //$NON-NLS-1$
}
|
| ||||
if ((code& IProblem.ImportRelated) != 0) {
buf.append("ImportRelated + "); //$NON-NLS-1$
}
if ((code& IProblem.Internal) != 0) {
buf.append("Internal + "); //$NON-NLS-1$
}
|
| ||||
if ((code& IProblem.Syntax) != 0) {
buf.append("Syntax + "); //$NON-NLS-1$
}
if ((code& IProblem.Javadoc) != 0) {
buf.append("Javadoc + "); //$NON-NLS-1$
}
|
| |||
if ((code&IProblem. [[#variable9619a760]]) != 0) {
buf.append( [[#variable9619a600]]); //$NON-NLS-1$
}
if ((code&IProblem. [[#variable9619a620]]) != 0) {
buf.append( [[#variable9aedf360]]); //$NON-NLS-1$
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9619a760]] | TypeRelated |
| 1 | 2 | [[#9619a760]] | ConstructorRelated |
| 1 | 3 | [[#9619a760]] | ImportRelated |
| 1 | 4 | [[#9619a760]] | Syntax |
| 2 | 1 | [[#9619a600]] | "TypeRelated + " |
| 2 | 2 | [[#9619a600]] | "ConstructorRelated + " |
| 2 | 3 | [[#9619a600]] | "ImportRelated + " |
| 2 | 4 | [[#9619a600]] | "Syntax + " |
| 3 | 1 | [[#9619a620]] | FieldRelated |
| 3 | 2 | [[#9619a620]] | MethodRelated |
| 3 | 3 | [[#9619a620]] | Internal |
| 3 | 4 | [[#9619a620]] | Javadoc |
| 4 | 1 | [[#9aedf360]] | "FieldRelated + " |
| 4 | 2 | [[#9aedf360]] | "MethodRelated + " |
| 4 | 3 | [[#9aedf360]] | "Internal + " |
| 4 | 4 | [[#9aedf360]] | "Javadoc + " |