Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 5 | 0.957 | import_statements[11] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 22 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ArrayReferenceImpl.java |
2 | 12 | 24 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ArrayTypeImpl.java |
| ||||
import org.eclipse.jdi.internal.jdwp.JdwpCommandPacket; import org.eclipse.jdi.internal.jdwp.JdwpID; import org.eclipse.jdi.internal.jdwp.JdwpObjectID; import org.eclipse.jdi.internal.jdwp.JdwpReplyPacket; import com.sun.jdi.ArrayReference; import com.sun.jdi.ClassNotLoadedException; import com.sun.jdi.InternalException; import com.sun.jdi.InvalidTypeException; import com.sun.jdi.ObjectCollectedException; import com.sun.jdi.Type; import com.sun.jdi.Value; |
| ||||
import org.eclipse.jdi.internal.jdwp.JdwpCommandPacket; import org.eclipse.jdi.internal.jdwp.JdwpID; import org.eclipse.jdi.internal.jdwp.JdwpObjectID; import org.eclipse.jdi.internal.jdwp.JdwpReplyPacket; import com.sun.jdi.AbsentInformationException; import com.sun.jdi.ArrayReference; import com.sun.jdi.ArrayType; import com.sun.jdi.ClassNotLoadedException; import com.sun.jdi.Field; import com.sun.jdi.Type; import com.sun.jdi.Value; |
| |||
import org.eclipse.jdi.internal.jdwp.JdwpCommandPacket; import org.eclipse.jdi.internal.jdwp.JdwpID; import org.eclipse.jdi.internal.jdwp.JdwpObjectID; import org.eclipse.jdi.internal.jdwp.JdwpReplyPacket; import com.sun.jdi. [[#variable5fb83120]]; import com.sun.jdi. [[#variable5fb830a0]]; import com.sun.jdi. [[#variable5fb83000]]; import com.sun.jdi. [[#variable5fb82fe0]]; import com.sun.jdi. [[#variable5fb82f20]]; import com.sun.jdi.Type; import com.sun.jdi.Value; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5fb83120]] | ArrayReference |
1 | 2 | [[#5fb83120]] | AbsentInformationException |
2 | 1 | [[#5fb830a0]] | ClassNotLoadedException |
2 | 2 | [[#5fb830a0]] | ArrayReference |
3 | 1 | [[#5fb83000]] | InternalException |
3 | 2 | [[#5fb83000]] | ArrayType |
4 | 1 | [[#5fb82fe0]] | InvalidTypeException |
4 | 2 | [[#5fb82fe0]] | ClassNotLoadedException |
5 | 1 | [[#5fb82f20]] | ObjectCollectedException |
5 | 2 | [[#5fb82f20]] | Field |