Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.963 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 61 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/JavaSearchNameEnvironment.java |
2 | 1 | 144 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java |
| ||||
String pkg = pkgs.length > 0 ? pkgs[0].getElementName(): ""; //$NON-NLS-1$ |
| ||||
String newPackName = packDecls.length > 0 ? packDecls[0].getElementName(): ""; //$NON-NLS-1$ |
| |||
String [[#variable9dfcf300]]= [[#variable9dfcf280]].length > 0 ? [[#variable9dfcf280]][0].getElementName(): ""; //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9dfcf300]] | pkg |
1 | 2 | [[#9dfcf300]] | newPackName |
2 | 1 | [[#9dfcf280]] | pkgs |
2 | 2 | [[#9dfcf280]] | packDecls |