| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 3 | 3 | 0.954 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 795 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ToggleBreakpointAdapter.java |
| 2 | 2 | 449 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java |
| 3 | 2 | 203 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java |
| ||||
int count = Signature.getArrayCount(typeSignature);
String elementTypeSignature = Signature.getElementType(typeSignature);
|
| ||||
int memberDimensions = Signature.getArrayCount(memberTypeSig);
String elementTypeSig = Signature.getElementType(memberTypeSig);
|
| ||||
int arrayCount = Signature.getArrayCount(varargSignature);
String baseSignature = Signature.getElementType(varargSignature);
|
| |||
int [[#variablea14e9d80]]= Signature.getArrayCount( [[#variablea14e97c0]]); String [[#variablea14e9e40]]= Signature.getElementType( [[#variablea14e97c0]]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a14e9d80]] | count |
| 1 | 2 | [[#a14e9d80]] | memberDimensions |
| 1 | 3 | [[#a14e9d80]] | arrayCount |
| 2 | 1 | [[#a14e97c0]] | typeSignature |
| 2 | 2 | [[#a14e97c0]] | memberTypeSig |
| 2 | 3 | [[#a14e97c0]] | varargSignature |
| 3 | 1 | [[#a14e9e40]] | elementTypeSignature |
| 3 | 2 | [[#a14e9e40]] | elementTypeSig |
| 3 | 3 | [[#a14e9e40]] | baseSignature |